Fix up the solar system layout(s)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,17 @@
|
||||
WITH SystemConnections AS (
|
||||
WITH CanonicalLayouts AS (
|
||||
SELECT regionId, MIN(layoutId) AS layoutId
|
||||
FROM MapLayouts
|
||||
GROUP BY regionId
|
||||
),
|
||||
RegionLayouts AS (
|
||||
SELECT
|
||||
re.regionId,
|
||||
re.regionName,
|
||||
cl.layoutId
|
||||
FROM Regions re
|
||||
JOIN CanonicalLayouts cl ON re.regionId = cl.regionId
|
||||
),
|
||||
SystemConnections AS (
|
||||
SELECT
|
||||
ss_from.solarSystemId AS fromSystemId,
|
||||
ss_to.solarSystemName AS toSystemName
|
||||
@@ -17,10 +30,10 @@ SELECT
|
||||
ss.solarSystemName AS solarSystemName,
|
||||
ml.x,
|
||||
ml.y,
|
||||
re.regionName as regionName,
|
||||
rl.regionName AS regionName,
|
||||
ss.security AS security,
|
||||
COALESCE(cs.connectedSystems, '') AS connectedSystems
|
||||
FROM MapLayout ml
|
||||
FROM RegionLayouts rl
|
||||
JOIN MapLayout ml ON ml.layoutId = rl.layoutId
|
||||
JOIN SolarSystems ss ON ss.solarSystemId = ml.solarSystemId
|
||||
JOIN MapLayouts mls ON ml.layoutId = mls.layoutId
|
||||
JOIN Regions re ON re.regionId = mls.regionId
|
||||
LEFT JOIN ConnectedSystems cs ON ss.solarSystemId = cs.fromSystemId;
|
||||
LEFT JOIN ConnectedSystems cs ON ss.solarSystemId = cs.fromSystemId
|
@@ -1,90 +1,225 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "F-KBNV",
|
||||
"x": 30,
|
||||
"solarSystemName": "2-NF2Z",
|
||||
"x": 735,
|
||||
"y": 460,
|
||||
"security": -0.03404445577795956,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "0Z-VHC",
|
||||
"x": 900,
|
||||
"y": 435,
|
||||
"security": -0.02370289385487612,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "9-BUSQ",
|
||||
"x": 805,
|
||||
"y": 410,
|
||||
"security": -0.04573214005663084,
|
||||
"security": -0.01628768910843548,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "JL-P9P",
|
||||
"x": 35,
|
||||
"y": 265,
|
||||
"security": -0.1131701122846339,
|
||||
"solarSystemName": "LQB-TC",
|
||||
"x": 755,
|
||||
"y": 525,
|
||||
"security": -0.02503484730840144,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8-UWFS",
|
||||
"x": 40,
|
||||
"y": 515,
|
||||
"security": -0.01269866547902154,
|
||||
"solarSystemName": "II-1B3",
|
||||
"x": 895,
|
||||
"y": 370,
|
||||
"security": -0.0235022945994906,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "T-C5A0",
|
||||
"x": 50,
|
||||
"solarSystemName": "6-HFD6",
|
||||
"x": 825,
|
||||
"y": 485,
|
||||
"security": -0.0232951710310092,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "P3UD-M",
|
||||
"x": 800,
|
||||
"y": 325,
|
||||
"security": -0.03954292310310381,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LCN-0V",
|
||||
"x": 835,
|
||||
"y": 280,
|
||||
"security": -0.03266386052216164,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "FX-XMW",
|
||||
"x": 780,
|
||||
"y": 240,
|
||||
"security": -0.02053900506488138,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "G-N6MC",
|
||||
"x": 715,
|
||||
"y": 305,
|
||||
"security": -0.02359277837861407,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "7-8XK0",
|
||||
"x": 630,
|
||||
"y": 315,
|
||||
"security": -0.1012231477101665,
|
||||
"security": -0.03127612097217147,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DLY-RG",
|
||||
"x": 50,
|
||||
"solarSystemName": "90G-OA",
|
||||
"x": 540,
|
||||
"y": 305,
|
||||
"security": -0.03325497458419024,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DT-7EO",
|
||||
"x": 480,
|
||||
"y": 360,
|
||||
"security": -0.06506757132417762,
|
||||
"security": -0.03472869008915058,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "BWO-UU",
|
||||
"x": 70,
|
||||
"y": 615,
|
||||
"security": -0.008386049763518533,
|
||||
"solarSystemName": "B-Y06L",
|
||||
"x": 320,
|
||||
"y": 355,
|
||||
"security": -0.06661757275385227,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "PQWA-L",
|
||||
"x": 75,
|
||||
"y": 570,
|
||||
"security": -0.0104690923575288,
|
||||
"solarSystemName": "HHQ-8L",
|
||||
"x": 430,
|
||||
"y": 410,
|
||||
"security": -0.02687274070075907,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "M9-OS2",
|
||||
"x": 125,
|
||||
"y": 515,
|
||||
"security": -0.02480228788709815,
|
||||
"solarSystemName": "Z-KPAR",
|
||||
"x": 340,
|
||||
"y": 420,
|
||||
"security": -0.06042589021452882,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "T-YWDD",
|
||||
"x": 135,
|
||||
"y": 350,
|
||||
"security": -0.04500862483220181,
|
||||
"solarSystemName": "8U-RZH",
|
||||
"x": 440,
|
||||
"y": 460,
|
||||
"security": -0.02043230570552179,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "UP-L3Y",
|
||||
"x": 150,
|
||||
"y": 300,
|
||||
"security": -0.05571884310798658,
|
||||
"solarSystemName": "2RV-06",
|
||||
"x": 340,
|
||||
"y": 470,
|
||||
"security": -0.07827419872843178,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "CLDT-L",
|
||||
"x": 225,
|
||||
"y": 385,
|
||||
"security": -0.05013289458924908,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "QU7-EE",
|
||||
"x": 450,
|
||||
"y": 510,
|
||||
"security": -0.01566951706063569,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "UC-X28",
|
||||
"x": 535,
|
||||
"y": 225,
|
||||
"security": -0.03313184293294469,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "R79-I7",
|
||||
"x": 450,
|
||||
"y": 220,
|
||||
"security": -0.035995282492432,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "E-RPGP",
|
||||
"x": 375,
|
||||
"y": 210,
|
||||
"security": -0.03272737815868709,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "ZV-KZO",
|
||||
"x": 305,
|
||||
"y": 195,
|
||||
"security": -0.02321449055405889,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NSE-U1",
|
||||
"x": 230,
|
||||
"y": 180,
|
||||
"security": -0.02351788804762856,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
@@ -108,37 +243,10 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "FNS3-F",
|
||||
"x": 215,
|
||||
"y": 105,
|
||||
"security": -0.02138916191779106,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "CLDT-L",
|
||||
"x": 225,
|
||||
"y": 385,
|
||||
"security": -0.05013289458924908,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "3-CE1R",
|
||||
"x": 230,
|
||||
"y": 5,
|
||||
"security": -0.02114286131273202,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NSE-U1",
|
||||
"x": 230,
|
||||
"y": 180,
|
||||
"security": -0.02351788804762856,
|
||||
"solarSystemName": "M9-OS2",
|
||||
"x": 125,
|
||||
"y": 515,
|
||||
"security": -0.02480228788709815,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
@@ -152,6 +260,33 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8-UWFS",
|
||||
"x": 40,
|
||||
"y": 515,
|
||||
"security": -0.01269866547902154,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "PQWA-L",
|
||||
"x": 75,
|
||||
"y": 570,
|
||||
"security": -0.0104690923575288,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "BWO-UU",
|
||||
"x": 70,
|
||||
"y": 615,
|
||||
"security": -0.008386049763518533,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "SQVI-U",
|
||||
"x": 245,
|
||||
@@ -161,6 +296,60 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "T-YWDD",
|
||||
"x": 135,
|
||||
"y": 350,
|
||||
"security": -0.04500862483220181,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DLY-RG",
|
||||
"x": 50,
|
||||
"y": 360,
|
||||
"security": -0.06506757132417762,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "T-C5A0",
|
||||
"x": 50,
|
||||
"y": 315,
|
||||
"security": -0.1012231477101665,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "UP-L3Y",
|
||||
"x": 150,
|
||||
"y": 300,
|
||||
"security": -0.05571884310798658,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "F-KBNV",
|
||||
"x": 30,
|
||||
"y": 410,
|
||||
"security": -0.04573214005663084,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "JL-P9P",
|
||||
"x": 35,
|
||||
"y": 265,
|
||||
"security": -0.1131701122846339,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "FR-RCH",
|
||||
"x": 290,
|
||||
@@ -171,64 +360,10 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "50-TJY",
|
||||
"x": 295,
|
||||
"y": 40,
|
||||
"security": -0.02839246375053395,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "IAWJ-X",
|
||||
"x": 305,
|
||||
"y": 85,
|
||||
"security": -0.01900169536705909,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "ZV-KZO",
|
||||
"x": 305,
|
||||
"y": 195,
|
||||
"security": -0.02321449055405889,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "B-Y06L",
|
||||
"x": 320,
|
||||
"y": 355,
|
||||
"security": -0.06661757275385227,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Z-KPAR",
|
||||
"x": 340,
|
||||
"y": 420,
|
||||
"security": -0.06042589021452882,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "2RV-06",
|
||||
"x": 340,
|
||||
"y": 470,
|
||||
"security": -0.07827419872843178,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "E-RPGP",
|
||||
"x": 375,
|
||||
"y": 210,
|
||||
"security": -0.03272737815868709,
|
||||
"solarSystemName": "FNS3-F",
|
||||
"x": 215,
|
||||
"y": 105,
|
||||
"security": -0.02138916191779106,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
@@ -243,37 +378,28 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "HHQ-8L",
|
||||
"x": 430,
|
||||
"y": 410,
|
||||
"security": -0.02687274070075907,
|
||||
"solarSystemName": "IAWJ-X",
|
||||
"x": 305,
|
||||
"y": 85,
|
||||
"security": -0.01900169536705909,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8U-RZH",
|
||||
"x": 440,
|
||||
"y": 460,
|
||||
"security": -0.02043230570552179,
|
||||
"solarSystemName": "50-TJY",
|
||||
"x": 295,
|
||||
"y": 40,
|
||||
"security": -0.02839246375053395,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "R79-I7",
|
||||
"x": 450,
|
||||
"y": 220,
|
||||
"security": -0.035995282492432,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "QU7-EE",
|
||||
"x": 450,
|
||||
"y": 510,
|
||||
"security": -0.01566951706063569,
|
||||
"solarSystemName": "3-CE1R",
|
||||
"x": 230,
|
||||
"y": 5,
|
||||
"security": -0.02114286131273202,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
@@ -286,131 +412,5 @@
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DT-7EO",
|
||||
"x": 480,
|
||||
"y": 360,
|
||||
"security": -0.03472869008915058,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "UC-X28",
|
||||
"x": 535,
|
||||
"y": 225,
|
||||
"security": -0.03313184293294469,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "90G-OA",
|
||||
"x": 540,
|
||||
"y": 305,
|
||||
"security": -0.03325497458419024,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "7-8XK0",
|
||||
"x": 630,
|
||||
"y": 315,
|
||||
"security": -0.03127612097217147,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "G-N6MC",
|
||||
"x": 715,
|
||||
"y": 305,
|
||||
"security": -0.02359277837861407,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "2-NF2Z",
|
||||
"x": 735,
|
||||
"y": 460,
|
||||
"security": -0.03404445577795956,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LQB-TC",
|
||||
"x": 755,
|
||||
"y": 525,
|
||||
"security": -0.02503484730840144,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "FX-XMW",
|
||||
"x": 780,
|
||||
"y": 240,
|
||||
"security": -0.02053900506488138,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "P3UD-M",
|
||||
"x": 800,
|
||||
"y": 325,
|
||||
"security": -0.03954292310310381,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "9-BUSQ",
|
||||
"x": 805,
|
||||
"y": 410,
|
||||
"security": -0.01628768910843548,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "6-HFD6",
|
||||
"x": 825,
|
||||
"y": 485,
|
||||
"security": -0.0232951710310092,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LCN-0V",
|
||||
"x": 835,
|
||||
"y": 280,
|
||||
"security": -0.03266386052216164,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "II-1B3",
|
||||
"x": 895,
|
||||
"y": 370,
|
||||
"security": -0.0235022945994906,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "0Z-VHC",
|
||||
"x": 900,
|
||||
"y": 435,
|
||||
"security": -0.02370289385487612,
|
||||
"connectedSystems": [
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
1396
public/Aridia.json
1396
public/Aridia.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4364
public/Branch.json
4364
public/Branch.json
File diff suppressed because it is too large
Load Diff
@@ -1,41 +1,13 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "U-QMOA",
|
||||
"x": 20,
|
||||
"y": 210,
|
||||
"security": -0.3097907558894293,
|
||||
"solarSystemName": "2-2EWC",
|
||||
"x": 125,
|
||||
"y": 385,
|
||||
"security": -0.1070951183760639,
|
||||
"connectedSystems": [
|
||||
"O-5TN1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "O-5TN1",
|
||||
"x": 70,
|
||||
"y": 175,
|
||||
"security": -0.4044791172851695,
|
||||
"connectedSystems": [
|
||||
"I6-SYN",
|
||||
"U-QMOA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LMM7-L",
|
||||
"x": 105,
|
||||
"y": 335,
|
||||
"security": -0.1932617773995348,
|
||||
"connectedSystems": [
|
||||
"2-2EWC",
|
||||
"E1W-TB"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "IVP-KA",
|
||||
"x": 105,
|
||||
"y": 620,
|
||||
"security": -0.0630877989118237,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"5-2PQU"
|
||||
"Q-UEN6",
|
||||
"LMM7-L",
|
||||
"995-3G"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -49,16 +21,45 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "2-2EWC",
|
||||
"x": 125,
|
||||
"y": 385,
|
||||
"security": -0.1070951183760639,
|
||||
"solarSystemName": "D-6H64",
|
||||
"x": 275,
|
||||
"y": 400,
|
||||
"security": -0.06338869886627085,
|
||||
"connectedSystems": [
|
||||
"Q-UEN6",
|
||||
"LMM7-L",
|
||||
"8-BIE3",
|
||||
"995-3G"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8-BIE3",
|
||||
"x": 330,
|
||||
"y": 375,
|
||||
"security": -0.07609543140447905,
|
||||
"connectedSystems": [
|
||||
"D-6H64",
|
||||
"4S0-NP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LMM7-L",
|
||||
"x": 105,
|
||||
"y": 335,
|
||||
"security": -0.1932617773995348,
|
||||
"connectedSystems": [
|
||||
"2-2EWC",
|
||||
"E1W-TB"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "995-3G",
|
||||
"x": 195,
|
||||
"y": 405,
|
||||
"security": -0.08702030249378157,
|
||||
"connectedSystems": [
|
||||
"2-2EWC",
|
||||
"D-6H64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "W2T-TR",
|
||||
"x": 130,
|
||||
@@ -71,28 +72,6 @@
|
||||
"04EI-U"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "I6-SYN",
|
||||
"x": 135,
|
||||
"y": 150,
|
||||
"security": -0.3493166010410577,
|
||||
"connectedSystems": [
|
||||
"E1W-TB",
|
||||
"VK-A5G",
|
||||
"O-5TN1",
|
||||
"K-IYNW"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "YE1-9S",
|
||||
"x": 140,
|
||||
"y": 525,
|
||||
"security": -0.05054645275755076,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"Q-UEN6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Q-UEN6",
|
||||
"x": 145,
|
||||
@@ -104,47 +83,6 @@
|
||||
"YE1-9S"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "995-3G",
|
||||
"x": 195,
|
||||
"y": 405,
|
||||
"security": -0.08702030249378157,
|
||||
"connectedSystems": [
|
||||
"2-2EWC",
|
||||
"D-6H64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "VK-A5G",
|
||||
"x": 215,
|
||||
"y": 130,
|
||||
"security": -0.5608118176835264,
|
||||
"connectedSystems": [
|
||||
"B-T6BT",
|
||||
"I6-SYN"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "04EI-U",
|
||||
"x": 225,
|
||||
"y": 610,
|
||||
"security": -0.07727347435456167,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"M-CNUD"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "M-CNUD",
|
||||
"x": 240,
|
||||
"y": 550,
|
||||
"security": -0.04340310635271516,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"BLMX-B",
|
||||
"04EI-U"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "BLMX-B",
|
||||
"x": 245,
|
||||
@@ -157,13 +95,44 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "D-6H64",
|
||||
"x": 275,
|
||||
"y": 400,
|
||||
"security": -0.06338869886627085,
|
||||
"solarSystemName": "M-CNUD",
|
||||
"x": 240,
|
||||
"y": 550,
|
||||
"security": -0.04340310635271516,
|
||||
"connectedSystems": [
|
||||
"8-BIE3",
|
||||
"995-3G"
|
||||
"W2T-TR",
|
||||
"BLMX-B",
|
||||
"04EI-U"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "YE1-9S",
|
||||
"x": 140,
|
||||
"y": 525,
|
||||
"security": -0.05054645275755076,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"Q-UEN6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "IVP-KA",
|
||||
"x": 105,
|
||||
"y": 620,
|
||||
"security": -0.0630877989118237,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"5-2PQU"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "04EI-U",
|
||||
"x": 225,
|
||||
"y": 610,
|
||||
"security": -0.07727347435456167,
|
||||
"connectedSystems": [
|
||||
"W2T-TR",
|
||||
"M-CNUD"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -177,6 +146,38 @@
|
||||
"K-RMI5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "VK-A5G",
|
||||
"x": 215,
|
||||
"y": 130,
|
||||
"security": -0.5608118176835264,
|
||||
"connectedSystems": [
|
||||
"B-T6BT",
|
||||
"I6-SYN"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "I6-SYN",
|
||||
"x": 135,
|
||||
"y": 150,
|
||||
"security": -0.3493166010410577,
|
||||
"connectedSystems": [
|
||||
"E1W-TB",
|
||||
"VK-A5G",
|
||||
"O-5TN1",
|
||||
"K-IYNW"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "O-5TN1",
|
||||
"x": 70,
|
||||
"y": 175,
|
||||
"security": -0.4044791172851695,
|
||||
"connectedSystems": [
|
||||
"I6-SYN",
|
||||
"U-QMOA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8-SPNN",
|
||||
"x": 300,
|
||||
@@ -188,35 +189,12 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "JNG7-K",
|
||||
"x": 325,
|
||||
"y": 35,
|
||||
"security": -0.302369984,
|
||||
"solarSystemName": "U-QMOA",
|
||||
"x": 20,
|
||||
"y": 210,
|
||||
"security": -0.3097907558894293,
|
||||
"connectedSystems": [
|
||||
"VX1-HV",
|
||||
"8-SPNN",
|
||||
"5LAJ-8"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8-BIE3",
|
||||
"x": 330,
|
||||
"y": 375,
|
||||
"security": -0.07609543140447905,
|
||||
"connectedSystems": [
|
||||
"D-6H64",
|
||||
"4S0-NP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "K-RMI5",
|
||||
"x": 365,
|
||||
"y": 240,
|
||||
"security": -0.100320876795382,
|
||||
"connectedSystems": [
|
||||
"4S0-NP",
|
||||
"C-6YHJ",
|
||||
"B-T6BT"
|
||||
"O-5TN1"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -230,14 +208,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "5LAJ-8",
|
||||
"x": 405,
|
||||
"y": 30,
|
||||
"security": -0.196860708,
|
||||
"solarSystemName": "K-RMI5",
|
||||
"x": 365,
|
||||
"y": 240,
|
||||
"security": -0.100320876795382,
|
||||
"connectedSystems": [
|
||||
"HIK-MC",
|
||||
"B9EA-G",
|
||||
"JNG7-K"
|
||||
"4S0-NP",
|
||||
"C-6YHJ",
|
||||
"B-T6BT"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -261,16 +239,6 @@
|
||||
"E5T-CS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "I-2705",
|
||||
"x": 470,
|
||||
"y": 285,
|
||||
"security": -0.09067345182967623,
|
||||
"connectedSystems": [
|
||||
"C-6YHJ",
|
||||
"E5T-CS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "E5T-CS",
|
||||
"x": 505,
|
||||
@@ -282,18 +250,6 @@
|
||||
"I-2705"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "GF-GR7",
|
||||
"x": 550,
|
||||
"y": 25,
|
||||
"security": -0.104726179,
|
||||
"connectedSystems": [
|
||||
"B9EA-G",
|
||||
"DVN6-0",
|
||||
"Z19-B8",
|
||||
"HPMN-V"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "W4C8-Q",
|
||||
"x": 580,
|
||||
@@ -305,33 +261,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8-VC6H",
|
||||
"x": 600,
|
||||
"y": 545,
|
||||
"security": -1,
|
||||
"solarSystemName": "I-2705",
|
||||
"x": 470,
|
||||
"y": 285,
|
||||
"security": -0.09067345182967623,
|
||||
"connectedSystems": [
|
||||
"4YO-QK",
|
||||
"3-0FYP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "0LY-W1",
|
||||
"x": 605,
|
||||
"y": 455,
|
||||
"security": -0.5500394384713057,
|
||||
"connectedSystems": [
|
||||
"BTLH-I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DVN6-0",
|
||||
"x": 625,
|
||||
"y": 30,
|
||||
"security": -0.109999248,
|
||||
"connectedSystems": [
|
||||
"GF-GR7",
|
||||
"U1-VHY",
|
||||
"8OYE-Z"
|
||||
"C-6YHJ",
|
||||
"E5T-CS"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -344,6 +280,59 @@
|
||||
"P7-45V"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "P7-45V",
|
||||
"x": 740,
|
||||
"y": 290,
|
||||
"security": -0.3385785677245056,
|
||||
"connectedSystems": [
|
||||
"5F-MG1",
|
||||
"M-MCP8",
|
||||
"JZ-B5Y",
|
||||
"TPG-DD"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "M-MCP8",
|
||||
"x": 740,
|
||||
"y": 245,
|
||||
"security": -0.3857152494706989,
|
||||
"connectedSystems": [
|
||||
"P7-45V",
|
||||
"TPG-DD",
|
||||
"LQ-01M"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "JZ-B5Y",
|
||||
"x": 740,
|
||||
"y": 335,
|
||||
"security": -0.3889556008238376,
|
||||
"connectedSystems": [
|
||||
"P7-45V",
|
||||
"NIF-JE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "TPG-DD",
|
||||
"x": 815,
|
||||
"y": 270,
|
||||
"security": -0.3035746736139761,
|
||||
"connectedSystems": [
|
||||
"P7-45V",
|
||||
"M-MCP8"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NIF-JE",
|
||||
"x": 740,
|
||||
"y": 380,
|
||||
"security": -0.6150638433308662,
|
||||
"connectedSystems": [
|
||||
"JZ-B5Y",
|
||||
"BTLH-I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "BTLH-I",
|
||||
"x": 670,
|
||||
@@ -365,6 +354,15 @@
|
||||
"4YO-QK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "0LY-W1",
|
||||
"x": 605,
|
||||
"y": 455,
|
||||
"security": -0.5500394384713057,
|
||||
"connectedSystems": [
|
||||
"BTLH-I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "4YO-QK",
|
||||
"x": 670,
|
||||
@@ -376,16 +374,6 @@
|
||||
"8-VC6H"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8OYE-Z",
|
||||
"x": 695,
|
||||
"y": 65,
|
||||
"security": -0.5344909786812211,
|
||||
"connectedSystems": [
|
||||
"NG-M8K",
|
||||
"DVN6-0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LJ-RJK",
|
||||
"x": 735,
|
||||
@@ -397,14 +385,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NG-M8K",
|
||||
"x": 740,
|
||||
"y": 100,
|
||||
"security": -0.909781935292084,
|
||||
"solarSystemName": "8-VC6H",
|
||||
"x": 600,
|
||||
"y": 545,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"LQ-01M",
|
||||
"8OYE-Z",
|
||||
"K85Y-6"
|
||||
"4YO-QK",
|
||||
"3-0FYP"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -419,66 +406,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "M-MCP8",
|
||||
"solarSystemName": "NG-M8K",
|
||||
"x": 740,
|
||||
"y": 245,
|
||||
"security": -0.3857152494706989,
|
||||
"y": 100,
|
||||
"security": -0.909781935292084,
|
||||
"connectedSystems": [
|
||||
"P7-45V",
|
||||
"TPG-DD",
|
||||
"LQ-01M"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "P7-45V",
|
||||
"x": 740,
|
||||
"y": 290,
|
||||
"security": -0.3385785677245056,
|
||||
"connectedSystems": [
|
||||
"5F-MG1",
|
||||
"M-MCP8",
|
||||
"JZ-B5Y",
|
||||
"TPG-DD"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "JZ-B5Y",
|
||||
"x": 740,
|
||||
"y": 335,
|
||||
"security": -0.3889556008238376,
|
||||
"connectedSystems": [
|
||||
"P7-45V",
|
||||
"NIF-JE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NIF-JE",
|
||||
"x": 740,
|
||||
"y": 380,
|
||||
"security": -0.6150638433308662,
|
||||
"connectedSystems": [
|
||||
"JZ-B5Y",
|
||||
"BTLH-I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "K85Y-6",
|
||||
"x": 800,
|
||||
"y": 70,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"NG-M8K",
|
||||
"LTT-AP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "TPG-DD",
|
||||
"x": 815,
|
||||
"y": 270,
|
||||
"security": -0.3035746736139761,
|
||||
"connectedSystems": [
|
||||
"P7-45V",
|
||||
"M-MCP8"
|
||||
"LQ-01M",
|
||||
"8OYE-Z",
|
||||
"K85Y-6"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -491,6 +426,26 @@
|
||||
"PKN-NJ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "8OYE-Z",
|
||||
"x": 695,
|
||||
"y": 65,
|
||||
"security": -0.5344909786812211,
|
||||
"connectedSystems": [
|
||||
"NG-M8K",
|
||||
"DVN6-0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "K85Y-6",
|
||||
"x": 800,
|
||||
"y": 70,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"NG-M8K",
|
||||
"LTT-AP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "PKN-NJ",
|
||||
"x": 900,
|
||||
@@ -501,17 +456,6 @@
|
||||
"XUPK-Z"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "K-IYNW",
|
||||
"x": 50,
|
||||
"y": 70,
|
||||
"security": -0.1234021233333819,
|
||||
"connectedSystems": [
|
||||
"M9U-75",
|
||||
"Atioth",
|
||||
"I6-SYN"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "5-2PQU",
|
||||
"x": 60,
|
||||
@@ -524,18 +468,6 @@
|
||||
"IVP-KA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "VX1-HV",
|
||||
"x": 250,
|
||||
"y": 10,
|
||||
"security": -0.302375747,
|
||||
"connectedSystems": [
|
||||
"QQGH-G",
|
||||
"JNG7-K",
|
||||
"K-XJJT",
|
||||
"FO1U-K"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "C1G-XC",
|
||||
"x": 385,
|
||||
@@ -548,6 +480,27 @@
|
||||
"BLMX-B"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "3-0FYP",
|
||||
"x": 470,
|
||||
"y": 535,
|
||||
"security": -0.4918123009961911,
|
||||
"connectedSystems": [
|
||||
"C1G-XC",
|
||||
"8-VC6H"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "K-IYNW",
|
||||
"x": 50,
|
||||
"y": 70,
|
||||
"security": -0.1234021233333819,
|
||||
"connectedSystems": [
|
||||
"M9U-75",
|
||||
"Atioth",
|
||||
"I6-SYN"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "HIK-MC",
|
||||
"x": 410,
|
||||
@@ -560,16 +513,6 @@
|
||||
"Y4OK-W"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "3-0FYP",
|
||||
"x": 470,
|
||||
"y": 535,
|
||||
"security": -0.4918123009961911,
|
||||
"connectedSystems": [
|
||||
"C1G-XC",
|
||||
"8-VC6H"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "B9EA-G",
|
||||
"x": 475,
|
||||
@@ -582,14 +525,60 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "HPMN-V",
|
||||
"x": 505,
|
||||
"y": 70,
|
||||
"security": -0.092647534,
|
||||
"solarSystemName": "5LAJ-8",
|
||||
"x": 405,
|
||||
"y": 30,
|
||||
"security": -0.196860708,
|
||||
"connectedSystems": [
|
||||
"HIK-MC",
|
||||
"B9EA-G",
|
||||
"JNG7-K"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "VX1-HV",
|
||||
"x": 250,
|
||||
"y": 10,
|
||||
"security": -0.302375747,
|
||||
"connectedSystems": [
|
||||
"QQGH-G",
|
||||
"JNG7-K",
|
||||
"K-XJJT",
|
||||
"FO1U-K"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "JNG7-K",
|
||||
"x": 325,
|
||||
"y": 35,
|
||||
"security": -0.302369984,
|
||||
"connectedSystems": [
|
||||
"VX1-HV",
|
||||
"8-SPNN",
|
||||
"5LAJ-8"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "GF-GR7",
|
||||
"x": 550,
|
||||
"y": 25,
|
||||
"security": -0.104726179,
|
||||
"connectedSystems": [
|
||||
"B9EA-G",
|
||||
"DVN6-0",
|
||||
"Z19-B8",
|
||||
"HPMN-V"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DVN6-0",
|
||||
"x": 625,
|
||||
"y": 30,
|
||||
"security": -0.109999248,
|
||||
"connectedSystems": [
|
||||
"GF-GR7",
|
||||
"Z19-B8",
|
||||
"XR-ZL7"
|
||||
"U1-VHY",
|
||||
"8OYE-Z"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -603,6 +592,17 @@
|
||||
"XR-ZL7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "HPMN-V",
|
||||
"x": 505,
|
||||
"y": 70,
|
||||
"security": -0.092647534,
|
||||
"connectedSystems": [
|
||||
"GF-GR7",
|
||||
"Z19-B8",
|
||||
"XR-ZL7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "U1-VHY",
|
||||
"x": 695,
|
||||
@@ -612,6 +612,17 @@
|
||||
"DVN6-0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "XUPK-Z",
|
||||
"x": 900,
|
||||
"y": 195,
|
||||
"security": -0.177313464,
|
||||
"connectedSystems": [
|
||||
"O-O2GN",
|
||||
"PKN-NJ",
|
||||
"XR-ZL7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "RT64-C",
|
||||
"x": 735,
|
||||
@@ -631,16 +642,5 @@
|
||||
"YC-ANK",
|
||||
"K85Y-6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "XUPK-Z",
|
||||
"x": 900,
|
||||
"y": 195,
|
||||
"security": -0.177313464,
|
||||
"connectedSystems": [
|
||||
"O-O2GN",
|
||||
"PKN-NJ",
|
||||
"XR-ZL7"
|
||||
]
|
||||
}
|
||||
]
|
7055
public/Catch.json
7055
public/Catch.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3745
public/Curse.json
3745
public/Curse.json
File diff suppressed because it is too large
Load Diff
3272
public/Deklein.json
3272
public/Deklein.json
File diff suppressed because it is too large
Load Diff
4350
public/Delve.json
4350
public/Delve.json
File diff suppressed because it is too large
Load Diff
1996
public/Derelik.json
1996
public/Derelik.json
File diff suppressed because it is too large
Load Diff
5705
public/Detorid.json
5705
public/Detorid.json
File diff suppressed because it is too large
Load Diff
@@ -1,106 +1,254 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "Nidebora",
|
||||
"x": 5,
|
||||
"y": 345,
|
||||
"security": 0.8118524346585991,
|
||||
"solarSystemName": "Lashesih",
|
||||
"x": 905,
|
||||
"y": 15,
|
||||
"security": 0.7516891466979871,
|
||||
"connectedSystems": [
|
||||
"Ulerah",
|
||||
"Palpis"
|
||||
"Sasta",
|
||||
"Lisudeh"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ulerah",
|
||||
"x": 30,
|
||||
"y": 295,
|
||||
"security": 0.6807070842448673,
|
||||
"solarSystemName": "Nakah",
|
||||
"x": 400,
|
||||
"y": 730,
|
||||
"security": 0.3638643384360537,
|
||||
"connectedSystems": [
|
||||
"Faktun",
|
||||
"Halenan",
|
||||
"Nidebora"
|
||||
"Hasateem",
|
||||
"Assah",
|
||||
"Rahadalon"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Palpis",
|
||||
"x": 30,
|
||||
"y": 395,
|
||||
"security": 0.4961653622186937,
|
||||
"solarSystemName": "Vard",
|
||||
"x": 475,
|
||||
"y": 10,
|
||||
"security": 0.3790959384381266,
|
||||
"connectedSystems": [
|
||||
"Nidebora",
|
||||
"Arveyil"
|
||||
"Amamake",
|
||||
"Siseide",
|
||||
"Lantorn",
|
||||
"Dal",
|
||||
"Ezzara"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Faktun",
|
||||
"x": 35,
|
||||
"y": 245,
|
||||
"security": 0.6263665042529165,
|
||||
"solarSystemName": "Tzvi",
|
||||
"x": 570,
|
||||
"y": 135,
|
||||
"security": 0.2798709362336334,
|
||||
"connectedSystems": [
|
||||
"Mili",
|
||||
"Ulerah"
|
||||
"Lamaa",
|
||||
"Raa",
|
||||
"Sifilar",
|
||||
"Oyeman"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arveyil",
|
||||
"x": 100,
|
||||
"y": 395,
|
||||
"security": 0.5253927894594405,
|
||||
"solarSystemName": "Raa",
|
||||
"x": 570,
|
||||
"y": 85,
|
||||
"security": 0.3096569808265264,
|
||||
"connectedSystems": [
|
||||
"Uktiad",
|
||||
"Palpis"
|
||||
"Tzvi",
|
||||
"Sifilar",
|
||||
"Mehatoor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Mili",
|
||||
"x": 105,
|
||||
"y": 245,
|
||||
"security": 0.5605604109421383,
|
||||
"solarSystemName": "Sifilar",
|
||||
"x": 495,
|
||||
"y": 85,
|
||||
"security": 0.2573027247571059,
|
||||
"connectedSystems": [
|
||||
"Halmah",
|
||||
"Faktun",
|
||||
"Halenan"
|
||||
"Tzvi",
|
||||
"Raa",
|
||||
"Arzad",
|
||||
"Oyeman"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Halenan",
|
||||
"x": 105,
|
||||
"y": 295,
|
||||
"security": 0.6372471827433932,
|
||||
"solarSystemName": "Arzad",
|
||||
"x": 415,
|
||||
"y": 85,
|
||||
"security": 0.2204297800964233,
|
||||
"connectedSystems": [
|
||||
"Mili",
|
||||
"Ulerah",
|
||||
"Uktiad"
|
||||
"Sifilar",
|
||||
"Ezzara",
|
||||
"Tararan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Uktiad",
|
||||
"x": 135,
|
||||
"y": 345,
|
||||
"security": 0.5569112862720097,
|
||||
"solarSystemName": "Oyeman",
|
||||
"x": 495,
|
||||
"y": 135,
|
||||
"security": 0.2223806645733133,
|
||||
"connectedSystems": [
|
||||
"Halenan",
|
||||
"Arveyil"
|
||||
"Tzvi",
|
||||
"Sifilar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Halmah",
|
||||
"x": 140,
|
||||
"y": 95,
|
||||
"security": 0.448846397094033,
|
||||
"solarSystemName": "Ezzara",
|
||||
"x": 415,
|
||||
"y": 40,
|
||||
"security": 0.1845107388212133,
|
||||
"connectedSystems": [
|
||||
"Arzad",
|
||||
"Vard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Odin",
|
||||
"x": 680,
|
||||
"y": 290,
|
||||
"security": 0.6066692904545463,
|
||||
"connectedSystems": [
|
||||
"Ohide",
|
||||
"Esescama"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Esescama",
|
||||
"x": 600,
|
||||
"y": 300,
|
||||
"security": 0.6126919593838573,
|
||||
"connectedSystems": [
|
||||
"Odin",
|
||||
"Choonka",
|
||||
"Dital",
|
||||
"Uadelah"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Choonka",
|
||||
"x": 490,
|
||||
"y": 300,
|
||||
"security": 0.6498122005263374,
|
||||
"connectedSystems": [
|
||||
"Esescama",
|
||||
"Thasinaz",
|
||||
"Dihra",
|
||||
"Dital",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Thasinaz",
|
||||
"x": 395,
|
||||
"y": 300,
|
||||
"security": 0.637162894568094,
|
||||
"connectedSystems": [
|
||||
"Choonka",
|
||||
"Dihra"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Dihra",
|
||||
"x": 395,
|
||||
"y": 360,
|
||||
"security": 0.5892868426460812,
|
||||
"connectedSystems": [
|
||||
"Choonka",
|
||||
"Thasinaz",
|
||||
"Dital",
|
||||
"Naeel"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Dital",
|
||||
"x": 490,
|
||||
"y": 360,
|
||||
"security": 0.4787153992693476,
|
||||
"connectedSystems": [
|
||||
"Esescama",
|
||||
"Choonka",
|
||||
"Dihra",
|
||||
"KBP7-G"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Eredan",
|
||||
"x": 795,
|
||||
"y": 70,
|
||||
"security": 0.7016515123701302,
|
||||
"connectedSystems": [
|
||||
"Lisudeh",
|
||||
"Mehatoor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ohide",
|
||||
"x": 740,
|
||||
"y": 235,
|
||||
"security": 0.5739069549734275,
|
||||
"connectedSystems": [
|
||||
"Odin",
|
||||
"Sasoutikh",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sasoutikh",
|
||||
"x": 760,
|
||||
"y": 200,
|
||||
"security": 0.5936436206622375,
|
||||
"connectedSystems": [
|
||||
"Ohide",
|
||||
"Gheth"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gheth",
|
||||
"x": 775,
|
||||
"y": 155,
|
||||
"security": 0.5965759839355379,
|
||||
"connectedSystems": [
|
||||
"Sasoutikh",
|
||||
"Mehatoor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lisudeh",
|
||||
"x": 840,
|
||||
"y": 35,
|
||||
"security": 0.7591685476991834,
|
||||
"connectedSystems": [
|
||||
"Lashesih",
|
||||
"Eredan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Mehatoor",
|
||||
"x": 770,
|
||||
"y": 110,
|
||||
"security": 0.659472795101,
|
||||
"connectedSystems": [
|
||||
"Eredan",
|
||||
"Gheth",
|
||||
"Raa"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Roushzar",
|
||||
"x": 320,
|
||||
"y": 210,
|
||||
"security": 0.3669797694155156,
|
||||
"connectedSystems": [
|
||||
"Huola",
|
||||
"Labapi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Labapi",
|
||||
"x": 275,
|
||||
"y": 175,
|
||||
"security": 0.3837827138333774,
|
||||
"connectedSystems": [
|
||||
"Roushzar",
|
||||
"Arayar",
|
||||
"Asghed",
|
||||
"Tararan",
|
||||
"Mili"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ussad",
|
||||
"x": 160,
|
||||
"y": 685,
|
||||
"security": 0.1623698193930272,
|
||||
"connectedSystems": [
|
||||
"Ibash"
|
||||
"Asghed"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -139,37 +287,6 @@
|
||||
"Arzad"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Thakala",
|
||||
"x": 230,
|
||||
"y": 560,
|
||||
"security": 0.352545064395382,
|
||||
"connectedSystems": [
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ibash",
|
||||
"x": 245,
|
||||
"y": 685,
|
||||
"security": 0.219099196448876,
|
||||
"connectedSystems": [
|
||||
"Soosat",
|
||||
"Itsyamil",
|
||||
"Ussad"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Labapi",
|
||||
"x": 275,
|
||||
"y": 175,
|
||||
"security": 0.3837827138333774,
|
||||
"connectedSystems": [
|
||||
"Roushzar",
|
||||
"Arayar",
|
||||
"Asghed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sosan",
|
||||
"x": 305,
|
||||
@@ -182,93 +299,15 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Roushzar",
|
||||
"x": 320,
|
||||
"y": 210,
|
||||
"security": 0.3669797694155156,
|
||||
"solarSystemName": "Halmah",
|
||||
"x": 140,
|
||||
"y": 95,
|
||||
"security": 0.448846397094033,
|
||||
"connectedSystems": [
|
||||
"Huola",
|
||||
"Labapi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Itsyamil",
|
||||
"x": 325,
|
||||
"y": 655,
|
||||
"security": 0.2482966226576141,
|
||||
"connectedSystems": [
|
||||
"Rahadalon",
|
||||
"Ibash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Soosat",
|
||||
"x": 325,
|
||||
"y": 715,
|
||||
"security": 0.3366267607223346,
|
||||
"connectedSystems": [
|
||||
"Rahadalon",
|
||||
"Ibash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Shastal",
|
||||
"x": 360,
|
||||
"y": 610,
|
||||
"security": 0.4950195213680276,
|
||||
"connectedSystems": [
|
||||
"Naeel",
|
||||
"Hakshma",
|
||||
"Lower Debyl",
|
||||
"Ehnoum",
|
||||
"Thakala"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Naeel",
|
||||
"x": 365,
|
||||
"y": 480,
|
||||
"security": 0.5818266599058805,
|
||||
"connectedSystems": [
|
||||
"Dihra",
|
||||
"Laddiaha",
|
||||
"Lower Debyl",
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Thasinaz",
|
||||
"x": 395,
|
||||
"y": 300,
|
||||
"security": 0.637162894568094,
|
||||
"connectedSystems": [
|
||||
"Choonka",
|
||||
"Dihra"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Dihra",
|
||||
"x": 395,
|
||||
"y": 360,
|
||||
"security": 0.5892868426460812,
|
||||
"connectedSystems": [
|
||||
"Choonka",
|
||||
"Thasinaz",
|
||||
"Dital",
|
||||
"Naeel"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lower Debyl",
|
||||
"x": 405,
|
||||
"y": 535,
|
||||
"security": 0.6006793931499531,
|
||||
"connectedSystems": [
|
||||
"Naeel",
|
||||
"Laddiaha",
|
||||
"Ehnoum",
|
||||
"Upper Debyl",
|
||||
"Shastal"
|
||||
"Arayar",
|
||||
"Asghed",
|
||||
"Tararan",
|
||||
"Mili"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -284,24 +323,34 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ezzara",
|
||||
"x": 415,
|
||||
"y": 40,
|
||||
"security": 0.1845107388212133,
|
||||
"solarSystemName": "Soosat",
|
||||
"x": 325,
|
||||
"y": 715,
|
||||
"security": 0.3366267607223346,
|
||||
"connectedSystems": [
|
||||
"Arzad",
|
||||
"Vard"
|
||||
"Rahadalon",
|
||||
"Ibash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arzad",
|
||||
"x": 415,
|
||||
"y": 85,
|
||||
"security": 0.2204297800964233,
|
||||
"solarSystemName": "Ibash",
|
||||
"x": 245,
|
||||
"y": 685,
|
||||
"security": 0.219099196448876,
|
||||
"connectedSystems": [
|
||||
"Sifilar",
|
||||
"Ezzara",
|
||||
"Tararan"
|
||||
"Soosat",
|
||||
"Itsyamil",
|
||||
"Ussad"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Itsyamil",
|
||||
"x": 325,
|
||||
"y": 655,
|
||||
"security": 0.2482966226576141,
|
||||
"connectedSystems": [
|
||||
"Rahadalon",
|
||||
"Ibash"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -316,73 +365,24 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ehnoum",
|
||||
"x": 450,
|
||||
"y": 570,
|
||||
"security": 0.5671268401941059,
|
||||
"solarSystemName": "Ussad",
|
||||
"x": 160,
|
||||
"y": 685,
|
||||
"security": 0.1623698193930272,
|
||||
"connectedSystems": [
|
||||
"Ibash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Nakatre",
|
||||
"x": 545,
|
||||
"y": 565,
|
||||
"security": 0.5820389968868144,
|
||||
"connectedSystems": [
|
||||
"Mendori",
|
||||
"Lower Debyl",
|
||||
"Upper Debyl",
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Choonka",
|
||||
"x": 490,
|
||||
"y": 300,
|
||||
"security": 0.6498122005263374,
|
||||
"connectedSystems": [
|
||||
"Esescama",
|
||||
"Thasinaz",
|
||||
"Dihra",
|
||||
"Dital",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Dital",
|
||||
"x": 490,
|
||||
"y": 360,
|
||||
"security": 0.4787153992693476,
|
||||
"connectedSystems": [
|
||||
"Esescama",
|
||||
"Choonka",
|
||||
"Dihra",
|
||||
"KBP7-G"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sifilar",
|
||||
"x": 495,
|
||||
"y": 85,
|
||||
"security": 0.2573027247571059,
|
||||
"connectedSystems": [
|
||||
"Tzvi",
|
||||
"Raa",
|
||||
"Arzad",
|
||||
"Oyeman"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oyeman",
|
||||
"x": 495,
|
||||
"y": 135,
|
||||
"security": 0.2223806645733133,
|
||||
"connectedSystems": [
|
||||
"Tzvi",
|
||||
"Sifilar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Upper Debyl",
|
||||
"x": 505,
|
||||
"y": 535,
|
||||
"security": 0.6951284529494342,
|
||||
"connectedSystems": [
|
||||
"Laddiaha",
|
||||
"Lower Debyl",
|
||||
"Ehnoum"
|
||||
"Hakshma",
|
||||
"Riavayed"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -398,18 +398,6 @@
|
||||
"Upper Debyl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Nakatre",
|
||||
"x": 545,
|
||||
"y": 565,
|
||||
"security": 0.5820389968868144,
|
||||
"connectedSystems": [
|
||||
"Mendori",
|
||||
"Laddiaha",
|
||||
"Hakshma",
|
||||
"Riavayed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hakshma",
|
||||
"x": 545,
|
||||
@@ -421,41 +409,6 @@
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Raa",
|
||||
"x": 570,
|
||||
"y": 85,
|
||||
"security": 0.3096569808265264,
|
||||
"connectedSystems": [
|
||||
"Tzvi",
|
||||
"Sifilar",
|
||||
"Mehatoor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tzvi",
|
||||
"x": 570,
|
||||
"y": 135,
|
||||
"security": 0.2798709362336334,
|
||||
"connectedSystems": [
|
||||
"Lamaa",
|
||||
"Raa",
|
||||
"Sifilar",
|
||||
"Oyeman"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Esescama",
|
||||
"x": 600,
|
||||
"y": 300,
|
||||
"security": 0.6126919593838573,
|
||||
"connectedSystems": [
|
||||
"Odin",
|
||||
"Choonka",
|
||||
"Dital",
|
||||
"Uadelah"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Uadelah",
|
||||
"x": 625,
|
||||
@@ -468,6 +421,16 @@
|
||||
"Hati"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Akes",
|
||||
"x": 705,
|
||||
"y": 495,
|
||||
"security": 0.8085227567244411,
|
||||
"connectedSystems": [
|
||||
"Uadelah",
|
||||
"Hati"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Riavayed",
|
||||
"x": 660,
|
||||
@@ -479,26 +442,6 @@
|
||||
"Hati"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Odin",
|
||||
"x": 680,
|
||||
"y": 290,
|
||||
"security": 0.6066692904545463,
|
||||
"connectedSystems": [
|
||||
"Ohide",
|
||||
"Esescama"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Akes",
|
||||
"x": 705,
|
||||
"y": 495,
|
||||
"security": 0.8085227567244411,
|
||||
"connectedSystems": [
|
||||
"Uadelah",
|
||||
"Hati"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hati",
|
||||
"x": 705,
|
||||
@@ -513,122 +456,156 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ohide",
|
||||
"x": 740,
|
||||
"y": 235,
|
||||
"security": 0.5739069549734275,
|
||||
"solarSystemName": "Naeel",
|
||||
"x": 365,
|
||||
"y": 480,
|
||||
"security": 0.5818266599058805,
|
||||
"connectedSystems": [
|
||||
"Odin",
|
||||
"Sasoutikh",
|
||||
"Kamela"
|
||||
"Dihra",
|
||||
"Laddiaha",
|
||||
"Lower Debyl",
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sasoutikh",
|
||||
"x": 760,
|
||||
"y": 200,
|
||||
"security": 0.5936436206622375,
|
||||
"solarSystemName": "Lower Debyl",
|
||||
"x": 405,
|
||||
"y": 535,
|
||||
"security": 0.6006793931499531,
|
||||
"connectedSystems": [
|
||||
"Ohide",
|
||||
"Gheth"
|
||||
"Naeel",
|
||||
"Laddiaha",
|
||||
"Ehnoum",
|
||||
"Upper Debyl",
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Mehatoor",
|
||||
"x": 770,
|
||||
"y": 110,
|
||||
"security": 0.659472795101,
|
||||
"solarSystemName": "Ehnoum",
|
||||
"x": 450,
|
||||
"y": 570,
|
||||
"security": 0.5671268401941059,
|
||||
"connectedSystems": [
|
||||
"Eredan",
|
||||
"Gheth",
|
||||
"Raa"
|
||||
"Mendori",
|
||||
"Lower Debyl",
|
||||
"Upper Debyl",
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gheth",
|
||||
"x": 775,
|
||||
"y": 155,
|
||||
"security": 0.5965759839355379,
|
||||
"solarSystemName": "Upper Debyl",
|
||||
"x": 505,
|
||||
"y": 535,
|
||||
"security": 0.6951284529494342,
|
||||
"connectedSystems": [
|
||||
"Sasoutikh",
|
||||
"Mehatoor"
|
||||
"Laddiaha",
|
||||
"Lower Debyl",
|
||||
"Ehnoum"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Eredan",
|
||||
"x": 795,
|
||||
"y": 70,
|
||||
"security": 0.7016515123701302,
|
||||
"solarSystemName": "Shastal",
|
||||
"x": 360,
|
||||
"y": 610,
|
||||
"security": 0.4950195213680276,
|
||||
"connectedSystems": [
|
||||
"Lisudeh",
|
||||
"Mehatoor"
|
||||
"Naeel",
|
||||
"Hakshma",
|
||||
"Lower Debyl",
|
||||
"Ehnoum",
|
||||
"Thakala"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lisudeh",
|
||||
"x": 840,
|
||||
"y": 35,
|
||||
"security": 0.7591685476991834,
|
||||
"solarSystemName": "Thakala",
|
||||
"x": 230,
|
||||
"y": 560,
|
||||
"security": 0.352545064395382,
|
||||
"connectedSystems": [
|
||||
"Lashesih",
|
||||
"Eredan"
|
||||
"Shastal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Huola",
|
||||
"x": 390,
|
||||
"y": 215,
|
||||
"security": 0.3702485876678229,
|
||||
"solarSystemName": "Mili",
|
||||
"x": 105,
|
||||
"y": 245,
|
||||
"security": 0.5605604109421383,
|
||||
"connectedSystems": [
|
||||
"Otelen",
|
||||
"Kourmonen",
|
||||
"Roushzar"
|
||||
"Halmah",
|
||||
"Faktun",
|
||||
"Halenan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oyonata",
|
||||
"x": 395,
|
||||
"y": 165,
|
||||
"security": 0.2588910561861462,
|
||||
"solarSystemName": "Faktun",
|
||||
"x": 35,
|
||||
"y": 245,
|
||||
"security": 0.6263665042529165,
|
||||
"connectedSystems": [
|
||||
"Sahtogas",
|
||||
"Kurniainen",
|
||||
"Sosan"
|
||||
"Mili",
|
||||
"Ulerah"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Nakah",
|
||||
"x": 400,
|
||||
"y": 730,
|
||||
"security": 0.3638643384360537,
|
||||
"solarSystemName": "Halenan",
|
||||
"x": 105,
|
||||
"y": 295,
|
||||
"security": 0.6372471827433932,
|
||||
"connectedSystems": [
|
||||
"Hasateem",
|
||||
"Assah",
|
||||
"Rahadalon"
|
||||
"Mili",
|
||||
"Ulerah",
|
||||
"Uktiad"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vard",
|
||||
"x": 475,
|
||||
"y": 10,
|
||||
"security": 0.3790959384381266,
|
||||
"solarSystemName": "Ulerah",
|
||||
"x": 30,
|
||||
"y": 295,
|
||||
"security": 0.6807070842448673,
|
||||
"connectedSystems": [
|
||||
"Amamake",
|
||||
"Siseide",
|
||||
"Lantorn",
|
||||
"Dal",
|
||||
"Ezzara"
|
||||
"Faktun",
|
||||
"Halenan",
|
||||
"Nidebora"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "KBP7-G",
|
||||
"x": 490,
|
||||
"y": 415,
|
||||
"security": -0.2589483112254808,
|
||||
"solarSystemName": "Uktiad",
|
||||
"x": 135,
|
||||
"y": 345,
|
||||
"security": 0.5569112862720097,
|
||||
"connectedSystems": [
|
||||
"Dital",
|
||||
"B-WPLZ",
|
||||
"XHQ-7V"
|
||||
"Halenan",
|
||||
"Arveyil"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Nidebora",
|
||||
"x": 5,
|
||||
"y": 345,
|
||||
"security": 0.8118524346585991,
|
||||
"connectedSystems": [
|
||||
"Ulerah",
|
||||
"Palpis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arveyil",
|
||||
"x": 100,
|
||||
"y": 395,
|
||||
"security": 0.5253927894594405,
|
||||
"connectedSystems": [
|
||||
"Uktiad",
|
||||
"Palpis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Palpis",
|
||||
"x": 30,
|
||||
"y": 395,
|
||||
"security": 0.4961653622186937,
|
||||
"connectedSystems": [
|
||||
"Nidebora",
|
||||
"Arveyil"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -642,6 +619,17 @@
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Huola",
|
||||
"x": 390,
|
||||
"y": 215,
|
||||
"security": 0.3702485876678229,
|
||||
"connectedSystems": [
|
||||
"Otelen",
|
||||
"Kourmonen",
|
||||
"Roushzar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kamela",
|
||||
"x": 570,
|
||||
@@ -667,6 +655,17 @@
|
||||
"Junsen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oyonata",
|
||||
"x": 395,
|
||||
"y": 165,
|
||||
"security": 0.2588910561861462,
|
||||
"connectedSystems": [
|
||||
"Sahtogas",
|
||||
"Kurniainen",
|
||||
"Sosan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yuhelia",
|
||||
"x": 775,
|
||||
@@ -680,13 +679,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lashesih",
|
||||
"x": 905,
|
||||
"y": 15,
|
||||
"security": 0.7516891466979871,
|
||||
"solarSystemName": "KBP7-G",
|
||||
"x": 490,
|
||||
"y": 415,
|
||||
"security": -0.2589483112254808,
|
||||
"connectedSystems": [
|
||||
"Sasta",
|
||||
"Lisudeh"
|
||||
"Dital",
|
||||
"B-WPLZ",
|
||||
"XHQ-7V"
|
||||
]
|
||||
}
|
||||
]
|
3162
public/Domain.json
3162
public/Domain.json
File diff suppressed because it is too large
Load Diff
2519
public/Esoteria.json
2519
public/Esoteria.json
File diff suppressed because it is too large
Load Diff
1500
public/Essence.json
1500
public/Essence.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
6527
public/Fade.json
6527
public/Fade.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1940
public/Fountain.json
1940
public/Fountain.json
File diff suppressed because it is too large
Load Diff
3740
public/Geminate.json
3740
public/Geminate.json
File diff suppressed because it is too large
Load Diff
2372
public/Genesis.json
2372
public/Genesis.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1680
public/Heimatar.json
1680
public/Heimatar.json
File diff suppressed because it is too large
Load Diff
1296
public/Immensea.json
1296
public/Immensea.json
File diff suppressed because it is too large
Load Diff
3258
public/Impass.json
3258
public/Impass.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2080
public/Kador.json
2080
public/Kador.json
File diff suppressed because it is too large
Load Diff
1508
public/Khanid.json
1508
public/Khanid.json
File diff suppressed because it is too large
Load Diff
1120
public/Kor-Azor.json
1120
public/Kor-Azor.json
File diff suppressed because it is too large
Load Diff
1994
public/Lonetrek.json
1994
public/Lonetrek.json
File diff suppressed because it is too large
Load Diff
4848
public/Malpais.json
4848
public/Malpais.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,26 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "Kenobanala",
|
||||
"x": 80,
|
||||
"y": 560,
|
||||
"security": 0.2893983494282283,
|
||||
"connectedSystems": [
|
||||
"Astabih",
|
||||
"Ubtes",
|
||||
"Bimener",
|
||||
"Audesder"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "B-VIP9",
|
||||
"x": 495,
|
||||
"y": 650,
|
||||
"security": -0.00152269610494371,
|
||||
"connectedSystems": [
|
||||
"9SNK-O",
|
||||
"Egbinger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aeddin",
|
||||
"x": 0,
|
||||
@@ -20,25 +42,6 @@
|
||||
"Teonusude"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hrober",
|
||||
"x": 0,
|
||||
"y": 485,
|
||||
"security": 0.3078231528634525,
|
||||
"connectedSystems": [
|
||||
"Hrokkur"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hrokkur",
|
||||
"x": 50,
|
||||
"y": 450,
|
||||
"security": 0.2988826196208917,
|
||||
"connectedSystems": [
|
||||
"Heild",
|
||||
"Hrober"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Teonusude",
|
||||
"x": 80,
|
||||
@@ -53,24 +56,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Heild",
|
||||
"x": 110,
|
||||
"y": 420,
|
||||
"security": 0.3307623618104421,
|
||||
"solarSystemName": "Gelfiven",
|
||||
"x": 165,
|
||||
"y": 70,
|
||||
"security": 0.5597711471078132,
|
||||
"connectedSystems": [
|
||||
"Bosena",
|
||||
"Hrokkur",
|
||||
"Aedald"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Audesder",
|
||||
"x": 125,
|
||||
"y": 515,
|
||||
"security": 0.2647115299035282,
|
||||
"connectedSystems": [
|
||||
"Aedald",
|
||||
"Kenobanala"
|
||||
"Teonusude",
|
||||
"Oddelulf",
|
||||
"Atlar"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -84,28 +77,6 @@
|
||||
"Heild"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aedald",
|
||||
"x": 150,
|
||||
"y": 470,
|
||||
"security": 0.2504577487622691,
|
||||
"connectedSystems": [
|
||||
"Heild",
|
||||
"Muttokon",
|
||||
"Audesder"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gelfiven",
|
||||
"x": 165,
|
||||
"y": 70,
|
||||
"security": 0.5597711471078132,
|
||||
"connectedSystems": [
|
||||
"Teonusude",
|
||||
"Oddelulf",
|
||||
"Atlar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oddelulf",
|
||||
"x": 215,
|
||||
@@ -118,68 +89,6 @@
|
||||
"Istodard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Muttokon",
|
||||
"x": 225,
|
||||
"y": 500,
|
||||
"security": 0.2071899938074332,
|
||||
"connectedSystems": [
|
||||
"Aedald",
|
||||
"Egbinger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gonheim",
|
||||
"x": 230,
|
||||
"y": 260,
|
||||
"security": 0.2838236257931388,
|
||||
"connectedSystems": [
|
||||
"Istodard",
|
||||
"Half",
|
||||
"Hedaleolfarber"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hedaleolfarber",
|
||||
"x": 230,
|
||||
"y": 305,
|
||||
"security": 0.3031564963123863,
|
||||
"connectedSystems": [
|
||||
"Gonheim"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Istodard",
|
||||
"x": 265,
|
||||
"y": 215,
|
||||
"security": 0.2948804397482957,
|
||||
"connectedSystems": [
|
||||
"Oddelulf",
|
||||
"Gonheim",
|
||||
"Half",
|
||||
"Altbrard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Half",
|
||||
"x": 300,
|
||||
"y": 260,
|
||||
"security": 0.2410782258913712,
|
||||
"connectedSystems": [
|
||||
"Istodard",
|
||||
"Gonheim",
|
||||
"Sakulda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sakulda",
|
||||
"x": 305,
|
||||
"y": 305,
|
||||
"security": 0.3020733088310438,
|
||||
"connectedSystems": [
|
||||
"Half"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Atlar",
|
||||
"x": 310,
|
||||
@@ -192,12 +101,64 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Altbrard",
|
||||
"x": 350,
|
||||
"y": 215,
|
||||
"security": 0.3498685794721549,
|
||||
"solarSystemName": "Heild",
|
||||
"x": 110,
|
||||
"y": 420,
|
||||
"security": 0.3307623618104421,
|
||||
"connectedSystems": [
|
||||
"Istodard"
|
||||
"Bosena",
|
||||
"Hrokkur",
|
||||
"Aedald"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hrokkur",
|
||||
"x": 50,
|
||||
"y": 450,
|
||||
"security": 0.2988826196208917,
|
||||
"connectedSystems": [
|
||||
"Heild",
|
||||
"Hrober"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hrober",
|
||||
"x": 0,
|
||||
"y": 485,
|
||||
"security": 0.3078231528634525,
|
||||
"connectedSystems": [
|
||||
"Hrokkur"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aedald",
|
||||
"x": 150,
|
||||
"y": 470,
|
||||
"security": 0.2504577487622691,
|
||||
"connectedSystems": [
|
||||
"Heild",
|
||||
"Muttokon",
|
||||
"Audesder"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Muttokon",
|
||||
"x": 225,
|
||||
"y": 500,
|
||||
"security": 0.2071899938074332,
|
||||
"connectedSystems": [
|
||||
"Aedald",
|
||||
"Egbinger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Audesder",
|
||||
"x": 125,
|
||||
"y": 515,
|
||||
"security": 0.2647115299035282,
|
||||
"connectedSystems": [
|
||||
"Aedald",
|
||||
"Kenobanala"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -211,16 +172,6 @@
|
||||
"Meildolf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Varigne",
|
||||
"x": 425,
|
||||
"y": 145,
|
||||
"security": 0.6401470434870142,
|
||||
"connectedSystems": [
|
||||
"Horaka",
|
||||
"Eldulf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Horaka",
|
||||
"x": 500,
|
||||
@@ -244,14 +195,24 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Egbinger",
|
||||
"x": 520,
|
||||
"y": 560,
|
||||
"security": 0.03455519723685496,
|
||||
"solarSystemName": "Orien",
|
||||
"x": 605,
|
||||
"y": 135,
|
||||
"security": 0.8047253695365588,
|
||||
"connectedSystems": [
|
||||
"Aeditide",
|
||||
"B-VIP9",
|
||||
"Muttokon"
|
||||
"Horaka",
|
||||
"Meildolf",
|
||||
"Fegomenko"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Varigne",
|
||||
"x": 425,
|
||||
"y": 145,
|
||||
"security": 0.6401470434870142,
|
||||
"connectedSystems": [
|
||||
"Horaka",
|
||||
"Eldulf"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -266,14 +227,170 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Orien",
|
||||
"x": 605,
|
||||
"y": 135,
|
||||
"security": 0.8047253695365588,
|
||||
"solarSystemName": "Istodard",
|
||||
"x": 265,
|
||||
"y": 215,
|
||||
"security": 0.2948804397482957,
|
||||
"connectedSystems": [
|
||||
"Oddelulf",
|
||||
"Gonheim",
|
||||
"Half",
|
||||
"Altbrard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gonheim",
|
||||
"x": 230,
|
||||
"y": 260,
|
||||
"security": 0.2838236257931388,
|
||||
"connectedSystems": [
|
||||
"Istodard",
|
||||
"Half",
|
||||
"Hedaleolfarber"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Half",
|
||||
"x": 300,
|
||||
"y": 260,
|
||||
"security": 0.2410782258913712,
|
||||
"connectedSystems": [
|
||||
"Istodard",
|
||||
"Gonheim",
|
||||
"Sakulda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sakulda",
|
||||
"x": 305,
|
||||
"y": 305,
|
||||
"security": 0.3020733088310438,
|
||||
"connectedSystems": [
|
||||
"Half"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hedaleolfarber",
|
||||
"x": 230,
|
||||
"y": 305,
|
||||
"security": 0.3031564963123863,
|
||||
"connectedSystems": [
|
||||
"Gonheim"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Altbrard",
|
||||
"x": 350,
|
||||
"y": 215,
|
||||
"security": 0.3498685794721549,
|
||||
"connectedSystems": [
|
||||
"Istodard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Fegomenko",
|
||||
"x": 720,
|
||||
"y": 185,
|
||||
"security": 0.50419898212434,
|
||||
"connectedSystems": [
|
||||
"Orien",
|
||||
"Osvetur",
|
||||
"Mimiror"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Osvetur",
|
||||
"x": 780,
|
||||
"y": 235,
|
||||
"security": 0.2475798999897256,
|
||||
"connectedSystems": [
|
||||
"Fegomenko",
|
||||
"Mimiror",
|
||||
"Unertek"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Mimiror",
|
||||
"x": 830,
|
||||
"y": 155,
|
||||
"security": 0.2044927363379354,
|
||||
"connectedSystems": [
|
||||
"Fegomenko",
|
||||
"Osvetur"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ennur",
|
||||
"x": 660,
|
||||
"y": 50,
|
||||
"security": 0.05834881407780235,
|
||||
"connectedSystems": [
|
||||
"Horaka",
|
||||
"Meildolf",
|
||||
"Fegomenko"
|
||||
"Tabbetzur"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Unertek",
|
||||
"x": 790,
|
||||
"y": 325,
|
||||
"security": 0.3041351272066599,
|
||||
"connectedSystems": [
|
||||
"Osvetur",
|
||||
"Klingt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Klingt",
|
||||
"x": 745,
|
||||
"y": 455,
|
||||
"security": 0.3021467523645928,
|
||||
"connectedSystems": [
|
||||
"Unertek",
|
||||
"Weld"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Weld",
|
||||
"x": 700,
|
||||
"y": 510,
|
||||
"security": 0.3020362117053435,
|
||||
"connectedSystems": [
|
||||
"Klingt",
|
||||
"Kattegaud",
|
||||
"Aeditide"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kattegaud",
|
||||
"x": 750,
|
||||
"y": 585,
|
||||
"security": 0.7158626870077194,
|
||||
"connectedSystems": [
|
||||
"Weld",
|
||||
"Kadlina",
|
||||
"Hegfunden"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kadlina",
|
||||
"x": 675,
|
||||
"y": 585,
|
||||
"security": 0.419906714082145,
|
||||
"connectedSystems": [
|
||||
"Kattegaud",
|
||||
"Hegfunden",
|
||||
"Aeditide"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hegfunden",
|
||||
"x": 650,
|
||||
"y": 635,
|
||||
"security": 0.3225618189385727,
|
||||
"connectedSystems": [
|
||||
"Kattegaud",
|
||||
"Kadlina",
|
||||
"Aeditide"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -289,109 +406,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hegfunden",
|
||||
"x": 650,
|
||||
"y": 635,
|
||||
"security": 0.3225618189385727,
|
||||
"solarSystemName": "Egbinger",
|
||||
"x": 520,
|
||||
"y": 560,
|
||||
"security": 0.03455519723685496,
|
||||
"connectedSystems": [
|
||||
"Kattegaud",
|
||||
"Kadlina",
|
||||
"Aeditide"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ennur",
|
||||
"x": 660,
|
||||
"y": 50,
|
||||
"security": 0.05834881407780235,
|
||||
"connectedSystems": [
|
||||
"Meildolf",
|
||||
"Tabbetzur"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kadlina",
|
||||
"x": 675,
|
||||
"y": 585,
|
||||
"security": 0.419906714082145,
|
||||
"connectedSystems": [
|
||||
"Kattegaud",
|
||||
"Hegfunden",
|
||||
"Aeditide"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Weld",
|
||||
"x": 700,
|
||||
"y": 510,
|
||||
"security": 0.3020362117053435,
|
||||
"connectedSystems": [
|
||||
"Klingt",
|
||||
"Kattegaud",
|
||||
"Aeditide"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Fegomenko",
|
||||
"x": 720,
|
||||
"y": 185,
|
||||
"security": 0.50419898212434,
|
||||
"connectedSystems": [
|
||||
"Orien",
|
||||
"Osvetur",
|
||||
"Mimiror"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Klingt",
|
||||
"x": 745,
|
||||
"y": 455,
|
||||
"security": 0.3021467523645928,
|
||||
"connectedSystems": [
|
||||
"Unertek",
|
||||
"Weld"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kattegaud",
|
||||
"x": 750,
|
||||
"y": 585,
|
||||
"security": 0.7158626870077194,
|
||||
"connectedSystems": [
|
||||
"Weld",
|
||||
"Kadlina",
|
||||
"Hegfunden"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Osvetur",
|
||||
"x": 780,
|
||||
"y": 235,
|
||||
"security": 0.2475798999897256,
|
||||
"connectedSystems": [
|
||||
"Fegomenko",
|
||||
"Mimiror",
|
||||
"Unertek"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Unertek",
|
||||
"x": 790,
|
||||
"y": 325,
|
||||
"security": 0.3041351272066599,
|
||||
"connectedSystems": [
|
||||
"Osvetur",
|
||||
"Klingt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Mimiror",
|
||||
"x": 830,
|
||||
"y": 155,
|
||||
"security": 0.2044927363379354,
|
||||
"connectedSystems": [
|
||||
"Fegomenko",
|
||||
"Osvetur"
|
||||
"Aeditide",
|
||||
"B-VIP9",
|
||||
"Muttokon"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -416,28 +438,6 @@
|
||||
"Teonusude"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kenobanala",
|
||||
"x": 80,
|
||||
"y": 560,
|
||||
"security": 0.2893983494282283,
|
||||
"connectedSystems": [
|
||||
"Astabih",
|
||||
"Ubtes",
|
||||
"Bimener",
|
||||
"Audesder"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "B-VIP9",
|
||||
"x": 495,
|
||||
"y": 650,
|
||||
"security": -0.00152269610494371,
|
||||
"connectedSystems": [
|
||||
"9SNK-O",
|
||||
"Egbinger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tabbetzur",
|
||||
"x": 730,
|
||||
|
1956
public/Oasa.json
1956
public/Oasa.json
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,35 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "TSG-NO",
|
||||
"x": 0,
|
||||
"y": 55,
|
||||
"security": -0.1440851754221109,
|
||||
"connectedSystems": [
|
||||
"K-X5AX",
|
||||
"9MWZ-B"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "6-ELQP",
|
||||
"x": 895,
|
||||
"y": 60,
|
||||
"security": -0.4620200787892874,
|
||||
"connectedSystems": [
|
||||
"R97-CI",
|
||||
"OKEO-X"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "ZO-P5K",
|
||||
"x": 700,
|
||||
"y": 70,
|
||||
"security": -0.6645011347760454,
|
||||
"connectedSystems": [
|
||||
"46DP-O",
|
||||
"EMIG-F",
|
||||
"7L9-ZC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "9MWZ-B",
|
||||
"x": 0,
|
||||
@@ -22,6 +53,17 @@
|
||||
"C-WPWH"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "S-XZHU",
|
||||
"x": 80,
|
||||
"y": 110,
|
||||
"security": -0.09504180495938253,
|
||||
"connectedSystems": [
|
||||
"9MWZ-B",
|
||||
"LS-QLX",
|
||||
"C-WPWH"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "CO-7BI",
|
||||
"x": 0,
|
||||
@@ -42,26 +84,6 @@
|
||||
"VULA-I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "73-JQO",
|
||||
"x": 60,
|
||||
"y": 375,
|
||||
"security": -0.09036116875328348,
|
||||
"connectedSystems": [
|
||||
"R2TJ-1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "S-XZHU",
|
||||
"x": 80,
|
||||
"y": 110,
|
||||
"security": -0.09504180495938253,
|
||||
"connectedSystems": [
|
||||
"9MWZ-B",
|
||||
"LS-QLX",
|
||||
"C-WPWH"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "C-WPWH",
|
||||
"x": 80,
|
||||
@@ -72,6 +94,18 @@
|
||||
"S-XZHU"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "VULA-I",
|
||||
"x": 155,
|
||||
"y": 295,
|
||||
"security": -0.1064518957609195,
|
||||
"connectedSystems": [
|
||||
"ZJG-7D",
|
||||
"R2TJ-1",
|
||||
"G-B3PR",
|
||||
"KR8-27"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "R2TJ-1",
|
||||
"x": 135,
|
||||
@@ -94,45 +128,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "VULA-I",
|
||||
"x": 155,
|
||||
"y": 295,
|
||||
"security": -0.1064518957609195,
|
||||
"connectedSystems": [
|
||||
"ZJG-7D",
|
||||
"R2TJ-1",
|
||||
"G-B3PR",
|
||||
"KR8-27"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "LQ-AHE",
|
||||
"x": 170,
|
||||
"y": 385,
|
||||
"security": -0.0973587118623811,
|
||||
"solarSystemName": "73-JQO",
|
||||
"x": 60,
|
||||
"y": 375,
|
||||
"security": -0.09036116875328348,
|
||||
"connectedSystems": [
|
||||
"R2TJ-1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DJK-67",
|
||||
"x": 230,
|
||||
"y": 655,
|
||||
"security": -0.397032264393609,
|
||||
"connectedSystems": [
|
||||
"D2EZ-X"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "3FKU-H",
|
||||
"x": 240,
|
||||
"y": 445,
|
||||
"security": -0.3687825328812394,
|
||||
"connectedSystems": [
|
||||
"Y-MSJN",
|
||||
"M9-FIB"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "XPUM-L",
|
||||
"x": 245,
|
||||
@@ -155,35 +158,12 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "D2EZ-X",
|
||||
"x": 270,
|
||||
"y": 580,
|
||||
"security": -0.4616541750122641,
|
||||
"solarSystemName": "LQ-AHE",
|
||||
"x": 170,
|
||||
"y": 385,
|
||||
"security": -0.0973587118623811,
|
||||
"connectedSystems": [
|
||||
"M9-FIB",
|
||||
"DJK-67"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "M9-FIB",
|
||||
"x": 285,
|
||||
"y": 510,
|
||||
"security": -0.4141508490262185,
|
||||
"connectedSystems": [
|
||||
"MJ-X5V",
|
||||
"3FKU-H",
|
||||
"D2EZ-X"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Y-MSJN",
|
||||
"x": 310,
|
||||
"y": 390,
|
||||
"security": -0.3550842819217865,
|
||||
"connectedSystems": [
|
||||
"LOI-L1",
|
||||
"MJ-X5V",
|
||||
"3FKU-H"
|
||||
"R2TJ-1"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -197,6 +177,17 @@
|
||||
"AXDX-F"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Y-MSJN",
|
||||
"x": 310,
|
||||
"y": 390,
|
||||
"security": -0.3550842819217865,
|
||||
"connectedSystems": [
|
||||
"LOI-L1",
|
||||
"MJ-X5V",
|
||||
"3FKU-H"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "MJ-X5V",
|
||||
"x": 350,
|
||||
@@ -208,31 +199,43 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "J-4FNO",
|
||||
"x": 415,
|
||||
"y": 335,
|
||||
"security": -0.3439445052151752,
|
||||
"solarSystemName": "3FKU-H",
|
||||
"x": 240,
|
||||
"y": 445,
|
||||
"security": -0.3687825328812394,
|
||||
"connectedSystems": [
|
||||
"AXDX-F",
|
||||
"PEM-LC"
|
||||
"Y-MSJN",
|
||||
"M9-FIB"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "H90-C9",
|
||||
"x": 480,
|
||||
"y": 550,
|
||||
"security": -0.5321984646027269,
|
||||
"solarSystemName": "M9-FIB",
|
||||
"x": 285,
|
||||
"y": 510,
|
||||
"security": -0.4141508490262185,
|
||||
"connectedSystems": [
|
||||
"K-1OY3"
|
||||
"MJ-X5V",
|
||||
"3FKU-H",
|
||||
"D2EZ-X"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "X-EHHD",
|
||||
"x": 490,
|
||||
"y": 225,
|
||||
"security": -0.3054182740952063,
|
||||
"solarSystemName": "D2EZ-X",
|
||||
"x": 270,
|
||||
"y": 580,
|
||||
"security": -0.4616541750122641,
|
||||
"connectedSystems": [
|
||||
"AXDX-F"
|
||||
"M9-FIB",
|
||||
"DJK-67"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "DJK-67",
|
||||
"x": 230,
|
||||
"y": 655,
|
||||
"security": -0.397032264393609,
|
||||
"connectedSystems": [
|
||||
"D2EZ-X"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -248,6 +251,16 @@
|
||||
"QSF-EJ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "J-4FNO",
|
||||
"x": 415,
|
||||
"y": 335,
|
||||
"security": -0.3439445052151752,
|
||||
"connectedSystems": [
|
||||
"AXDX-F",
|
||||
"PEM-LC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "PEM-LC",
|
||||
"x": 490,
|
||||
@@ -260,12 +273,44 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "RI-JB1",
|
||||
"solarSystemName": "X-EHHD",
|
||||
"x": 490,
|
||||
"y": 685,
|
||||
"security": -0.2566953249122664,
|
||||
"y": 225,
|
||||
"security": -0.3054182740952063,
|
||||
"connectedSystems": [
|
||||
"X-3AUU"
|
||||
"AXDX-F"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "6T3I-L",
|
||||
"x": 575,
|
||||
"y": 370,
|
||||
"security": -0.4628212844942942,
|
||||
"connectedSystems": [
|
||||
"PEM-LC",
|
||||
"QSF-EJ",
|
||||
"NZPK-G"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "QSF-EJ",
|
||||
"x": 575,
|
||||
"y": 295,
|
||||
"security": -0.6058049068014659,
|
||||
"connectedSystems": [
|
||||
"AXDX-F",
|
||||
"6T3I-L",
|
||||
"L-AS00",
|
||||
"1I6F-9"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "L-AS00",
|
||||
"x": 575,
|
||||
"y": 225,
|
||||
"security": -0.7420094094983005,
|
||||
"connectedSystems": [
|
||||
"QSF-EJ"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -289,48 +334,6 @@
|
||||
"H90-C9"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "X-3AUU",
|
||||
"x": 560,
|
||||
"y": 665,
|
||||
"security": -0.2566644061818125,
|
||||
"connectedSystems": [
|
||||
"99-0GS",
|
||||
"RI-JB1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "L-AS00",
|
||||
"x": 575,
|
||||
"y": 225,
|
||||
"security": -0.7420094094983005,
|
||||
"connectedSystems": [
|
||||
"QSF-EJ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "QSF-EJ",
|
||||
"x": 575,
|
||||
"y": 295,
|
||||
"security": -0.6058049068014659,
|
||||
"connectedSystems": [
|
||||
"AXDX-F",
|
||||
"6T3I-L",
|
||||
"L-AS00",
|
||||
"1I6F-9"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "6T3I-L",
|
||||
"x": 575,
|
||||
"y": 370,
|
||||
"security": -0.4628212844942942,
|
||||
"connectedSystems": [
|
||||
"PEM-LC",
|
||||
"QSF-EJ",
|
||||
"NZPK-G"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "MMUF-8",
|
||||
"x": 610,
|
||||
@@ -355,14 +358,22 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NQH-MR",
|
||||
"x": 695,
|
||||
"y": 535,
|
||||
"security": -0.3374467973981131,
|
||||
"solarSystemName": "X-3AUU",
|
||||
"x": 560,
|
||||
"y": 665,
|
||||
"security": -0.2566644061818125,
|
||||
"connectedSystems": [
|
||||
"MMUF-8",
|
||||
"99-0GS",
|
||||
"0DD-MH"
|
||||
"RI-JB1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "H90-C9",
|
||||
"x": 480,
|
||||
"y": 550,
|
||||
"security": -0.5321984646027269,
|
||||
"connectedSystems": [
|
||||
"K-1OY3"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -376,13 +387,23 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "7L9-ZC",
|
||||
"x": 730,
|
||||
"y": 130,
|
||||
"security": -1,
|
||||
"solarSystemName": "RI-JB1",
|
||||
"x": 490,
|
||||
"y": 685,
|
||||
"security": -0.2566953249122664,
|
||||
"connectedSystems": [
|
||||
"7-8EOE",
|
||||
"ZO-P5K"
|
||||
"X-3AUU"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "NQH-MR",
|
||||
"x": 695,
|
||||
"y": 535,
|
||||
"security": -0.3374467973981131,
|
||||
"connectedSystems": [
|
||||
"MMUF-8",
|
||||
"99-0GS",
|
||||
"0DD-MH"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -405,16 +426,6 @@
|
||||
"UEP0-A"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "7-8EOE",
|
||||
"x": 835,
|
||||
"y": 185,
|
||||
"security": -0.965232693960459,
|
||||
"connectedSystems": [
|
||||
"66-PMM",
|
||||
"7L9-ZC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "UEP0-A",
|
||||
"x": 860,
|
||||
@@ -447,34 +458,23 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "TSG-NO",
|
||||
"x": 0,
|
||||
"y": 55,
|
||||
"security": -0.1440851754221109,
|
||||
"solarSystemName": "7-8EOE",
|
||||
"x": 835,
|
||||
"y": 185,
|
||||
"security": -0.965232693960459,
|
||||
"connectedSystems": [
|
||||
"K-X5AX",
|
||||
"9MWZ-B"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "ZO-P5K",
|
||||
"x": 700,
|
||||
"y": 70,
|
||||
"security": -0.6645011347760454,
|
||||
"connectedSystems": [
|
||||
"46DP-O",
|
||||
"EMIG-F",
|
||||
"66-PMM",
|
||||
"7L9-ZC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "6-ELQP",
|
||||
"x": 895,
|
||||
"y": 60,
|
||||
"security": -0.4620200787892874,
|
||||
"solarSystemName": "7L9-ZC",
|
||||
"x": 730,
|
||||
"y": 130,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"R97-CI",
|
||||
"OKEO-X"
|
||||
"7-8EOE",
|
||||
"ZO-P5K"
|
||||
]
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1642
public/Placid.json
1642
public/Placid.json
File diff suppressed because it is too large
Load Diff
@@ -1,123 +1,11 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "Archee",
|
||||
"x": 46,
|
||||
"y": 698,
|
||||
"solarSystemName": "Kuharah",
|
||||
"x": 637,
|
||||
"y": 697,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Angymonne",
|
||||
"Vale"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Angymonne",
|
||||
"x": 98,
|
||||
"y": 623,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Ichoriya",
|
||||
"Archee",
|
||||
"Vale"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vale",
|
||||
"x": 138,
|
||||
"y": 698,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Angymonne",
|
||||
"Archee",
|
||||
"Ala"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ichoriya",
|
||||
"x": 149,
|
||||
"y": 548,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Kaunokka",
|
||||
"Angymonne"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kaunokka",
|
||||
"x": 198,
|
||||
"y": 474,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Arvasaras",
|
||||
"Ichoriya"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ala",
|
||||
"x": 237,
|
||||
"y": 699,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Vale",
|
||||
"Wirashoda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arvasaras",
|
||||
"x": 248,
|
||||
"y": 396,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Sakenta",
|
||||
"Kaunokka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sakenta",
|
||||
"x": 297,
|
||||
"y": 323,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Komo",
|
||||
"Arvasaras"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Wirashoda",
|
||||
"x": 337,
|
||||
"y": 699,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Ala",
|
||||
"Senda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Komo",
|
||||
"x": 346,
|
||||
"y": 248,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Ignebaener",
|
||||
"Sakenta"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ignebaener",
|
||||
"x": 396,
|
||||
"y": 175,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Otela",
|
||||
"Komo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Senda",
|
||||
"x": 433,
|
||||
"y": 699,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Wirashoda",
|
||||
"Tunudan",
|
||||
"Ahtila"
|
||||
]
|
||||
},
|
||||
@@ -132,6 +20,26 @@
|
||||
"Ignebaener"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Otanuomi",
|
||||
"x": 686,
|
||||
"y": 324,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Urhinichi",
|
||||
"Krirald"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Wirashoda",
|
||||
"x": 337,
|
||||
"y": 699,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Ala",
|
||||
"Senda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kino",
|
||||
"x": 496,
|
||||
@@ -143,13 +51,23 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ahtila",
|
||||
"x": 538,
|
||||
"y": 698,
|
||||
"solarSystemName": "Arvasaras",
|
||||
"x": 248,
|
||||
"y": 396,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Kuharah",
|
||||
"Senda"
|
||||
"Sakenta",
|
||||
"Kaunokka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Nani",
|
||||
"x": 775,
|
||||
"y": 473,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Urhinichi",
|
||||
"Skarkon"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -163,16 +81,6 @@
|
||||
"Otela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Konola",
|
||||
"x": 591,
|
||||
"y": 174,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Krirald",
|
||||
"Nalvula"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Krirald",
|
||||
"x": 637,
|
||||
@@ -184,53 +92,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kuharah",
|
||||
"x": 637,
|
||||
"y": 697,
|
||||
"solarSystemName": "Harva",
|
||||
"x": 818,
|
||||
"y": 696,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Tunudan",
|
||||
"Ahtila"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Otanuomi",
|
||||
"x": 686,
|
||||
"y": 324,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Urhinichi",
|
||||
"Krirald"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tunudan",
|
||||
"x": 724,
|
||||
"y": 697,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Harva",
|
||||
"Kuharah"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Urhinichi",
|
||||
"x": 728,
|
||||
"y": 396,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Nani",
|
||||
"Otanuomi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Nani",
|
||||
"x": 775,
|
||||
"y": 473,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Urhinichi",
|
||||
"Skarkon"
|
||||
"Raravoss",
|
||||
"Niarja",
|
||||
"Tunudan"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -244,14 +113,64 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Harva",
|
||||
"x": 818,
|
||||
"y": 696,
|
||||
"solarSystemName": "Ala",
|
||||
"x": 237,
|
||||
"y": 699,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Raravoss",
|
||||
"Niarja",
|
||||
"Tunudan"
|
||||
"Vale",
|
||||
"Wirashoda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Archee",
|
||||
"x": 46,
|
||||
"y": 698,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Angymonne",
|
||||
"Vale"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Konola",
|
||||
"x": 591,
|
||||
"y": 174,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Krirald",
|
||||
"Nalvula"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tunudan",
|
||||
"x": 724,
|
||||
"y": 697,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Harva",
|
||||
"Kuharah"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kaunokka",
|
||||
"x": 198,
|
||||
"y": 474,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Arvasaras",
|
||||
"Ichoriya"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Angymonne",
|
||||
"x": 98,
|
||||
"y": 623,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Ichoriya",
|
||||
"Archee",
|
||||
"Vale"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -274,5 +193,86 @@
|
||||
"Raravoss",
|
||||
"Harva"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ignebaener",
|
||||
"x": 396,
|
||||
"y": 175,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Otela",
|
||||
"Komo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vale",
|
||||
"x": 138,
|
||||
"y": 698,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Angymonne",
|
||||
"Archee",
|
||||
"Ala"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sakenta",
|
||||
"x": 297,
|
||||
"y": 323,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Komo",
|
||||
"Arvasaras"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Senda",
|
||||
"x": 433,
|
||||
"y": 699,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Wirashoda",
|
||||
"Ahtila"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Komo",
|
||||
"x": 346,
|
||||
"y": 248,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Ignebaener",
|
||||
"Sakenta"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Urhinichi",
|
||||
"x": 728,
|
||||
"y": 396,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Nani",
|
||||
"Otanuomi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ahtila",
|
||||
"x": 538,
|
||||
"y": 698,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Kuharah",
|
||||
"Senda"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ichoriya",
|
||||
"x": 149,
|
||||
"y": 548,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Kaunokka",
|
||||
"Angymonne"
|
||||
]
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4324
public/Querious.json
4324
public/Querious.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,379 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "Y9G-KS",
|
||||
"x": 765,
|
||||
"y": 275,
|
||||
"security": -0.3768133556425439,
|
||||
"connectedSystems": [
|
||||
"97X-CH",
|
||||
"UTKS-5",
|
||||
"Conomette",
|
||||
"Pertnineere"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "D85-VD",
|
||||
"x": 15,
|
||||
"y": 195,
|
||||
"security": -0.02350508615656566,
|
||||
"connectedSystems": [
|
||||
"KFR-ZE",
|
||||
"Faurulle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Conomette",
|
||||
"x": 645,
|
||||
"y": 265,
|
||||
"security": 0.2994268998147349,
|
||||
"connectedSystems": [
|
||||
"Y9G-KS",
|
||||
"Aimoguier",
|
||||
"Yveve"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aimoguier",
|
||||
"x": 660,
|
||||
"y": 205,
|
||||
"security": 0.1826938456804581,
|
||||
"connectedSystems": [
|
||||
"Conomette",
|
||||
"Cadelanne"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yveve",
|
||||
"x": 555,
|
||||
"y": 265,
|
||||
"security": 0.3513549338719367,
|
||||
"connectedSystems": [
|
||||
"Conomette",
|
||||
"Meunvon",
|
||||
"Elore",
|
||||
"Yvelet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Meunvon",
|
||||
"x": 515,
|
||||
"y": 225,
|
||||
"security": 0.2725158276512777,
|
||||
"connectedSystems": [
|
||||
"Yveve",
|
||||
"Elore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Cadelanne",
|
||||
"x": 700,
|
||||
"y": 165,
|
||||
"security": 0.1193242660001402,
|
||||
"connectedSystems": [
|
||||
"Aimoguier"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Elore",
|
||||
"x": 470,
|
||||
"y": 265,
|
||||
"security": 0.2150660521705977,
|
||||
"connectedSystems": [
|
||||
"Yveve",
|
||||
"Meunvon",
|
||||
"Anckee"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Anckee",
|
||||
"x": 380,
|
||||
"y": 265,
|
||||
"security": 0.2464090414988048,
|
||||
"connectedSystems": [
|
||||
"Elore",
|
||||
"Vevelonel",
|
||||
"Heluene"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vevelonel",
|
||||
"x": 380,
|
||||
"y": 220,
|
||||
"security": 0.1198262731362577,
|
||||
"connectedSystems": [
|
||||
"Anckee",
|
||||
"Ratillose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Pertnineere",
|
||||
"x": 830,
|
||||
"y": 325,
|
||||
"security": 0.442910661884907,
|
||||
"connectedSystems": [
|
||||
"Y9G-KS",
|
||||
"Boystin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Boystin",
|
||||
"x": 820,
|
||||
"y": 400,
|
||||
"security": 0.5230190689183638,
|
||||
"connectedSystems": [
|
||||
"Pertnineere",
|
||||
"Lour",
|
||||
"Oerse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lour",
|
||||
"x": 695,
|
||||
"y": 400,
|
||||
"security": 0.6373455813823276,
|
||||
"connectedSystems": [
|
||||
"Boystin",
|
||||
"Maire",
|
||||
"Oerse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Maire",
|
||||
"x": 670,
|
||||
"y": 480,
|
||||
"security": 0.6866519019326315,
|
||||
"connectedSystems": [
|
||||
"Lour",
|
||||
"Oerse",
|
||||
"Octanneve"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oerse",
|
||||
"x": 800,
|
||||
"y": 460,
|
||||
"security": 0.6203857098365113,
|
||||
"connectedSystems": [
|
||||
"Boystin",
|
||||
"Lour",
|
||||
"Maire",
|
||||
"Larryn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Octanneve",
|
||||
"x": 570,
|
||||
"y": 495,
|
||||
"security": 0.6966792058786355,
|
||||
"connectedSystems": [
|
||||
"Maire",
|
||||
"Yvaeroure"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Larryn",
|
||||
"x": 750,
|
||||
"y": 590,
|
||||
"security": 0.5961591703472658,
|
||||
"connectedSystems": [
|
||||
"Oerse",
|
||||
"Niballe",
|
||||
"Weraroix"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Niballe",
|
||||
"x": 645,
|
||||
"y": 575,
|
||||
"security": 0.6201888263374509,
|
||||
"connectedSystems": [
|
||||
"Larryn",
|
||||
"Postouvin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Postouvin",
|
||||
"x": 545,
|
||||
"y": 570,
|
||||
"security": 0.6553301770877118,
|
||||
"connectedSystems": [
|
||||
"Niballe",
|
||||
"Odinesyn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Odinesyn",
|
||||
"x": 450,
|
||||
"y": 570,
|
||||
"security": 0.6517603884133464,
|
||||
"connectedSystems": [
|
||||
"Postouvin",
|
||||
"Gererique"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Weraroix",
|
||||
"x": 695,
|
||||
"y": 645,
|
||||
"security": 0.5805268749855232,
|
||||
"connectedSystems": [
|
||||
"Larryn",
|
||||
"Sarline"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sarline",
|
||||
"x": 550,
|
||||
"y": 660,
|
||||
"security": 0.4388302351649299,
|
||||
"connectedSystems": [
|
||||
"Weraroix",
|
||||
"Aeter",
|
||||
"Harner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aeter",
|
||||
"x": 450,
|
||||
"y": 700,
|
||||
"security": 0.3491686231850699,
|
||||
"connectedSystems": [
|
||||
"Sarline",
|
||||
"Harner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gererique",
|
||||
"x": 355,
|
||||
"y": 585,
|
||||
"security": 0.6646057618446911,
|
||||
"connectedSystems": [
|
||||
"Odinesyn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Harner",
|
||||
"x": 450,
|
||||
"y": 640,
|
||||
"security": 0.127988018693461,
|
||||
"connectedSystems": [
|
||||
"Sarline",
|
||||
"Aeter"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yvaeroure",
|
||||
"x": 425,
|
||||
"y": 505,
|
||||
"security": 0.7570580433000231,
|
||||
"connectedSystems": [
|
||||
"Octanneve",
|
||||
"Vecodie"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vecodie",
|
||||
"x": 340,
|
||||
"y": 490,
|
||||
"security": 0.7886540077497435,
|
||||
"connectedSystems": [
|
||||
"Yvaeroure",
|
||||
"Arasare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arasare",
|
||||
"x": 270,
|
||||
"y": 420,
|
||||
"security": 0.8117384483992611,
|
||||
"connectedSystems": [
|
||||
"Vecodie",
|
||||
"Yvelet",
|
||||
"Lazer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yvelet",
|
||||
"x": 315,
|
||||
"y": 365,
|
||||
"security": 0.7813640245565217,
|
||||
"connectedSystems": [
|
||||
"Arasare",
|
||||
"Yveve"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lazer",
|
||||
"x": 175,
|
||||
"y": 420,
|
||||
"security": 0.7909792917267296,
|
||||
"connectedSystems": [
|
||||
"Arasare",
|
||||
"Stoure"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Stoure",
|
||||
"x": 105,
|
||||
"y": 515,
|
||||
"security": 0.7224192634557611,
|
||||
"connectedSystems": [
|
||||
"Lazer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Heluene",
|
||||
"x": 240,
|
||||
"y": 265,
|
||||
"security": 0.2325312467012867,
|
||||
"connectedSystems": [
|
||||
"Anckee",
|
||||
"Arittant",
|
||||
"Oruse",
|
||||
"Hare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arittant",
|
||||
"x": 240,
|
||||
"y": 215,
|
||||
"security": 0.2623535382010558,
|
||||
"connectedSystems": [
|
||||
"Heluene"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oruse",
|
||||
"x": 195,
|
||||
"y": 320,
|
||||
"security": 0.196878642105309,
|
||||
"connectedSystems": [
|
||||
"Heluene",
|
||||
"Hare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hare",
|
||||
"x": 170,
|
||||
"y": 265,
|
||||
"security": 0.1689703622681522,
|
||||
"connectedSystems": [
|
||||
"Heluene",
|
||||
"Oruse",
|
||||
"Ogaria",
|
||||
"Babirmoult"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ogaria",
|
||||
"x": 110,
|
||||
"y": 305,
|
||||
"security": 0.1640008571190648,
|
||||
"connectedSystems": [
|
||||
"Hare",
|
||||
"Faurulle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Faurulle",
|
||||
"x": 45,
|
||||
@@ -21,15 +396,6 @@
|
||||
"Shirshocin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Stoure",
|
||||
"x": 105,
|
||||
"y": 515,
|
||||
"security": 0.7224192634557611,
|
||||
"connectedSystems": [
|
||||
"Lazer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Babirmoult",
|
||||
"x": 110,
|
||||
@@ -41,77 +407,46 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ogaria",
|
||||
"x": 110,
|
||||
"y": 305,
|
||||
"security": 0.1640008571190648,
|
||||
"solarSystemName": "Ratillose",
|
||||
"x": 380,
|
||||
"y": 150,
|
||||
"security": 0.3664679815246903,
|
||||
"connectedSystems": [
|
||||
"Hare",
|
||||
"Faurulle"
|
||||
"Vevelonel",
|
||||
"Ondree"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hare",
|
||||
"x": 170,
|
||||
"y": 265,
|
||||
"security": 0.1689703622681522,
|
||||
"solarSystemName": "Ondree",
|
||||
"x": 380,
|
||||
"y": 105,
|
||||
"security": 0.5308917362555376,
|
||||
"connectedSystems": [
|
||||
"Heluene",
|
||||
"Oruse",
|
||||
"Ogaria",
|
||||
"Babirmoult"
|
||||
"Ratillose",
|
||||
"Pochelympe",
|
||||
"Straloin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lazer",
|
||||
"x": 175,
|
||||
"y": 420,
|
||||
"security": 0.7909792917267296,
|
||||
"solarSystemName": "Pochelympe",
|
||||
"x": 380,
|
||||
"y": 60,
|
||||
"security": 0.6222362869950996,
|
||||
"connectedSystems": [
|
||||
"Arasare",
|
||||
"Stoure"
|
||||
"Ondree",
|
||||
"Eggheron",
|
||||
"Toustain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oruse",
|
||||
"x": 195,
|
||||
"y": 320,
|
||||
"security": 0.196878642105309,
|
||||
"solarSystemName": "Eggheron",
|
||||
"x": 335,
|
||||
"y": 15,
|
||||
"security": 0.516243975516,
|
||||
"connectedSystems": [
|
||||
"Heluene",
|
||||
"Hare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arittant",
|
||||
"x": 240,
|
||||
"y": 215,
|
||||
"security": 0.2623535382010558,
|
||||
"connectedSystems": [
|
||||
"Heluene"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Heluene",
|
||||
"x": 240,
|
||||
"y": 265,
|
||||
"security": 0.2325312467012867,
|
||||
"connectedSystems": [
|
||||
"Anckee",
|
||||
"Arittant",
|
||||
"Oruse",
|
||||
"Hare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Arasare",
|
||||
"x": 270,
|
||||
"y": 420,
|
||||
"security": 0.8117384483992611,
|
||||
"connectedSystems": [
|
||||
"Vecodie",
|
||||
"Yvelet",
|
||||
"Lazer"
|
||||
"Pochelympe",
|
||||
"Toustain",
|
||||
"Kenninck"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -136,316 +471,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yvelet",
|
||||
"x": 315,
|
||||
"y": 365,
|
||||
"security": 0.7813640245565217,
|
||||
"solarSystemName": "Kenninck",
|
||||
"x": 414,
|
||||
"y": 6,
|
||||
"security": 0.114963052245,
|
||||
"connectedSystems": [
|
||||
"Arasare",
|
||||
"Yveve"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Eggheron",
|
||||
"x": 335,
|
||||
"y": 15,
|
||||
"security": 0.516243975516,
|
||||
"connectedSystems": [
|
||||
"Pochelympe",
|
||||
"Toustain",
|
||||
"Kenninck"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vecodie",
|
||||
"x": 340,
|
||||
"y": 490,
|
||||
"security": 0.7886540077497435,
|
||||
"connectedSystems": [
|
||||
"Yvaeroure",
|
||||
"Arasare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gererique",
|
||||
"x": 355,
|
||||
"y": 585,
|
||||
"security": 0.6646057618446911,
|
||||
"connectedSystems": [
|
||||
"Odinesyn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Pochelympe",
|
||||
"x": 380,
|
||||
"y": 60,
|
||||
"security": 0.6222362869950996,
|
||||
"connectedSystems": [
|
||||
"Ondree",
|
||||
"Eggheron",
|
||||
"Toustain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ondree",
|
||||
"x": 380,
|
||||
"y": 105,
|
||||
"security": 0.5308917362555376,
|
||||
"connectedSystems": [
|
||||
"Ratillose",
|
||||
"Pochelympe",
|
||||
"Straloin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ratillose",
|
||||
"x": 380,
|
||||
"y": 150,
|
||||
"security": 0.3664679815246903,
|
||||
"connectedSystems": [
|
||||
"Vevelonel",
|
||||
"Ondree"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Vevelonel",
|
||||
"x": 380,
|
||||
"y": 220,
|
||||
"security": 0.1198262731362577,
|
||||
"connectedSystems": [
|
||||
"Anckee",
|
||||
"Ratillose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Anckee",
|
||||
"x": 380,
|
||||
"y": 265,
|
||||
"security": 0.2464090414988048,
|
||||
"connectedSystems": [
|
||||
"Elore",
|
||||
"Vevelonel",
|
||||
"Heluene"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yvaeroure",
|
||||
"x": 425,
|
||||
"y": 505,
|
||||
"security": 0.7570580433000231,
|
||||
"connectedSystems": [
|
||||
"Octanneve",
|
||||
"Vecodie"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Odinesyn",
|
||||
"x": 450,
|
||||
"y": 570,
|
||||
"security": 0.6517603884133464,
|
||||
"connectedSystems": [
|
||||
"Postouvin",
|
||||
"Gererique"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Harner",
|
||||
"x": 450,
|
||||
"y": 640,
|
||||
"security": 0.127988018693461,
|
||||
"connectedSystems": [
|
||||
"Sarline",
|
||||
"Aeter"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aeter",
|
||||
"x": 450,
|
||||
"y": 700,
|
||||
"security": 0.3491686231850699,
|
||||
"connectedSystems": [
|
||||
"Sarline",
|
||||
"Harner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Elore",
|
||||
"x": 470,
|
||||
"y": 265,
|
||||
"security": 0.2150660521705977,
|
||||
"connectedSystems": [
|
||||
"Yveve",
|
||||
"Meunvon",
|
||||
"Anckee"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Meunvon",
|
||||
"x": 515,
|
||||
"y": 225,
|
||||
"security": 0.2725158276512777,
|
||||
"connectedSystems": [
|
||||
"Yveve",
|
||||
"Elore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Postouvin",
|
||||
"x": 545,
|
||||
"y": 570,
|
||||
"security": 0.6553301770877118,
|
||||
"connectedSystems": [
|
||||
"Niballe",
|
||||
"Odinesyn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sarline",
|
||||
"x": 550,
|
||||
"y": 660,
|
||||
"security": 0.4388302351649299,
|
||||
"connectedSystems": [
|
||||
"Weraroix",
|
||||
"Aeter",
|
||||
"Harner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Yveve",
|
||||
"x": 555,
|
||||
"y": 265,
|
||||
"security": 0.3513549338719367,
|
||||
"connectedSystems": [
|
||||
"Conomette",
|
||||
"Meunvon",
|
||||
"Elore",
|
||||
"Yvelet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Octanneve",
|
||||
"x": 570,
|
||||
"y": 495,
|
||||
"security": 0.6966792058786355,
|
||||
"connectedSystems": [
|
||||
"Maire",
|
||||
"Yvaeroure"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Conomette",
|
||||
"x": 645,
|
||||
"y": 265,
|
||||
"security": 0.2994268998147349,
|
||||
"connectedSystems": [
|
||||
"Y9G-KS",
|
||||
"Aimoguier",
|
||||
"Yveve"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Niballe",
|
||||
"x": 645,
|
||||
"y": 575,
|
||||
"security": 0.6201888263374509,
|
||||
"connectedSystems": [
|
||||
"Larryn",
|
||||
"Postouvin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Aimoguier",
|
||||
"x": 660,
|
||||
"y": 205,
|
||||
"security": 0.1826938456804581,
|
||||
"connectedSystems": [
|
||||
"Conomette",
|
||||
"Cadelanne"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Maire",
|
||||
"x": 670,
|
||||
"y": 480,
|
||||
"security": 0.6866519019326315,
|
||||
"connectedSystems": [
|
||||
"Lour",
|
||||
"Oerse",
|
||||
"Octanneve"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lour",
|
||||
"x": 695,
|
||||
"y": 400,
|
||||
"security": 0.6373455813823276,
|
||||
"connectedSystems": [
|
||||
"Boystin",
|
||||
"Maire",
|
||||
"Oerse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Weraroix",
|
||||
"x": 695,
|
||||
"y": 645,
|
||||
"security": 0.5805268749855232,
|
||||
"connectedSystems": [
|
||||
"Larryn",
|
||||
"Sarline"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Cadelanne",
|
||||
"x": 700,
|
||||
"y": 165,
|
||||
"security": 0.1193242660001402,
|
||||
"connectedSystems": [
|
||||
"Aimoguier"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Larryn",
|
||||
"x": 750,
|
||||
"y": 590,
|
||||
"security": 0.5961591703472658,
|
||||
"connectedSystems": [
|
||||
"Oerse",
|
||||
"Niballe",
|
||||
"Weraroix"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oerse",
|
||||
"x": 800,
|
||||
"y": 460,
|
||||
"security": 0.6203857098365113,
|
||||
"connectedSystems": [
|
||||
"Boystin",
|
||||
"Lour",
|
||||
"Maire",
|
||||
"Larryn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Boystin",
|
||||
"x": 820,
|
||||
"y": 400,
|
||||
"security": 0.5230190689183638,
|
||||
"connectedSystems": [
|
||||
"Pertnineere",
|
||||
"Lour",
|
||||
"Oerse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Pertnineere",
|
||||
"x": 830,
|
||||
"y": 325,
|
||||
"security": 0.442910661884907,
|
||||
"connectedSystems": [
|
||||
"Y9G-KS",
|
||||
"Boystin"
|
||||
"Ausmaert",
|
||||
"Eggheron"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -458,37 +490,5 @@
|
||||
"Yehaba",
|
||||
"Agaullores"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "D85-VD",
|
||||
"x": 15,
|
||||
"y": 195,
|
||||
"security": -0.02350508615656566,
|
||||
"connectedSystems": [
|
||||
"KFR-ZE",
|
||||
"Faurulle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kenninck",
|
||||
"x": 414,
|
||||
"y": 6,
|
||||
"security": 0.114963052245,
|
||||
"connectedSystems": [
|
||||
"Ausmaert",
|
||||
"Eggheron"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Y9G-KS",
|
||||
"x": 765,
|
||||
"y": 275,
|
||||
"security": -0.3768133556425439,
|
||||
"connectedSystems": [
|
||||
"97X-CH",
|
||||
"UTKS-5",
|
||||
"Conomette",
|
||||
"Pertnineere"
|
||||
]
|
||||
}
|
||||
]
|
2590
public/Stain.json
2590
public/Stain.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3944
public/Tenal.json
3944
public/Tenal.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,107 +1,224 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "Saidusairos",
|
||||
"x": 135,
|
||||
"y": 50,
|
||||
"security": 0.1047332879095276,
|
||||
"solarSystemName": "Isbrabata",
|
||||
"x": 231,
|
||||
"y": 15,
|
||||
"security": 0.3551945591225804,
|
||||
"connectedSystems": [
|
||||
"Kurniainen",
|
||||
"Gratesier"
|
||||
"Aset",
|
||||
"Eytjangard",
|
||||
"Turnur",
|
||||
"Vimeini",
|
||||
"Kurniainen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Haras",
|
||||
"x": 200,
|
||||
"y": 145,
|
||||
"security": 0.2799619924435439,
|
||||
"solarSystemName": "Auga",
|
||||
"x": 850,
|
||||
"y": 285,
|
||||
"security": 0.3854838205759273,
|
||||
"connectedSystems": [
|
||||
"Sahtogas"
|
||||
"Amamake",
|
||||
"Siseide",
|
||||
"Dal",
|
||||
"Kourmonen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Saikamon",
|
||||
"x": 205,
|
||||
"y": 230,
|
||||
"security": 0.4124921494671088,
|
||||
"solarSystemName": "Gratesier",
|
||||
"x": 50,
|
||||
"y": 40,
|
||||
"security": 0.4351026447782936,
|
||||
"connectedSystems": [
|
||||
"Myyhera",
|
||||
"Sahtogas"
|
||||
"Schoorasana",
|
||||
"Saidusairos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kurniainen",
|
||||
"x": 215,
|
||||
"y": 65,
|
||||
"security": 0.1143735848885704,
|
||||
"solarSystemName": "Tzvi",
|
||||
"x": 750,
|
||||
"y": 290,
|
||||
"security": 0.2798709362336334,
|
||||
"connectedSystems": [
|
||||
"Oyonata",
|
||||
"Saidusairos",
|
||||
"Isbrabata"
|
||||
"Lamaa",
|
||||
"Raa",
|
||||
"Sifilar",
|
||||
"Oyeman"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Myyhera",
|
||||
"x": 240,
|
||||
"y": 330,
|
||||
"security": 0.4817073422867504,
|
||||
"solarSystemName": "Choonka",
|
||||
"x": 665,
|
||||
"y": 335,
|
||||
"security": 0.6498122005263374,
|
||||
"connectedSystems": [
|
||||
"Netsalakka",
|
||||
"Esescama",
|
||||
"Thasinaz",
|
||||
"Dihra",
|
||||
"Dital",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ohide",
|
||||
"x": 700,
|
||||
"y": 465,
|
||||
"security": 0.5739069549734275,
|
||||
"connectedSystems": [
|
||||
"Odin",
|
||||
"Sasoutikh",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Roushzar",
|
||||
"x": 960,
|
||||
"y": 320,
|
||||
"security": 0.3669797694155156,
|
||||
"connectedSystems": [
|
||||
"Huola",
|
||||
"Labapi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sosan",
|
||||
"x": 325,
|
||||
"y": 55,
|
||||
"security": 0.3356513056210158,
|
||||
"connectedSystems": [
|
||||
"Asghed",
|
||||
"Tararan",
|
||||
"Oyonata"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hati",
|
||||
"x": 630,
|
||||
"y": 75,
|
||||
"security": 0.8490347652854575,
|
||||
"connectedSystems": [
|
||||
"Uadelah",
|
||||
"Akes",
|
||||
"Riavayed",
|
||||
"Yuhelia",
|
||||
"Jarkkolen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lamaa",
|
||||
"x": 750,
|
||||
"y": 335,
|
||||
"security": 0.3552711738175655,
|
||||
"connectedSystems": [
|
||||
"Tzvi",
|
||||
"Kourmonen",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tuomuta",
|
||||
"x": 785,
|
||||
"y": 470,
|
||||
"security": 0.4537486856776187,
|
||||
"connectedSystems": [
|
||||
"Kuomi",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Otelen",
|
||||
"x": 905,
|
||||
"y": 425,
|
||||
"security": 0.7848193934860858,
|
||||
"connectedSystems": [
|
||||
"Kuomi",
|
||||
"Huola",
|
||||
"Mahrokht"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kuomi",
|
||||
"x": 865,
|
||||
"y": 465,
|
||||
"security": 0.5678633638088655,
|
||||
"connectedSystems": [
|
||||
"Tuomuta",
|
||||
"Otelen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Huola",
|
||||
"x": 905,
|
||||
"y": 370,
|
||||
"security": 0.3702485876678229,
|
||||
"connectedSystems": [
|
||||
"Otelen",
|
||||
"Kourmonen",
|
||||
"Roushzar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kourmonen",
|
||||
"x": 840,
|
||||
"y": 335,
|
||||
"security": 0.3634801594787575,
|
||||
"connectedSystems": [
|
||||
"Lamaa",
|
||||
"Huola",
|
||||
"Kamela",
|
||||
"Auga"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kamela",
|
||||
"x": 730,
|
||||
"y": 415,
|
||||
"security": 0.4408656784799183,
|
||||
"connectedSystems": [
|
||||
"Lamaa",
|
||||
"Tuomuta",
|
||||
"Ohide",
|
||||
"Kourmonen",
|
||||
"Sosala",
|
||||
"Choonka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sosala",
|
||||
"x": 470,
|
||||
"y": 320,
|
||||
"security": 0.4205274311943741,
|
||||
"connectedSystems": [
|
||||
"Kamela",
|
||||
"Anka",
|
||||
"Sasiekko",
|
||||
"Saikamon"
|
||||
"Gammel",
|
||||
"Uusanen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Satalama",
|
||||
"x": 240,
|
||||
"y": 630,
|
||||
"security": 0.6607545489891238,
|
||||
"solarSystemName": "Anka",
|
||||
"x": 435,
|
||||
"y": 250,
|
||||
"security": 0.4145999012411622,
|
||||
"connectedSystems": [
|
||||
"Furskeshin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Furskeshin",
|
||||
"x": 245,
|
||||
"y": 585,
|
||||
"security": 0.6055033109830259,
|
||||
"connectedSystems": [
|
||||
"Imata",
|
||||
"Satalama"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Oyonata",
|
||||
"x": 270,
|
||||
"y": 105,
|
||||
"security": 0.2588910561861462,
|
||||
"connectedSystems": [
|
||||
"Sahtogas",
|
||||
"Kurniainen",
|
||||
"Sosan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Imata",
|
||||
"x": 270,
|
||||
"y": 535,
|
||||
"security": 0.4883548145858218,
|
||||
"connectedSystems": [
|
||||
"Ayeroilen",
|
||||
"Furskeshin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sahtogas",
|
||||
"x": 275,
|
||||
"y": 175,
|
||||
"security": 0.2798665378296151,
|
||||
"connectedSystems": [
|
||||
"Saikamon",
|
||||
"Haras",
|
||||
"Oyonata",
|
||||
"Sosala",
|
||||
"Iesa",
|
||||
"Gammel",
|
||||
"Tannakan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Iesa",
|
||||
"x": 330,
|
||||
"y": 240,
|
||||
"security": 0.4138185456627929,
|
||||
"connectedSystems": [
|
||||
"Anka",
|
||||
"Netsalakka",
|
||||
"Uusanen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Netsalakka",
|
||||
"x": 285,
|
||||
@@ -125,100 +242,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Iesa",
|
||||
"x": 330,
|
||||
"y": 240,
|
||||
"security": 0.4138185456627929,
|
||||
"solarSystemName": "Myyhera",
|
||||
"x": 240,
|
||||
"y": 330,
|
||||
"security": 0.4817073422867504,
|
||||
"connectedSystems": [
|
||||
"Anka",
|
||||
"Netsalakka",
|
||||
"Uusanen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ayeroilen",
|
||||
"x": 340,
|
||||
"y": 495,
|
||||
"security": 0.4465684004984308,
|
||||
"connectedSystems": [
|
||||
"Komaa",
|
||||
"Imata"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Uusanen",
|
||||
"x": 370,
|
||||
"y": 300,
|
||||
"security": 0.4023392693132629,
|
||||
"connectedSystems": [
|
||||
"Sosala",
|
||||
"Iesa",
|
||||
"Erkinen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tannakan",
|
||||
"x": 385,
|
||||
"y": 175,
|
||||
"security": 0.2470819478831056,
|
||||
"connectedSystems": [
|
||||
"Sahtogas",
|
||||
"Anka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Komaa",
|
||||
"x": 395,
|
||||
"y": 460,
|
||||
"security": 0.5567216531540653,
|
||||
"connectedSystems": [
|
||||
"Erkinen",
|
||||
"Ayeroilen",
|
||||
"Kurmaru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Erkinen",
|
||||
"x": 415,
|
||||
"y": 385,
|
||||
"security": 0.5920044692427542,
|
||||
"connectedSystems": [
|
||||
"Uusanen",
|
||||
"Komaa"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Anka",
|
||||
"x": 435,
|
||||
"y": 250,
|
||||
"security": 0.4145999012411622,
|
||||
"connectedSystems": [
|
||||
"Sosala",
|
||||
"Iesa",
|
||||
"Gammel",
|
||||
"Tannakan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sosala",
|
||||
"x": 470,
|
||||
"y": 320,
|
||||
"security": 0.4205274311943741,
|
||||
"connectedSystems": [
|
||||
"Kamela",
|
||||
"Anka",
|
||||
"Sasiekko",
|
||||
"Gammel",
|
||||
"Uusanen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kurmaru",
|
||||
"x": 470,
|
||||
"y": 505,
|
||||
"security": 0.6191213801956499,
|
||||
"connectedSystems": [
|
||||
"Komaa"
|
||||
"Saikamon"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -233,12 +264,34 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Junsen",
|
||||
"x": 545,
|
||||
"y": 75,
|
||||
"security": 0.809590822053476,
|
||||
"solarSystemName": "Uusanen",
|
||||
"x": 370,
|
||||
"y": 300,
|
||||
"security": 0.4023392693132629,
|
||||
"connectedSystems": [
|
||||
"Jarkkolen"
|
||||
"Sosala",
|
||||
"Iesa",
|
||||
"Erkinen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Erkinen",
|
||||
"x": 415,
|
||||
"y": 385,
|
||||
"security": 0.5920044692427542,
|
||||
"connectedSystems": [
|
||||
"Uusanen",
|
||||
"Komaa"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Saikamon",
|
||||
"x": 205,
|
||||
"y": 230,
|
||||
"security": 0.4124921494671088,
|
||||
"connectedSystems": [
|
||||
"Myyhera",
|
||||
"Sahtogas"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -276,48 +329,12 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hakodan",
|
||||
"x": 730,
|
||||
"y": 205,
|
||||
"security": 0.7266675445972814,
|
||||
"solarSystemName": "Junsen",
|
||||
"x": 545,
|
||||
"y": 75,
|
||||
"security": 0.809590822053476,
|
||||
"connectedSystems": [
|
||||
"Ronne",
|
||||
"Hatori"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kamela",
|
||||
"x": 730,
|
||||
"y": 415,
|
||||
"security": 0.4408656784799183,
|
||||
"connectedSystems": [
|
||||
"Lamaa",
|
||||
"Tuomuta",
|
||||
"Ohide",
|
||||
"Kourmonen",
|
||||
"Sosala",
|
||||
"Choonka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Lamaa",
|
||||
"x": 750,
|
||||
"y": 335,
|
||||
"security": 0.3552711738175655,
|
||||
"connectedSystems": [
|
||||
"Tzvi",
|
||||
"Kourmonen",
|
||||
"Kamela"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tuomuta",
|
||||
"x": 785,
|
||||
"y": 470,
|
||||
"security": 0.4537486856776187,
|
||||
"connectedSystems": [
|
||||
"Kuomi",
|
||||
"Kamela"
|
||||
"Jarkkolen"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -330,152 +347,135 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kourmonen",
|
||||
"x": 840,
|
||||
"y": 335,
|
||||
"security": 0.3634801594787575,
|
||||
"solarSystemName": "Hakodan",
|
||||
"x": 730,
|
||||
"y": 205,
|
||||
"security": 0.7266675445972814,
|
||||
"connectedSystems": [
|
||||
"Lamaa",
|
||||
"Huola",
|
||||
"Kamela",
|
||||
"Auga"
|
||||
"Ronne",
|
||||
"Hatori"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Kuomi",
|
||||
"x": 865,
|
||||
"y": 465,
|
||||
"security": 0.5678633638088655,
|
||||
"solarSystemName": "Sahtogas",
|
||||
"x": 275,
|
||||
"y": 175,
|
||||
"security": 0.2798665378296151,
|
||||
"connectedSystems": [
|
||||
"Tuomuta",
|
||||
"Otelen"
|
||||
"Saikamon",
|
||||
"Haras",
|
||||
"Oyonata",
|
||||
"Tannakan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Huola",
|
||||
"x": 905,
|
||||
"y": 370,
|
||||
"security": 0.3702485876678229,
|
||||
"solarSystemName": "Haras",
|
||||
"x": 200,
|
||||
"y": 145,
|
||||
"security": 0.2799619924435439,
|
||||
"connectedSystems": [
|
||||
"Otelen",
|
||||
"Kourmonen",
|
||||
"Roushzar"
|
||||
"Sahtogas"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Otelen",
|
||||
"x": 905,
|
||||
"y": 425,
|
||||
"security": 0.7848193934860858,
|
||||
"solarSystemName": "Oyonata",
|
||||
"x": 270,
|
||||
"y": 105,
|
||||
"security": 0.2588910561861462,
|
||||
"connectedSystems": [
|
||||
"Kuomi",
|
||||
"Huola",
|
||||
"Mahrokht"
|
||||
"Sahtogas",
|
||||
"Kurniainen",
|
||||
"Sosan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Gratesier",
|
||||
"x": 50,
|
||||
"y": 40,
|
||||
"security": 0.4351026447782936,
|
||||
"solarSystemName": "Kurniainen",
|
||||
"x": 215,
|
||||
"y": 65,
|
||||
"security": 0.1143735848885704,
|
||||
"connectedSystems": [
|
||||
"Schoorasana",
|
||||
"Saidusairos"
|
||||
"Oyonata",
|
||||
"Saidusairos",
|
||||
"Isbrabata"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Isbrabata",
|
||||
"x": 231,
|
||||
"y": 15,
|
||||
"security": 0.3551945591225804,
|
||||
"solarSystemName": "Saidusairos",
|
||||
"x": 135,
|
||||
"y": 50,
|
||||
"security": 0.1047332879095276,
|
||||
"connectedSystems": [
|
||||
"Aset",
|
||||
"Eytjangard",
|
||||
"Turnur",
|
||||
"Vimeini",
|
||||
"Kurniainen"
|
||||
"Kurniainen",
|
||||
"Gratesier"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Sosan",
|
||||
"x": 325,
|
||||
"y": 55,
|
||||
"security": 0.3356513056210158,
|
||||
"solarSystemName": "Tannakan",
|
||||
"x": 385,
|
||||
"y": 175,
|
||||
"security": 0.2470819478831056,
|
||||
"connectedSystems": [
|
||||
"Asghed",
|
||||
"Tararan",
|
||||
"Oyonata"
|
||||
"Sahtogas",
|
||||
"Anka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Hati",
|
||||
"x": 630,
|
||||
"y": 75,
|
||||
"security": 0.8490347652854575,
|
||||
"solarSystemName": "Komaa",
|
||||
"x": 395,
|
||||
"y": 460,
|
||||
"security": 0.5567216531540653,
|
||||
"connectedSystems": [
|
||||
"Uadelah",
|
||||
"Akes",
|
||||
"Riavayed",
|
||||
"Yuhelia",
|
||||
"Jarkkolen"
|
||||
"Erkinen",
|
||||
"Ayeroilen",
|
||||
"Kurmaru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Choonka",
|
||||
"x": 665,
|
||||
"y": 335,
|
||||
"security": 0.6498122005263374,
|
||||
"solarSystemName": "Ayeroilen",
|
||||
"x": 340,
|
||||
"y": 495,
|
||||
"security": 0.4465684004984308,
|
||||
"connectedSystems": [
|
||||
"Esescama",
|
||||
"Thasinaz",
|
||||
"Dihra",
|
||||
"Dital",
|
||||
"Kamela"
|
||||
"Komaa",
|
||||
"Imata"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Ohide",
|
||||
"x": 700,
|
||||
"y": 465,
|
||||
"security": 0.5739069549734275,
|
||||
"solarSystemName": "Imata",
|
||||
"x": 270,
|
||||
"y": 535,
|
||||
"security": 0.4883548145858218,
|
||||
"connectedSystems": [
|
||||
"Odin",
|
||||
"Sasoutikh",
|
||||
"Kamela"
|
||||
"Ayeroilen",
|
||||
"Furskeshin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Tzvi",
|
||||
"x": 750,
|
||||
"y": 290,
|
||||
"security": 0.2798709362336334,
|
||||
"solarSystemName": "Furskeshin",
|
||||
"x": 245,
|
||||
"y": 585,
|
||||
"security": 0.6055033109830259,
|
||||
"connectedSystems": [
|
||||
"Lamaa",
|
||||
"Raa",
|
||||
"Sifilar",
|
||||
"Oyeman"
|
||||
"Imata",
|
||||
"Satalama"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Auga",
|
||||
"x": 850,
|
||||
"y": 285,
|
||||
"security": 0.3854838205759273,
|
||||
"solarSystemName": "Kurmaru",
|
||||
"x": 470,
|
||||
"y": 505,
|
||||
"security": 0.6191213801956499,
|
||||
"connectedSystems": [
|
||||
"Amamake",
|
||||
"Siseide",
|
||||
"Dal",
|
||||
"Kourmonen"
|
||||
"Komaa"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Roushzar",
|
||||
"x": 960,
|
||||
"y": 320,
|
||||
"security": 0.3669797694155156,
|
||||
"solarSystemName": "Satalama",
|
||||
"x": 240,
|
||||
"y": 630,
|
||||
"security": 0.6607545489891238,
|
||||
"connectedSystems": [
|
||||
"Huola",
|
||||
"Labapi"
|
||||
"Furskeshin"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
6899
public/Tribute.json
6899
public/Tribute.json
File diff suppressed because it is too large
Load Diff
1460
public/UUA-F4.json
1460
public/UUA-F4.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
9647
public/Venal.json
9647
public/Venal.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,36 +1,14 @@
|
||||
[
|
||||
{
|
||||
"solarSystemName": "Zarzakh",
|
||||
"x": 505,
|
||||
"y": 288,
|
||||
"security": -1,
|
||||
"solarSystemName": "G-0Q86",
|
||||
"x": 513,
|
||||
"y": 382,
|
||||
"security": -0.0173427293383,
|
||||
"connectedSystems": [
|
||||
"Turnur",
|
||||
"Alsavoinon",
|
||||
"H-PA29",
|
||||
"G-0Q86"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Alsavoinon",
|
||||
"x": 321,
|
||||
"y": 136,
|
||||
"security": 0.266366286154,
|
||||
"connectedSystems": [
|
||||
"Vlillirier",
|
||||
"F7C-H0",
|
||||
"Zarzakh"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Turnur",
|
||||
"x": 323,
|
||||
"y": 333,
|
||||
"security": 0.387434219905,
|
||||
"connectedSystems": [
|
||||
"Uisper",
|
||||
"Aset",
|
||||
"Isbrabata",
|
||||
"G-R4W1",
|
||||
"LJ-YSW",
|
||||
"Y-K50G",
|
||||
"KLMT-W",
|
||||
"Zarzakh"
|
||||
]
|
||||
},
|
||||
@@ -47,16 +25,38 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "G-0Q86",
|
||||
"x": 513,
|
||||
"y": 382,
|
||||
"security": -0.0173427293383,
|
||||
"solarSystemName": "Turnur",
|
||||
"x": 323,
|
||||
"y": 333,
|
||||
"security": 0.387434219905,
|
||||
"connectedSystems": [
|
||||
"G-R4W1",
|
||||
"LJ-YSW",
|
||||
"Y-K50G",
|
||||
"KLMT-W",
|
||||
"Uisper",
|
||||
"Aset",
|
||||
"Isbrabata",
|
||||
"Zarzakh"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Alsavoinon",
|
||||
"x": 321,
|
||||
"y": 136,
|
||||
"security": 0.266366286154,
|
||||
"connectedSystems": [
|
||||
"Vlillirier",
|
||||
"F7C-H0",
|
||||
"Zarzakh"
|
||||
]
|
||||
},
|
||||
{
|
||||
"solarSystemName": "Zarzakh",
|
||||
"x": 505,
|
||||
"y": 288,
|
||||
"security": -1,
|
||||
"connectedSystems": [
|
||||
"Turnur",
|
||||
"Alsavoinon",
|
||||
"H-PA29",
|
||||
"G-0Q86"
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user