diff --git a/tooling/planet-gen/sol_markers/luna_features.json b/tooling/planet-gen/sol_markers/luna_features.json index d0dcacbc7..ea0c57cb6 100644 --- a/tooling/planet-gen/sol_markers/luna_features.json +++ b/tooling/planet-gen/sol_markers/luna_features.json @@ -1,5 +1,10 @@ { "GJ0d-1": { + "cities": [ + {"name": "Artemis", "center": [215, 250], "population": 200000000, "kind": "capital"}, + {"name": "Tranquility Station", "center": [119, 282], "population": 90000000, "kind": "city"}, + {"name": "Selene", "center": [93, 247], "population": 60000000, "kind": "city"} + ], "pois": [ {"id": "poi_mare_tranquillitatis", "name": "Mare Tranquillitatis", "center": [119, 282], "kind": "mare"}, {"id": "poi_mare_imbrium", "name": "Mare Imbrium", "center": [93, 247], "kind": "mare"}, diff --git a/tooling/planet-gen/sol_markers/mars_features.json b/tooling/planet-gen/sol_markers/mars_features.json index 721fc54c9..fc287971b 100644 --- a/tooling/planet-gen/sol_markers/mars_features.json +++ b/tooling/planet-gen/sol_markers/mars_features.json @@ -1,5 +1,11 @@ { "GJ0e": { + "cities": [ + {"name": "Olympia", "center": [107, 358], "population": 450000000, "kind": "capital"}, + {"name": "Hellas Station", "center": [148, 329], "population": 350000000, "kind": "city"}, + {"name": "Elysium City", "center": [103, 413], "population": 250000000, "kind": "city"}, + {"name": "Chryse Landing", "center": [100, 392], "population": 150000000, "kind": "city"} + ], "mountain_ranges": [ {"name": "Olympus Mons", "peak": [107, 358], "center": [107, 358]}, {"name": "Tharsis Bulge", "peak": [115, 365], "center": [118, 362]}, diff --git a/tooling/planet-gen/sol_markers/outer_features.json b/tooling/planet-gen/sol_markers/outer_features.json index d0727444e..d220c218e 100644 --- a/tooling/planet-gen/sol_markers/outer_features.json +++ b/tooling/planet-gen/sol_markers/outer_features.json @@ -9,6 +9,10 @@ ] }, "GJ0f-2": { + "cities": [ + {"name": "Conamara Station", "center": [118, 328], "population": 20000000, "kind": "capital"}, + {"name": "Pwyll Base", "center": [155, 328], "population": 10000000, "kind": "city"} + ], "pois": [ {"id": "poi_conamara_chaos", "name": "Conamara Chaos", "center": [118, 328], "kind": "chaos"}, {"id": "poi_pwyll_crater", "name": "Pwyll Crater", "center": [155, 328], "kind": "crater"},