Files
settled-reach/docs/atlas/proposals/GJ1002.json
T
jpmschweitzerandClaude Opus 4.6 db241b88bd refactor(schema): rename biome_summary to planet_class (D-188)
"Biome" describes per-zone vegetation classification (Whittaker table).
"Planet class" describes overall planetary character. The conflation
caused the planet generator to misclassify ~270 bodies as barren.

Scope: systems.db column, schema SQL, Rust atlas code, wiki table
headers (Biome → Class), atlas proposal JSONs, all docs/decisions,
tooling scripts. Also normalizes atmosphere vocabulary (breathable →
standard) and expands planet class mapping to all 26 wiki values.
Unknown classes default to temperate for modder safety.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 17:10:35 +02:00

190 lines
5.7 KiB
JSON

{
"system_id": "GJ 1002",
"proper_name": "Caparica",
"star_type": "M",
"spectral_class": "M5-5.5",
"wiki_data": {
"habitable_count": 1,
"inhabited_count": 1,
"has_gas_giant": false,
"has_asteroid_belt": true,
"has_horizon_station": true,
"raw_bodies_line": null
},
"bodies": [
{
"body_id": "GJ1002b",
"proper_name": "Caparica",
"body_type": "planet",
"orbit_index": 1,
"parent_body_id": null,
"inhabited": true,
"population": 35000000,
"mass_class": "terrestrial",
"surface_gravity": 0.88,
"orbital_period_days": 12.0,
"rotation_period_hours": 288.0,
"atmosphere": "standard",
"planet_class": "oceanic",
"hydrosphere": "liquid_water",
"economic_role": "agricultural",
"settlement_pattern": "dispersed",
"industrial_corridor": "agricultural_export",
"notes": "primary inhabited world; wave_3 Portuguese heritage; 2-aperture spur_end; M5.5 dim close-in orbit; tidally locked — terminator-band settlement; shallow-ocean world; productive aquaculture network (kelp farms, pelagic fish pens, open-water harvest); cooperative council governance (elected from aquaculture syndicates); Syndic agricultural network trading terms (founding-era); deep food and equipment reserves (spur_end contingency); harvest calendar keyed to flare cycle"
},
{
"body_id": "GJ1002-belt",
"proper_name": null,
"body_type": "asteroid_belt",
"orbit_index": 2,
"parent_body_id": null,
"inhabited": false,
"population": null,
"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 asteroid belt"
},
{
"body_id": "GJ1002c",
"proper_name": null,
"body_type": "planet",
"orbit_index": 3,
"parent_body_id": null,
"inhabited": false,
"population": null,
"mass_class": "terrestrial",
"surface_gravity": 0.44,
"orbital_period_days": 48.0,
"rotation_period_hours": 22.4,
"atmosphere": "thin",
"planet_class": "frozen",
"hydrosphere": null,
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "outer rocky, frozen, uninhabited"
},
{
"body_id": "GJ1002d",
"proper_name": null,
"body_type": "planet",
"orbit_index": 4,
"parent_body_id": null,
"inhabited": false,
"population": null,
"mass_class": "terrestrial",
"surface_gravity": 0.34,
"orbital_period_days": 140.0,
"rotation_period_hours": 26.8,
"atmosphere": "trace",
"planet_class": "frozen",
"hydrosphere": "ice",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "outer icy rocky, uninhabited"
},
{
"body_id": "GJ1002e",
"proper_name": null,
"body_type": "planet",
"orbit_index": 5,
"parent_body_id": null,
"inhabited": false,
"population": null,
"mass_class": "dwarf",
"surface_gravity": 0.10,
"orbital_period_days": 380.0,
"rotation_period_hours": 20.4,
"atmosphere": "none",
"planet_class": "frozen",
"hydrosphere": "ice",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "outermost ice dwarf"
},
{
"body_id": "GJ1002f",
"proper_name": null,
"body_type": "planet",
"orbit_index": 6,
"parent_body_id": null,
"inhabited": false,
"population": null,
"mass_class": "dwarf",
"surface_gravity": 0.08,
"orbital_period_days": 920.0,
"rotation_period_hours": 17.6,
"atmosphere": "none",
"planet_class": "frozen",
"hydrosphere": "ice",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "distant ice dwarf"
},
{
"body_id": "GJ1002g",
"proper_name": null,
"body_type": "planet",
"orbit_index": 7,
"parent_body_id": null,
"inhabited": false,
"population": null,
"mass_class": "dwarf",
"surface_gravity": 0.06,
"orbital_period_days": 2200.0,
"rotation_period_hours": 15.8,
"atmosphere": "none",
"planet_class": "frozen",
"hydrosphere": "ice",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "far distant ice dwarf"
},
{
"body_id": "GJ1002-oort",
"proper_name": null,
"body_type": "oort_cloud",
"orbit_index": 8,
"parent_body_id": null,
"inhabited": false,
"population": null,
"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": "GJ1002-oort-S1",
"proper_name": "Caparica Horizon",
"orbits_body_id": "GJ1002-oort",
"station_type": "horizon",
"population": 420,
"economic_role": "transit",
"docking_class": "major",
"has_gate_infrastructure": true,
"notes": "horizon station — 2 apertures; spur_end; connects Altair corridor; aquaculture freight staging; Syndic network logistics coordination; Commission inspector rotation (seasonal)"
}
]
}