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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user