Files
settled-reach/wiki/star-systems/GJ-144/bodies/GJ144c/markers.json
T
jpmschweitzerandClaude Opus 4.6 c3d6230eed feat(assets): generate Ran system bodies — 10 planets/moons with assets
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>
2026-04-06 15:54:58 +02:00

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": []
}