First system through the planet generator pipeline. Per-body wiki pages with YAML frontmatter at wiki/star-systems/GJ-144/bodies/. Each body has: index.md (definition + profile), heightmap.png (4096×2048), globe.png (512×512), and markers.json (rivers, oceans, mountain ranges). Bodies: GJ144b-g + moons. Includes temperate (Kallast, Vethis), frozen, barren moons, and a ringed gas giant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
712 B
JSON
53 lines
712 B
JSON
{
|
|
"grid": {
|
|
"w": 512,
|
|
"h": 256
|
|
},
|
|
"rivers": [],
|
|
"oceans": [],
|
|
"mountain_ranges": [
|
|
{
|
|
"id": "range_1",
|
|
"name": null,
|
|
"center": [
|
|
72,
|
|
220
|
|
],
|
|
"peak": [
|
|
70,
|
|
222
|
|
],
|
|
"area_cells": 652
|
|
},
|
|
{
|
|
"id": "range_2",
|
|
"name": null,
|
|
"center": [
|
|
94,
|
|
299
|
|
],
|
|
"peak": [
|
|
93,
|
|
297
|
|
],
|
|
"area_cells": 506
|
|
},
|
|
{
|
|
"id": "range_3",
|
|
"name": null,
|
|
"center": [
|
|
196,
|
|
234
|
|
],
|
|
"peak": [
|
|
181,
|
|
91
|
|
],
|
|
"area_cells": 57902
|
|
}
|
|
],
|
|
"roads": [],
|
|
"cities": [],
|
|
"railroads": [],
|
|
"pois": []
|
|
} |