PO-built prototype (FBM terrain, Whittaker biomes, procedural globe) with test body definitions for all planet types. Replaces pyplatec approach. Spike validates the pipeline architecture for batch #817. Includes handover doc, 9 test body definitions, and updated spike pipeline documentation. Stale pyplatec outputs removed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"id": "TEST_ARID",
|
|
"name": "Dust Bowl",
|
|
"body_type": "planet",
|
|
"planet_class": "arid",
|
|
"body_scale": "planet",
|
|
"seed": 2875992775,
|
|
|
|
"star": {
|
|
"type": "G",
|
|
"luminosity_solar": 1.0,
|
|
"color_temp_K": 5800
|
|
},
|
|
|
|
"orbit": {
|
|
"distance_au": 1.2,
|
|
"period_days": 480,
|
|
"axial_tilt_deg": 12.0
|
|
},
|
|
|
|
"physical": {
|
|
"gravity_g": 0.42,
|
|
"oblateness": 0.002,
|
|
"atmosphere": "thin",
|
|
"atmosphere_color": [0.85, 0.55, 0.35]
|
|
},
|
|
|
|
"terrain": {
|
|
"land_fraction": 0.92,
|
|
"polar_ice_lat": 0.85,
|
|
"tectonics": "low",
|
|
"max_elevation_km": 22.0
|
|
},
|
|
|
|
"environment": {
|
|
"geothermal_flux": "low",
|
|
"uv_index": "high",
|
|
"substrate": "silicate",
|
|
"chemosynthetic": false,
|
|
"hydrosphere": "none"
|
|
},
|
|
|
|
"clouds": {
|
|
"enabled": false
|
|
},
|
|
|
|
"render": {
|
|
"globe_light_angle_deg": 135,
|
|
"specular_ocean": false,
|
|
"night_side_ambient": 0.015
|
|
}
|
|
}
|