Six sector maps (core, N/S/E/W reach, deep frontier) plus overview. Generated from star-map.json — currently stale after topology tuning, will be regenerated once naming pass is complete. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
133 lines
2.8 KiB
Plaintext
133 lines
2.8 KiB
Plaintext
# Star Map — Overview
|
|
# Sector cluster view. Nodes = sectors. Edge labels = cross-sector gate connections.
|
|
|
|
vars: {
|
|
bg: "#1a1e24"
|
|
txt: "#c8d0e0"
|
|
acc: "#c8d8f0"
|
|
}
|
|
|
|
direction: right
|
|
style.fill: "#1a1e24"
|
|
style.stroke: "#c8d8f0"
|
|
style.font-color: "#c8d0e0"
|
|
|
|
core: "Core\n25 systems · 14 hubs" {
|
|
shape: rectangle
|
|
style.fill: "#1a2040"
|
|
style.stroke: "#3060c0"
|
|
style.font-color: "#c8d0e0"
|
|
style.border-radius: 8
|
|
}
|
|
|
|
northreach: "North Reach\n50 systems · 2 hubs" {
|
|
shape: rectangle
|
|
style.fill: "#1a2820"
|
|
style.stroke: "#4a9060"
|
|
style.font-color: "#c8d0e0"
|
|
style.border-radius: 8
|
|
}
|
|
|
|
westreach: "West Reach\n50 systems · 2 hubs" {
|
|
shape: rectangle
|
|
style.fill: "#201e14"
|
|
style.stroke: "#907030"
|
|
style.font-color: "#c8d0e0"
|
|
style.border-radius: 8
|
|
}
|
|
|
|
southreach: "South Reach\n50 systems · 2 hubs" {
|
|
shape: rectangle
|
|
style.fill: "#201814"
|
|
style.stroke: "#905030"
|
|
style.font-color: "#c8d0e0"
|
|
style.border-radius: 8
|
|
}
|
|
|
|
eastreach: "East Reach\n50 systems · 3 hubs" {
|
|
shape: rectangle
|
|
style.fill: "#1a2028"
|
|
style.stroke: "#4070a0"
|
|
style.font-color: "#c8d0e0"
|
|
style.border-radius: 8
|
|
}
|
|
|
|
deepfrontier: "Deep Frontier\n75 systems · 0 hubs" {
|
|
shape: rectangle
|
|
style.fill: "#201010"
|
|
style.stroke: "#803030"
|
|
style.font-color: "#c8d0e0"
|
|
style.border-radius: 8
|
|
}
|
|
|
|
gateway_note: "GATEWAY (S-001)\nDiplomatic Periphery · Core\nSol aperture: dormant" {
|
|
shape: hexagon
|
|
style.fill: "#1a2850"
|
|
style.stroke: "#5090e0"
|
|
style.font-color: "#c8d0e0"
|
|
style.stroke-width: 3
|
|
}
|
|
gateway_note -> core: "located in" {
|
|
style.stroke: "#5090e0"; style.stroke-dash: 3
|
|
}
|
|
|
|
core -- eastreach: "3 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
core -- northreach: "3 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
core -- southreach: "3 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
core -- westreach: "3 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
deepfrontier -- eastreach: "2 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
deepfrontier -- northreach: "2 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
deepfrontier -- southreach: "2 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
deepfrontier -- westreach: "2 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
eastreach -- northreach: "1 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
eastreach -- southreach: "1 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
northreach -- westreach: "1 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|
|
|
|
southreach -- westreach: "1 connections" {
|
|
style.stroke: "#6a7a40"
|
|
style.font-color: "#c8d0e0"
|
|
}
|