Files
settled-reach/docs/atlas/proposals/GJ71.json
T
jpmschweitzerandClaude Opus 4.6 05c3227b53 feat(atlas): add gravity, orbital period, rotation + sync-wiki command
Schema: added orbital_period_days and rotation_period_hours to bodies
table. Proposal format now includes surface_gravity, orbital_period_days,
rotation_period_hours with sensible defaults per body type.

New sync-wiki command generates a Celestial Bodies section in wiki
pages from DB data. All 16 fields rendered including Year (d) and
Day (h). Re-authored Gateway (GJ 71) with full physics.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 18:26:42 +01:00

170 lines
4.7 KiB
JSON

{
"system_id": "GJ 71",
"proper_name": "Tau Ceti",
"star_type": "G",
"spectral_class": "G8V",
"wiki_data": {
"habitable_count": 2,
"inhabited_count": 3,
"has_gas_giant": false,
"has_asteroid_belt": true,
"has_horizon_station": true,
"raw_bodies_line": "| **Bodies** | 2 habitable · 3 inhabited |"
},
"bodies": [
{
"body_id": "GJ71b",
"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": 42,
"rotation_period_hours": 1012,
"atmosphere": "none",
"biome_summary": "barren",
"hydrosphere": "none",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "inner rocky, tidally locked"
},
{
"body_id": "GJ71c",
"proper_name": "Threshold",
"body_type": "planet",
"orbit_index": 2,
"parent_body_id": null,
"inhabited": true,
"population": 600000000,
"mass_class": "terrestrial",
"surface_gravity": 0.92,
"orbital_period_days": 310,
"rotation_period_hours": 22.4,
"atmosphere": "breathable",
"biome_summary": "temperate",
"hydrosphere": "ocean",
"economic_role": "agricultural",
"settlement_pattern": "urban_concentrated",
"industrial_corridor": null,
"notes": "primary garden world, first colony world through the gates"
},
{
"body_id": "GJ71d",
"proper_name": "Arden",
"body_type": "planet",
"orbit_index": 3,
"parent_body_id": null,
"inhabited": true,
"population": 500000000,
"mass_class": "terrestrial",
"surface_gravity": 0.87,
"orbital_period_days": 520,
"rotation_period_hours": 27.1,
"atmosphere": "breathable",
"biome_summary": "temperate",
"hydrosphere": "rivers",
"economic_role": "agricultural",
"settlement_pattern": "dispersed_rural",
"industrial_corridor": null,
"notes": "secondary garden world, pastoral"
},
{
"body_id": "GJ71d-1",
"proper_name": "Verantis",
"body_type": "moon",
"orbit_index": 1,
"parent_body_id": "GJ71d",
"inhabited": true,
"population": 20000000,
"mass_class": "dwarf",
"surface_gravity": 0.12,
"orbital_period_days": 8.2,
"rotation_period_hours": 196.8,
"atmosphere": "none",
"biome_summary": "barren",
"hydrosphere": "none",
"economic_role": "transit",
"settlement_pattern": "domed",
"industrial_corridor": null,
"notes": "domed service settlement, tidally locked to Arden"
},
{
"body_id": "GJ71e",
"proper_name": null,
"body_type": "planet",
"orbit_index": 4,
"parent_body_id": null,
"inhabited": false,
"population": 0,
"mass_class": "terrestrial",
"surface_gravity": 0.45,
"orbital_period_days": 1850,
"rotation_period_hours": 16.3,
"atmosphere": "thin",
"biome_summary": "frozen",
"hydrosphere": "ice",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "outer ice world"
},
{
"body_id": "GJ71-belt",
"proper_name": null,
"body_type": "asteroid_belt",
"orbit_index": 5,
"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": "debris disk"
},
{
"body_id": "GJ71-oort",
"proper_name": null,
"body_type": "oort_cloud",
"orbit_index": 6,
"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": ""
}
],
"stations": [
{
"station_id": "GJ71-oort-S1",
"proper_name": "Horizon Station",
"orbits_body_id": "GJ71-oort",
"station_type": "horizon",
"population": 80000000,
"economic_role": "transit",
"docking_class": "major",
"has_gate_infrastructure": true,
"notes": "Veil Institute founding site + gate infrastructure"
}
]
}