From c27cd16d2f047d4bea23222d511cfb9a0878a7cf Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 25 Mar 2026 22:50:30 +0100 Subject: [PATCH] data(atlas): add GJ1002 system proposal Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/atlas/proposals/GJ1002.json | 169 +++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 docs/atlas/proposals/GJ1002.json diff --git a/docs/atlas/proposals/GJ1002.json b/docs/atlas/proposals/GJ1002.json new file mode 100644 index 000000000..bd772c421 --- /dev/null +++ b/docs/atlas/proposals/GJ1002.json @@ -0,0 +1,169 @@ +{ + "system_id": "GJ 1002", + "proper_name": null, + "star_type": "G", + "spectral_class": "M5-5.5", + "wiki_data": { + "habitable_count": 0, + "inhabited_count": 0, + "has_gas_giant": false, + "has_asteroid_belt": false, + "has_horizon_station": true, + "raw_bodies_line": null + }, + "bodies": [ + { + "body_id": "GJ1002b", + "proper_name": null, + "body_type": "planet", + "orbit_index": 1, + "parent_body_id": null, + "inhabited": false, + "population": null, + "mass_class": "terrestrial", + "surface_gravity": 0.38, + "orbital_period_days": 88.0, + "rotation_period_hours": 1408.0, + "atmosphere": "none", + "biome_summary": "barren", + "hydrosphere": null, + "economic_role": null, + "settlement_pattern": null, + "industrial_corridor": null, + "notes": "inner rocky, uninhabited" + }, + { + "body_id": "GJ1002c", + "proper_name": null, + "body_type": "planet", + "orbit_index": 2, + "parent_body_id": null, + "inhabited": false, + "population": null, + "mass_class": "terrestrial", + "surface_gravity": 0.5, + "orbital_period_days": 2000.0, + "rotation_period_hours": 18.0, + "atmosphere": "thin", + "biome_summary": "frozen", + "hydrosphere": null, + "economic_role": null, + "settlement_pattern": null, + "industrial_corridor": null, + "notes": "outer rocky/ice, uninhabited" + }, + { + "body_id": "GJ1002d", + "proper_name": null, + "body_type": "planet", + "orbit_index": 3, + "parent_body_id": null, + "inhabited": false, + "population": null, + "mass_class": "terrestrial", + "surface_gravity": 0.5, + "orbital_period_days": 2000.0, + "rotation_period_hours": 18.0, + "atmosphere": "thin", + "biome_summary": "frozen", + "hydrosphere": null, + "economic_role": null, + "settlement_pattern": null, + "industrial_corridor": null, + "notes": "outer rocky/ice, uninhabited" + }, + { + "body_id": "GJ1002e", + "proper_name": null, + "body_type": "planet", + "orbit_index": 4, + "parent_body_id": null, + "inhabited": false, + "population": null, + "mass_class": "terrestrial", + "surface_gravity": 0.5, + "orbital_period_days": 2000.0, + "rotation_period_hours": 18.0, + "atmosphere": "thin", + "biome_summary": "frozen", + "hydrosphere": null, + "economic_role": null, + "settlement_pattern": null, + "industrial_corridor": null, + "notes": "outer rocky/ice, uninhabited" + }, + { + "body_id": "GJ1002f", + "proper_name": null, + "body_type": "planet", + "orbit_index": 5, + "parent_body_id": null, + "inhabited": false, + "population": null, + "mass_class": "terrestrial", + "surface_gravity": 0.5, + "orbital_period_days": 2000.0, + "rotation_period_hours": 18.0, + "atmosphere": "thin", + "biome_summary": "frozen", + "hydrosphere": null, + "economic_role": null, + "settlement_pattern": null, + "industrial_corridor": null, + "notes": "outer rocky/ice, uninhabited" + }, + { + "body_id": "GJ1002g", + "proper_name": null, + "body_type": "planet", + "orbit_index": 6, + "parent_body_id": null, + "inhabited": false, + "population": null, + "mass_class": "terrestrial", + "surface_gravity": 0.5, + "orbital_period_days": 2000.0, + "rotation_period_hours": 18.0, + "atmosphere": "thin", + "biome_summary": "frozen", + "hydrosphere": null, + "economic_role": null, + "settlement_pattern": null, + "industrial_corridor": null, + "notes": "outer rocky/ice, uninhabited" + }, + { + "body_id": "GJ1002-oort", + "proper_name": null, + "body_type": "oort_cloud", + "orbit_index": 7, + "parent_body_id": null, + "inhabited": false, + "population": null, + "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" + } + ], + "stations": [ + { + "station_id": "GJ1002-oort-S1", + "proper_name": null, + "orbits_body_id": "GJ1002-oort", + "station_type": "horizon", + "population": null, + "economic_role": "transit", + "docking_class": "major", + "has_gate_infrastructure": true, + "notes": "horizon station — gate infrastructure" + } + ] +} \ No newline at end of file