Adapt the believability/budget verification harness to the T-1033 BodyParams strip: validation-body fixtures (Kallast/Glødberg/Marevna) no longer set the removed orbit/star fields (orbital_period_days, axial_tilt_deg, spectral_class, star_type). Temperature is now derived from the planet_class envelope (D-240), so the Marevna validation note/assertion is rewritten — oceanic band [-12,28]°C + maritime 0.6 + standard-atmosphere greenhouse yields ~+26°C at the equator (was a stale ~-56°C orbit-equilibrium note). Add the seed→tile golden fixture (tests/golden/derivation_harness.json) that the determinism regression locks. Also fmt the harness and fix one clippy lint (iter().copied().collect() -> to_vec()) — the file predated the pre-push gate's cargo-test/clippy coverage. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
39 lines
717 B
JSON
39 lines
717 B
JSON
[
|
|
{
|
|
"label": "alluvial_forest_active_channel",
|
|
"seed": 16045690984503098046,
|
|
"body_id": "GJ144d",
|
|
"tile_x": 640,
|
|
"tile_y": 1280,
|
|
"terrain": 0,
|
|
"vegetation": 1,
|
|
"water": 0,
|
|
"elevation_m": 11,
|
|
"cover": 0
|
|
},
|
|
{
|
|
"label": "lava_field_barren",
|
|
"seed": 1311768467294899695,
|
|
"body_id": "GJ581c",
|
|
"tile_x": 320,
|
|
"tile_y": 448,
|
|
"terrain": 5,
|
|
"vegetation": 0,
|
|
"water": 0,
|
|
"elevation_m": 21,
|
|
"cover": 0
|
|
},
|
|
{
|
|
"label": "fjord_wall_glaciated",
|
|
"seed": 18369614217980264670,
|
|
"body_id": "GJ447c",
|
|
"tile_x": 928,
|
|
"tile_y": 544,
|
|
"terrain": 3,
|
|
"vegetation": 0,
|
|
"water": 2,
|
|
"elevation_m": 1,
|
|
"cover": 1
|
|
}
|
|
]
|