Files
settled-reach/wiki/star-systems/GJ-144/bodies/GJ144f/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

71 lines
1013 B
JSON

{
"grid": {
"w": 512,
"h": 256
},
"rivers": [],
"oceans": [
{
"id": "water_3",
"name": null,
"kind": "ocean",
"center": [
67,
215
],
"area_fraction": 0.2537
},
{
"id": "water_4",
"name": null,
"kind": "lake",
"center": [
35,
487
],
"area_fraction": 0.0124
},
{
"id": "water_14",
"name": null,
"kind": "lake",
"center": [
134,
170
],
"area_fraction": 0.006
}
],
"mountain_ranges": [
{
"id": "range_1",
"name": null,
"center": [
174,
90
],
"peak": [
178,
101
],
"area_cells": 689
},
{
"id": "range_2",
"name": null,
"center": [
176,
300
],
"peak": [
175,
306
],
"area_cells": 254
}
],
"roads": [],
"cities": [],
"railroads": [],
"pois": []
}