Three wireframes for the Reach Navigator insert app: - Galaxy hop-ring map (concentric layout, sector-colored, contextual gate lanes) - System orbital schematic (star + orbits + oort cloud + horizon station) - Body info panel (planetary screenshot, profile stats, GTTR entry) Navigation flow: hop-ring → click system → orbital → click body → info panel. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
221 lines
6.9 KiB
JSON
221 lines
6.9 KiB
JSON
{
|
|
"name": "Body Info Panel",
|
|
"shapes": {
|
|
"bg": {
|
|
"type": "Rectangle",
|
|
"left": 0, "top": 0, "width": 1140, "height": 780,
|
|
"fillColor": "#0d1117", "strokeColor": "#0d1117"
|
|
},
|
|
|
|
"back-btn": {
|
|
"type": "Rectangle",
|
|
"left": 20, "top": 20, "width": 120, "height": 32,
|
|
"fillColor": "#1a2030", "strokeColor": "#333340",
|
|
"corners": [4, 4, 4, 4]
|
|
},
|
|
"back-label": {
|
|
"type": "Text",
|
|
"parent": "back-btn",
|
|
"left": 32, "top": 26,
|
|
"text": "< LU BAN SYSTEM",
|
|
"fontColor": "#c8d0e0", "fontSize": 11
|
|
},
|
|
|
|
"planet-screenshot": {
|
|
"type": "Rectangle",
|
|
"left": 40, "top": 80, "width": 360, "height": 360,
|
|
"fillColor": "#111820", "strokeColor": "#1a2030",
|
|
"corners": [8, 8, 8, 8]
|
|
},
|
|
"planet-screenshot-placeholder": {
|
|
"type": "Ellipse",
|
|
"left": 100, "top": 120, "width": 240, "height": 240,
|
|
"fillColor": "#1a3050", "strokeColor": "#2a5080"
|
|
},
|
|
"planet-screenshot-label": {
|
|
"type": "Text",
|
|
"left": 155, "top": 230,
|
|
"text": "Planetary Shader\nScreenshot (Q-064)",
|
|
"fontColor": "#2a5080", "fontSize": 12
|
|
},
|
|
|
|
"body-name": {
|
|
"type": "Text",
|
|
"left": 430, "top": 80,
|
|
"text": "XIN CHENGDU",
|
|
"fontColor": "#c8d0e0", "fontSize": 24
|
|
},
|
|
"body-designation": {
|
|
"type": "Text",
|
|
"left": 430, "top": 112,
|
|
"text": "GJ-15Ac · Third planet of Lu Ban",
|
|
"fontColor": "#667788", "fontSize": 12
|
|
},
|
|
|
|
"stats-bg": {
|
|
"type": "Rectangle",
|
|
"left": 430, "top": 140, "width": 320, "height": 200,
|
|
"fillColor": "#111820", "strokeColor": "#1a2030",
|
|
"corners": [4, 4, 4, 4]
|
|
},
|
|
"stats-title": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 150,
|
|
"text": "PROFILE",
|
|
"fontColor": "#c8d0e0", "fontSize": 11
|
|
},
|
|
"stat-type": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 172,
|
|
"text": "Type: Temperate terrestrial",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
"stat-atmo": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 190,
|
|
"text": "Atmosphere: Breathable (0.92 atm)",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
"stat-gravity": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 208,
|
|
"text": "Gravity: 0.87g",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
"stat-pop": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 226,
|
|
"text": "Population: 1.8M",
|
|
"fontColor": "#44ff88", "fontSize": 11
|
|
},
|
|
"stat-econ": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 244,
|
|
"text": "Economy: Manufacturing + Agri",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
"stat-culture": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 262,
|
|
"text": "Corridor: East Reach (E. Asian)",
|
|
"fontColor": "#44aa66", "fontSize": 11
|
|
},
|
|
"stat-governance": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 280,
|
|
"text": "Governance: Technocratic-corporate",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
"stat-wave": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 298,
|
|
"text": "Settlement: Wave 2 (est. ~420 years)",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
"stat-industrial": {
|
|
"type": "Text",
|
|
"parent": "stats-bg",
|
|
"left": 442, "top": 316,
|
|
"text": "Industrial: Prometheus Labs corridor",
|
|
"fontColor": "#667788", "fontSize": 11
|
|
},
|
|
|
|
"stations-bg": {
|
|
"type": "Rectangle",
|
|
"left": 770, "top": 140, "width": 350, "height": 120,
|
|
"fillColor": "#111820", "strokeColor": "#1a2030",
|
|
"corners": [4, 4, 4, 4]
|
|
},
|
|
"stations-title": {
|
|
"type": "Text",
|
|
"parent": "stations-bg",
|
|
"left": 782, "top": 150,
|
|
"text": "STATIONS & FACILITIES",
|
|
"fontColor": "#c8d0e0", "fontSize": 11
|
|
},
|
|
"station-1": {
|
|
"type": "Text",
|
|
"parent": "stations-bg",
|
|
"left": 782, "top": 172,
|
|
"text": "GJ-15Ac-S1 Chengdu Orbital Commercial Hub",
|
|
"fontColor": "#667788", "fontSize": 10
|
|
},
|
|
"station-2": {
|
|
"type": "Text",
|
|
"parent": "stations-bg",
|
|
"left": 782, "top": 190,
|
|
"text": "GJ-15Ac-S2 Prometheus Lab 7 Research (Restricted)",
|
|
"fontColor": "#667788", "fontSize": 10
|
|
},
|
|
"station-3": {
|
|
"type": "Text",
|
|
"parent": "stations-bg",
|
|
"left": 782, "top": 208,
|
|
"text": "GJ-15Ac-S3 Xin Chengdu Down Surface Port",
|
|
"fontColor": "#667788", "fontSize": 10
|
|
},
|
|
|
|
"moons-bg": {
|
|
"type": "Rectangle",
|
|
"left": 770, "top": 276, "width": 350, "height": 60,
|
|
"fillColor": "#111820", "strokeColor": "#1a2030",
|
|
"corners": [4, 4, 4, 4]
|
|
},
|
|
"moons-title": {
|
|
"type": "Text",
|
|
"parent": "moons-bg",
|
|
"left": 782, "top": 286,
|
|
"text": "MOONS",
|
|
"fontColor": "#c8d0e0", "fontSize": 11
|
|
},
|
|
"moon-1": {
|
|
"type": "Text",
|
|
"parent": "moons-bg",
|
|
"left": 782, "top": 306,
|
|
"text": "GJ-15Ac-1 Barren · Uninhabited · 0.12g",
|
|
"fontColor": "#445566", "fontSize": 10
|
|
},
|
|
|
|
"gttr-bg": {
|
|
"type": "Rectangle",
|
|
"left": 40, "top": 460, "width": 1080, "height": 300,
|
|
"fillColor": "#111820", "strokeColor": "#1a2030",
|
|
"corners": [4, 4, 4, 4]
|
|
},
|
|
"gttr-title": {
|
|
"type": "Text",
|
|
"parent": "gttr-bg",
|
|
"left": 56, "top": 472,
|
|
"text": "DRIFTER'S GUIDE TO THE REACH — XIN CHENGDU",
|
|
"fontColor": "#c8d0e0", "fontSize": 14
|
|
},
|
|
"gttr-divider": {
|
|
"type": "Line",
|
|
"left": 56, "top": 494, "width": 1048, "height": 0,
|
|
"strokeColor": "#1a2030"
|
|
},
|
|
"gttr-body": {
|
|
"type": "Text",
|
|
"parent": "gttr-bg",
|
|
"left": 56, "top": 504, "width": 1048,
|
|
"text": "If you're arriving at Xin Chengdu for the first time, you'll notice two things: the air\nsmells like machine oil and fresh rain simultaneously, and everyone walks with purpose.\nThis is a manufacturing world that hasn't forgotten it was once farmland. The Prometheus\nLabs presence is felt rather than seen — you won't find their logo on buildings, but\nyou'll notice the unusual number of people who look forty and have been alive for three\nhundred years.\n\nThe orbital is your best bet for lodging unless you have surface contacts. Chengdu Down\nis functional but not welcoming to visitors without business. If you're here for trade,\nthe orbital market handles most offworld transactions. If you're here for work, the\nSyndic hiring halls in the eastern ring are where contracts are posted...",
|
|
"fontColor": "#8899aa", "fontSize": 11, "wordWrap": true
|
|
},
|
|
"gttr-scroll-hint": {
|
|
"type": "Text",
|
|
"left": 1060, "top": 740,
|
|
"text": "scroll v",
|
|
"fontColor": "#333340", "fontSize": 10
|
|
}
|
|
}
|
|
}
|