Make xy numbers instead of strings

This commit is contained in:
2025-06-14 03:05:51 +02:00
parent f62365d6a6
commit ae1081421b
71 changed files with 32906 additions and 32905 deletions

View File

@@ -10,6 +10,8 @@ for (const item of data) {
} }
const connectedSystems = item.connectedSystems.split(",") const connectedSystems = item.connectedSystems.split(",")
item.connectedSystems = connectedSystems item.connectedSystems = connectedSystems
item.x = parseInt(item.x)
item.y = parseInt(item.y)
dataPerRegion[item.regionName].push(item) dataPerRegion[item.regionName].push(item)
delete item.regionName delete item.regionName
} }

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "F-KBNV", "solarSystemName": "F-KBNV",
"x": "30", "x": 30,
"y": "410", "y": 410,
"security": -0.04573214005663084, "security": -0.04573214005663084,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "JL-P9P", "solarSystemName": "JL-P9P",
"x": "35", "x": 35,
"y": "265", "y": 265,
"security": -0.1131701122846339, "security": -0.1131701122846339,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -19,8 +19,8 @@
}, },
{ {
"solarSystemName": "8-UWFS", "solarSystemName": "8-UWFS",
"x": "40", "x": 40,
"y": "515", "y": 515,
"security": -0.01269866547902154, "security": -0.01269866547902154,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -28,8 +28,8 @@
}, },
{ {
"solarSystemName": "T-C5A0", "solarSystemName": "T-C5A0",
"x": "50", "x": 50,
"y": "315", "y": 315,
"security": -0.1012231477101665, "security": -0.1012231477101665,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -37,8 +37,8 @@
}, },
{ {
"solarSystemName": "DLY-RG", "solarSystemName": "DLY-RG",
"x": "50", "x": 50,
"y": "360", "y": 360,
"security": -0.06506757132417762, "security": -0.06506757132417762,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -46,8 +46,8 @@
}, },
{ {
"solarSystemName": "BWO-UU", "solarSystemName": "BWO-UU",
"x": "70", "x": 70,
"y": "615", "y": 615,
"security": -0.008386049763518533, "security": -0.008386049763518533,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -55,8 +55,8 @@
}, },
{ {
"solarSystemName": "PQWA-L", "solarSystemName": "PQWA-L",
"x": "75", "x": 75,
"y": "570", "y": 570,
"security": -0.0104690923575288, "security": -0.0104690923575288,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -64,8 +64,8 @@
}, },
{ {
"solarSystemName": "M9-OS2", "solarSystemName": "M9-OS2",
"x": "125", "x": 125,
"y": "515", "y": 515,
"security": -0.02480228788709815, "security": -0.02480228788709815,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -73,8 +73,8 @@
}, },
{ {
"solarSystemName": "T-YWDD", "solarSystemName": "T-YWDD",
"x": "135", "x": 135,
"y": "350", "y": 350,
"security": -0.04500862483220181, "security": -0.04500862483220181,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -82,8 +82,8 @@
}, },
{ {
"solarSystemName": "UP-L3Y", "solarSystemName": "UP-L3Y",
"x": "150", "x": 150,
"y": "300", "y": 300,
"security": -0.05571884310798658, "security": -0.05571884310798658,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -91,8 +91,8 @@
}, },
{ {
"solarSystemName": "KER-EU", "solarSystemName": "KER-EU",
"x": "155", "x": 155,
"y": "170", "y": 170,
"security": -0.04351583532713421, "security": -0.04351583532713421,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -100,8 +100,8 @@
}, },
{ {
"solarSystemName": "69A-54", "solarSystemName": "69A-54",
"x": "200", "x": 200,
"y": "475", "y": 475,
"security": -0.03371852827718991, "security": -0.03371852827718991,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -109,8 +109,8 @@
}, },
{ {
"solarSystemName": "FNS3-F", "solarSystemName": "FNS3-F",
"x": "215", "x": 215,
"y": "105", "y": 105,
"security": -0.02138916191779106, "security": -0.02138916191779106,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -118,8 +118,8 @@
}, },
{ {
"solarSystemName": "CLDT-L", "solarSystemName": "CLDT-L",
"x": "225", "x": 225,
"y": "385", "y": 385,
"security": -0.05013289458924908, "security": -0.05013289458924908,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -127,8 +127,8 @@
}, },
{ {
"solarSystemName": "3-CE1R", "solarSystemName": "3-CE1R",
"x": "230", "x": 230,
"y": "5", "y": 5,
"security": -0.02114286131273202, "security": -0.02114286131273202,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -136,8 +136,8 @@
}, },
{ {
"solarSystemName": "NSE-U1", "solarSystemName": "NSE-U1",
"x": "230", "x": 230,
"y": "180", "y": 180,
"security": -0.02351788804762856, "security": -0.02351788804762856,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -145,8 +145,8 @@
}, },
{ {
"solarSystemName": "5V-YL6", "solarSystemName": "5V-YL6",
"x": "230", "x": 230,
"y": "520", "y": 520,
"security": -0.02815760460963324, "security": -0.02815760460963324,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -154,8 +154,8 @@
}, },
{ {
"solarSystemName": "SQVI-U", "solarSystemName": "SQVI-U",
"x": "245", "x": 245,
"y": "580", "y": 580,
"security": -0.03039303163302687, "security": -0.03039303163302687,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -163,8 +163,8 @@
}, },
{ {
"solarSystemName": "FR-RCH", "solarSystemName": "FR-RCH",
"x": "290", "x": 290,
"y": "125", "y": 125,
"security": -0.01697362814699932, "security": -0.01697362814699932,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -172,8 +172,8 @@
}, },
{ {
"solarSystemName": "50-TJY", "solarSystemName": "50-TJY",
"x": "295", "x": 295,
"y": "40", "y": 40,
"security": -0.02839246375053395, "security": -0.02839246375053395,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -181,8 +181,8 @@
}, },
{ {
"solarSystemName": "IAWJ-X", "solarSystemName": "IAWJ-X",
"x": "305", "x": 305,
"y": "85", "y": 85,
"security": -0.01900169536705909, "security": -0.01900169536705909,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -190,8 +190,8 @@
}, },
{ {
"solarSystemName": "ZV-KZO", "solarSystemName": "ZV-KZO",
"x": "305", "x": 305,
"y": "195", "y": 195,
"security": -0.02321449055405889, "security": -0.02321449055405889,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -199,8 +199,8 @@
}, },
{ {
"solarSystemName": "B-Y06L", "solarSystemName": "B-Y06L",
"x": "320", "x": 320,
"y": "355", "y": 355,
"security": -0.06661757275385227, "security": -0.06661757275385227,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -208,8 +208,8 @@
}, },
{ {
"solarSystemName": "Z-KPAR", "solarSystemName": "Z-KPAR",
"x": "340", "x": 340,
"y": "420", "y": 420,
"security": -0.06042589021452882, "security": -0.06042589021452882,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -217,8 +217,8 @@
}, },
{ {
"solarSystemName": "2RV-06", "solarSystemName": "2RV-06",
"x": "340", "x": 340,
"y": "470", "y": 470,
"security": -0.07827419872843178, "security": -0.07827419872843178,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -226,8 +226,8 @@
}, },
{ {
"solarSystemName": "E-RPGP", "solarSystemName": "E-RPGP",
"x": "375", "x": 375,
"y": "210", "y": 210,
"security": -0.03272737815868709, "security": -0.03272737815868709,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "7BA-TK", "solarSystemName": "7BA-TK",
"x": "380", "x": 380,
"y": "105", "y": 105,
"security": -0.01058669611237539, "security": -0.01058669611237539,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -244,8 +244,8 @@
}, },
{ {
"solarSystemName": "HHQ-8L", "solarSystemName": "HHQ-8L",
"x": "430", "x": 430,
"y": "410", "y": 410,
"security": -0.02687274070075907, "security": -0.02687274070075907,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -253,8 +253,8 @@
}, },
{ {
"solarSystemName": "8U-RZH", "solarSystemName": "8U-RZH",
"x": "440", "x": 440,
"y": "460", "y": 460,
"security": -0.02043230570552179, "security": -0.02043230570552179,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -262,8 +262,8 @@
}, },
{ {
"solarSystemName": "R79-I7", "solarSystemName": "R79-I7",
"x": "450", "x": 450,
"y": "220", "y": 220,
"security": -0.035995282492432, "security": -0.035995282492432,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -271,8 +271,8 @@
}, },
{ {
"solarSystemName": "QU7-EE", "solarSystemName": "QU7-EE",
"x": "450", "x": 450,
"y": "510", "y": 510,
"security": -0.01566951706063569, "security": -0.01566951706063569,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -280,8 +280,8 @@
}, },
{ {
"solarSystemName": "0IRK-R", "solarSystemName": "0IRK-R",
"x": "475", "x": 475,
"y": "105", "y": 105,
"security": -0.006288421467540051, "security": -0.006288421467540051,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -289,8 +289,8 @@
}, },
{ {
"solarSystemName": "DT-7EO", "solarSystemName": "DT-7EO",
"x": "480", "x": 480,
"y": "360", "y": 360,
"security": -0.03472869008915058, "security": -0.03472869008915058,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -298,8 +298,8 @@
}, },
{ {
"solarSystemName": "UC-X28", "solarSystemName": "UC-X28",
"x": "535", "x": 535,
"y": "225", "y": 225,
"security": -0.03313184293294469, "security": -0.03313184293294469,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -307,8 +307,8 @@
}, },
{ {
"solarSystemName": "90G-OA", "solarSystemName": "90G-OA",
"x": "540", "x": 540,
"y": "305", "y": 305,
"security": -0.03325497458419024, "security": -0.03325497458419024,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -316,8 +316,8 @@
}, },
{ {
"solarSystemName": "7-8XK0", "solarSystemName": "7-8XK0",
"x": "630", "x": 630,
"y": "315", "y": 315,
"security": -0.03127612097217147, "security": -0.03127612097217147,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -325,8 +325,8 @@
}, },
{ {
"solarSystemName": "G-N6MC", "solarSystemName": "G-N6MC",
"x": "715", "x": 715,
"y": "305", "y": 305,
"security": -0.02359277837861407, "security": -0.02359277837861407,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -334,8 +334,8 @@
}, },
{ {
"solarSystemName": "2-NF2Z", "solarSystemName": "2-NF2Z",
"x": "735", "x": 735,
"y": "460", "y": 460,
"security": -0.03404445577795956, "security": -0.03404445577795956,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -343,8 +343,8 @@
}, },
{ {
"solarSystemName": "LQB-TC", "solarSystemName": "LQB-TC",
"x": "755", "x": 755,
"y": "525", "y": 525,
"security": -0.02503484730840144, "security": -0.02503484730840144,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -352,8 +352,8 @@
}, },
{ {
"solarSystemName": "FX-XMW", "solarSystemName": "FX-XMW",
"x": "780", "x": 780,
"y": "240", "y": 240,
"security": -0.02053900506488138, "security": -0.02053900506488138,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -361,8 +361,8 @@
}, },
{ {
"solarSystemName": "P3UD-M", "solarSystemName": "P3UD-M",
"x": "800", "x": 800,
"y": "325", "y": 325,
"security": -0.03954292310310381, "security": -0.03954292310310381,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -370,8 +370,8 @@
}, },
{ {
"solarSystemName": "9-BUSQ", "solarSystemName": "9-BUSQ",
"x": "805", "x": 805,
"y": "410", "y": 410,
"security": -0.01628768910843548, "security": -0.01628768910843548,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -379,8 +379,8 @@
}, },
{ {
"solarSystemName": "6-HFD6", "solarSystemName": "6-HFD6",
"x": "825", "x": 825,
"y": "485", "y": 485,
"security": -0.0232951710310092, "security": -0.0232951710310092,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -388,8 +388,8 @@
}, },
{ {
"solarSystemName": "LCN-0V", "solarSystemName": "LCN-0V",
"x": "835", "x": 835,
"y": "280", "y": 280,
"security": -0.03266386052216164, "security": -0.03266386052216164,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -397,8 +397,8 @@
}, },
{ {
"solarSystemName": "II-1B3", "solarSystemName": "II-1B3",
"x": "895", "x": 895,
"y": "370", "y": 370,
"security": -0.0235022945994906, "security": -0.0235022945994906,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -406,8 +406,8 @@
}, },
{ {
"solarSystemName": "0Z-VHC", "solarSystemName": "0Z-VHC",
"x": "900", "x": 900,
"y": "435", "y": 435,
"security": -0.02370289385487612, "security": -0.02370289385487612,
"connectedSystems": [ "connectedSystems": [
"" ""

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Hophib", "solarSystemName": "Hophib",
"x": "15", "x": 15,
"y": "105", "y": 105,
"security": 0.02914748942441414, "security": 0.02914748942441414,
"connectedSystems": [ "connectedSystems": [
"Karan", "Karan",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "Karan", "solarSystemName": "Karan",
"x": "15", "x": 15,
"y": "160", "y": 160,
"security": 0.04473630502072346, "security": 0.04473630502072346,
"connectedSystems": [ "connectedSystems": [
"Fobiner", "Fobiner",
@@ -22,8 +22,8 @@
}, },
{ {
"solarSystemName": "Esaeel", "solarSystemName": "Esaeel",
"x": "15", "x": 15,
"y": "215", "y": 215,
"security": 0.1013797108554942, "security": 0.1013797108554942,
"connectedSystems": [ "connectedSystems": [
"Fobiner" "Fobiner"
@@ -31,8 +31,8 @@
}, },
{ {
"solarSystemName": "Nouta", "solarSystemName": "Nouta",
"x": "15", "x": 15,
"y": "280", "y": 280,
"security": 0.2663121442851905, "security": 0.2663121442851905,
"connectedSystems": [ "connectedSystems": [
"Fobiner", "Fobiner",
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "Ned", "solarSystemName": "Ned",
"x": "15", "x": 15,
"y": "325", "y": 325,
"security": 0.1767475886451217, "security": 0.1767475886451217,
"connectedSystems": [ "connectedSystems": [
"Nouta" "Nouta"
@@ -50,8 +50,8 @@
}, },
{ {
"solarSystemName": "Naga", "solarSystemName": "Naga",
"x": "45", "x": 45,
"y": "600", "y": 600,
"security": 0.03368446248994517, "security": 0.03368446248994517,
"connectedSystems": [ "connectedSystems": [
"Tisot", "Tisot",
@@ -62,8 +62,8 @@
}, },
{ {
"solarSystemName": "Anath", "solarSystemName": "Anath",
"x": "45", "x": 45,
"y": "660", "y": 660,
"security": 0.0413269226409857, "security": 0.0413269226409857,
"connectedSystems": [ "connectedSystems": [
"Sakht", "Sakht",
@@ -73,8 +73,8 @@
}, },
{ {
"solarSystemName": "Huna", "solarSystemName": "Huna",
"x": "85", "x": 85,
"y": "160", "y": 160,
"security": 0.11250758627479, "security": 0.11250758627479,
"connectedSystems": [ "connectedSystems": [
"Fobiner", "Fobiner",
@@ -83,8 +83,8 @@
}, },
{ {
"solarSystemName": "Fobiner", "solarSystemName": "Fobiner",
"x": "85", "x": 85,
"y": "215", "y": 215,
"security": 0.1750571545686148, "security": 0.1750571545686148,
"connectedSystems": [ "connectedSystems": [
"Bapraya", "Bapraya",
@@ -96,8 +96,8 @@
}, },
{ {
"solarSystemName": "Bapraya", "solarSystemName": "Bapraya",
"x": "85", "x": 85,
"y": "280", "y": 280,
"security": 0.2956583079883427, "security": 0.2956583079883427,
"connectedSystems": [ "connectedSystems": [
"Pserz", "Pserz",
@@ -107,8 +107,8 @@
}, },
{ {
"solarSystemName": "Vaini", "solarSystemName": "Vaini",
"x": "85", "x": 85,
"y": "380", "y": 380,
"security": 0.2281417258566025, "security": 0.2281417258566025,
"connectedSystems": [ "connectedSystems": [
"Ghekon", "Ghekon",
@@ -118,8 +118,8 @@
}, },
{ {
"solarSystemName": "Anohel", "solarSystemName": "Anohel",
"x": "85", "x": 85,
"y": "430", "y": 430,
"security": 0.1383081651418778, "security": 0.1383081651418778,
"connectedSystems": [ "connectedSystems": [
"Vaini", "Vaini",
@@ -128,8 +128,8 @@
}, },
{ {
"solarSystemName": "Illi", "solarSystemName": "Illi",
"x": "130", "x": 130,
"y": "485", "y": 485,
"security": 0.1606561509432662, "security": 0.1606561509432662,
"connectedSystems": [ "connectedSystems": [
"Anohel", "Anohel",
@@ -138,8 +138,8 @@
}, },
{ {
"solarSystemName": "Pserz", "solarSystemName": "Pserz",
"x": "135", "x": 135,
"y": "315", "y": 315,
"security": 0.3832672193237587, "security": 0.3832672193237587,
"connectedSystems": [ "connectedSystems": [
"Ghekon", "Ghekon",
@@ -150,8 +150,8 @@
}, },
{ {
"solarSystemName": "Keba", "solarSystemName": "Keba",
"x": "145", "x": 145,
"y": "245", "y": 245,
"security": 0.4721050627061526, "security": 0.4721050627061526,
"connectedSystems": [ "connectedSystems": [
"Zaveral", "Zaveral",
@@ -161,8 +161,8 @@
}, },
{ {
"solarSystemName": "Omigiav", "solarSystemName": "Omigiav",
"x": "145", "x": 145,
"y": "560", "y": 560,
"security": 0.1582757067793793, "security": 0.1582757067793793,
"connectedSystems": [ "connectedSystems": [
"Tisot", "Tisot",
@@ -171,8 +171,8 @@
}, },
{ {
"solarSystemName": "Zaveral", "solarSystemName": "Zaveral",
"x": "190", "x": 190,
"y": "280", "y": 280,
"security": 0.6174299282377307, "security": 0.6174299282377307,
"connectedSystems": [ "connectedSystems": [
"Ghekon", "Ghekon",
@@ -181,8 +181,8 @@
}, },
{ {
"solarSystemName": "Ghekon", "solarSystemName": "Ghekon",
"x": "190", "x": 190,
"y": "380", "y": 380,
"security": 0.3855900037176088, "security": 0.3855900037176088,
"connectedSystems": [ "connectedSystems": [
"Esubara", "Esubara",
@@ -194,8 +194,8 @@
}, },
{ {
"solarSystemName": "Soza", "solarSystemName": "Soza",
"x": "190", "x": 190,
"y": "435", "y": 435,
"security": 0.2754995122632081, "security": 0.2754995122632081,
"connectedSystems": [ "connectedSystems": [
"Ghekon", "Ghekon",
@@ -204,8 +204,8 @@
}, },
{ {
"solarSystemName": "Khnar", "solarSystemName": "Khnar",
"x": "215", "x": 215,
"y": "95", "y": 95,
"security": 0.09160755771984741, "security": 0.09160755771984741,
"connectedSystems": [ "connectedSystems": [
"Hakatiz", "Hakatiz",
@@ -214,8 +214,8 @@
}, },
{ {
"solarSystemName": "Hakatiz", "solarSystemName": "Hakatiz",
"x": "215", "x": 215,
"y": "185", "y": 185,
"security": 0.1125732364967466, "security": 0.1125732364967466,
"connectedSystems": [ "connectedSystems": [
"Fihrneh", "Fihrneh",
@@ -224,8 +224,8 @@
}, },
{ {
"solarSystemName": "Esubara", "solarSystemName": "Esubara",
"x": "255", "x": 255,
"y": "380", "y": 380,
"security": 0.2421877522108065, "security": 0.2421877522108065,
"connectedSystems": [ "connectedSystems": [
"Yahyerer", "Yahyerer",
@@ -234,8 +234,8 @@
}, },
{ {
"solarSystemName": "Defsunun", "solarSystemName": "Defsunun",
"x": "260", "x": 260,
"y": "495", "y": 495,
"security": 0.1033691533022925, "security": 0.1033691533022925,
"connectedSystems": [ "connectedSystems": [
"Shafrak", "Shafrak",
@@ -244,8 +244,8 @@
}, },
{ {
"solarSystemName": "Efu", "solarSystemName": "Efu",
"x": "260", "x": 260,
"y": "550", "y": 550,
"security": 0.09231339820455098, "security": 0.09231339820455098,
"connectedSystems": [ "connectedSystems": [
"Defsunun", "Defsunun",
@@ -254,8 +254,8 @@
}, },
{ {
"solarSystemName": "Tisot", "solarSystemName": "Tisot",
"x": "260", "x": 260,
"y": "605", "y": 605,
"security": 0.0898759448846681, "security": 0.0898759448846681,
"connectedSystems": [ "connectedSystems": [
"Efu", "Efu",
@@ -266,8 +266,8 @@
}, },
{ {
"solarSystemName": "Sakht", "solarSystemName": "Sakht",
"x": "260", "x": 260,
"y": "665", "y": 665,
"security": 0.04149943381763355, "security": 0.04149943381763355,
"connectedSystems": [ "connectedSystems": [
"Tisot", "Tisot",
@@ -278,8 +278,8 @@
}, },
{ {
"solarSystemName": "Ertoo", "solarSystemName": "Ertoo",
"x": "270", "x": 270,
"y": "15", "y": 15,
"security": 0.1369328788487924, "security": 0.1369328788487924,
"connectedSystems": [ "connectedSystems": [
"Khnar", "Khnar",
@@ -288,8 +288,8 @@
}, },
{ {
"solarSystemName": "Feshur", "solarSystemName": "Feshur",
"x": "320", "x": 320,
"y": "60", "y": 60,
"security": 0.03551866568541762, "security": 0.03551866568541762,
"connectedSystems": [ "connectedSystems": [
"Yiratal", "Yiratal",
@@ -298,8 +298,8 @@
}, },
{ {
"solarSystemName": "Pemsah", "solarSystemName": "Pemsah",
"x": "320", "x": 320,
"y": "115", "y": 115,
"security": 0.04794596615506108, "security": 0.04794596615506108,
"connectedSystems": [ "connectedSystems": [
"Yiratal", "Yiratal",
@@ -309,8 +309,8 @@
}, },
{ {
"solarSystemName": "Yekh", "solarSystemName": "Yekh",
"x": "320", "x": 320,
"y": "175", "y": 175,
"security": 0.04443374189552629, "security": 0.04443374189552629,
"connectedSystems": [ "connectedSystems": [
"Pemsah" "Pemsah"
@@ -318,8 +318,8 @@
}, },
{ {
"solarSystemName": "Yahyerer", "solarSystemName": "Yahyerer",
"x": "330", "x": 330,
"y": "380", "y": 380,
"security": 0.2290075103872252, "security": 0.2290075103872252,
"connectedSystems": [ "connectedSystems": [
"Zazamye", "Zazamye",
@@ -328,8 +328,8 @@
}, },
{ {
"solarSystemName": "Zazamye", "solarSystemName": "Zazamye",
"x": "330", "x": 330,
"y": "440", "y": 440,
"security": 0.2147071351820927, "security": 0.2147071351820927,
"connectedSystems": [ "connectedSystems": [
"Getrenjesa", "Getrenjesa",
@@ -339,8 +339,8 @@
}, },
{ {
"solarSystemName": "Shafrak", "solarSystemName": "Shafrak",
"x": "330", "x": 330,
"y": "495", "y": 495,
"security": 0.1629193861813669, "security": 0.1629193861813669,
"connectedSystems": [ "connectedSystems": [
"Nalnifan", "Nalnifan",
@@ -350,8 +350,8 @@
}, },
{ {
"solarSystemName": "Parouz", "solarSystemName": "Parouz",
"x": "335", "x": 335,
"y": "270", "y": 270,
"security": 0.1225004716798661, "security": 0.1225004716798661,
"connectedSystems": [ "connectedSystems": [
"Fihrneh" "Fihrneh"
@@ -359,8 +359,8 @@
}, },
{ {
"solarSystemName": "Getrenjesa", "solarSystemName": "Getrenjesa",
"x": "410", "x": 410,
"y": "440", "y": 440,
"security": 0.3175652705453472, "security": 0.3175652705453472,
"connectedSystems": [ "connectedSystems": [
"Nalnifan", "Nalnifan",
@@ -370,8 +370,8 @@
}, },
{ {
"solarSystemName": "Fihrneh", "solarSystemName": "Fihrneh",
"x": "420", "x": 420,
"y": "270", "y": 270,
"security": 0.1051347891132364, "security": 0.1051347891132364,
"connectedSystems": [ "connectedSystems": [
"Kamih", "Kamih",
@@ -383,8 +383,8 @@
}, },
{ {
"solarSystemName": "Balas", "solarSystemName": "Balas",
"x": "425", "x": 425,
"y": "15", "y": 15,
"security": 0.04363471827257703, "security": 0.04363471827257703,
"connectedSystems": [ "connectedSystems": [
"Ertoo", "Ertoo",
@@ -394,8 +394,8 @@
}, },
{ {
"solarSystemName": "Yiratal", "solarSystemName": "Yiratal",
"x": "425", "x": 425,
"y": "85", "y": 85,
"security": 0.03798658154165491, "security": 0.03798658154165491,
"connectedSystems": [ "connectedSystems": [
"Edilkam", "Edilkam",
@@ -406,8 +406,8 @@
}, },
{ {
"solarSystemName": "Edilkam", "solarSystemName": "Edilkam",
"x": "425", "x": 425,
"y": "160", "y": 160,
"security": 0.0720004563916109, "security": 0.0720004563916109,
"connectedSystems": [ "connectedSystems": [
"Fihrneh", "Fihrneh",
@@ -416,8 +416,8 @@
}, },
{ {
"solarSystemName": "Jerhesh", "solarSystemName": "Jerhesh",
"x": "460", "x": 460,
"y": "380", "y": 380,
"security": 0.3441314605322881, "security": 0.3441314605322881,
"connectedSystems": [ "connectedSystems": [
"Nalnifan", "Nalnifan",
@@ -426,8 +426,8 @@
}, },
{ {
"solarSystemName": "Nalnifan", "solarSystemName": "Nalnifan",
"x": "465", "x": 465,
"y": "495", "y": 495,
"security": 0.2860095147774159, "security": 0.2860095147774159,
"connectedSystems": [ "connectedSystems": [
"Sazilid", "Sazilid",
@@ -438,8 +438,8 @@
}, },
{ {
"solarSystemName": "Hoseen", "solarSystemName": "Hoseen",
"x": "505", "x": 505,
"y": "40", "y": 40,
"security": 0.07572570824181035, "security": 0.07572570824181035,
"connectedSystems": [ "connectedSystems": [
"Balas", "Balas",
@@ -448,8 +448,8 @@
}, },
{ {
"solarSystemName": "Gesh", "solarSystemName": "Gesh",
"x": "505", "x": 505,
"y": "160", "y": 160,
"security": 0.1114069857026571, "security": 0.1114069857026571,
"connectedSystems": [ "connectedSystems": [
"Fihrneh", "Fihrneh",
@@ -458,8 +458,8 @@
}, },
{ {
"solarSystemName": "Sazilid", "solarSystemName": "Sazilid",
"x": "525", "x": 525,
"y": "395", "y": 395,
"security": 0.5319720406751727, "security": 0.5319720406751727,
"connectedSystems": [ "connectedSystems": [
"Shenda", "Shenda",
@@ -469,8 +469,8 @@
}, },
{ {
"solarSystemName": "Chibi", "solarSystemName": "Chibi",
"x": "550", "x": 550,
"y": "90", "y": 90,
"security": 0.4786732021611831, "security": 0.4786732021611831,
"connectedSystems": [ "connectedSystems": [
"Haimeh" "Haimeh"
@@ -478,8 +478,8 @@
}, },
{ {
"solarSystemName": "Pahineh", "solarSystemName": "Pahineh",
"x": "570", "x": 570,
"y": "30", "y": 30,
"security": 0.7518781391064108, "security": 0.7518781391064108,
"connectedSystems": [ "connectedSystems": [
"Avada", "Avada",
@@ -488,8 +488,8 @@
}, },
{ {
"solarSystemName": "Rashagh", "solarSystemName": "Rashagh",
"x": "570", "x": 570,
"y": "325", "y": 325,
"security": 0.400523883338445, "security": 0.400523883338445,
"connectedSystems": [ "connectedSystems": [
"Shenda", "Shenda",
@@ -499,8 +499,8 @@
}, },
{ {
"solarSystemName": "Haimeh", "solarSystemName": "Haimeh",
"x": "590", "x": 590,
"y": "145", "y": 145,
"security": 0.4985548327159305, "security": 0.4985548327159305,
"connectedSystems": [ "connectedSystems": [
"Jasson", "Jasson",
@@ -511,8 +511,8 @@
}, },
{ {
"solarSystemName": "Nielez", "solarSystemName": "Nielez",
"x": "590", "x": 590,
"y": "525", "y": 525,
"security": 0.1133205173043533, "security": 0.1133205173043533,
"connectedSystems": [ "connectedSystems": [
"Soliara", "Soliara",
@@ -521,8 +521,8 @@
}, },
{ {
"solarSystemName": "Tukanas", "solarSystemName": "Tukanas",
"x": "590", "x": 590,
"y": "600", "y": 600,
"security": 0.113999928235053, "security": 0.113999928235053,
"connectedSystems": [ "connectedSystems": [
"Soliara", "Soliara",
@@ -533,8 +533,8 @@
}, },
{ {
"solarSystemName": "Avada", "solarSystemName": "Avada",
"x": "620", "x": 620,
"y": "90", "y": 90,
"security": 0.6893498195436256, "security": 0.6893498195436256,
"connectedSystems": [ "connectedSystems": [
"Haimeh", "Haimeh",
@@ -544,8 +544,8 @@
}, },
{ {
"solarSystemName": "Shenda", "solarSystemName": "Shenda",
"x": "630", "x": 630,
"y": "395", "y": 395,
"security": 0.4551778744853768, "security": 0.4551778744853768,
"connectedSystems": [ "connectedSystems": [
"Nema", "Nema",
@@ -555,8 +555,8 @@
}, },
{ {
"solarSystemName": "Jasson", "solarSystemName": "Jasson",
"x": "640", "x": 640,
"y": "185", "y": 185,
"security": 0.2506199243906265, "security": 0.2506199243906265,
"connectedSystems": [ "connectedSystems": [
"Kenahehab", "Kenahehab",
@@ -566,8 +566,8 @@
}, },
{ {
"solarSystemName": "Sota", "solarSystemName": "Sota",
"x": "665", "x": 665,
"y": "325", "y": 325,
"security": 0.3151422604736529, "security": 0.3151422604736529,
"connectedSystems": [ "connectedSystems": [
"Nema", "Nema",
@@ -576,8 +576,8 @@
}, },
{ {
"solarSystemName": "Mishi", "solarSystemName": "Mishi",
"x": "670", "x": 670,
"y": "30", "y": 30,
"security": 0.7146642993142036, "security": 0.7146642993142036,
"connectedSystems": [ "connectedSystems": [
"Avada", "Avada",
@@ -586,8 +586,8 @@
}, },
{ {
"solarSystemName": "Afrah", "solarSystemName": "Afrah",
"x": "680", "x": 680,
"y": "465", "y": 465,
"security": 0.3162071299439512, "security": 0.3162071299439512,
"connectedSystems": [ "connectedSystems": [
"Nema", "Nema",
@@ -596,8 +596,8 @@
}, },
{ {
"solarSystemName": "Soliara", "solarSystemName": "Soliara",
"x": "680", "x": 680,
"y": "525", "y": 525,
"security": 0.1633963725857686, "security": 0.1633963725857686,
"connectedSystems": [ "connectedSystems": [
"Afrah", "Afrah",
@@ -610,8 +610,8 @@
}, },
{ {
"solarSystemName": "Ahraghen", "solarSystemName": "Ahraghen",
"x": "680", "x": 680,
"y": "600", "y": 600,
"security": 0.2031488846245733, "security": 0.2031488846245733,
"connectedSystems": [ "connectedSystems": [
"Soliara", "Soliara",
@@ -621,8 +621,8 @@
}, },
{ {
"solarSystemName": "Sheri", "solarSystemName": "Sheri",
"x": "690", "x": 690,
"y": "675", "y": 675,
"security": 0.05685317434277215, "security": 0.05685317434277215,
"connectedSystems": [ "connectedSystems": [
"Tukanas", "Tukanas",
@@ -631,8 +631,8 @@
}, },
{ {
"solarSystemName": "Bazadod", "solarSystemName": "Bazadod",
"x": "705", "x": 705,
"y": "90", "y": 90,
"security": 0.4709653922168261, "security": 0.4709653922168261,
"connectedSystems": [ "connectedSystems": [
"Haimeh" "Haimeh"
@@ -640,8 +640,8 @@
}, },
{ {
"solarSystemName": "Kenahehab", "solarSystemName": "Kenahehab",
"x": "710", "x": 710,
"y": "150", "y": 150,
"security": 0.2294651782289705, "security": 0.2294651782289705,
"connectedSystems": [ "connectedSystems": [
"Yehaba", "Yehaba",
@@ -651,8 +651,8 @@
}, },
{ {
"solarSystemName": "Nema", "solarSystemName": "Nema",
"x": "730", "x": 730,
"y": "395", "y": 395,
"security": 0.3068477974176139, "security": 0.3068477974176139,
"connectedSystems": [ "connectedSystems": [
"Hier", "Hier",
@@ -663,8 +663,8 @@
}, },
{ {
"solarSystemName": "Kamih", "solarSystemName": "Kamih",
"x": "745", "x": 745,
"y": "270", "y": 270,
"security": 0.2446716176578679, "security": 0.2446716176578679,
"connectedSystems": [ "connectedSystems": [
"Gens", "Gens",
@@ -675,8 +675,8 @@
}, },
{ {
"solarSystemName": "Fageras", "solarSystemName": "Fageras",
"x": "770", "x": 770,
"y": "525", "y": 525,
"security": 0.1345305082640104, "security": 0.1345305082640104,
"connectedSystems": [ "connectedSystems": [
"Soliara" "Soliara"
@@ -684,8 +684,8 @@
}, },
{ {
"solarSystemName": "Ajna", "solarSystemName": "Ajna",
"x": "770", "x": 770,
"y": "600", "y": 600,
"security": 0.1853875895772117, "security": 0.1853875895772117,
"connectedSystems": [ "connectedSystems": [
"Soliara", "Soliara",
@@ -695,8 +695,8 @@
}, },
{ {
"solarSystemName": "Shirshocin", "solarSystemName": "Shirshocin",
"x": "795", "x": 795,
"y": "65", "y": 65,
"security": 0.264278260864831, "security": 0.264278260864831,
"connectedSystems": [ "connectedSystems": [
"Zayi", "Zayi",
@@ -706,8 +706,8 @@
}, },
{ {
"solarSystemName": "Yehaba", "solarSystemName": "Yehaba",
"x": "795", "x": 795,
"y": "135", "y": 135,
"security": 0.241706551655, "security": 0.241706551655,
"connectedSystems": [ "connectedSystems": [
"Shirshocin", "Shirshocin",
@@ -717,8 +717,8 @@
}, },
{ {
"solarSystemName": "Gens", "solarSystemName": "Gens",
"x": "795", "x": 795,
"y": "215", "y": 215,
"security": 0.1710619207962286, "security": 0.1710619207962286,
"connectedSystems": [ "connectedSystems": [
"Yehaba", "Yehaba",
@@ -728,8 +728,8 @@
}, },
{ {
"solarSystemName": "Hier", "solarSystemName": "Hier",
"x": "825", "x": 825,
"y": "395", "y": 395,
"security": 0.3607799657102757, "security": 0.3607799657102757,
"connectedSystems": [ "connectedSystems": [
"Kamih", "Kamih",
@@ -739,8 +739,8 @@
}, },
{ {
"solarSystemName": "Zayi", "solarSystemName": "Zayi",
"x": "875", "x": 875,
"y": "65", "y": 65,
"security": 0.3215850073100112, "security": 0.3215850073100112,
"connectedSystems": [ "connectedSystems": [
"Van", "Van",
@@ -750,8 +750,8 @@
}, },
{ {
"solarSystemName": "Maseera", "solarSystemName": "Maseera",
"x": "875", "x": 875,
"y": "145", "y": 145,
"security": 0.3372040041790461, "security": 0.3372040041790461,
"connectedSystems": [ "connectedSystems": [
"Shakasi", "Shakasi",
@@ -761,8 +761,8 @@
}, },
{ {
"solarSystemName": "Maalna", "solarSystemName": "Maalna",
"x": "920", "x": 920,
"y": "230", "y": 230,
"security": 0.3240645240287904, "security": 0.3240645240287904,
"connectedSystems": [ "connectedSystems": [
"Shakasi", "Shakasi",
@@ -771,8 +771,8 @@
}, },
{ {
"solarSystemName": "Marmeha", "solarSystemName": "Marmeha",
"x": "920", "x": 920,
"y": "315", "y": 315,
"security": 0.2796446096390225, "security": 0.2796446096390225,
"connectedSystems": [ "connectedSystems": [
"Isid" "Isid"
@@ -780,8 +780,8 @@
}, },
{ {
"solarSystemName": "Isid", "solarSystemName": "Isid",
"x": "920", "x": 920,
"y": "355", "y": 355,
"security": 0.2740715123060192, "security": 0.2740715123060192,
"connectedSystems": [ "connectedSystems": [
"Sadana", "Sadana",
@@ -790,8 +790,8 @@
}, },
{ {
"solarSystemName": "Sadana", "solarSystemName": "Sadana",
"x": "920", "x": 920,
"y": "395", "y": 395,
"security": 0.3646884189362021, "security": 0.3646884189362021,
"connectedSystems": [ "connectedSystems": [
"Hier", "Hier",
@@ -801,8 +801,8 @@
}, },
{ {
"solarSystemName": "Onanam", "solarSystemName": "Onanam",
"x": "920", "x": 920,
"y": "430", "y": 430,
"security": 0.3885338669657803, "security": 0.3885338669657803,
"connectedSystems": [ "connectedSystems": [
"Sadana", "Sadana",
@@ -811,8 +811,8 @@
}, },
{ {
"solarSystemName": "Udianoor", "solarSystemName": "Udianoor",
"x": "920", "x": 920,
"y": "460", "y": 460,
"security": 0.3763894826550489, "security": 0.3763894826550489,
"connectedSystems": [ "connectedSystems": [
"Onanam", "Onanam",
@@ -821,8 +821,8 @@
}, },
{ {
"solarSystemName": "Vehan", "solarSystemName": "Vehan",
"x": "920", "x": 920,
"y": "490", "y": 490,
"security": 0.3665234185227236, "security": 0.3665234185227236,
"connectedSystems": [ "connectedSystems": [
"Udianoor", "Udianoor",
@@ -831,8 +831,8 @@
}, },
{ {
"solarSystemName": "Van", "solarSystemName": "Van",
"x": "960", "x": 960,
"y": "65", "y": 65,
"security": 0.3124498837243469, "security": 0.3124498837243469,
"connectedSystems": [ "connectedSystems": [
"Otakod", "Otakod",
@@ -842,8 +842,8 @@
}, },
{ {
"solarSystemName": "Shakasi", "solarSystemName": "Shakasi",
"x": "960", "x": 960,
"y": "145", "y": 145,
"security": 0.3177314845768791, "security": 0.3177314845768791,
"connectedSystems": [ "connectedSystems": [
"Van", "Van",
@@ -853,8 +853,8 @@
}, },
{ {
"solarSystemName": "D4KU-5", "solarSystemName": "D4KU-5",
"x": "15", "x": 15,
"y": "50", "y": 50,
"security": -0.1097036371952269, "security": -0.1097036371952269,
"connectedSystems": [ "connectedSystems": [
"L-A5XP", "L-A5XP",
@@ -863,8 +863,8 @@
}, },
{ {
"solarSystemName": "Rafeme", "solarSystemName": "Rafeme",
"x": "43", "x": 43,
"y": "703", "y": 703,
"security": 0.1832812042101505, "security": 0.1832812042101505,
"connectedSystems": [ "connectedSystems": [
"Pout", "Pout",
@@ -873,8 +873,8 @@
}, },
{ {
"solarSystemName": "1-SMEB", "solarSystemName": "1-SMEB",
"x": "260", "x": 260,
"y": "700", "y": 700,
"security": -0.1026428634292512, "security": -0.1026428634292512,
"connectedSystems": [ "connectedSystems": [
"Q-HESZ", "Q-HESZ",
@@ -885,8 +885,8 @@
}, },
{ {
"solarSystemName": "Agaullores", "solarSystemName": "Agaullores",
"x": "795", "x": 795,
"y": "15", "y": 15,
"security": 0.07120088191083751, "security": 0.07120088191083751,
"connectedSystems": [ "connectedSystems": [
"Faurulle", "Faurulle",
@@ -895,8 +895,8 @@
}, },
{ {
"solarSystemName": "Zinkon", "solarSystemName": "Zinkon",
"x": "920", "x": 920,
"y": "520", "y": 520,
"security": 0.7084131673911223, "security": 0.7084131673911223,
"connectedSystems": [ "connectedSystems": [
"Nare", "Nare",
@@ -905,8 +905,8 @@
}, },
{ {
"solarSystemName": "Otakod", "solarSystemName": "Otakod",
"x": "955", "x": 955,
"y": "15", "y": 15,
"security": 0.3321149173254194, "security": 0.3321149173254194,
"connectedSystems": [ "connectedSystems": [
"Olin", "Olin",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Notoras", "solarSystemName": "Notoras",
"x": "10", "x": 10,
"y": "495", "y": 495,
"security": 0.1887906329280157, "security": 0.1887906329280157,
"connectedSystems": [ "connectedSystems": [
"Nisuwa" "Nisuwa"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "Nisuwa", "solarSystemName": "Nisuwa",
"x": "75", "x": 75,
"y": "430", "y": 430,
"security": 0.3094325504125951, "security": 0.3094325504125951,
"connectedSystems": [ "connectedSystems": [
"Hirri", "Hirri",
@@ -22,8 +22,8 @@
}, },
{ {
"solarSystemName": "Sarenemi", "solarSystemName": "Sarenemi",
"x": "90", "x": 90,
"y": "10", "y": 10,
"security": 0.2168523187684844, "security": 0.2168523187684844,
"connectedSystems": [ "connectedSystems": [
"Hykanima", "Hykanima",
@@ -32,8 +32,8 @@
}, },
{ {
"solarSystemName": "Teimo", "solarSystemName": "Teimo",
"x": "120", "x": 120,
"y": "270", "y": 270,
"security": 0.2732082220038178, "security": 0.2732082220038178,
"connectedSystems": [ "connectedSystems": [
"Kedama" "Kedama"
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "Kedama", "solarSystemName": "Kedama",
"x": "120", "x": 120,
"y": "360", "y": 360,
"security": 0.338464408401388, "security": 0.338464408401388,
"connectedSystems": [ "connectedSystems": [
"Nisuwa", "Nisuwa",
@@ -54,8 +54,8 @@
}, },
{ {
"solarSystemName": "Oinasiken", "solarSystemName": "Oinasiken",
"x": "135", "x": 135,
"y": "480", "y": 480,
"security": 0.2337136584963991, "security": 0.2337136584963991,
"connectedSystems": [ "connectedSystems": [
"Nisuwa", "Nisuwa",
@@ -65,8 +65,8 @@
}, },
{ {
"solarSystemName": "Hykanima", "solarSystemName": "Hykanima",
"x": "160", "x": 160,
"y": "10", "y": 10,
"security": 0.2468593790859909, "security": 0.2468593790859909,
"connectedSystems": [ "connectedSystems": [
"Villasen", "Villasen",
@@ -76,8 +76,8 @@
}, },
{ {
"solarSystemName": "Ashitsu", "solarSystemName": "Ashitsu",
"x": "160", "x": 160,
"y": "105", "y": 105,
"security": 0.264888227498742, "security": 0.264888227498742,
"connectedSystems": [ "connectedSystems": [
"Hykanima", "Hykanima",
@@ -87,8 +87,8 @@
}, },
{ {
"solarSystemName": "Hirri", "solarSystemName": "Hirri",
"x": "170", "x": 170,
"y": "430", "y": 430,
"security": 0.3355040326242781, "security": 0.3355040326242781,
"connectedSystems": [ "connectedSystems": [
"Nisuwa", "Nisuwa",
@@ -98,8 +98,8 @@
}, },
{ {
"solarSystemName": "Ienakkamon", "solarSystemName": "Ienakkamon",
"x": "200", "x": 200,
"y": "60", "y": 60,
"security": 0.1079880907762967, "security": 0.1079880907762967,
"connectedSystems": [ "connectedSystems": [
"Okagaiken", "Okagaiken",
@@ -108,8 +108,8 @@
}, },
{ {
"solarSystemName": "Rakapas", "solarSystemName": "Rakapas",
"x": "235", "x": 235,
"y": "410", "y": 410,
"security": 0.2227803741106745, "security": 0.2227803741106745,
"connectedSystems": [ "connectedSystems": [
"Pynekastoh", "Pynekastoh",
@@ -119,8 +119,8 @@
}, },
{ {
"solarSystemName": "Reitsato", "solarSystemName": "Reitsato",
"x": "250", "x": 250,
"y": "330", "y": 330,
"security": 0.1895104797339514, "security": 0.1895104797339514,
"connectedSystems": [ "connectedSystems": [
"Okkamon", "Okkamon",
@@ -130,8 +130,8 @@
}, },
{ {
"solarSystemName": "Okagaiken", "solarSystemName": "Okagaiken",
"x": "255", "x": 255,
"y": "30", "y": 30,
"security": 0.1400771017942635, "security": 0.1400771017942635,
"connectedSystems": [ "connectedSystems": [
"Villasen", "Villasen",
@@ -141,8 +141,8 @@
}, },
{ {
"solarSystemName": "Pynekastoh", "solarSystemName": "Pynekastoh",
"x": "270", "x": 270,
"y": "485", "y": 485,
"security": 0.2396328126460955, "security": 0.2396328126460955,
"connectedSystems": [ "connectedSystems": [
"Hikkoken", "Hikkoken",
@@ -153,8 +153,8 @@
}, },
{ {
"solarSystemName": "Mushikegi", "solarSystemName": "Mushikegi",
"x": "280", "x": 280,
"y": "220", "y": 220,
"security": 0.4336119498002067, "security": 0.4336119498002067,
"connectedSystems": [ "connectedSystems": [
"Asakai", "Asakai",
@@ -165,8 +165,8 @@
}, },
{ {
"solarSystemName": "Okkamon", "solarSystemName": "Okkamon",
"x": "310", "x": 310,
"y": "295", "y": 295,
"security": 0.2853636062219562, "security": 0.2853636062219562,
"connectedSystems": [ "connectedSystems": [
"Asakai", "Asakai",
@@ -176,8 +176,8 @@
}, },
{ {
"solarSystemName": "Iwisoda", "solarSystemName": "Iwisoda",
"x": "315", "x": 315,
"y": "410", "y": 410,
"security": 0.2383604680234293, "security": 0.2383604680234293,
"connectedSystems": [ "connectedSystems": [
"Rakapas" "Rakapas"
@@ -185,8 +185,8 @@
}, },
{ {
"solarSystemName": "Villasen", "solarSystemName": "Villasen",
"x": "340", "x": 340,
"y": "10", "y": 10,
"security": 0.1406933648209858, "security": 0.1406933648209858,
"connectedSystems": [ "connectedSystems": [
"Okagaiken", "Okagaiken",
@@ -197,8 +197,8 @@
}, },
{ {
"solarSystemName": "Kehjari", "solarSystemName": "Kehjari",
"x": "340", "x": 340,
"y": "105", "y": 105,
"security": 0.2475813871572802, "security": 0.2475813871572802,
"connectedSystems": [ "connectedSystems": [
"Villasen", "Villasen",
@@ -208,8 +208,8 @@
}, },
{ {
"solarSystemName": "Vaaralen", "solarSystemName": "Vaaralen",
"x": "355", "x": 355,
"y": "220", "y": 220,
"security": 0.3134974203737037, "security": 0.3134974203737037,
"connectedSystems": [ "connectedSystems": [
"Asakai", "Asakai",
@@ -219,8 +219,8 @@
}, },
{ {
"solarSystemName": "Teskanen", "solarSystemName": "Teskanen",
"x": "380", "x": 380,
"y": "170", "y": 170,
"security": 0.287172039785336, "security": 0.287172039785336,
"connectedSystems": [ "connectedSystems": [
"Vaaralen" "Vaaralen"
@@ -228,8 +228,8 @@
}, },
{ {
"solarSystemName": "Korasen", "solarSystemName": "Korasen",
"x": "415", "x": 415,
"y": "10", "y": 10,
"security": 0.1289910484804758, "security": 0.1289910484804758,
"connectedSystems": [ "connectedSystems": [
"Villasen" "Villasen"
@@ -237,8 +237,8 @@
}, },
{ {
"solarSystemName": "Elunala", "solarSystemName": "Elunala",
"x": "425", "x": 425,
"y": "235", "y": 235,
"security": 0.2525983678075129, "security": 0.2525983678075129,
"connectedSystems": [ "connectedSystems": [
"Prism", "Prism",
@@ -247,8 +247,8 @@
}, },
{ {
"solarSystemName": "Asakai", "solarSystemName": "Asakai",
"x": "425", "x": 425,
"y": "285", "y": 285,
"security": 0.2563743679780248, "security": 0.2563743679780248,
"connectedSystems": [ "connectedSystems": [
"Prism", "Prism",
@@ -261,8 +261,8 @@
}, },
{ {
"solarSystemName": "Hikkoken", "solarSystemName": "Hikkoken",
"x": "445", "x": 445,
"y": "520", "y": 520,
"security": 0.3427550899386341, "security": 0.3427550899386341,
"connectedSystems": [ "connectedSystems": [
"Immuri", "Immuri",
@@ -273,8 +273,8 @@
}, },
{ {
"solarSystemName": "Prism", "solarSystemName": "Prism",
"x": "495", "x": 495,
"y": "235", "y": 235,
"security": 0.2350872343187915, "security": 0.2350872343187915,
"connectedSystems": [ "connectedSystems": [
"Asakai", "Asakai",
@@ -284,8 +284,8 @@
}, },
{ {
"solarSystemName": "Ikoskio", "solarSystemName": "Ikoskio",
"x": "495", "x": 495,
"y": "285", "y": 285,
"security": 0.2833122411630536, "security": 0.2833122411630536,
"connectedSystems": [ "connectedSystems": [
"Samanuni", "Samanuni",
@@ -295,8 +295,8 @@
}, },
{ {
"solarSystemName": "Immuri", "solarSystemName": "Immuri",
"x": "500", "x": 500,
"y": "580", "y": 580,
"security": 0.4211598176049199, "security": 0.4211598176049199,
"connectedSystems": [ "connectedSystems": [
"Nennamaila", "Nennamaila",
@@ -305,8 +305,8 @@
}, },
{ {
"solarSystemName": "Hallanen", "solarSystemName": "Hallanen",
"x": "540", "x": 540,
"y": "510", "y": 510,
"security": 0.3643611153478946, "security": 0.3643611153478946,
"connectedSystems": [ "connectedSystems": [
"Enaluri", "Enaluri",
@@ -315,8 +315,8 @@
}, },
{ {
"solarSystemName": "Martoh", "solarSystemName": "Martoh",
"x": "550", "x": 550,
"y": "45", "y": 45,
"security": 0.3828368832655683, "security": 0.3828368832655683,
"connectedSystems": [ "connectedSystems": [
"Kehjari", "Kehjari",
@@ -328,8 +328,8 @@
}, },
{ {
"solarSystemName": "Iralaja", "solarSystemName": "Iralaja",
"x": "550", "x": 550,
"y": "100", "y": 100,
"security": 0.3197668723516429, "security": 0.3197668723516429,
"connectedSystems": [ "connectedSystems": [
"Raihbaka", "Raihbaka",
@@ -338,8 +338,8 @@
}, },
{ {
"solarSystemName": "Astoh", "solarSystemName": "Astoh",
"x": "605", "x": 605,
"y": "220", "y": 220,
"security": 0.612424055025467, "security": 0.612424055025467,
"connectedSystems": [ "connectedSystems": [
"Tsuruma", "Tsuruma",
@@ -348,8 +348,8 @@
}, },
{ {
"solarSystemName": "Raihbaka", "solarSystemName": "Raihbaka",
"x": "620", "x": 620,
"y": "130", "y": 130,
"security": 0.3798002003045615, "security": 0.3798002003045615,
"connectedSystems": [ "connectedSystems": [
"Iralaja", "Iralaja",
@@ -359,8 +359,8 @@
}, },
{ {
"solarSystemName": "Samanuni", "solarSystemName": "Samanuni",
"x": "620", "x": 620,
"y": "295", "y": 295,
"security": 0.6527848435914495, "security": 0.6527848435914495,
"connectedSystems": [ "connectedSystems": [
"Uchomida", "Uchomida",
@@ -371,8 +371,8 @@
}, },
{ {
"solarSystemName": "Nennamaila", "solarSystemName": "Nennamaila",
"x": "625", "x": 625,
"y": "565", "y": 565,
"security": 0.2742577740469258, "security": 0.2742577740469258,
"connectedSystems": [ "connectedSystems": [
"Immuri", "Immuri",
@@ -384,8 +384,8 @@
}, },
{ {
"solarSystemName": "Enaluri", "solarSystemName": "Enaluri",
"x": "630", "x": 630,
"y": "490", "y": 490,
"security": 0.3277980248613788, "security": 0.3277980248613788,
"connectedSystems": [ "connectedSystems": [
"Akidagi", "Akidagi",
@@ -395,8 +395,8 @@
}, },
{ {
"solarSystemName": "Eha", "solarSystemName": "Eha",
"x": "665", "x": 665,
"y": "20", "y": 20,
"security": 0.3971850789636056, "security": 0.3971850789636056,
"connectedSystems": [ "connectedSystems": [
"Martoh", "Martoh",
@@ -406,8 +406,8 @@
}, },
{ {
"solarSystemName": "Tsuruma", "solarSystemName": "Tsuruma",
"x": "680", "x": 680,
"y": "195", "y": 195,
"security": 0.5426334127741059, "security": 0.5426334127741059,
"connectedSystems": [ "connectedSystems": [
"Onnamon", "Onnamon",
@@ -416,8 +416,8 @@
}, },
{ {
"solarSystemName": "Uuhulanen", "solarSystemName": "Uuhulanen",
"x": "685", "x": 685,
"y": "250", "y": 250,
"security": 0.4920794878017317, "security": 0.4920794878017317,
"connectedSystems": [ "connectedSystems": [
"Samanuni", "Samanuni",
@@ -427,8 +427,8 @@
}, },
{ {
"solarSystemName": "Kinakka", "solarSystemName": "Kinakka",
"x": "700", "x": 700,
"y": "110", "y": 110,
"security": 0.4156230084766713, "security": 0.4156230084766713,
"connectedSystems": [ "connectedSystems": [
"Martoh", "Martoh",
@@ -439,8 +439,8 @@
}, },
{ {
"solarSystemName": "Uchomida", "solarSystemName": "Uchomida",
"x": "705", "x": 705,
"y": "330", "y": 330,
"security": 0.4947269335963372, "security": 0.4947269335963372,
"connectedSystems": [ "connectedSystems": [
"Samanuni", "Samanuni",
@@ -449,8 +449,8 @@
}, },
{ {
"solarSystemName": "Akidagi", "solarSystemName": "Akidagi",
"x": "730", "x": 730,
"y": "465", "y": 465,
"security": 0.4449388239034815, "security": 0.4449388239034815,
"connectedSystems": [ "connectedSystems": [
"Aivonen", "Aivonen",
@@ -460,8 +460,8 @@
}, },
{ {
"solarSystemName": "Rohamaa", "solarSystemName": "Rohamaa",
"x": "735", "x": 735,
"y": "275", "y": 275,
"security": 0.5047168855302212, "security": 0.5047168855302212,
"connectedSystems": [ "connectedSystems": [
"Uchomida", "Uchomida",
@@ -470,8 +470,8 @@
}, },
{ {
"solarSystemName": "Innia", "solarSystemName": "Innia",
"x": "740", "x": 740,
"y": "60", "y": 60,
"security": 0.3171389730733891, "security": 0.3171389730733891,
"connectedSystems": [ "connectedSystems": [
"Martoh", "Martoh",
@@ -482,8 +482,8 @@
}, },
{ {
"solarSystemName": "Onnamon", "solarSystemName": "Onnamon",
"x": "780", "x": 780,
"y": "220", "y": 220,
"security": 0.555534508863, "security": 0.555534508863,
"connectedSystems": [ "connectedSystems": [
"Kinakka", "Kinakka",
@@ -495,8 +495,8 @@
}, },
{ {
"solarSystemName": "Aivonen", "solarSystemName": "Aivonen",
"x": "850", "x": 850,
"y": "415", "y": 415,
"security": 0.3773302510081624, "security": 0.3773302510081624,
"connectedSystems": [ "connectedSystems": [
"Pavanakka", "Pavanakka",
@@ -505,8 +505,8 @@
}, },
{ {
"solarSystemName": "Pavanakka", "solarSystemName": "Pavanakka",
"x": "920", "x": 920,
"y": "110", "y": 110,
"security": 0.3956485128095337, "security": 0.3956485128095337,
"connectedSystems": [ "connectedSystems": [
"Innia", "Innia",
@@ -515,8 +515,8 @@
}, },
{ {
"solarSystemName": "Karjataimon", "solarSystemName": "Karjataimon",
"x": "10", "x": 10,
"y": "10", "y": 10,
"security": 0.2847066068577709, "security": 0.2847066068577709,
"connectedSystems": [ "connectedSystems": [
"Nannaras", "Nannaras",
@@ -528,8 +528,8 @@
}, },
{ {
"solarSystemName": "Tama", "solarSystemName": "Tama",
"x": "25", "x": 25,
"y": "355", "y": 355,
"security": 0.2825556883337969, "security": 0.2825556883337969,
"connectedSystems": [ "connectedSystems": [
"Sujarento", "Sujarento",
@@ -539,8 +539,8 @@
}, },
{ {
"solarSystemName": "Abune", "solarSystemName": "Abune",
"x": "110", "x": 110,
"y": "540", "y": 540,
"security": 0.2856340438691167, "security": 0.2856340438691167,
"connectedSystems": [ "connectedSystems": [
"Heydieles", "Heydieles",
@@ -549,8 +549,8 @@
}, },
{ {
"solarSystemName": "Manjonakko", "solarSystemName": "Manjonakko",
"x": "205", "x": 205,
"y": "195", "y": 195,
"security": 0.3347173713759986, "security": 0.3347173713759986,
"connectedSystems": [ "connectedSystems": [
"Uuna", "Uuna",
@@ -559,8 +559,8 @@
}, },
{ {
"solarSystemName": "W-4NUU", "solarSystemName": "W-4NUU",
"x": "285", "x": 285,
"y": "70", "y": 70,
"security": -0.02001883213499212, "security": -0.02001883213499212,
"connectedSystems": [ "connectedSystems": [
"6-4V20", "6-4V20",
@@ -569,8 +569,8 @@
}, },
{ {
"solarSystemName": "Ohbochi", "solarSystemName": "Ohbochi",
"x": "530", "x": 530,
"y": "185", "y": 185,
"security": 0.4109272722293859, "security": 0.4109272722293859,
"connectedSystems": [ "connectedSystems": [
"Elanoda", "Elanoda",
@@ -580,8 +580,8 @@
}, },
{ {
"solarSystemName": "Athounon", "solarSystemName": "Athounon",
"x": "579", "x": 579,
"y": "359", "y": 359,
"security": 0.07620591158878565, "security": 0.07620591158878565,
"connectedSystems": [ "connectedSystems": [
"Mercomesier", "Mercomesier",
@@ -590,8 +590,8 @@
}, },
{ {
"solarSystemName": "Aldranette", "solarSystemName": "Aldranette",
"x": "745", "x": 745,
"y": "560", "y": 560,
"security": 0.3675104837434901, "security": 0.3675104837434901,
"connectedSystems": [ "connectedSystems": [
"Vlillirier", "Vlillirier",
@@ -601,8 +601,8 @@
}, },
{ {
"solarSystemName": "Piak", "solarSystemName": "Piak",
"x": "790", "x": 790,
"y": "155", "y": 155,
"security": 0.7411521742777911, "security": 0.7411521742777911,
"connectedSystems": [ "connectedSystems": [
"Elonaya", "Elonaya",
@@ -612,8 +612,8 @@
}, },
{ {
"solarSystemName": "Oicx", "solarSystemName": "Oicx",
"x": "915", "x": 915,
"y": "25", "y": 25,
"security": 0.3300450347926329, "security": 0.3300450347926329,
"connectedSystems": [ "connectedSystems": [
"Vlillirier", "Vlillirier",

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "U-QMOA", "solarSystemName": "U-QMOA",
"x": "20", "x": 20,
"y": "210", "y": 210,
"security": -0.3097907558894293, "security": -0.3097907558894293,
"connectedSystems": [ "connectedSystems": [
"O-5TN1" "O-5TN1"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "O-5TN1", "solarSystemName": "O-5TN1",
"x": "70", "x": 70,
"y": "175", "y": 175,
"security": -0.4044791172851695, "security": -0.4044791172851695,
"connectedSystems": [ "connectedSystems": [
"I6-SYN", "I6-SYN",
@@ -20,8 +20,8 @@
}, },
{ {
"solarSystemName": "LMM7-L", "solarSystemName": "LMM7-L",
"x": "105", "x": 105,
"y": "335", "y": 335,
"security": -0.1932617773995348, "security": -0.1932617773995348,
"connectedSystems": [ "connectedSystems": [
"2-2EWC", "2-2EWC",
@@ -30,8 +30,8 @@
}, },
{ {
"solarSystemName": "IVP-KA", "solarSystemName": "IVP-KA",
"x": "105", "x": 105,
"y": "620", "y": 620,
"security": -0.0630877989118237, "security": -0.0630877989118237,
"connectedSystems": [ "connectedSystems": [
"W2T-TR", "W2T-TR",
@@ -40,8 +40,8 @@
}, },
{ {
"solarSystemName": "E1W-TB", "solarSystemName": "E1W-TB",
"x": "110", "x": 110,
"y": "285", "y": 285,
"security": -0.1933371163443711, "security": -0.1933371163443711,
"connectedSystems": [ "connectedSystems": [
"I6-SYN", "I6-SYN",
@@ -50,8 +50,8 @@
}, },
{ {
"solarSystemName": "2-2EWC", "solarSystemName": "2-2EWC",
"x": "125", "x": 125,
"y": "385", "y": 385,
"security": -0.1070951183760639, "security": -0.1070951183760639,
"connectedSystems": [ "connectedSystems": [
"Q-UEN6", "Q-UEN6",
@@ -61,8 +61,8 @@
}, },
{ {
"solarSystemName": "W2T-TR", "solarSystemName": "W2T-TR",
"x": "130", "x": 130,
"y": "570", "y": 570,
"security": -0.0502633485059043, "security": -0.0502633485059043,
"connectedSystems": [ "connectedSystems": [
"M-CNUD", "M-CNUD",
@@ -73,8 +73,8 @@
}, },
{ {
"solarSystemName": "I6-SYN", "solarSystemName": "I6-SYN",
"x": "135", "x": 135,
"y": "150", "y": 150,
"security": -0.3493166010410577, "security": -0.3493166010410577,
"connectedSystems": [ "connectedSystems": [
"E1W-TB", "E1W-TB",
@@ -85,8 +85,8 @@
}, },
{ {
"solarSystemName": "YE1-9S", "solarSystemName": "YE1-9S",
"x": "140", "x": 140,
"y": "525", "y": 525,
"security": -0.05054645275755076, "security": -0.05054645275755076,
"connectedSystems": [ "connectedSystems": [
"W2T-TR", "W2T-TR",
@@ -95,8 +95,8 @@
}, },
{ {
"solarSystemName": "Q-UEN6", "solarSystemName": "Q-UEN6",
"x": "145", "x": 145,
"y": "480", "y": 480,
"security": -0.05548692652132048, "security": -0.05548692652132048,
"connectedSystems": [ "connectedSystems": [
"2-2EWC", "2-2EWC",
@@ -106,8 +106,8 @@
}, },
{ {
"solarSystemName": "995-3G", "solarSystemName": "995-3G",
"x": "195", "x": 195,
"y": "405", "y": 405,
"security": -0.08702030249378157, "security": -0.08702030249378157,
"connectedSystems": [ "connectedSystems": [
"2-2EWC", "2-2EWC",
@@ -116,8 +116,8 @@
}, },
{ {
"solarSystemName": "VK-A5G", "solarSystemName": "VK-A5G",
"x": "215", "x": 215,
"y": "130", "y": 130,
"security": -0.5608118176835264, "security": -0.5608118176835264,
"connectedSystems": [ "connectedSystems": [
"B-T6BT", "B-T6BT",
@@ -126,8 +126,8 @@
}, },
{ {
"solarSystemName": "04EI-U", "solarSystemName": "04EI-U",
"x": "225", "x": 225,
"y": "610", "y": 610,
"security": -0.07727347435456167, "security": -0.07727347435456167,
"connectedSystems": [ "connectedSystems": [
"W2T-TR", "W2T-TR",
@@ -136,8 +136,8 @@
}, },
{ {
"solarSystemName": "M-CNUD", "solarSystemName": "M-CNUD",
"x": "240", "x": 240,
"y": "550", "y": 550,
"security": -0.04340310635271516, "security": -0.04340310635271516,
"connectedSystems": [ "connectedSystems": [
"W2T-TR", "W2T-TR",
@@ -147,8 +147,8 @@
}, },
{ {
"solarSystemName": "BLMX-B", "solarSystemName": "BLMX-B",
"x": "245", "x": 245,
"y": "490", "y": 490,
"security": -0.03230071991810524, "security": -0.03230071991810524,
"connectedSystems": [ "connectedSystems": [
"Q-UEN6", "Q-UEN6",
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "D-6H64", "solarSystemName": "D-6H64",
"x": "275", "x": 275,
"y": "400", "y": 400,
"security": -0.06338869886627085, "security": -0.06338869886627085,
"connectedSystems": [ "connectedSystems": [
"8-BIE3", "8-BIE3",
@@ -168,8 +168,8 @@
}, },
{ {
"solarSystemName": "B-T6BT", "solarSystemName": "B-T6BT",
"x": "285", "x": 285,
"y": "130", "y": 130,
"security": -0.9010969141220727, "security": -0.9010969141220727,
"connectedSystems": [ "connectedSystems": [
"VK-A5G", "VK-A5G",
@@ -179,8 +179,8 @@
}, },
{ {
"solarSystemName": "8-SPNN", "solarSystemName": "8-SPNN",
"x": "300", "x": 300,
"y": "85", "y": 85,
"security": -0.952164152232162, "security": -0.952164152232162,
"connectedSystems": [ "connectedSystems": [
"B-T6BT", "B-T6BT",
@@ -189,8 +189,8 @@
}, },
{ {
"solarSystemName": "JNG7-K", "solarSystemName": "JNG7-K",
"x": "325", "x": 325,
"y": "35", "y": 35,
"security": -0.302369984, "security": -0.302369984,
"connectedSystems": [ "connectedSystems": [
"VX1-HV", "VX1-HV",
@@ -200,8 +200,8 @@
}, },
{ {
"solarSystemName": "8-BIE3", "solarSystemName": "8-BIE3",
"x": "330", "x": 330,
"y": "375", "y": 375,
"security": -0.07609543140447905, "security": -0.07609543140447905,
"connectedSystems": [ "connectedSystems": [
"D-6H64", "D-6H64",
@@ -210,8 +210,8 @@
}, },
{ {
"solarSystemName": "K-RMI5", "solarSystemName": "K-RMI5",
"x": "365", "x": 365,
"y": "240", "y": 240,
"security": -0.100320876795382, "security": -0.100320876795382,
"connectedSystems": [ "connectedSystems": [
"4S0-NP", "4S0-NP",
@@ -221,8 +221,8 @@
}, },
{ {
"solarSystemName": "4S0-NP", "solarSystemName": "4S0-NP",
"x": "365", "x": 365,
"y": "290", "y": 290,
"security": -0.08260341513017899, "security": -0.08260341513017899,
"connectedSystems": [ "connectedSystems": [
"8-BIE3", "8-BIE3",
@@ -231,8 +231,8 @@
}, },
{ {
"solarSystemName": "5LAJ-8", "solarSystemName": "5LAJ-8",
"x": "405", "x": 405,
"y": "30", "y": 30,
"security": -0.196860708, "security": -0.196860708,
"connectedSystems": [ "connectedSystems": [
"HIK-MC", "HIK-MC",
@@ -242,8 +242,8 @@
}, },
{ {
"solarSystemName": "C-6YHJ", "solarSystemName": "C-6YHJ",
"x": "435", "x": 435,
"y": "240", "y": 240,
"security": -0.1293951707527842, "security": -0.1293951707527842,
"connectedSystems": [ "connectedSystems": [
"K-RMI5", "K-RMI5",
@@ -253,8 +253,8 @@
}, },
{ {
"solarSystemName": "M53-1V", "solarSystemName": "M53-1V",
"x": "470", "x": 470,
"y": "195", "y": 195,
"security": -0.1921027022239121, "security": -0.1921027022239121,
"connectedSystems": [ "connectedSystems": [
"C-6YHJ", "C-6YHJ",
@@ -263,8 +263,8 @@
}, },
{ {
"solarSystemName": "I-2705", "solarSystemName": "I-2705",
"x": "470", "x": 470,
"y": "285", "y": 285,
"security": -0.09067345182967623, "security": -0.09067345182967623,
"connectedSystems": [ "connectedSystems": [
"C-6YHJ", "C-6YHJ",
@@ -273,8 +273,8 @@
}, },
{ {
"solarSystemName": "E5T-CS", "solarSystemName": "E5T-CS",
"x": "505", "x": 505,
"y": "240", "y": 240,
"security": -0.1971987061964969, "security": -0.1971987061964969,
"connectedSystems": [ "connectedSystems": [
"M53-1V", "M53-1V",
@@ -284,8 +284,8 @@
}, },
{ {
"solarSystemName": "GF-GR7", "solarSystemName": "GF-GR7",
"x": "550", "x": 550,
"y": "25", "y": 25,
"security": -0.104726179, "security": -0.104726179,
"connectedSystems": [ "connectedSystems": [
"B9EA-G", "B9EA-G",
@@ -296,8 +296,8 @@
}, },
{ {
"solarSystemName": "W4C8-Q", "solarSystemName": "W4C8-Q",
"x": "580", "x": 580,
"y": "240", "y": 240,
"security": -0.2721625932036238, "security": -0.2721625932036238,
"connectedSystems": [ "connectedSystems": [
"E5T-CS", "E5T-CS",
@@ -306,8 +306,8 @@
}, },
{ {
"solarSystemName": "8-VC6H", "solarSystemName": "8-VC6H",
"x": "600", "x": 600,
"y": "545", "y": 545,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"4YO-QK", "4YO-QK",
@@ -316,8 +316,8 @@
}, },
{ {
"solarSystemName": "0LY-W1", "solarSystemName": "0LY-W1",
"x": "605", "x": 605,
"y": "455", "y": 455,
"security": -0.5500394384713057, "security": -0.5500394384713057,
"connectedSystems": [ "connectedSystems": [
"BTLH-I" "BTLH-I"
@@ -325,8 +325,8 @@
}, },
{ {
"solarSystemName": "DVN6-0", "solarSystemName": "DVN6-0",
"x": "625", "x": 625,
"y": "30", "y": 30,
"security": -0.109999248, "security": -0.109999248,
"connectedSystems": [ "connectedSystems": [
"GF-GR7", "GF-GR7",
@@ -336,8 +336,8 @@
}, },
{ {
"solarSystemName": "5F-MG1", "solarSystemName": "5F-MG1",
"x": "670", "x": 670,
"y": "290", "y": 290,
"security": -0.3149895336513341, "security": -0.3149895336513341,
"connectedSystems": [ "connectedSystems": [
"W4C8-Q", "W4C8-Q",
@@ -346,8 +346,8 @@
}, },
{ {
"solarSystemName": "BTLH-I", "solarSystemName": "BTLH-I",
"x": "670", "x": 670,
"y": "455", "y": 455,
"security": -0.6291512729745483, "security": -0.6291512729745483,
"connectedSystems": [ "connectedSystems": [
"NIF-JE", "NIF-JE",
@@ -357,8 +357,8 @@
}, },
{ {
"solarSystemName": "U93O-A", "solarSystemName": "U93O-A",
"x": "670", "x": 670,
"y": "505", "y": 505,
"security": -0.842993300166003, "security": -0.842993300166003,
"connectedSystems": [ "connectedSystems": [
"BTLH-I", "BTLH-I",
@@ -367,8 +367,8 @@
}, },
{ {
"solarSystemName": "4YO-QK", "solarSystemName": "4YO-QK",
"x": "670", "x": 670,
"y": "555", "y": 555,
"security": -0.9061297147447775, "security": -0.9061297147447775,
"connectedSystems": [ "connectedSystems": [
"U93O-A", "U93O-A",
@@ -378,8 +378,8 @@
}, },
{ {
"solarSystemName": "8OYE-Z", "solarSystemName": "8OYE-Z",
"x": "695", "x": 695,
"y": "65", "y": 65,
"security": -0.5344909786812211, "security": -0.5344909786812211,
"connectedSystems": [ "connectedSystems": [
"NG-M8K", "NG-M8K",
@@ -388,8 +388,8 @@
}, },
{ {
"solarSystemName": "LJ-RJK", "solarSystemName": "LJ-RJK",
"x": "735", "x": 735,
"y": "590", "y": 590,
"security": -0.8828175102311439, "security": -0.8828175102311439,
"connectedSystems": [ "connectedSystems": [
"4YO-QK", "4YO-QK",
@@ -398,8 +398,8 @@
}, },
{ {
"solarSystemName": "NG-M8K", "solarSystemName": "NG-M8K",
"x": "740", "x": 740,
"y": "100", "y": 100,
"security": -0.909781935292084, "security": -0.909781935292084,
"connectedSystems": [ "connectedSystems": [
"LQ-01M", "LQ-01M",
@@ -409,8 +409,8 @@
}, },
{ {
"solarSystemName": "LQ-01M", "solarSystemName": "LQ-01M",
"x": "740", "x": 740,
"y": "145", "y": 145,
"security": -0.5795548658688002, "security": -0.5795548658688002,
"connectedSystems": [ "connectedSystems": [
"M-MCP8", "M-MCP8",
@@ -420,8 +420,8 @@
}, },
{ {
"solarSystemName": "M-MCP8", "solarSystemName": "M-MCP8",
"x": "740", "x": 740,
"y": "245", "y": 245,
"security": -0.3857152494706989, "security": -0.3857152494706989,
"connectedSystems": [ "connectedSystems": [
"P7-45V", "P7-45V",
@@ -431,8 +431,8 @@
}, },
{ {
"solarSystemName": "P7-45V", "solarSystemName": "P7-45V",
"x": "740", "x": 740,
"y": "290", "y": 290,
"security": -0.3385785677245056, "security": -0.3385785677245056,
"connectedSystems": [ "connectedSystems": [
"5F-MG1", "5F-MG1",
@@ -443,8 +443,8 @@
}, },
{ {
"solarSystemName": "JZ-B5Y", "solarSystemName": "JZ-B5Y",
"x": "740", "x": 740,
"y": "335", "y": 335,
"security": -0.3889556008238376, "security": -0.3889556008238376,
"connectedSystems": [ "connectedSystems": [
"P7-45V", "P7-45V",
@@ -453,8 +453,8 @@
}, },
{ {
"solarSystemName": "NIF-JE", "solarSystemName": "NIF-JE",
"x": "740", "x": 740,
"y": "380", "y": 380,
"security": -0.6150638433308662, "security": -0.6150638433308662,
"connectedSystems": [ "connectedSystems": [
"JZ-B5Y", "JZ-B5Y",
@@ -463,8 +463,8 @@
}, },
{ {
"solarSystemName": "K85Y-6", "solarSystemName": "K85Y-6",
"x": "800", "x": 800,
"y": "70", "y": 70,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"NG-M8K", "NG-M8K",
@@ -473,8 +473,8 @@
}, },
{ {
"solarSystemName": "TPG-DD", "solarSystemName": "TPG-DD",
"x": "815", "x": 815,
"y": "270", "y": 270,
"security": -0.3035746736139761, "security": -0.3035746736139761,
"connectedSystems": [ "connectedSystems": [
"P7-45V", "P7-45V",
@@ -483,8 +483,8 @@
}, },
{ {
"solarSystemName": "RV5-TT", "solarSystemName": "RV5-TT",
"x": "820", "x": 820,
"y": "145", "y": 145,
"security": -0.3723657989861278, "security": -0.3723657989861278,
"connectedSystems": [ "connectedSystems": [
"LQ-01M", "LQ-01M",
@@ -493,8 +493,8 @@
}, },
{ {
"solarSystemName": "PKN-NJ", "solarSystemName": "PKN-NJ",
"x": "900", "x": 900,
"y": "145", "y": 145,
"security": -0.2606331827376328, "security": -0.2606331827376328,
"connectedSystems": [ "connectedSystems": [
"RV5-TT", "RV5-TT",
@@ -503,8 +503,8 @@
}, },
{ {
"solarSystemName": "K-IYNW", "solarSystemName": "K-IYNW",
"x": "50", "x": 50,
"y": "70", "y": 70,
"security": -0.1234021233333819, "security": -0.1234021233333819,
"connectedSystems": [ "connectedSystems": [
"M9U-75", "M9U-75",
@@ -514,8 +514,8 @@
}, },
{ {
"solarSystemName": "5-2PQU", "solarSystemName": "5-2PQU",
"x": "60", "x": 60,
"y": "685", "y": 685,
"security": -0.08096009412649185, "security": -0.08096009412649185,
"connectedSystems": [ "connectedSystems": [
"2JT-3Q", "2JT-3Q",
@@ -526,8 +526,8 @@
}, },
{ {
"solarSystemName": "VX1-HV", "solarSystemName": "VX1-HV",
"x": "250", "x": 250,
"y": "10", "y": 10,
"security": -0.302375747, "security": -0.302375747,
"connectedSystems": [ "connectedSystems": [
"QQGH-G", "QQGH-G",
@@ -538,8 +538,8 @@
}, },
{ {
"solarSystemName": "C1G-XC", "solarSystemName": "C1G-XC",
"x": "385", "x": 385,
"y": "525", "y": 525,
"security": -0.5640370413560221, "security": -0.5640370413560221,
"connectedSystems": [ "connectedSystems": [
"4LB-EL", "4LB-EL",
@@ -550,8 +550,8 @@
}, },
{ {
"solarSystemName": "HIK-MC", "solarSystemName": "HIK-MC",
"x": "410", "x": 410,
"y": "70", "y": 70,
"security": -0.353683806, "security": -0.353683806,
"connectedSystems": [ "connectedSystems": [
"L-WG68", "L-WG68",
@@ -562,8 +562,8 @@
}, },
{ {
"solarSystemName": "3-0FYP", "solarSystemName": "3-0FYP",
"x": "470", "x": 470,
"y": "535", "y": 535,
"security": -0.4918123009961911, "security": -0.4918123009961911,
"connectedSystems": [ "connectedSystems": [
"C1G-XC", "C1G-XC",
@@ -572,8 +572,8 @@
}, },
{ {
"solarSystemName": "B9EA-G", "solarSystemName": "B9EA-G",
"x": "475", "x": 475,
"y": "25", "y": 25,
"security": -0.194869134, "security": -0.194869134,
"connectedSystems": [ "connectedSystems": [
"E4-E8W", "E4-E8W",
@@ -583,8 +583,8 @@
}, },
{ {
"solarSystemName": "HPMN-V", "solarSystemName": "HPMN-V",
"x": "505", "x": 505,
"y": "70", "y": 70,
"security": -0.092647534, "security": -0.092647534,
"connectedSystems": [ "connectedSystems": [
"GF-GR7", "GF-GR7",
@@ -594,8 +594,8 @@
}, },
{ {
"solarSystemName": "Z19-B8", "solarSystemName": "Z19-B8",
"x": "585", "x": 585,
"y": "70", "y": 70,
"security": -0.072118831, "security": -0.072118831,
"connectedSystems": [ "connectedSystems": [
"GF-GR7", "GF-GR7",
@@ -605,8 +605,8 @@
}, },
{ {
"solarSystemName": "U1-VHY", "solarSystemName": "U1-VHY",
"x": "695", "x": 695,
"y": "10", "y": 10,
"security": -0.112325043, "security": -0.112325043,
"connectedSystems": [ "connectedSystems": [
"DVN6-0" "DVN6-0"
@@ -614,8 +614,8 @@
}, },
{ {
"solarSystemName": "RT64-C", "solarSystemName": "RT64-C",
"x": "735", "x": 735,
"y": "640", "y": 640,
"security": -0.234027985, "security": -0.234027985,
"connectedSystems": [ "connectedSystems": [
"QG3-Z0", "QG3-Z0",
@@ -624,8 +624,8 @@
}, },
{ {
"solarSystemName": "LTT-AP", "solarSystemName": "LTT-AP",
"x": "800", "x": 800,
"y": "25", "y": 25,
"security": -0.087988692, "security": -0.087988692,
"connectedSystems": [ "connectedSystems": [
"YC-ANK", "YC-ANK",
@@ -634,8 +634,8 @@
}, },
{ {
"solarSystemName": "XUPK-Z", "solarSystemName": "XUPK-Z",
"x": "900", "x": 900,
"y": "195", "y": 195,
"security": -0.177313464, "security": -0.177313464,
"connectedSystems": [ "connectedSystems": [
"O-O2GN", "O-O2GN",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "42SU-L", "solarSystemName": "42SU-L",
"x": "10", "x": 10,
"y": "145", "y": 145,
"security": -0.8094543824076506, "security": -0.8094543824076506,
"connectedSystems": [ "connectedSystems": [
"MO-YDG" "MO-YDG"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "Q-VTWJ", "solarSystemName": "Q-VTWJ",
"x": "65", "x": 65,
"y": "125", "y": 125,
"security": -0.9357041395510824, "security": -0.9357041395510824,
"connectedSystems": [ "connectedSystems": [
"MO-YDG" "MO-YDG"
@@ -19,8 +19,8 @@
}, },
{ {
"solarSystemName": "MO-YDG", "solarSystemName": "MO-YDG",
"x": "70", "x": 70,
"y": "165", "y": 165,
"security": -0.9072899377263395, "security": -0.9072899377263395,
"connectedSystems": [ "connectedSystems": [
"D9Z-VY", "D9Z-VY",
@@ -30,8 +30,8 @@
}, },
{ {
"solarSystemName": "J-A5QD", "solarSystemName": "J-A5QD",
"x": "85", "x": 85,
"y": "630", "y": 630,
"security": -0.4545159107954133, "security": -0.4545159107954133,
"connectedSystems": [ "connectedSystems": [
"FV-YEA", "FV-YEA",
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "FV-YEA", "solarSystemName": "FV-YEA",
"x": "90", "x": 90,
"y": "695", "y": 695,
"security": -0.4601063389879359, "security": -0.4601063389879359,
"connectedSystems": [ "connectedSystems": [
"R8WV-7", "R8WV-7",
@@ -52,8 +52,8 @@
}, },
{ {
"solarSystemName": "HB-5L3", "solarSystemName": "HB-5L3",
"x": "95", "x": 95,
"y": "45", "y": 45,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"VY-866", "VY-866",
@@ -62,8 +62,8 @@
}, },
{ {
"solarSystemName": "EJ-5X2", "solarSystemName": "EJ-5X2",
"x": "110", "x": 110,
"y": "375", "y": 375,
"security": -0.2603449360071101, "security": -0.2603449360071101,
"connectedSystems": [ "connectedSystems": [
"L-Z9NB", "L-Z9NB",
@@ -72,8 +72,8 @@
}, },
{ {
"solarSystemName": "5-3722", "solarSystemName": "5-3722",
"x": "130", "x": 130,
"y": "570", "y": 570,
"security": -0.4727727011475618, "security": -0.4727727011475618,
"connectedSystems": [ "connectedSystems": [
"J-A5QD", "J-A5QD",
@@ -82,8 +82,8 @@
}, },
{ {
"solarSystemName": "VY-866", "solarSystemName": "VY-866",
"x": "135", "x": 135,
"y": "90", "y": 90,
"security": -0.9865672686576988, "security": -0.9865672686576988,
"connectedSystems": [ "connectedSystems": [
"RGU1-T", "RGU1-T",
@@ -92,8 +92,8 @@
}, },
{ {
"solarSystemName": "D9Z-VY", "solarSystemName": "D9Z-VY",
"x": "135", "x": 135,
"y": "205", "y": 205,
"security": -0.7040232114078424, "security": -0.7040232114078424,
"connectedSystems": [ "connectedSystems": [
"4LNE-M", "4LNE-M",
@@ -103,8 +103,8 @@
}, },
{ {
"solarSystemName": "RGU1-T", "solarSystemName": "RGU1-T",
"x": "150", "x": 150,
"y": "140", "y": 140,
"security": -0.8883792564879458, "security": -0.8883792564879458,
"connectedSystems": [ "connectedSystems": [
"D9Z-VY", "D9Z-VY",
@@ -114,8 +114,8 @@
}, },
{ {
"solarSystemName": "SK7-G6", "solarSystemName": "SK7-G6",
"x": "185", "x": 185,
"y": "685", "y": 685,
"security": -0.392599512892519, "security": -0.392599512892519,
"connectedSystems": [ "connectedSystems": [
"FV-YEA", "FV-YEA",
@@ -126,8 +126,8 @@
}, },
{ {
"solarSystemName": "L-Z9NB", "solarSystemName": "L-Z9NB",
"x": "195", "x": 195,
"y": "380", "y": 380,
"security": -0.4558736005910863, "security": -0.4558736005910863,
"connectedSystems": [ "connectedSystems": [
"U6R-F9", "U6R-F9",
@@ -137,8 +137,8 @@
}, },
{ {
"solarSystemName": "4LNE-M", "solarSystemName": "4LNE-M",
"x": "200", "x": 200,
"y": "335", "y": 335,
"security": -0.5669175313278483, "security": -0.5669175313278483,
"connectedSystems": [ "connectedSystems": [
"L-Z9NB", "L-Z9NB",
@@ -149,8 +149,8 @@
}, },
{ {
"solarSystemName": "1GT-MA", "solarSystemName": "1GT-MA",
"x": "220", "x": 220,
"y": "125", "y": 125,
"security": -0.825312911898187, "security": -0.825312911898187,
"connectedSystems": [ "connectedSystems": [
"RGU1-T" "RGU1-T"
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "BI0Y-X", "solarSystemName": "BI0Y-X",
"x": "220", "x": 220,
"y": "625", "y": 625,
"security": -0.4558113396949254, "security": -0.4558113396949254,
"connectedSystems": [ "connectedSystems": [
"J-A5QD", "J-A5QD",
@@ -169,8 +169,8 @@
}, },
{ {
"solarSystemName": "DK0-N8", "solarSystemName": "DK0-N8",
"x": "230", "x": 230,
"y": "260", "y": 260,
"security": -0.4569599208960238, "security": -0.4569599208960238,
"connectedSystems": [ "connectedSystems": [
"4LNE-M", "4LNE-M",
@@ -179,8 +179,8 @@
}, },
{ {
"solarSystemName": "4T-VDE", "solarSystemName": "4T-VDE",
"x": "255", "x": 255,
"y": "165", "y": 165,
"security": -0.3324635024280316, "security": -0.3324635024280316,
"connectedSystems": [ "connectedSystems": [
"J-QOKQ" "J-QOKQ"
@@ -188,8 +188,8 @@
}, },
{ {
"solarSystemName": "HXK-J6", "solarSystemName": "HXK-J6",
"x": "275", "x": 275,
"y": "300", "y": 300,
"security": -0.5658051324954598, "security": -0.5658051324954598,
"connectedSystems": [ "connectedSystems": [
"U6R-F9", "U6R-F9",
@@ -198,8 +198,8 @@
}, },
{ {
"solarSystemName": "U6R-F9", "solarSystemName": "U6R-F9",
"x": "275", "x": 275,
"y": "350", "y": 350,
"security": -0.479750655878828, "security": -0.479750655878828,
"connectedSystems": [ "connectedSystems": [
"CUT-0V", "CUT-0V",
@@ -209,8 +209,8 @@
}, },
{ {
"solarSystemName": "4-PCHD", "solarSystemName": "4-PCHD",
"x": "275", "x": 275,
"y": "680", "y": 680,
"security": -0.4404285242058794, "security": -0.4404285242058794,
"connectedSystems": [ "connectedSystems": [
"SK7-G6", "SK7-G6",
@@ -219,8 +219,8 @@
}, },
{ {
"solarSystemName": "VEQ-3V", "solarSystemName": "VEQ-3V",
"x": "305", "x": 305,
"y": "35", "y": 35,
"security": -0.6751785614806416, "security": -0.6751785614806416,
"connectedSystems": [ "connectedSystems": [
"E-EFAM" "E-EFAM"
@@ -228,8 +228,8 @@
}, },
{ {
"solarSystemName": "GQLB-V", "solarSystemName": "GQLB-V",
"x": "350", "x": 350,
"y": "600", "y": 600,
"security": -0.4155518749078542, "security": -0.4155518749078542,
"connectedSystems": [ "connectedSystems": [
"4-PCHD", "4-PCHD",
@@ -239,8 +239,8 @@
}, },
{ {
"solarSystemName": "J-QOKQ", "solarSystemName": "J-QOKQ",
"x": "355", "x": 355,
"y": "175", "y": 175,
"security": -0.3169780916041168, "security": -0.3169780916041168,
"connectedSystems": [ "connectedSystems": [
"DK0-N8", "DK0-N8",
@@ -251,8 +251,8 @@
}, },
{ {
"solarSystemName": "YVSL-2", "solarSystemName": "YVSL-2",
"x": "355", "x": 355,
"y": "545", "y": 545,
"security": -0.3137318517199542, "security": -0.3137318517199542,
"connectedSystems": [ "connectedSystems": [
"9KE-IT" "9KE-IT"
@@ -260,8 +260,8 @@
}, },
{ {
"solarSystemName": "E-EFAM", "solarSystemName": "E-EFAM",
"x": "365", "x": 365,
"y": "80", "y": 80,
"security": -0.3580586129416495, "security": -0.3580586129416495,
"connectedSystems": [ "connectedSystems": [
"4GSZ-1", "4GSZ-1",
@@ -271,8 +271,8 @@
}, },
{ {
"solarSystemName": "4GSZ-1", "solarSystemName": "4GSZ-1",
"x": "365", "x": 365,
"y": "120", "y": 120,
"security": -0.3681830431479177, "security": -0.3681830431479177,
"connectedSystems": [ "connectedSystems": [
"J-QOKQ", "J-QOKQ",
@@ -281,8 +281,8 @@
}, },
{ {
"solarSystemName": "ETXT-F", "solarSystemName": "ETXT-F",
"x": "365", "x": 365,
"y": "435", "y": 435,
"security": -0.6027788590393616, "security": -0.6027788590393616,
"connectedSystems": [ "connectedSystems": [
"H23-B5", "H23-B5",
@@ -292,8 +292,8 @@
}, },
{ {
"solarSystemName": "SBEN-Q", "solarSystemName": "SBEN-Q",
"x": "415", "x": 415,
"y": "25", "y": 25,
"security": -0.2168391062785832, "security": -0.2168391062785832,
"connectedSystems": [ "connectedSystems": [
"E-EFAM" "E-EFAM"
@@ -301,8 +301,8 @@
}, },
{ {
"solarSystemName": "X-41DA", "solarSystemName": "X-41DA",
"x": "425", "x": 425,
"y": "685", "y": 685,
"security": -0.3223264288051507, "security": -0.3223264288051507,
"connectedSystems": [ "connectedSystems": [
"P-NRD3" "P-NRD3"
@@ -310,8 +310,8 @@
}, },
{ {
"solarSystemName": "A-0IIQ", "solarSystemName": "A-0IIQ",
"x": "430", "x": 430,
"y": "490", "y": 490,
"security": -0.4017153696965976, "security": -0.4017153696965976,
"connectedSystems": [ "connectedSystems": [
"I-CMZA", "I-CMZA",
@@ -324,8 +324,8 @@
}, },
{ {
"solarSystemName": "9KE-IT", "solarSystemName": "9KE-IT",
"x": "430", "x": 430,
"y": "555", "y": 555,
"security": -0.4550339654929, "security": -0.4550339654929,
"connectedSystems": [ "connectedSystems": [
"GQLB-V", "GQLB-V",
@@ -336,8 +336,8 @@
}, },
{ {
"solarSystemName": "5E-EZC", "solarSystemName": "5E-EZC",
"x": "435", "x": 435,
"y": "600", "y": 600,
"security": -0.4347218954654916, "security": -0.4347218954654916,
"connectedSystems": [ "connectedSystems": [
"GQLB-V", "GQLB-V",
@@ -348,8 +348,8 @@
}, },
{ {
"solarSystemName": "H23-B5", "solarSystemName": "H23-B5",
"x": "440", "x": 440,
"y": "385", "y": 385,
"security": -0.3178739379376478, "security": -0.3178739379376478,
"connectedSystems": [ "connectedSystems": [
"I-CMZA", "I-CMZA",
@@ -361,8 +361,8 @@
}, },
{ {
"solarSystemName": "9-7SRQ", "solarSystemName": "9-7SRQ",
"x": "445", "x": 445,
"y": "145", "y": 145,
"security": -0.2282773755632893, "security": -0.2282773755632893,
"connectedSystems": [ "connectedSystems": [
"J-QOKQ" "J-QOKQ"
@@ -370,8 +370,8 @@
}, },
{ {
"solarSystemName": "O-F4SN", "solarSystemName": "O-F4SN",
"x": "448", "x": 448,
"y": "310", "y": 310,
"security": -0.1689331785349186, "security": -0.1689331785349186,
"connectedSystems": [ "connectedSystems": [
"QT-EBC" "QT-EBC"
@@ -379,8 +379,8 @@
}, },
{ {
"solarSystemName": "P-NRD3", "solarSystemName": "P-NRD3",
"x": "460", "x": 460,
"y": "650", "y": 650,
"security": -0.2335844503482766, "security": -0.2335844503482766,
"connectedSystems": [ "connectedSystems": [
"5E-EZC", "5E-EZC",
@@ -390,8 +390,8 @@
}, },
{ {
"solarSystemName": "E-BYOS", "solarSystemName": "E-BYOS",
"x": "475", "x": 475,
"y": "425", "y": 425,
"security": -0.2833695782779959, "security": -0.2833695782779959,
"connectedSystems": [ "connectedSystems": [
"I-CMZA", "I-CMZA",
@@ -403,8 +403,8 @@
}, },
{ {
"solarSystemName": "9-WEMC", "solarSystemName": "9-WEMC",
"x": "505", "x": 505,
"y": "195", "y": 195,
"security": -0.4332698850887559, "security": -0.4332698850887559,
"connectedSystems": [ "connectedSystems": [
"CUT-0V", "CUT-0V",
@@ -413,8 +413,8 @@
}, },
{ {
"solarSystemName": "CUT-0V", "solarSystemName": "CUT-0V",
"x": "505", "x": 505,
"y": "235", "y": 235,
"security": -0.3311127013506665, "security": -0.3311127013506665,
"connectedSystems": [ "connectedSystems": [
"QT-EBC", "QT-EBC",
@@ -425,8 +425,8 @@
}, },
{ {
"solarSystemName": "S-W8CF", "solarSystemName": "S-W8CF",
"x": "510", "x": 510,
"y": "575", "y": 575,
"security": -0.6364837514265569, "security": -0.6364837514265569,
"connectedSystems": [ "connectedSystems": [
"5E-EZC", "5E-EZC",
@@ -435,8 +435,8 @@
}, },
{ {
"solarSystemName": "U9SE-N", "solarSystemName": "U9SE-N",
"x": "515", "x": 515,
"y": "685", "y": 685,
"security": -0.288794168, "security": -0.288794168,
"connectedSystems": [ "connectedSystems": [
"SON-TW", "SON-TW",
@@ -445,8 +445,8 @@
}, },
{ {
"solarSystemName": "QT-EBC", "solarSystemName": "QT-EBC",
"x": "520", "x": 520,
"y": "285", "y": 285,
"security": -0.1373404966938315, "security": -0.1373404966938315,
"connectedSystems": [ "connectedSystems": [
"VAF1-P", "VAF1-P",
@@ -457,8 +457,8 @@
}, },
{ {
"solarSystemName": "VAF1-P", "solarSystemName": "VAF1-P",
"x": "525", "x": 525,
"y": "325", "y": 325,
"security": -0.1004116842834715, "security": -0.1004116842834715,
"connectedSystems": [ "connectedSystems": [
"H23-B5", "H23-B5",
@@ -468,8 +468,8 @@
}, },
{ {
"solarSystemName": "CBY8-J", "solarSystemName": "CBY8-J",
"x": "555", "x": 555,
"y": "455", "y": 455,
"security": -0.296495884977526, "security": -0.296495884977526,
"connectedSystems": [ "connectedSystems": [
"I-CMZA", "I-CMZA",
@@ -479,8 +479,8 @@
}, },
{ {
"solarSystemName": "Y-RAW3", "solarSystemName": "Y-RAW3",
"x": "565", "x": 565,
"y": "525", "y": 525,
"security": -0.4730139721867221, "security": -0.4730139721867221,
"connectedSystems": [ "connectedSystems": [
"9KE-IT", "9KE-IT",
@@ -493,8 +493,8 @@
}, },
{ {
"solarSystemName": "I-CMZA", "solarSystemName": "I-CMZA",
"x": "580", "x": 580,
"y": "395", "y": 395,
"security": -0.3090228665624666, "security": -0.3090228665624666,
"connectedSystems": [ "connectedSystems": [
"5E6I-W", "5E6I-W",
@@ -506,8 +506,8 @@
}, },
{ {
"solarSystemName": "FV1-RQ", "solarSystemName": "FV1-RQ",
"x": "595", "x": 595,
"y": "300", "y": 300,
"security": -0.08617618924286996, "security": -0.08617618924286996,
"connectedSystems": [ "connectedSystems": [
"VAF1-P", "VAF1-P",
@@ -516,8 +516,8 @@
}, },
{ {
"solarSystemName": "XXZ-3W", "solarSystemName": "XXZ-3W",
"x": "595", "x": 595,
"y": "595", "y": 595,
"security": -0.822776247, "security": -0.822776247,
"connectedSystems": [ "connectedSystems": [
"SON-TW", "SON-TW",
@@ -526,8 +526,8 @@
}, },
{ {
"solarSystemName": "SON-TW", "solarSystemName": "SON-TW",
"x": "595", "x": 595,
"y": "675", "y": 675,
"security": -0.431835634, "security": -0.431835634,
"connectedSystems": [ "connectedSystems": [
"XEF6-Z", "XEF6-Z",
@@ -537,8 +537,8 @@
}, },
{ {
"solarSystemName": "0B-VOJ", "solarSystemName": "0B-VOJ",
"x": "675", "x": 675,
"y": "20", "y": 20,
"security": -0.5586921452377778, "security": -0.5586921452377778,
"connectedSystems": [ "connectedSystems": [
"E0DR-G" "E0DR-G"
@@ -546,8 +546,8 @@
}, },
{ {
"solarSystemName": "E0DR-G", "solarSystemName": "E0DR-G",
"x": "675", "x": 675,
"y": "95", "y": 95,
"security": -0.5010299747649564, "security": -0.5010299747649564,
"connectedSystems": [ "connectedSystems": [
"9-WEMC", "9-WEMC",
@@ -557,8 +557,8 @@
}, },
{ {
"solarSystemName": "4A-6NI", "solarSystemName": "4A-6NI",
"x": "680", "x": 680,
"y": "640", "y": 640,
"security": -0.7993413420956879, "security": -0.7993413420956879,
"connectedSystems": [ "connectedSystems": [
"MK-YNM", "MK-YNM",
@@ -567,8 +567,8 @@
}, },
{ {
"solarSystemName": "5E6I-W", "solarSystemName": "5E6I-W",
"x": "685", "x": 685,
"y": "425", "y": 425,
"security": -0.4327660808599169, "security": -0.4327660808599169,
"connectedSystems": [ "connectedSystems": [
"Y-RAW3", "Y-RAW3",
@@ -578,8 +578,8 @@
}, },
{ {
"solarSystemName": "KIG9-K", "solarSystemName": "KIG9-K",
"x": "700", "x": 700,
"y": "560", "y": 560,
"security": -0.5002432257828779, "security": -0.5002432257828779,
"connectedSystems": [ "connectedSystems": [
"Y-RAW3", "Y-RAW3",
@@ -588,8 +588,8 @@
}, },
{ {
"solarSystemName": "E-B957", "solarSystemName": "E-B957",
"x": "720", "x": 720,
"y": "680", "y": 680,
"security": -0.7067651615313716, "security": -0.7067651615313716,
"connectedSystems": [ "connectedSystems": [
"2-9Z6V", "2-9Z6V",
@@ -598,8 +598,8 @@
}, },
{ {
"solarSystemName": "B-U299", "solarSystemName": "B-U299",
"x": "730", "x": 730,
"y": "245", "y": 245,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"5ED-4E", "5ED-4E",
@@ -608,8 +608,8 @@
}, },
{ {
"solarSystemName": "MK-YNM", "solarSystemName": "MK-YNM",
"x": "730", "x": 730,
"y": "605", "y": 605,
"security": -0.6873671860679774, "security": -0.6873671860679774,
"connectedSystems": [ "connectedSystems": [
"KIG9-K", "KIG9-K",
@@ -620,8 +620,8 @@
}, },
{ {
"solarSystemName": "CHP-76", "solarSystemName": "CHP-76",
"x": "765", "x": 765,
"y": "20", "y": 20,
"security": -0.8928760409668915, "security": -0.8928760409668915,
"connectedSystems": [ "connectedSystems": [
"KI2-S3", "KI2-S3",
@@ -631,8 +631,8 @@
}, },
{ {
"solarSystemName": "KI2-S3", "solarSystemName": "KI2-S3",
"x": "765", "x": 765,
"y": "95", "y": 95,
"security": -0.7665840332567362, "security": -0.7665840332567362,
"connectedSystems": [ "connectedSystems": [
"E0DR-G", "E0DR-G",
@@ -642,8 +642,8 @@
}, },
{ {
"solarSystemName": "C2-1B5", "solarSystemName": "C2-1B5",
"x": "765", "x": 765,
"y": "335", "y": 335,
"security": -0.547630261951729, "security": -0.547630261951729,
"connectedSystems": [ "connectedSystems": [
"87-1PM", "87-1PM",
@@ -653,8 +653,8 @@
}, },
{ {
"solarSystemName": "2-9Z6V", "solarSystemName": "2-9Z6V",
"x": "770", "x": 770,
"y": "640", "y": 640,
"security": -0.623012975192913, "security": -0.623012975192913,
"connectedSystems": [ "connectedSystems": [
"MK-YNM", "MK-YNM",
@@ -663,8 +663,8 @@
}, },
{ {
"solarSystemName": "5HN-D6", "solarSystemName": "5HN-D6",
"x": "785", "x": 785,
"y": "560", "y": 560,
"security": -0.8740482632715855, "security": -0.8740482632715855,
"connectedSystems": [ "connectedSystems": [
"MK-YNM", "MK-YNM",
@@ -673,8 +673,8 @@
}, },
{ {
"solarSystemName": "5ED-4E", "solarSystemName": "5ED-4E",
"x": "815", "x": 815,
"y": "265", "y": 265,
"security": -0.855579127269036, "security": -0.855579127269036,
"connectedSystems": [ "connectedSystems": [
"C2-1B5", "C2-1B5",
@@ -685,8 +685,8 @@
}, },
{ {
"solarSystemName": "P-H5IY", "solarSystemName": "P-H5IY",
"x": "840", "x": 840,
"y": "530", "y": 530,
"security": -0.8765748298474525, "security": -0.8765748298474525,
"connectedSystems": [ "connectedSystems": [
"5HN-D6", "5HN-D6",
@@ -695,8 +695,8 @@
}, },
{ {
"solarSystemName": "JE-VLG", "solarSystemName": "JE-VLG",
"x": "850", "x": 850,
"y": "315", "y": 315,
"security": -0.719259327771931, "security": -0.719259327771931,
"connectedSystems": [ "connectedSystems": [
"C2-1B5", "C2-1B5",
@@ -706,8 +706,8 @@
}, },
{ {
"solarSystemName": "T-67F8", "solarSystemName": "T-67F8",
"x": "865", "x": 865,
"y": "60", "y": 60,
"security": -0.9337288147666191, "security": -0.9337288147666191,
"connectedSystems": [ "connectedSystems": [
"CHP-76", "CHP-76",
@@ -716,8 +716,8 @@
}, },
{ {
"solarSystemName": "87-1PM", "solarSystemName": "87-1PM",
"x": "905", "x": 905,
"y": "360", "y": 360,
"security": -0.5458053467493298, "security": -0.5458053467493298,
"connectedSystems": [ "connectedSystems": [
"5E6I-W", "5E6I-W",
@@ -727,8 +727,8 @@
}, },
{ {
"solarSystemName": "1M7-RK", "solarSystemName": "1M7-RK",
"x": "915", "x": 915,
"y": "525", "y": 525,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"P-H5IY" "P-H5IY"
@@ -736,8 +736,8 @@
}, },
{ {
"solarSystemName": "DN58-U", "solarSystemName": "DN58-U",
"x": "935", "x": 935,
"y": "295", "y": 295,
"security": -0.6639155300082936, "security": -0.6639155300082936,
"connectedSystems": [ "connectedSystems": [
"87-1PM", "87-1PM",
@@ -747,8 +747,8 @@
}, },
{ {
"solarSystemName": "M-VACR", "solarSystemName": "M-VACR",
"x": "960", "x": 960,
"y": "20", "y": 20,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"CHP-76", "CHP-76",
@@ -757,8 +757,8 @@
}, },
{ {
"solarSystemName": "58Z-IH", "solarSystemName": "58Z-IH",
"x": "960", "x": 960,
"y": "100", "y": 100,
"security": -0.9492513945272189, "security": -0.9492513945272189,
"connectedSystems": [ "connectedSystems": [
"KI2-S3", "KI2-S3",
@@ -768,8 +768,8 @@
}, },
{ {
"solarSystemName": "R8WV-7", "solarSystemName": "R8WV-7",
"x": "0", "x": 0,
"y": "655", "y": 655,
"security": -0.433411971, "security": -0.433411971,
"connectedSystems": [ "connectedSystems": [
"X-Z4JW", "X-Z4JW",
@@ -779,8 +779,8 @@
}, },
{ {
"solarSystemName": "SF-XJS", "solarSystemName": "SF-XJS",
"x": "10", "x": 10,
"y": "35", "y": 35,
"security": -0.3083787934035475, "security": -0.3083787934035475,
"connectedSystems": [ "connectedSystems": [
"Y-YHZQ", "Y-YHZQ",
@@ -790,8 +790,8 @@
}, },
{ {
"solarSystemName": "IAMJ-Q", "solarSystemName": "IAMJ-Q",
"x": "15", "x": 15,
"y": "340", "y": 340,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"U-RELP", "U-RELP",
@@ -800,8 +800,8 @@
}, },
{ {
"solarSystemName": "2ID-87", "solarSystemName": "2ID-87",
"x": "155", "x": 155,
"y": "735", "y": 735,
"security": -0.335264243, "security": -0.335264243,
"connectedSystems": [ "connectedSystems": [
"SK7-G6", "SK7-G6",
@@ -811,8 +811,8 @@
}, },
{ {
"solarSystemName": "XEF6-Z", "solarSystemName": "XEF6-Z",
"x": "650", "x": 650,
"y": "720", "y": 720,
"security": -0.383923643, "security": -0.383923643,
"connectedSystems": [ "connectedSystems": [
"5JEZ-I", "5JEZ-I",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Nidebora", "solarSystemName": "Nidebora",
"x": "5", "x": 5,
"y": "345", "y": 345,
"security": 0.8118524346585991, "security": 0.8118524346585991,
"connectedSystems": [ "connectedSystems": [
"Ulerah", "Ulerah",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "Ulerah", "solarSystemName": "Ulerah",
"x": "30", "x": 30,
"y": "295", "y": 295,
"security": 0.6807070842448673, "security": 0.6807070842448673,
"connectedSystems": [ "connectedSystems": [
"Faktun", "Faktun",
@@ -22,8 +22,8 @@
}, },
{ {
"solarSystemName": "Palpis", "solarSystemName": "Palpis",
"x": "30", "x": 30,
"y": "395", "y": 395,
"security": 0.4961653622186937, "security": 0.4961653622186937,
"connectedSystems": [ "connectedSystems": [
"Nidebora", "Nidebora",
@@ -32,8 +32,8 @@
}, },
{ {
"solarSystemName": "Faktun", "solarSystemName": "Faktun",
"x": "35", "x": 35,
"y": "245", "y": 245,
"security": 0.6263665042529165, "security": 0.6263665042529165,
"connectedSystems": [ "connectedSystems": [
"Mili", "Mili",
@@ -42,8 +42,8 @@
}, },
{ {
"solarSystemName": "Arveyil", "solarSystemName": "Arveyil",
"x": "100", "x": 100,
"y": "395", "y": 395,
"security": 0.5253927894594405, "security": 0.5253927894594405,
"connectedSystems": [ "connectedSystems": [
"Uktiad", "Uktiad",
@@ -52,8 +52,8 @@
}, },
{ {
"solarSystemName": "Mili", "solarSystemName": "Mili",
"x": "105", "x": 105,
"y": "245", "y": 245,
"security": 0.5605604109421383, "security": 0.5605604109421383,
"connectedSystems": [ "connectedSystems": [
"Halmah", "Halmah",
@@ -63,8 +63,8 @@
}, },
{ {
"solarSystemName": "Halenan", "solarSystemName": "Halenan",
"x": "105", "x": 105,
"y": "295", "y": 295,
"security": 0.6372471827433932, "security": 0.6372471827433932,
"connectedSystems": [ "connectedSystems": [
"Mili", "Mili",
@@ -74,8 +74,8 @@
}, },
{ {
"solarSystemName": "Uktiad", "solarSystemName": "Uktiad",
"x": "135", "x": 135,
"y": "345", "y": 345,
"security": 0.5569112862720097, "security": 0.5569112862720097,
"connectedSystems": [ "connectedSystems": [
"Halenan", "Halenan",
@@ -84,8 +84,8 @@
}, },
{ {
"solarSystemName": "Halmah", "solarSystemName": "Halmah",
"x": "140", "x": 140,
"y": "95", "y": 95,
"security": 0.448846397094033, "security": 0.448846397094033,
"connectedSystems": [ "connectedSystems": [
"Arayar", "Arayar",
@@ -96,8 +96,8 @@
}, },
{ {
"solarSystemName": "Ussad", "solarSystemName": "Ussad",
"x": "160", "x": 160,
"y": "685", "y": 685,
"security": 0.1623698193930272, "security": 0.1623698193930272,
"connectedSystems": [ "connectedSystems": [
"Ibash" "Ibash"
@@ -105,8 +105,8 @@
}, },
{ {
"solarSystemName": "Arayar", "solarSystemName": "Arayar",
"x": "180", "x": 180,
"y": "170", "y": 170,
"security": 0.3862650720220674, "security": 0.3862650720220674,
"connectedSystems": [ "connectedSystems": [
"Labapi", "Labapi",
@@ -116,8 +116,8 @@
}, },
{ {
"solarSystemName": "Asghed", "solarSystemName": "Asghed",
"x": "225", "x": 225,
"y": "120", "y": 120,
"security": 0.355537673646794, "security": 0.355537673646794,
"connectedSystems": [ "connectedSystems": [
"Labapi", "Labapi",
@@ -129,8 +129,8 @@
}, },
{ {
"solarSystemName": "Tararan", "solarSystemName": "Tararan",
"x": "230", "x": 230,
"y": "60", "y": 60,
"security": 0.3271879622626721, "security": 0.3271879622626721,
"connectedSystems": [ "connectedSystems": [
"Asghed", "Asghed",
@@ -141,8 +141,8 @@
}, },
{ {
"solarSystemName": "Thakala", "solarSystemName": "Thakala",
"x": "230", "x": 230,
"y": "560", "y": 560,
"security": 0.352545064395382, "security": 0.352545064395382,
"connectedSystems": [ "connectedSystems": [
"Shastal" "Shastal"
@@ -150,8 +150,8 @@
}, },
{ {
"solarSystemName": "Ibash", "solarSystemName": "Ibash",
"x": "245", "x": 245,
"y": "685", "y": 685,
"security": 0.219099196448876, "security": 0.219099196448876,
"connectedSystems": [ "connectedSystems": [
"Soosat", "Soosat",
@@ -161,8 +161,8 @@
}, },
{ {
"solarSystemName": "Labapi", "solarSystemName": "Labapi",
"x": "275", "x": 275,
"y": "175", "y": 175,
"security": 0.3837827138333774, "security": 0.3837827138333774,
"connectedSystems": [ "connectedSystems": [
"Roushzar", "Roushzar",
@@ -172,8 +172,8 @@
}, },
{ {
"solarSystemName": "Sosan", "solarSystemName": "Sosan",
"x": "305", "x": 305,
"y": "110", "y": 110,
"security": 0.3356513056210158, "security": 0.3356513056210158,
"connectedSystems": [ "connectedSystems": [
"Asghed", "Asghed",
@@ -183,8 +183,8 @@
}, },
{ {
"solarSystemName": "Roushzar", "solarSystemName": "Roushzar",
"x": "320", "x": 320,
"y": "210", "y": 210,
"security": 0.3669797694155156, "security": 0.3669797694155156,
"connectedSystems": [ "connectedSystems": [
"Huola", "Huola",
@@ -193,8 +193,8 @@
}, },
{ {
"solarSystemName": "Itsyamil", "solarSystemName": "Itsyamil",
"x": "325", "x": 325,
"y": "655", "y": 655,
"security": 0.2482966226576141, "security": 0.2482966226576141,
"connectedSystems": [ "connectedSystems": [
"Rahadalon", "Rahadalon",
@@ -203,8 +203,8 @@
}, },
{ {
"solarSystemName": "Soosat", "solarSystemName": "Soosat",
"x": "325", "x": 325,
"y": "715", "y": 715,
"security": 0.3366267607223346, "security": 0.3366267607223346,
"connectedSystems": [ "connectedSystems": [
"Rahadalon", "Rahadalon",
@@ -213,8 +213,8 @@
}, },
{ {
"solarSystemName": "Shastal", "solarSystemName": "Shastal",
"x": "360", "x": 360,
"y": "610", "y": 610,
"security": 0.4950195213680276, "security": 0.4950195213680276,
"connectedSystems": [ "connectedSystems": [
"Naeel", "Naeel",
@@ -226,8 +226,8 @@
}, },
{ {
"solarSystemName": "Naeel", "solarSystemName": "Naeel",
"x": "365", "x": 365,
"y": "480", "y": 480,
"security": 0.5818266599058805, "security": 0.5818266599058805,
"connectedSystems": [ "connectedSystems": [
"Dihra", "Dihra",
@@ -238,8 +238,8 @@
}, },
{ {
"solarSystemName": "Thasinaz", "solarSystemName": "Thasinaz",
"x": "395", "x": 395,
"y": "300", "y": 300,
"security": 0.637162894568094, "security": 0.637162894568094,
"connectedSystems": [ "connectedSystems": [
"Choonka", "Choonka",
@@ -248,8 +248,8 @@
}, },
{ {
"solarSystemName": "Dihra", "solarSystemName": "Dihra",
"x": "395", "x": 395,
"y": "360", "y": 360,
"security": 0.5892868426460812, "security": 0.5892868426460812,
"connectedSystems": [ "connectedSystems": [
"Choonka", "Choonka",
@@ -260,8 +260,8 @@
}, },
{ {
"solarSystemName": "Lower Debyl", "solarSystemName": "Lower Debyl",
"x": "405", "x": 405,
"y": "535", "y": 535,
"security": 0.6006793931499531, "security": 0.6006793931499531,
"connectedSystems": [ "connectedSystems": [
"Naeel", "Naeel",
@@ -273,8 +273,8 @@
}, },
{ {
"solarSystemName": "Rahadalon", "solarSystemName": "Rahadalon",
"x": "405", "x": 405,
"y": "685", "y": 685,
"security": 0.3935001849130038, "security": 0.3935001849130038,
"connectedSystems": [ "connectedSystems": [
"Nakah", "Nakah",
@@ -285,8 +285,8 @@
}, },
{ {
"solarSystemName": "Ezzara", "solarSystemName": "Ezzara",
"x": "415", "x": 415,
"y": "40", "y": 40,
"security": 0.1845107388212133, "security": 0.1845107388212133,
"connectedSystems": [ "connectedSystems": [
"Arzad", "Arzad",
@@ -295,8 +295,8 @@
}, },
{ {
"solarSystemName": "Arzad", "solarSystemName": "Arzad",
"x": "415", "x": 415,
"y": "85", "y": 85,
"security": 0.2204297800964233, "security": 0.2204297800964233,
"connectedSystems": [ "connectedSystems": [
"Sifilar", "Sifilar",
@@ -306,8 +306,8 @@
}, },
{ {
"solarSystemName": "Mendori", "solarSystemName": "Mendori",
"x": "425", "x": 425,
"y": "645", "y": 645,
"security": 0.5382202178939379, "security": 0.5382202178939379,
"connectedSystems": [ "connectedSystems": [
"Rahadalon", "Rahadalon",
@@ -317,8 +317,8 @@
}, },
{ {
"solarSystemName": "Ehnoum", "solarSystemName": "Ehnoum",
"x": "450", "x": 450,
"y": "570", "y": 570,
"security": 0.5671268401941059, "security": 0.5671268401941059,
"connectedSystems": [ "connectedSystems": [
"Mendori", "Mendori",
@@ -329,8 +329,8 @@
}, },
{ {
"solarSystemName": "Choonka", "solarSystemName": "Choonka",
"x": "490", "x": 490,
"y": "300", "y": 300,
"security": 0.6498122005263374, "security": 0.6498122005263374,
"connectedSystems": [ "connectedSystems": [
"Esescama", "Esescama",
@@ -342,8 +342,8 @@
}, },
{ {
"solarSystemName": "Dital", "solarSystemName": "Dital",
"x": "490", "x": 490,
"y": "360", "y": 360,
"security": 0.4787153992693476, "security": 0.4787153992693476,
"connectedSystems": [ "connectedSystems": [
"Esescama", "Esescama",
@@ -354,8 +354,8 @@
}, },
{ {
"solarSystemName": "Sifilar", "solarSystemName": "Sifilar",
"x": "495", "x": 495,
"y": "85", "y": 85,
"security": 0.2573027247571059, "security": 0.2573027247571059,
"connectedSystems": [ "connectedSystems": [
"Tzvi", "Tzvi",
@@ -366,8 +366,8 @@
}, },
{ {
"solarSystemName": "Oyeman", "solarSystemName": "Oyeman",
"x": "495", "x": 495,
"y": "135", "y": 135,
"security": 0.2223806645733133, "security": 0.2223806645733133,
"connectedSystems": [ "connectedSystems": [
"Tzvi", "Tzvi",
@@ -376,8 +376,8 @@
}, },
{ {
"solarSystemName": "Upper Debyl", "solarSystemName": "Upper Debyl",
"x": "505", "x": 505,
"y": "535", "y": 535,
"security": 0.6951284529494342, "security": 0.6951284529494342,
"connectedSystems": [ "connectedSystems": [
"Laddiaha", "Laddiaha",
@@ -387,8 +387,8 @@
}, },
{ {
"solarSystemName": "Laddiaha", "solarSystemName": "Laddiaha",
"x": "545", "x": 545,
"y": "485", "y": 485,
"security": 0.717931375141341, "security": 0.717931375141341,
"connectedSystems": [ "connectedSystems": [
"Nakatre", "Nakatre",
@@ -400,8 +400,8 @@
}, },
{ {
"solarSystemName": "Nakatre", "solarSystemName": "Nakatre",
"x": "545", "x": 545,
"y": "565", "y": 565,
"security": 0.5820389968868144, "security": 0.5820389968868144,
"connectedSystems": [ "connectedSystems": [
"Mendori", "Mendori",
@@ -412,8 +412,8 @@
}, },
{ {
"solarSystemName": "Hakshma", "solarSystemName": "Hakshma",
"x": "545", "x": 545,
"y": "610", "y": 610,
"security": 0.5624689770488587, "security": 0.5624689770488587,
"connectedSystems": [ "connectedSystems": [
"Nakatre", "Nakatre",
@@ -423,8 +423,8 @@
}, },
{ {
"solarSystemName": "Raa", "solarSystemName": "Raa",
"x": "570", "x": 570,
"y": "85", "y": 85,
"security": 0.3096569808265264, "security": 0.3096569808265264,
"connectedSystems": [ "connectedSystems": [
"Tzvi", "Tzvi",
@@ -434,8 +434,8 @@
}, },
{ {
"solarSystemName": "Tzvi", "solarSystemName": "Tzvi",
"x": "570", "x": 570,
"y": "135", "y": 135,
"security": 0.2798709362336334, "security": 0.2798709362336334,
"connectedSystems": [ "connectedSystems": [
"Lamaa", "Lamaa",
@@ -446,8 +446,8 @@
}, },
{ {
"solarSystemName": "Esescama", "solarSystemName": "Esescama",
"x": "600", "x": 600,
"y": "300", "y": 300,
"security": 0.6126919593838573, "security": 0.6126919593838573,
"connectedSystems": [ "connectedSystems": [
"Odin", "Odin",
@@ -458,8 +458,8 @@
}, },
{ {
"solarSystemName": "Uadelah", "solarSystemName": "Uadelah",
"x": "625", "x": 625,
"y": "485", "y": 485,
"security": 0.8296938312262335, "security": 0.8296938312262335,
"connectedSystems": [ "connectedSystems": [
"Esescama", "Esescama",
@@ -470,8 +470,8 @@
}, },
{ {
"solarSystemName": "Riavayed", "solarSystemName": "Riavayed",
"x": "660", "x": 660,
"y": "590", "y": 590,
"security": 0.6476009328804138, "security": 0.6476009328804138,
"connectedSystems": [ "connectedSystems": [
"Nakatre", "Nakatre",
@@ -481,8 +481,8 @@
}, },
{ {
"solarSystemName": "Odin", "solarSystemName": "Odin",
"x": "680", "x": 680,
"y": "290", "y": 290,
"security": 0.6066692904545463, "security": 0.6066692904545463,
"connectedSystems": [ "connectedSystems": [
"Ohide", "Ohide",
@@ -491,8 +491,8 @@
}, },
{ {
"solarSystemName": "Akes", "solarSystemName": "Akes",
"x": "705", "x": 705,
"y": "495", "y": 495,
"security": 0.8085227567244411, "security": 0.8085227567244411,
"connectedSystems": [ "connectedSystems": [
"Uadelah", "Uadelah",
@@ -501,8 +501,8 @@
}, },
{ {
"solarSystemName": "Hati", "solarSystemName": "Hati",
"x": "705", "x": 705,
"y": "560", "y": 560,
"security": 0.8490347652854575, "security": 0.8490347652854575,
"connectedSystems": [ "connectedSystems": [
"Uadelah", "Uadelah",
@@ -514,8 +514,8 @@
}, },
{ {
"solarSystemName": "Ohide", "solarSystemName": "Ohide",
"x": "740", "x": 740,
"y": "235", "y": 235,
"security": 0.5739069549734275, "security": 0.5739069549734275,
"connectedSystems": [ "connectedSystems": [
"Odin", "Odin",
@@ -525,8 +525,8 @@
}, },
{ {
"solarSystemName": "Sasoutikh", "solarSystemName": "Sasoutikh",
"x": "760", "x": 760,
"y": "200", "y": 200,
"security": 0.5936436206622375, "security": 0.5936436206622375,
"connectedSystems": [ "connectedSystems": [
"Ohide", "Ohide",
@@ -535,8 +535,8 @@
}, },
{ {
"solarSystemName": "Mehatoor", "solarSystemName": "Mehatoor",
"x": "770", "x": 770,
"y": "110", "y": 110,
"security": 0.659472795101, "security": 0.659472795101,
"connectedSystems": [ "connectedSystems": [
"Eredan", "Eredan",
@@ -546,8 +546,8 @@
}, },
{ {
"solarSystemName": "Gheth", "solarSystemName": "Gheth",
"x": "775", "x": 775,
"y": "155", "y": 155,
"security": 0.5965759839355379, "security": 0.5965759839355379,
"connectedSystems": [ "connectedSystems": [
"Sasoutikh", "Sasoutikh",
@@ -556,8 +556,8 @@
}, },
{ {
"solarSystemName": "Eredan", "solarSystemName": "Eredan",
"x": "795", "x": 795,
"y": "70", "y": 70,
"security": 0.7016515123701302, "security": 0.7016515123701302,
"connectedSystems": [ "connectedSystems": [
"Lisudeh", "Lisudeh",
@@ -566,8 +566,8 @@
}, },
{ {
"solarSystemName": "Lisudeh", "solarSystemName": "Lisudeh",
"x": "840", "x": 840,
"y": "35", "y": 35,
"security": 0.7591685476991834, "security": 0.7591685476991834,
"connectedSystems": [ "connectedSystems": [
"Lashesih", "Lashesih",
@@ -576,8 +576,8 @@
}, },
{ {
"solarSystemName": "Huola", "solarSystemName": "Huola",
"x": "390", "x": 390,
"y": "215", "y": 215,
"security": 0.3702485876678229, "security": 0.3702485876678229,
"connectedSystems": [ "connectedSystems": [
"Otelen", "Otelen",
@@ -587,8 +587,8 @@
}, },
{ {
"solarSystemName": "Oyonata", "solarSystemName": "Oyonata",
"x": "395", "x": 395,
"y": "165", "y": 165,
"security": 0.2588910561861462, "security": 0.2588910561861462,
"connectedSystems": [ "connectedSystems": [
"Sahtogas", "Sahtogas",
@@ -598,8 +598,8 @@
}, },
{ {
"solarSystemName": "Nakah", "solarSystemName": "Nakah",
"x": "400", "x": 400,
"y": "730", "y": 730,
"security": 0.3638643384360537, "security": 0.3638643384360537,
"connectedSystems": [ "connectedSystems": [
"Hasateem", "Hasateem",
@@ -609,8 +609,8 @@
}, },
{ {
"solarSystemName": "Vard", "solarSystemName": "Vard",
"x": "475", "x": 475,
"y": "10", "y": 10,
"security": 0.3790959384381266, "security": 0.3790959384381266,
"connectedSystems": [ "connectedSystems": [
"Amamake", "Amamake",
@@ -622,8 +622,8 @@
}, },
{ {
"solarSystemName": "KBP7-G", "solarSystemName": "KBP7-G",
"x": "490", "x": 490,
"y": "415", "y": 415,
"security": -0.2589483112254808, "security": -0.2589483112254808,
"connectedSystems": [ "connectedSystems": [
"Dital", "Dital",
@@ -633,8 +633,8 @@
}, },
{ {
"solarSystemName": "Lamaa", "solarSystemName": "Lamaa",
"x": "570", "x": 570,
"y": "185", "y": 185,
"security": 0.3552711738175655, "security": 0.3552711738175655,
"connectedSystems": [ "connectedSystems": [
"Tzvi", "Tzvi",
@@ -644,8 +644,8 @@
}, },
{ {
"solarSystemName": "Kamela", "solarSystemName": "Kamela",
"x": "570", "x": 570,
"y": "230", "y": 230,
"security": 0.4408656784799183, "security": 0.4408656784799183,
"connectedSystems": [ "connectedSystems": [
"Lamaa", "Lamaa",
@@ -658,8 +658,8 @@
}, },
{ {
"solarSystemName": "Jarkkolen", "solarSystemName": "Jarkkolen",
"x": "775", "x": 775,
"y": "525", "y": 525,
"security": 0.8206006543419168, "security": 0.8206006543419168,
"connectedSystems": [ "connectedSystems": [
"Hati", "Hati",
@@ -669,8 +669,8 @@
}, },
{ {
"solarSystemName": "Yuhelia", "solarSystemName": "Yuhelia",
"x": "775", "x": 775,
"y": "600", "y": 600,
"security": 0.7996092811555462, "security": 0.7996092811555462,
"connectedSystems": [ "connectedSystems": [
"Aghesi", "Aghesi",
@@ -681,8 +681,8 @@
}, },
{ {
"solarSystemName": "Lashesih", "solarSystemName": "Lashesih",
"x": "905", "x": 905,
"y": "15", "y": 15,
"security": 0.7516891466979871, "security": 0.7516891466979871,
"connectedSystems": [ "connectedSystems": [
"Sasta", "Sasta",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Ladistier", "solarSystemName": "Ladistier",
"x": "20", "x": 20,
"y": "10", "y": 10,
"security": 0.2849998893118635, "security": 0.2849998893118635,
"connectedSystems": [ "connectedSystems": [
"Vifrevaert", "Vifrevaert",
@@ -12,8 +12,8 @@
}, },
{ {
"solarSystemName": "Aeschee", "solarSystemName": "Aeschee",
"x": "20", "x": 20,
"y": "365", "y": 365,
"security": 0.1565304917557424, "security": 0.1565304917557424,
"connectedSystems": [ "connectedSystems": [
"Adirain", "Adirain",
@@ -25,8 +25,8 @@
}, },
{ {
"solarSystemName": "Onne", "solarSystemName": "Onne",
"x": "20", "x": 20,
"y": "655", "y": 655,
"security": 0.3882801087888061, "security": 0.3882801087888061,
"connectedSystems": [ "connectedSystems": [
"Deninard", "Deninard",
@@ -37,8 +37,8 @@
}, },
{ {
"solarSystemName": "Hecarrin", "solarSystemName": "Hecarrin",
"x": "65", "x": 65,
"y": "140", "y": 140,
"security": 0.8275978485411967, "security": 0.8275978485411967,
"connectedSystems": [ "connectedSystems": [
"Atlangeins" "Atlangeins"
@@ -46,8 +46,8 @@
}, },
{ {
"solarSystemName": "Lisbaetanne", "solarSystemName": "Lisbaetanne",
"x": "80", "x": 80,
"y": "495", "y": 495,
"security": 0.373262599738129, "security": 0.373262599738129,
"connectedSystems": [ "connectedSystems": [
"Aere", "Aere",
@@ -56,8 +56,8 @@
}, },
{ {
"solarSystemName": "Atlangeins", "solarSystemName": "Atlangeins",
"x": "85", "x": 85,
"y": "175", "y": 175,
"security": 0.8804870824892538, "security": 0.8804870824892538,
"connectedSystems": [ "connectedSystems": [
"Ourapheh", "Ourapheh",
@@ -67,8 +67,8 @@
}, },
{ {
"solarSystemName": "Vifrevaert", "solarSystemName": "Vifrevaert",
"x": "120", "x": 120,
"y": "65", "y": 65,
"security": 0.394994213235969, "security": 0.394994213235969,
"connectedSystems": [ "connectedSystems": [
"Allamotte", "Allamotte",
@@ -77,8 +77,8 @@
}, },
{ {
"solarSystemName": "Adirain", "solarSystemName": "Adirain",
"x": "135", "x": 135,
"y": "320", "y": 320,
"security": 0.4236857698809219, "security": 0.4236857698809219,
"connectedSystems": [ "connectedSystems": [
"Arnon", "Arnon",
@@ -88,8 +88,8 @@
}, },
{ {
"solarSystemName": "Laurvier", "solarSystemName": "Laurvier",
"x": "135", "x": 135,
"y": "365", "y": 365,
"security": 0.7310495583442387, "security": 0.7310495583442387,
"connectedSystems": [ "connectedSystems": [
"Arnon", "Arnon",
@@ -99,8 +99,8 @@
}, },
{ {
"solarSystemName": "Attyn", "solarSystemName": "Attyn",
"x": "135", "x": 135,
"y": "410", "y": 410,
"security": 0.669496111392775, "security": 0.669496111392775,
"connectedSystems": [ "connectedSystems": [
"Laurvier", "Laurvier",
@@ -109,8 +109,8 @@
}, },
{ {
"solarSystemName": "Derririntel", "solarSystemName": "Derririntel",
"x": "155", "x": 155,
"y": "190", "y": 190,
"security": 0.8188007274569858, "security": 0.8188007274569858,
"connectedSystems": [ "connectedSystems": [
"Tierijev", "Tierijev",
@@ -120,8 +120,8 @@
}, },
{ {
"solarSystemName": "Aere", "solarSystemName": "Aere",
"x": "180", "x": 180,
"y": "495", "y": 495,
"security": 0.6090615715210164, "security": 0.6090615715210164,
"connectedSystems": [ "connectedSystems": [
"Arnon", "Arnon",
@@ -131,8 +131,8 @@
}, },
{ {
"solarSystemName": "Allamotte", "solarSystemName": "Allamotte",
"x": "190", "x": 190,
"y": "95", "y": 95,
"security": 0.590296976810497, "security": 0.590296976810497,
"connectedSystems": [ "connectedSystems": [
"Villore", "Villore",
@@ -141,8 +141,8 @@
}, },
{ {
"solarSystemName": "Andole", "solarSystemName": "Andole",
"x": "200", "x": 200,
"y": "245", "y": 245,
"security": 0.7533894682218835, "security": 0.7533894682218835,
"connectedSystems": [ "connectedSystems": [
"Ommare" "Ommare"
@@ -150,8 +150,8 @@
}, },
{ {
"solarSystemName": "Hulmate", "solarSystemName": "Hulmate",
"x": "200", "x": 200,
"y": "560", "y": 560,
"security": 0.4318340533675543, "security": 0.4318340533675543,
"connectedSystems": [ "connectedSystems": [
"Deninard", "Deninard",
@@ -162,8 +162,8 @@
}, },
{ {
"solarSystemName": "Cat", "solarSystemName": "Cat",
"x": "215", "x": 215,
"y": "175", "y": 175,
"security": 0.6773544114169816, "security": 0.6773544114169816,
"connectedSystems": [ "connectedSystems": [
"Villore", "Villore",
@@ -173,8 +173,8 @@
}, },
{ {
"solarSystemName": "Ommare", "solarSystemName": "Ommare",
"x": "220", "x": 220,
"y": "210", "y": 210,
"security": 0.7267059244434768, "security": 0.7267059244434768,
"connectedSystems": [ "connectedSystems": [
"Cat", "Cat",
@@ -183,8 +183,8 @@
}, },
{ {
"solarSystemName": "Arnon", "solarSystemName": "Arnon",
"x": "235", "x": 235,
"y": "360", "y": 360,
"security": 0.8, "security": 0.8,
"connectedSystems": [ "connectedSystems": [
"Emsar", "Emsar",
@@ -195,8 +195,8 @@
}, },
{ {
"solarSystemName": "Annages", "solarSystemName": "Annages",
"x": "275", "x": 275,
"y": "520", "y": 520,
"security": 0.6606257145042986, "security": 0.6606257145042986,
"connectedSystems": [ "connectedSystems": [
"Deninard", "Deninard",
@@ -205,8 +205,8 @@
}, },
{ {
"solarSystemName": "Old Man Star", "solarSystemName": "Old Man Star",
"x": "280", "x": 280,
"y": "10", "y": 10,
"security": 0.3356865888245387, "security": 0.3356865888245387,
"connectedSystems": [ "connectedSystems": [
"Villore", "Villore",
@@ -216,8 +216,8 @@
}, },
{ {
"solarSystemName": "Villore", "solarSystemName": "Villore",
"x": "290", "x": 290,
"y": "120", "y": 120,
"security": 0.9, "security": 0.9,
"connectedSystems": [ "connectedSystems": [
"Pemene", "Pemene",
@@ -230,8 +230,8 @@
}, },
{ {
"solarSystemName": "Pemene", "solarSystemName": "Pemene",
"x": "290", "x": 290,
"y": "200", "y": 200,
"security": 0.4501924356223205, "security": 0.4501924356223205,
"connectedSystems": [ "connectedSystems": [
"Mesybier", "Mesybier",
@@ -241,8 +241,8 @@
}, },
{ {
"solarSystemName": "Deninard", "solarSystemName": "Deninard",
"x": "330", "x": 330,
"y": "555", "y": 555,
"security": 0.7093875698729967, "security": 0.7093875698729967,
"connectedSystems": [ "connectedSystems": [
"Kemerk", "Kemerk",
@@ -253,8 +253,8 @@
}, },
{ {
"solarSystemName": "Haine", "solarSystemName": "Haine",
"x": "365", "x": 365,
"y": "350", "y": 350,
"security": 0.4364712475000889, "security": 0.4364712475000889,
"connectedSystems": [ "connectedSystems": [
"Allebin", "Allebin",
@@ -263,8 +263,8 @@
}, },
{ {
"solarSystemName": "Perckhevin", "solarSystemName": "Perckhevin",
"x": "365", "x": 365,
"y": "400", "y": 400,
"security": 0.5317901272507735, "security": 0.5317901272507735,
"connectedSystems": [ "connectedSystems": [
"Allebin", "Allebin",
@@ -273,8 +273,8 @@
}, },
{ {
"solarSystemName": "Isenan", "solarSystemName": "Isenan",
"x": "365", "x": 365,
"y": "480", "y": 480,
"security": 0.2544274058400347, "security": 0.2544274058400347,
"connectedSystems": [ "connectedSystems": [
"Atlulle" "Atlulle"
@@ -282,8 +282,8 @@
}, },
{ {
"solarSystemName": "Arant", "solarSystemName": "Arant",
"x": "375", "x": 375,
"y": "200", "y": 200,
"security": 0.6047534808332529, "security": 0.6047534808332529,
"connectedSystems": [ "connectedSystems": [
"Kemerk", "Kemerk",
@@ -293,8 +293,8 @@
}, },
{ {
"solarSystemName": "Vitrauze", "solarSystemName": "Vitrauze",
"x": "380", "x": 380,
"y": "600", "y": 600,
"security": 0.2997459714736777, "security": 0.2997459714736777,
"connectedSystems": [ "connectedSystems": [
"Droselory", "Droselory",
@@ -304,8 +304,8 @@
}, },
{ {
"solarSystemName": "Palmon", "solarSystemName": "Palmon",
"x": "400", "x": 400,
"y": "650", "y": 650,
"security": 0.4497096686225474, "security": 0.4497096686225474,
"connectedSystems": [ "connectedSystems": [
"Vitrauze", "Vitrauze",
@@ -314,8 +314,8 @@
}, },
{ {
"solarSystemName": "Obalyu", "solarSystemName": "Obalyu",
"x": "415", "x": 415,
"y": "255", "y": 255,
"security": 0.4235767651155716, "security": 0.4235767651155716,
"connectedSystems": [ "connectedSystems": [
"Arant", "Arant",
@@ -324,8 +324,8 @@
}, },
{ {
"solarSystemName": "Droselory", "solarSystemName": "Droselory",
"x": "415", "x": 415,
"y": "525", "y": 525,
"security": 0.5412530397555997, "security": 0.5412530397555997,
"connectedSystems": [ "connectedSystems": [
"Atlulle", "Atlulle",
@@ -334,8 +334,8 @@
}, },
{ {
"solarSystemName": "Parts", "solarSystemName": "Parts",
"x": "425", "x": 425,
"y": "310", "y": 310,
"security": 0.3700815966232464, "security": 0.3700815966232464,
"connectedSystems": [ "connectedSystems": [
"Obalyu", "Obalyu",
@@ -344,8 +344,8 @@
}, },
{ {
"solarSystemName": "Allebin", "solarSystemName": "Allebin",
"x": "425", "x": 425,
"y": "370", "y": 370,
"security": 0.4605558807873058, "security": 0.4605558807873058,
"connectedSystems": [ "connectedSystems": [
"Parts", "Parts",
@@ -356,8 +356,8 @@
}, },
{ {
"solarSystemName": "Atlulle", "solarSystemName": "Atlulle",
"x": "425", "x": 425,
"y": "445", "y": 445,
"security": 0.4040958537669085, "security": 0.4040958537669085,
"connectedSystems": [ "connectedSystems": [
"Allebin", "Allebin",
@@ -367,8 +367,8 @@
}, },
{ {
"solarSystemName": "Mesybier", "solarSystemName": "Mesybier",
"x": "435", "x": 435,
"y": "150", "y": 150,
"security": 0.4703787655727688, "security": 0.4703787655727688,
"connectedSystems": [ "connectedSystems": [
"Caslemon", "Caslemon",
@@ -379,8 +379,8 @@
}, },
{ {
"solarSystemName": "Indregulle", "solarSystemName": "Indregulle",
"x": "500", "x": 500,
"y": "60", "y": 60,
"security": 0.241978689738401, "security": 0.241978689738401,
"connectedSystems": [ "connectedSystems": [
"Heydieles", "Heydieles",
@@ -389,8 +389,8 @@
}, },
{ {
"solarSystemName": "Renyn", "solarSystemName": "Renyn",
"x": "520", "x": 520,
"y": "395", "y": 395,
"security": 0.8981993375293963, "security": 0.8981993375293963,
"connectedSystems": [ "connectedSystems": [
"Oursulaert", "Oursulaert",
@@ -403,8 +403,8 @@
}, },
{ {
"solarSystemName": "Duripant", "solarSystemName": "Duripant",
"x": "520", "x": 520,
"y": "485", "y": 485,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Trosquesere", "Trosquesere",
@@ -413,8 +413,8 @@
}, },
{ {
"solarSystemName": "Heydieles", "solarSystemName": "Heydieles",
"x": "560", "x": 560,
"y": "10", "y": 10,
"security": 0.3066251979101813, "security": 0.3066251979101813,
"connectedSystems": [ "connectedSystems": [
"Yvangier", "Yvangier",
@@ -427,8 +427,8 @@
}, },
{ {
"solarSystemName": "Abune", "solarSystemName": "Abune",
"x": "580", "x": 580,
"y": "60", "y": 60,
"security": 0.2856340438691167, "security": 0.2856340438691167,
"connectedSystems": [ "connectedSystems": [
"Heydieles", "Heydieles",
@@ -437,8 +437,8 @@
}, },
{ {
"solarSystemName": "Oursulaert", "solarSystemName": "Oursulaert",
"x": "610", "x": 610,
"y": "390", "y": 390,
"security": 0.8906149761216737, "security": 0.8906149761216737,
"connectedSystems": [ "connectedSystems": [
"Renyn", "Renyn",
@@ -448,8 +448,8 @@
}, },
{ {
"solarSystemName": "Ane", "solarSystemName": "Ane",
"x": "640", "x": 640,
"y": "190", "y": 190,
"security": 0.3095079870871969, "security": 0.3095079870871969,
"connectedSystems": [ "connectedSystems": [
"Seyllin", "Seyllin",
@@ -458,8 +458,8 @@
}, },
{ {
"solarSystemName": "Seyllin", "solarSystemName": "Seyllin",
"x": "640", "x": 640,
"y": "230", "y": 230,
"security": 0.4139828134537368, "security": 0.4139828134537368,
"connectedSystems": [ "connectedSystems": [
"Metserel", "Metserel",
@@ -469,8 +469,8 @@
}, },
{ {
"solarSystemName": "Yvangier", "solarSystemName": "Yvangier",
"x": "660", "x": 660,
"y": "80", "y": 80,
"security": 0.397838452048622, "security": 0.397838452048622,
"connectedSystems": [ "connectedSystems": [
"Charmerout", "Charmerout",
@@ -479,8 +479,8 @@
}, },
{ {
"solarSystemName": "Mies", "solarSystemName": "Mies",
"x": "660", "x": 660,
"y": "410", "y": 410,
"security": 0.9473784782063247, "security": 0.9473784782063247,
"connectedSystems": [ "connectedSystems": [
"Luminaire", "Luminaire",
@@ -490,8 +490,8 @@
}, },
{ {
"solarSystemName": "Couster", "solarSystemName": "Couster",
"x": "685", "x": 685,
"y": "620", "y": 620,
"security": 0.902460888452, "security": 0.902460888452,
"connectedSystems": [ "connectedSystems": [
"Algogille" "Algogille"
@@ -499,8 +499,8 @@
}, },
{ {
"solarSystemName": "Luminaire", "solarSystemName": "Luminaire",
"x": "695", "x": 695,
"y": "475", "y": 475,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Pettinck", "Pettinck",
@@ -510,8 +510,8 @@
}, },
{ {
"solarSystemName": "Algogille", "solarSystemName": "Algogille",
"x": "695", "x": 695,
"y": "570", "y": 570,
"security": 0.9253662033104486, "security": 0.9253662033104486,
"connectedSystems": [ "connectedSystems": [
"Luminaire", "Luminaire",
@@ -523,8 +523,8 @@
}, },
{ {
"solarSystemName": "Fliet", "solarSystemName": "Fliet",
"x": "700", "x": 700,
"y": "0", "y": 0,
"security": 0.3455105528646093, "security": 0.3455105528646093,
"connectedSystems": [ "connectedSystems": [
"Heydieles", "Heydieles",
@@ -534,8 +534,8 @@
}, },
{ {
"solarSystemName": "Actee", "solarSystemName": "Actee",
"x": "700", "x": 700,
"y": "40", "y": 40,
"security": 0.5014649025070264, "security": 0.5014649025070264,
"connectedSystems": [ "connectedSystems": [
"Heydieles", "Heydieles",
@@ -545,8 +545,8 @@
}, },
{ {
"solarSystemName": "Aporulie", "solarSystemName": "Aporulie",
"x": "710", "x": 710,
"y": "275", "y": 275,
"security": 0.7887401205577904, "security": 0.7887401205577904,
"connectedSystems": [ "connectedSystems": [
"Wysalan", "Wysalan",
@@ -556,8 +556,8 @@
}, },
{ {
"solarSystemName": "Clorteler", "solarSystemName": "Clorteler",
"x": "720", "x": 720,
"y": "170", "y": 170,
"security": 0.5156232199088369, "security": 0.5156232199088369,
"connectedSystems": [ "connectedSystems": [
"Ane" "Ane"
@@ -565,8 +565,8 @@
}, },
{ {
"solarSystemName": "Adrel", "solarSystemName": "Adrel",
"x": "780", "x": 780,
"y": "215", "y": 215,
"security": 0.5523204232683239, "security": 0.5523204232683239,
"connectedSystems": [ "connectedSystems": [
"Caslemon", "Caslemon",
@@ -576,8 +576,8 @@
}, },
{ {
"solarSystemName": "Deven", "solarSystemName": "Deven",
"x": "785", "x": 785,
"y": "0", "y": 0,
"security": 0.317772478577719, "security": 0.317772478577719,
"connectedSystems": [ "connectedSystems": [
"Fliet", "Fliet",
@@ -586,8 +586,8 @@
}, },
{ {
"solarSystemName": "Amane", "solarSystemName": "Amane",
"x": "785", "x": 785,
"y": "40", "y": 40,
"security": 0.5528478509229514, "security": 0.5528478509229514,
"connectedSystems": [ "connectedSystems": [
"Actee", "Actee",
@@ -596,8 +596,8 @@
}, },
{ {
"solarSystemName": "Wysalan", "solarSystemName": "Wysalan",
"x": "785", "x": 785,
"y": "320", "y": 320,
"security": 0.8220946561796088, "security": 0.8220946561796088,
"connectedSystems": [ "connectedSystems": [
"Synchelle", "Synchelle",
@@ -608,8 +608,8 @@
}, },
{ {
"solarSystemName": "Synchelle", "solarSystemName": "Synchelle",
"x": "785", "x": 785,
"y": "375", "y": 375,
"security": 0.8707330373887257, "security": 0.8707330373887257,
"connectedSystems": [ "connectedSystems": [
"Kassigainen", "Kassigainen",
@@ -621,8 +621,8 @@
}, },
{ {
"solarSystemName": "Charmerout", "solarSystemName": "Charmerout",
"x": "810", "x": 810,
"y": "105", "y": 105,
"security": 0.5549203693450666, "security": 0.5549203693450666,
"connectedSystems": [ "connectedSystems": [
"Caslemon", "Caslemon",
@@ -632,8 +632,8 @@
}, },
{ {
"solarSystemName": "Caslemon", "solarSystemName": "Caslemon",
"x": "810", "x": 810,
"y": "150", "y": 150,
"security": 0.5781619382598637, "security": 0.5781619382598637,
"connectedSystems": [ "connectedSystems": [
"Jolevier", "Jolevier",
@@ -645,8 +645,8 @@
}, },
{ {
"solarSystemName": "Yona", "solarSystemName": "Yona",
"x": "815", "x": 815,
"y": "275", "y": 275,
"security": 0.8251904771207398, "security": 0.8251904771207398,
"connectedSystems": [ "connectedSystems": [
"Wysalan", "Wysalan",
@@ -657,8 +657,8 @@
}, },
{ {
"solarSystemName": "Noghere", "solarSystemName": "Noghere",
"x": "840", "x": 840,
"y": "215", "y": 215,
"security": 0.680808731461797, "security": 0.680808731461797,
"connectedSystems": [ "connectedSystems": [
"Caslemon", "Caslemon",
@@ -668,8 +668,8 @@
}, },
{ {
"solarSystemName": "Mesokel", "solarSystemName": "Mesokel",
"x": "850", "x": 850,
"y": "315", "y": 315,
"security": 0.8576548904039727, "security": 0.8576548904039727,
"connectedSystems": [ "connectedSystems": [
"Wysalan" "Wysalan"
@@ -677,8 +677,8 @@
}, },
{ {
"solarSystemName": "Henebene", "solarSystemName": "Henebene",
"x": "855", "x": 855,
"y": "350", "y": 350,
"security": 0.8373290185921263, "security": 0.8373290185921263,
"connectedSystems": [ "connectedSystems": [
"Synchelle" "Synchelle"
@@ -686,8 +686,8 @@
}, },
{ {
"solarSystemName": "Estaunitte", "solarSystemName": "Estaunitte",
"x": "885", "x": 885,
"y": "40", "y": 40,
"security": 0.4282039400458626, "security": 0.4282039400458626,
"connectedSystems": [ "connectedSystems": [
"Amane" "Amane"
@@ -695,8 +695,8 @@
}, },
{ {
"solarSystemName": "Jolevier", "solarSystemName": "Jolevier",
"x": "895", "x": 895,
"y": "140", "y": 140,
"security": 0.8768835565998043, "security": 0.8768835565998043,
"connectedSystems": [ "connectedSystems": [
"Yashunen", "Yashunen",
@@ -706,8 +706,8 @@
}, },
{ {
"solarSystemName": "Ourapheh", "solarSystemName": "Ourapheh",
"x": "70", "x": 70,
"y": "210", "y": 210,
"security": 0.861960173311, "security": 0.861960173311,
"connectedSystems": [ "connectedSystems": [
"Manarq", "Manarq",
@@ -719,8 +719,8 @@
}, },
{ {
"solarSystemName": "Jovainnon", "solarSystemName": "Jovainnon",
"x": "75", "x": 75,
"y": "295", "y": 295,
"security": 0.2981414191407068, "security": 0.2981414191407068,
"connectedSystems": [ "connectedSystems": [
"Hevrice", "Hevrice",
@@ -729,8 +729,8 @@
}, },
{ {
"solarSystemName": "Tierijev", "solarSystemName": "Tierijev",
"x": "130", "x": 130,
"y": "225", "y": 225,
"security": 0.8379695899076048, "security": 0.8379695899076048,
"connectedSystems": [ "connectedSystems": [
"Chantrousse", "Chantrousse",
@@ -741,8 +741,8 @@
}, },
{ {
"solarSystemName": "Emsar", "solarSystemName": "Emsar",
"x": "225", "x": 225,
"y": "310", "y": 310,
"security": 0.7129289485226924, "security": 0.7129289485226924,
"connectedSystems": [ "connectedSystems": [
"Manarq", "Manarq",
@@ -752,8 +752,8 @@
}, },
{ {
"solarSystemName": "Amoderia", "solarSystemName": "Amoderia",
"x": "290", "x": 290,
"y": "260", "y": 260,
"security": 0.4048520216710199, "security": 0.4048520216710199,
"connectedSystems": [ "connectedSystems": [
"Pemene", "Pemene",
@@ -763,8 +763,8 @@
}, },
{ {
"solarSystemName": "Arraron", "solarSystemName": "Arraron",
"x": "290", "x": 290,
"y": "410", "y": 410,
"security": 0.471987249510464, "security": 0.471987249510464,
"connectedSystems": [ "connectedSystems": [
"Amoderia", "Amoderia",
@@ -775,8 +775,8 @@
}, },
{ {
"solarSystemName": "Kemerk", "solarSystemName": "Kemerk",
"x": "330", "x": 330,
"y": "315", "y": 315,
"security": 0.7669895940730661, "security": 0.7669895940730661,
"connectedSystems": [ "connectedSystems": [
"Yulai", "Yulai",
@@ -787,8 +787,8 @@
}, },
{ {
"solarSystemName": "Orvolle", "solarSystemName": "Orvolle",
"x": "430", "x": 430,
"y": "110", "y": 110,
"security": 0.746238173885059, "security": 0.746238173885059,
"connectedSystems": [ "connectedSystems": [
"PF-346", "PF-346",
@@ -799,8 +799,8 @@
}, },
{ {
"solarSystemName": "Lermireve", "solarSystemName": "Lermireve",
"x": "455", "x": 455,
"y": "700", "y": 700,
"security": 0.2705772254108247, "security": 0.2705772254108247,
"connectedSystems": [ "connectedSystems": [
"Raeghoscon", "Raeghoscon",
@@ -810,8 +810,8 @@
}, },
{ {
"solarSystemName": "Murethand", "solarSystemName": "Murethand",
"x": "500", "x": 500,
"y": "110", "y": 110,
"security": 0.2864525220048827, "security": 0.2864525220048827,
"connectedSystems": [ "connectedSystems": [
"Mesybier", "Mesybier",
@@ -821,8 +821,8 @@
}, },
{ {
"solarSystemName": "Trosquesere", "solarSystemName": "Trosquesere",
"x": "500", "x": 500,
"y": "545", "y": 545,
"security": 0.8714566259433969, "security": 0.8714566259433969,
"connectedSystems": [ "connectedSystems": [
"Duripant", "Duripant",
@@ -832,8 +832,8 @@
}, },
{ {
"solarSystemName": "Erme", "solarSystemName": "Erme",
"x": "505", "x": 505,
"y": "230", "y": 230,
"security": 0.798155591761163, "security": 0.798155591761163,
"connectedSystems": [ "connectedSystems": [
"Du Annes", "Du Annes",
@@ -846,8 +846,8 @@
}, },
{ {
"solarSystemName": "Grinacanne", "solarSystemName": "Grinacanne",
"x": "505", "x": 505,
"y": "280", "y": 280,
"security": 0.8480630016916324, "security": 0.8480630016916324,
"connectedSystems": [ "connectedSystems": [
"Renyn", "Renyn",
@@ -858,8 +858,8 @@
}, },
{ {
"solarSystemName": "Metserel", "solarSystemName": "Metserel",
"x": "570", "x": 570,
"y": "230", "y": 230,
"security": 0.6882390794916156, "security": 0.6882390794916156,
"connectedSystems": [ "connectedSystems": [
"Du Annes", "Du Annes",
@@ -869,8 +869,8 @@
}, },
{ {
"solarSystemName": "Du Annes", "solarSystemName": "Du Annes",
"x": "570", "x": 570,
"y": "280", "y": 280,
"security": 0.6478139505356102, "security": 0.6478139505356102,
"connectedSystems": [ "connectedSystems": [
"Pettinck", "Pettinck",
@@ -883,8 +883,8 @@
}, },
{ {
"solarSystemName": "Oinasiken", "solarSystemName": "Oinasiken",
"x": "590", "x": 590,
"y": "100", "y": 100,
"security": 0.2337136584963991, "security": 0.2337136584963991,
"connectedSystems": [ "connectedSystems": [
"Nisuwa", "Nisuwa",
@@ -894,8 +894,8 @@
}, },
{ {
"solarSystemName": "Pakhshi", "solarSystemName": "Pakhshi",
"x": "610", "x": 610,
"y": "350", "y": 350,
"security": 0.845482996818, "security": 0.845482996818,
"connectedSystems": [ "connectedSystems": [
"Tar", "Tar",
@@ -907,8 +907,8 @@
}, },
{ {
"solarSystemName": "Bereye", "solarSystemName": "Bereye",
"x": "615", "x": 615,
"y": "450", "y": 450,
"security": 0.9, "security": 0.9,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -922,8 +922,8 @@
}, },
{ {
"solarSystemName": "Pettinck", "solarSystemName": "Pettinck",
"x": "695", "x": 695,
"y": "310", "y": 310,
"security": 0.8177613595332925, "security": 0.8177613595332925,
"connectedSystems": [ "connectedSystems": [
"Luminaire", "Luminaire",
@@ -934,8 +934,8 @@
}, },
{ {
"solarSystemName": "Nagamanen", "solarSystemName": "Nagamanen",
"x": "885", "x": 885,
"y": "0", "y": 0,
"security": 0.3047258976551928, "security": 0.3047258976551928,
"connectedSystems": [ "connectedSystems": [
"Hasmijaala", "Hasmijaala",
@@ -946,8 +946,8 @@
}, },
{ {
"solarSystemName": "Kassigainen", "solarSystemName": "Kassigainen",
"x": "885", "x": 885,
"y": "490", "y": 490,
"security": 0.915852313971306, "security": 0.915852313971306,
"connectedSystems": [ "connectedSystems": [
"Yashunen", "Yashunen",
@@ -958,8 +958,8 @@
}, },
{ {
"solarSystemName": "Yashunen", "solarSystemName": "Yashunen",
"x": "930", "x": 930,
"y": "250", "y": 250,
"security": 0.9512300145781948, "security": 0.9512300145781948,
"connectedSystems": [ "connectedSystems": [
"Kassigainen", "Kassigainen",

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Angatalie", "solarSystemName": "Angatalie",
"x": "15", "x": 15,
"y": "545", "y": 545,
"security": 0.1604663930412262, "security": 0.1604663930412262,
"connectedSystems": [ "connectedSystems": [
"Mannar", "Mannar",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "Aydoteaux", "solarSystemName": "Aydoteaux",
"x": "25", "x": 25,
"y": "90", "y": 90,
"security": 0.6805528669102096, "security": 0.6805528669102096,
"connectedSystems": [ "connectedSystems": [
"Tolle", "Tolle",
@@ -21,8 +21,8 @@
}, },
{ {
"solarSystemName": "Mannar", "solarSystemName": "Mannar",
"x": "65", "x": 65,
"y": "580", "y": 580,
"security": 0.285022775184, "security": 0.285022775184,
"connectedSystems": [ "connectedSystems": [
"Olide", "Olide",
@@ -32,8 +32,8 @@
}, },
{ {
"solarSystemName": "Mormelot", "solarSystemName": "Mormelot",
"x": "80", "x": 80,
"y": "530", "y": 530,
"security": 0.2320840340687989, "security": 0.2320840340687989,
"connectedSystems": [ "connectedSystems": [
"Mannar", "Mannar",
@@ -42,8 +42,8 @@
}, },
{ {
"solarSystemName": "Adeel", "solarSystemName": "Adeel",
"x": "85", "x": 85,
"y": "645", "y": 645,
"security": 0.3530483964302776, "security": 0.3530483964302776,
"connectedSystems": [ "connectedSystems": [
"Olide" "Olide"
@@ -51,8 +51,8 @@
}, },
{ {
"solarSystemName": "Jurlesel", "solarSystemName": "Jurlesel",
"x": "95", "x": 95,
"y": "350", "y": 350,
"security": 0.5992497127593963, "security": 0.5992497127593963,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -64,8 +64,8 @@
}, },
{ {
"solarSystemName": "Tolle", "solarSystemName": "Tolle",
"x": "100", "x": 100,
"y": "90", "y": 90,
"security": 0.708052067251361, "security": 0.708052067251361,
"connectedSystems": [ "connectedSystems": [
"Manarq", "Manarq",
@@ -75,8 +75,8 @@
}, },
{ {
"solarSystemName": "Olide", "solarSystemName": "Olide",
"x": "115", "x": 115,
"y": "610", "y": 610,
"security": 0.7416001213131533, "security": 0.7416001213131533,
"connectedSystems": [ "connectedSystems": [
"Groothese", "Groothese",
@@ -86,8 +86,8 @@
}, },
{ {
"solarSystemName": "Aice", "solarSystemName": "Aice",
"x": "155", "x": 155,
"y": "280", "y": 280,
"security": 0.6911667830472876, "security": 0.6911667830472876,
"connectedSystems": [ "connectedSystems": [
"Amattens", "Amattens",
@@ -98,8 +98,8 @@
}, },
{ {
"solarSystemName": "Amattens", "solarSystemName": "Amattens",
"x": "170", "x": 170,
"y": "410", "y": 410,
"security": 0.5900502183233818, "security": 0.5900502183233818,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -112,8 +112,8 @@
}, },
{ {
"solarSystemName": "Carirgnottin", "solarSystemName": "Carirgnottin",
"x": "180", "x": 180,
"y": "90", "y": 90,
"security": 0.6248775511168193, "security": 0.6248775511168193,
"connectedSystems": [ "connectedSystems": [
"Averon", "Averon",
@@ -124,8 +124,8 @@
}, },
{ {
"solarSystemName": "Scuelazyns", "solarSystemName": "Scuelazyns",
"x": "180", "x": 180,
"y": "160", "y": 160,
"security": 0.6416866619441537, "security": 0.6416866619441537,
"connectedSystems": [ "connectedSystems": [
"Enedore", "Enedore",
@@ -137,8 +137,8 @@
}, },
{ {
"solarSystemName": "Groothese", "solarSystemName": "Groothese",
"x": "185", "x": 185,
"y": "620", "y": 620,
"security": 0.2682584516907588, "security": 0.2682584516907588,
"connectedSystems": [ "connectedSystems": [
"Elarel", "Elarel",
@@ -147,8 +147,8 @@
}, },
{ {
"solarSystemName": "Junsoraert", "solarSystemName": "Junsoraert",
"x": "190", "x": 190,
"y": "340", "y": 340,
"security": 0.5241831876105647, "security": 0.5241831876105647,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "Muer", "solarSystemName": "Muer",
"x": "255", "x": 255,
"y": "35", "y": 35,
"security": 0.5811638675909376, "security": 0.5811638675909376,
"connectedSystems": [ "connectedSystems": [
"Odixie", "Odixie",
@@ -168,8 +168,8 @@
}, },
{ {
"solarSystemName": "Odixie", "solarSystemName": "Odixie",
"x": "265", "x": 265,
"y": "90", "y": 90,
"security": 0.5503032754762968, "security": 0.5503032754762968,
"connectedSystems": [ "connectedSystems": [
"Averon", "Averon",
@@ -180,8 +180,8 @@
}, },
{ {
"solarSystemName": "Averon", "solarSystemName": "Averon",
"x": "265", "x": 265,
"y": "160", "y": 160,
"security": 0.5760883283177869, "security": 0.5760883283177869,
"connectedSystems": [ "connectedSystems": [
"Enedore", "Enedore",
@@ -192,8 +192,8 @@
}, },
{ {
"solarSystemName": "Arnatele", "solarSystemName": "Arnatele",
"x": "265", "x": 265,
"y": "295", "y": 295,
"security": 0.6229306526708074, "security": 0.6229306526708074,
"connectedSystems": [ "connectedSystems": [
"Halle", "Halle",
@@ -206,8 +206,8 @@
}, },
{ {
"solarSystemName": "Uphene", "solarSystemName": "Uphene",
"x": "265", "x": 265,
"y": "505", "y": 505,
"security": 0.5783271720851728, "security": 0.5783271720851728,
"connectedSystems": [ "connectedSystems": [
"Amattens", "Amattens",
@@ -218,8 +218,8 @@
}, },
{ {
"solarSystemName": "Bereye", "solarSystemName": "Bereye",
"x": "270", "x": 270,
"y": "375", "y": 375,
"security": 0.9, "security": 0.9,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -233,8 +233,8 @@
}, },
{ {
"solarSystemName": "Enedore", "solarSystemName": "Enedore",
"x": "280", "x": 280,
"y": "195", "y": 195,
"security": 0.6467583335719689, "security": 0.6467583335719689,
"connectedSystems": [ "connectedSystems": [
"Aice", "Aice",
@@ -246,8 +246,8 @@
}, },
{ {
"solarSystemName": "Elarel", "solarSystemName": "Elarel",
"x": "280", "x": 280,
"y": "615", "y": 615,
"security": 0.3945267478874255, "security": 0.3945267478874255,
"connectedSystems": [ "connectedSystems": [
"Atlanins", "Atlanins",
@@ -257,8 +257,8 @@
}, },
{ {
"solarSystemName": "Bille", "solarSystemName": "Bille",
"x": "290", "x": 290,
"y": "560", "y": 560,
"security": 0.5158581956835364, "security": 0.5158581956835364,
"connectedSystems": [ "connectedSystems": [
"Atlanins", "Atlanins",
@@ -269,8 +269,8 @@
}, },
{ {
"solarSystemName": "Mormoen", "solarSystemName": "Mormoen",
"x": "325", "x": 325,
"y": "270", "y": 270,
"security": 0.7180394844318911, "security": 0.7180394844318911,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -279,8 +279,8 @@
}, },
{ {
"solarSystemName": "Halle", "solarSystemName": "Halle",
"x": "325", "x": 325,
"y": "330", "y": 330,
"security": 0.7283624900874194, "security": 0.7283624900874194,
"connectedSystems": [ "connectedSystems": [
"Arnatele", "Arnatele",
@@ -290,8 +290,8 @@
}, },
{ {
"solarSystemName": "Laic", "solarSystemName": "Laic",
"x": "345", "x": 345,
"y": "205", "y": 205,
"security": 0.7931729338542655, "security": 0.7931729338542655,
"connectedSystems": [ "connectedSystems": [
"Enedore", "Enedore",
@@ -300,8 +300,8 @@
}, },
{ {
"solarSystemName": "Antollare", "solarSystemName": "Antollare",
"x": "360", "x": 360,
"y": "155", "y": 155,
"security": 0.6894271902190032, "security": 0.6894271902190032,
"connectedSystems": [ "connectedSystems": [
"Enedore", "Enedore",
@@ -311,8 +311,8 @@
}, },
{ {
"solarSystemName": "Leremblompes", "solarSystemName": "Leremblompes",
"x": "390", "x": 390,
"y": "475", "y": 475,
"security": 0.647192765314, "security": 0.647192765314,
"connectedSystems": [ "connectedSystems": [
"Bereye", "Bereye",
@@ -325,8 +325,8 @@
}, },
{ {
"solarSystemName": "Alachene", "solarSystemName": "Alachene",
"x": "390", "x": 390,
"y": "535", "y": 535,
"security": 0.3423653062928791, "security": 0.3423653062928791,
"connectedSystems": [ "connectedSystems": [
"Atlanins", "Atlanins",
@@ -335,8 +335,8 @@
}, },
{ {
"solarSystemName": "Avele", "solarSystemName": "Avele",
"x": "425", "x": 425,
"y": "210", "y": 210,
"security": 0.7101435824422295, "security": 0.7101435824422295,
"connectedSystems": [ "connectedSystems": [
"Leremblompes", "Leremblompes",
@@ -345,8 +345,8 @@
}, },
{ {
"solarSystemName": "Colcer", "solarSystemName": "Colcer",
"x": "460", "x": 460,
"y": "440", "y": 440,
"security": 0.8512248960268549, "security": 0.8512248960268549,
"connectedSystems": [ "connectedSystems": [
"Leremblompes" "Leremblompes"
@@ -354,8 +354,8 @@
}, },
{ {
"solarSystemName": "Atlanins", "solarSystemName": "Atlanins",
"x": "470", "x": 470,
"y": "600", "y": 600,
"security": 0.6290530090471502, "security": 0.6290530090471502,
"connectedSystems": [ "connectedSystems": [
"Vaurent", "Vaurent",
@@ -368,8 +368,8 @@
}, },
{ {
"solarSystemName": "Mya", "solarSystemName": "Mya",
"x": "525", "x": 525,
"y": "305", "y": 305,
"security": 0.3710814414145367, "security": 0.3710814414145367,
"connectedSystems": [ "connectedSystems": [
"Torvi", "Torvi",
@@ -378,8 +378,8 @@
}, },
{ {
"solarSystemName": "Gerper", "solarSystemName": "Gerper",
"x": "535", "x": 535,
"y": "245", "y": 245,
"security": 0.3544372000992788, "security": 0.3544372000992788,
"connectedSystems": [ "connectedSystems": [
"Mya" "Mya"
@@ -387,8 +387,8 @@
}, },
{ {
"solarSystemName": "Torvi", "solarSystemName": "Torvi",
"x": "540", "x": 540,
"y": "355", "y": 355,
"security": 0.5303085937931712, "security": 0.5303085937931712,
"connectedSystems": [ "connectedSystems": [
"Azer", "Azer",
@@ -397,8 +397,8 @@
}, },
{ {
"solarSystemName": "Azer", "solarSystemName": "Azer",
"x": "565", "x": 565,
"y": "400", "y": 400,
"security": 0.6570695028087454, "security": 0.6570695028087454,
"connectedSystems": [ "connectedSystems": [
"Harerget", "Harerget",
@@ -410,8 +410,8 @@
}, },
{ {
"solarSystemName": "Mosson", "solarSystemName": "Mosson",
"x": "590", "x": 590,
"y": "455", "y": 455,
"security": 0.6565800793318255, "security": 0.6565800793318255,
"connectedSystems": [ "connectedSystems": [
"Vaurent", "Vaurent",
@@ -421,8 +421,8 @@
}, },
{ {
"solarSystemName": "Vaurent", "solarSystemName": "Vaurent",
"x": "605", "x": 605,
"y": "585", "y": 585,
"security": 0.5843099765994465, "security": 0.5843099765994465,
"connectedSystems": [ "connectedSystems": [
"Marosier", "Marosier",
@@ -433,8 +433,8 @@
}, },
{ {
"solarSystemName": "Quier", "solarSystemName": "Quier",
"x": "625", "x": 625,
"y": "55", "y": 55,
"security": 0.7338821240116722, "security": 0.7338821240116722,
"connectedSystems": [ "connectedSystems": [
"Frarolle" "Frarolle"
@@ -442,8 +442,8 @@
}, },
{ {
"solarSystemName": "Harerget", "solarSystemName": "Harerget",
"x": "625", "x": 625,
"y": "345", "y": 345,
"security": 0.8337578334304113, "security": 0.8337578334304113,
"connectedSystems": [ "connectedSystems": [
"Claysson", "Claysson",
@@ -454,8 +454,8 @@
}, },
{ {
"solarSystemName": "Cherore", "solarSystemName": "Cherore",
"x": "650", "x": 650,
"y": "420", "y": 420,
"security": 0.7028863843480447, "security": 0.7028863843480447,
"connectedSystems": [ "connectedSystems": [
"Jaschercis", "Jaschercis",
@@ -466,8 +466,8 @@
}, },
{ {
"solarSystemName": "Jaschercis", "solarSystemName": "Jaschercis",
"x": "660", "x": 660,
"y": "530", "y": 530,
"security": 0.6127038720154012, "security": 0.6127038720154012,
"connectedSystems": [ "connectedSystems": [
"Marosier", "Marosier",
@@ -479,8 +479,8 @@
}, },
{ {
"solarSystemName": "Marosier", "solarSystemName": "Marosier",
"x": "675", "x": 675,
"y": "620", "y": 620,
"security": 0.6034455992087044, "security": 0.6034455992087044,
"connectedSystems": [ "connectedSystems": [
"Lirsautton", "Lirsautton",
@@ -490,8 +490,8 @@
}, },
{ {
"solarSystemName": "Aclan", "solarSystemName": "Aclan",
"x": "710", "x": 710,
"y": "560", "y": 560,
"security": 0.5067094851027737, "security": 0.5067094851027737,
"connectedSystems": [ "connectedSystems": [
"Jaschercis" "Jaschercis"
@@ -499,8 +499,8 @@
}, },
{ {
"solarSystemName": "Frarolle", "solarSystemName": "Frarolle",
"x": "730", "x": 730,
"y": "105", "y": 105,
"security": 0.7904602604737497, "security": 0.7904602604737497,
"connectedSystems": [ "connectedSystems": [
"Gicodel", "Gicodel",
@@ -509,8 +509,8 @@
}, },
{ {
"solarSystemName": "Ardallabier", "solarSystemName": "Ardallabier",
"x": "755", "x": 755,
"y": "655", "y": 655,
"security": 0.7136319328253772, "security": 0.7136319328253772,
"connectedSystems": [ "connectedSystems": [
"Lirsautton", "Lirsautton",
@@ -521,8 +521,8 @@
}, },
{ {
"solarSystemName": "Lirsautton", "solarSystemName": "Lirsautton",
"x": "775", "x": 775,
"y": "580", "y": 580,
"security": 0.835555852674809, "security": 0.835555852674809,
"connectedSystems": [ "connectedSystems": [
"Marosier", "Marosier",
@@ -533,8 +533,8 @@
}, },
{ {
"solarSystemName": "Gicodel", "solarSystemName": "Gicodel",
"x": "780", "x": 780,
"y": "165", "y": 165,
"security": 0.858425910196692, "security": 0.858425910196692,
"connectedSystems": [ "connectedSystems": [
"Ethernity", "Ethernity",
@@ -544,8 +544,8 @@
}, },
{ {
"solarSystemName": "Ethernity", "solarSystemName": "Ethernity",
"x": "780", "x": 780,
"y": "235", "y": 235,
"security": 0.9356340666048935, "security": 0.9356340666048935,
"connectedSystems": [ "connectedSystems": [
"Harerget", "Harerget",
@@ -558,8 +558,8 @@
}, },
{ {
"solarSystemName": "Meves", "solarSystemName": "Meves",
"x": "815", "x": 815,
"y": "295", "y": 295,
"security": 0.9791473474606078, "security": 0.9791473474606078,
"connectedSystems": [ "connectedSystems": [
"Athinard", "Athinard",
@@ -571,8 +571,8 @@
}, },
{ {
"solarSystemName": "Blameston", "solarSystemName": "Blameston",
"x": "840", "x": 840,
"y": "505", "y": 505,
"security": 0.9516095482519655, "security": 0.9516095482519655,
"connectedSystems": [ "connectedSystems": [
"Lirsautton", "Lirsautton",
@@ -581,8 +581,8 @@
}, },
{ {
"solarSystemName": "Mattere", "solarSystemName": "Mattere",
"x": "865", "x": 865,
"y": "200", "y": 200,
"security": 0.9511227392707943, "security": 0.9511227392707943,
"connectedSystems": [ "connectedSystems": [
"Meves", "Meves",
@@ -594,8 +594,8 @@
}, },
{ {
"solarSystemName": "Athinard", "solarSystemName": "Athinard",
"x": "900", "x": 900,
"y": "260", "y": 260,
"security": 0.9749090362069222, "security": 0.9749090362069222,
"connectedSystems": [ "connectedSystems": [
"Meves", "Meves",
@@ -605,8 +605,8 @@
}, },
{ {
"solarSystemName": "Lermireve", "solarSystemName": "Lermireve",
"x": "0", "x": 0,
"y": "500", "y": 500,
"security": 0.2705772254108247, "security": 0.2705772254108247,
"connectedSystems": [ "connectedSystems": [
"Raeghoscon", "Raeghoscon",
@@ -616,8 +616,8 @@
}, },
{ {
"solarSystemName": "Girani-Fa", "solarSystemName": "Girani-Fa",
"x": "5", "x": 5,
"y": "35", "y": 35,
"security": 0.5869574506870716, "security": 0.5869574506870716,
"connectedSystems": [ "connectedSystems": [
"Tarta", "Tarta",
@@ -627,8 +627,8 @@
}, },
{ {
"solarSystemName": "Schoorasana", "solarSystemName": "Schoorasana",
"x": "65", "x": 65,
"y": "480", "y": 480,
"security": 0.4480995303675568, "security": 0.4480995303675568,
"connectedSystems": [ "connectedSystems": [
"Gratesier", "Gratesier",
@@ -637,8 +637,8 @@
}, },
{ {
"solarSystemName": "Manarq", "solarSystemName": "Manarq",
"x": "80", "x": 80,
"y": "35", "y": 35,
"security": 0.815666222756326, "security": 0.815666222756326,
"connectedSystems": [ "connectedSystems": [
"Tar", "Tar",
@@ -650,8 +650,8 @@
}, },
{ {
"solarSystemName": "Mies", "solarSystemName": "Mies",
"x": "345", "x": 345,
"y": "370", "y": 370,
"security": 0.9473784782063247, "security": 0.9473784782063247,
"connectedSystems": [ "connectedSystems": [
"Luminaire", "Luminaire",
@@ -661,8 +661,8 @@
}, },
{ {
"solarSystemName": "Brapelille", "solarSystemName": "Brapelille",
"x": "615", "x": 615,
"y": "690", "y": 690,
"security": 0.6724661865749801, "security": 0.6724661865749801,
"connectedSystems": [ "connectedSystems": [
"Ardallabier", "Ardallabier",
@@ -675,8 +675,8 @@
}, },
{ {
"solarSystemName": "Claysson", "solarSystemName": "Claysson",
"x": "635", "x": 635,
"y": "270", "y": 270,
"security": 0.9376874435009036, "security": 0.9376874435009036,
"connectedSystems": [ "connectedSystems": [
"Harerget", "Harerget",
@@ -686,8 +686,8 @@
}, },
{ {
"solarSystemName": "Jel", "solarSystemName": "Jel",
"x": "700", "x": 700,
"y": "710", "y": 710,
"security": 0.6071689587518347, "security": 0.6071689587518347,
"connectedSystems": [ "connectedSystems": [
"Ardallabier", "Ardallabier",
@@ -697,8 +697,8 @@
}, },
{ {
"solarSystemName": "Pulin", "solarSystemName": "Pulin",
"x": "705", "x": 705,
"y": "485", "y": 485,
"security": 0.5419477413947693, "security": 0.5419477413947693,
"connectedSystems": [ "connectedSystems": [
"Foves", "Foves",
@@ -710,8 +710,8 @@
}, },
{ {
"solarSystemName": "Bourynes", "solarSystemName": "Bourynes",
"x": "710", "x": 710,
"y": "200", "y": 200,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Alillere", "Alillere",
@@ -724,8 +724,8 @@
}, },
{ {
"solarSystemName": "Ardene", "solarSystemName": "Ardene",
"x": "775", "x": 775,
"y": "720", "y": 720,
"security": 0.5517798187001999, "security": 0.5517798187001999,
"connectedSystems": [ "connectedSystems": [
"Ardallabier", "Ardallabier",
@@ -736,8 +736,8 @@
}, },
{ {
"solarSystemName": "Vylade", "solarSystemName": "Vylade",
"x": "865", "x": 865,
"y": "450", "y": 450,
"security": 0.7962889720120507, "security": 0.7962889720120507,
"connectedSystems": [ "connectedSystems": [
"Blameston", "Blameston",
@@ -750,8 +750,8 @@
}, },
{ {
"solarSystemName": "Adreland", "solarSystemName": "Adreland",
"x": "895", "x": 895,
"y": "135", "y": 135,
"security": 0.8725015366781721, "security": 0.8725015366781721,
"connectedSystems": [ "connectedSystems": [
"Pettinck", "Pettinck",
@@ -762,8 +762,8 @@
}, },
{ {
"solarSystemName": "Dodixie", "solarSystemName": "Dodixie",
"x": "900", "x": 900,
"y": "330", "y": 330,
"security": 0.868406701643, "security": 0.868406701643,
"connectedSystems": [ "connectedSystems": [
"Vylade", "Vylade",
@@ -776,8 +776,8 @@
}, },
{ {
"solarSystemName": "Doussivitte", "solarSystemName": "Doussivitte",
"x": "965", "x": 965,
"y": "195", "y": 195,
"security": 0.7619204115722225, "security": 0.7619204115722225,
"connectedSystems": [ "connectedSystems": [
"Parchanier", "Parchanier",

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "QBH5-F", "solarSystemName": "QBH5-F",
"x": "5", "x": 5,
"y": "195", "y": 195,
"security": -0.5741764894684791, "security": -0.5741764894684791,
"connectedSystems": [ "connectedSystems": [
"UD-VZW", "UD-VZW",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "AZN-D2", "solarSystemName": "AZN-D2",
"x": "5", "x": 5,
"y": "285", "y": 285,
"security": -0.563141732189294, "security": -0.563141732189294,
"connectedSystems": [ "connectedSystems": [
"QBH5-F", "QBH5-F",
@@ -22,8 +22,8 @@
}, },
{ {
"solarSystemName": "E-PR0S", "solarSystemName": "E-PR0S",
"x": "5", "x": 5,
"y": "330", "y": 330,
"security": -0.5541165019169804, "security": -0.5541165019169804,
"connectedSystems": [ "connectedSystems": [
"AZN-D2", "AZN-D2",
@@ -32,8 +32,8 @@
}, },
{ {
"solarSystemName": "VNGJ-U", "solarSystemName": "VNGJ-U",
"x": "10", "x": 10,
"y": "375", "y": 375,
"security": -0.4665699614204455, "security": -0.4665699614204455,
"connectedSystems": [ "connectedSystems": [
"E-PR0S", "E-PR0S",
@@ -42,8 +42,8 @@
}, },
{ {
"solarSystemName": "5-LCI7", "solarSystemName": "5-LCI7",
"x": "20", "x": 20,
"y": "415", "y": 415,
"security": -0.4400758467007094, "security": -0.4400758467007094,
"connectedSystems": [ "connectedSystems": [
"VNGJ-U", "VNGJ-U",
@@ -53,8 +53,8 @@
}, },
{ {
"solarSystemName": "UD-VZW", "solarSystemName": "UD-VZW",
"x": "25", "x": 25,
"y": "115", "y": 115,
"security": -0.499025238117393, "security": -0.499025238117393,
"connectedSystems": [ "connectedSystems": [
"IV-UNR", "IV-UNR",
@@ -65,8 +65,8 @@
}, },
{ {
"solarSystemName": "V-TN6Q", "solarSystemName": "V-TN6Q",
"x": "35", "x": 35,
"y": "70", "y": 70,
"security": -0.3864904994294819, "security": -0.3864904994294819,
"connectedSystems": [ "connectedSystems": [
"UD-VZW", "UD-VZW",
@@ -75,8 +75,8 @@
}, },
{ {
"solarSystemName": "VVO-R6", "solarSystemName": "VVO-R6",
"x": "35", "x": 35,
"y": "460", "y": 460,
"security": -0.3353965158196901, "security": -0.3353965158196901,
"connectedSystems": [ "connectedSystems": [
"5-LCI7", "5-LCI7",
@@ -85,8 +85,8 @@
}, },
{ {
"solarSystemName": "TR07-S", "solarSystemName": "TR07-S",
"x": "79", "x": 79,
"y": "286", "y": 286,
"security": -0.6111663265012792, "security": -0.6111663265012792,
"connectedSystems": [ "connectedSystems": [
"AZN-D2", "AZN-D2",
@@ -96,8 +96,8 @@
}, },
{ {
"solarSystemName": "2-F3OE", "solarSystemName": "2-F3OE",
"x": "79", "x": 79,
"y": "330", "y": 330,
"security": -0.5160801891034502, "security": -0.5160801891034502,
"connectedSystems": [ "connectedSystems": [
"TR07-S" "TR07-S"
@@ -105,8 +105,8 @@
}, },
{ {
"solarSystemName": "Y2-I3W", "solarSystemName": "Y2-I3W",
"x": "80", "x": 80,
"y": "425", "y": 425,
"security": -0.3835652740286656, "security": -0.3835652740286656,
"connectedSystems": [ "connectedSystems": [
"5-LCI7", "5-LCI7",
@@ -115,8 +115,8 @@
}, },
{ {
"solarSystemName": "3-YX2D", "solarSystemName": "3-YX2D",
"x": "100", "x": 100,
"y": "90", "y": 90,
"security": -0.4393549899738811, "security": -0.4393549899738811,
"connectedSystems": [ "connectedSystems": [
"UD-VZW", "UD-VZW",
@@ -126,8 +126,8 @@
}, },
{ {
"solarSystemName": "D4-2XN", "solarSystemName": "D4-2XN",
"x": "100", "x": 100,
"y": "725", "y": 725,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"K-9UG4", "K-9UG4",
@@ -136,8 +136,8 @@
}, },
{ {
"solarSystemName": "YHP2-D", "solarSystemName": "YHP2-D",
"x": "120", "x": 120,
"y": "535", "y": 535,
"security": -0.2956348013811332, "security": -0.2956348013811332,
"connectedSystems": [ "connectedSystems": [
"VVO-R6", "VVO-R6",
@@ -146,8 +146,8 @@
}, },
{ {
"solarSystemName": "CL-J9W", "solarSystemName": "CL-J9W",
"x": "145", "x": 145,
"y": "445", "y": 445,
"security": -0.3747502598884117, "security": -0.3747502598884117,
"connectedSystems": [ "connectedSystems": [
"Y2-I3W" "Y2-I3W"
@@ -155,8 +155,8 @@
}, },
{ {
"solarSystemName": "PMV-G6", "solarSystemName": "PMV-G6",
"x": "153", "x": 153,
"y": "193", "y": 193,
"security": -0.4721670327397914, "security": -0.4721670327397914,
"connectedSystems": [ "connectedSystems": [
"J-TPTA" "J-TPTA"
@@ -164,8 +164,8 @@
}, },
{ {
"solarSystemName": "CFLF-P", "solarSystemName": "CFLF-P",
"x": "170", "x": 170,
"y": "90", "y": 90,
"security": -0.4061397462052269, "security": -0.4061397462052269,
"connectedSystems": [ "connectedSystems": [
"3-YX2D", "3-YX2D",
@@ -175,8 +175,8 @@
}, },
{ {
"solarSystemName": "J94-MU", "solarSystemName": "J94-MU",
"x": "175", "x": 175,
"y": "555", "y": 555,
"security": -0.2511656620552044, "security": -0.2511656620552044,
"connectedSystems": [ "connectedSystems": [
"YHP2-D", "YHP2-D",
@@ -185,8 +185,8 @@
}, },
{ {
"solarSystemName": "K-9UG4", "solarSystemName": "K-9UG4",
"x": "175", "x": 175,
"y": "725", "y": 725,
"security": -0.9734734324137595, "security": -0.9734734324137595,
"connectedSystems": [ "connectedSystems": [
"ZID-LE", "ZID-LE",
@@ -195,8 +195,8 @@
}, },
{ {
"solarSystemName": "BGN1-O", "solarSystemName": "BGN1-O",
"x": "182", "x": 182,
"y": "347", "y": 347,
"security": -0.3430114156738096, "security": -0.3430114156738096,
"connectedSystems": [ "connectedSystems": [
"X6-J6R" "X6-J6R"
@@ -204,8 +204,8 @@
}, },
{ {
"solarSystemName": "X6-J6R", "solarSystemName": "X6-J6R",
"x": "192", "x": 192,
"y": "304", "y": 304,
"security": -0.3994384269263079, "security": -0.3994384269263079,
"connectedSystems": [ "connectedSystems": [
"5-IZGE", "5-IZGE",
@@ -214,8 +214,8 @@
}, },
{ {
"solarSystemName": "J-TPTA", "solarSystemName": "J-TPTA",
"x": "220", "x": 220,
"y": "197", "y": 197,
"security": -0.418409335670873, "security": -0.418409335670873,
"connectedSystems": [ "connectedSystems": [
"CFLF-P", "CFLF-P",
@@ -227,8 +227,8 @@
}, },
{ {
"solarSystemName": "5-IZGE", "solarSystemName": "5-IZGE",
"x": "220", "x": 220,
"y": "250", "y": 250,
"security": -0.4684785216504915, "security": -0.4684785216504915,
"connectedSystems": [ "connectedSystems": [
"J-TPTA", "J-TPTA",
@@ -238,8 +238,8 @@
}, },
{ {
"solarSystemName": "M2GJ-X", "solarSystemName": "M2GJ-X",
"x": "235", "x": 235,
"y": "570", "y": 570,
"security": -0.2031184874387021, "security": -0.2031184874387021,
"connectedSystems": [ "connectedSystems": [
"J94-MU", "J94-MU",
@@ -248,8 +248,8 @@
}, },
{ {
"solarSystemName": "9-ZFCG", "solarSystemName": "9-ZFCG",
"x": "245", "x": 245,
"y": "105", "y": 105,
"security": -0.3196696646865236, "security": -0.3196696646865236,
"connectedSystems": [ "connectedSystems": [
"CFLF-P", "CFLF-P",
@@ -258,8 +258,8 @@
}, },
{ {
"solarSystemName": "2-RSC7", "solarSystemName": "2-RSC7",
"x": "250", "x": 250,
"y": "685", "y": 685,
"security": -0.8422690704735194, "security": -0.8422690704735194,
"connectedSystems": [ "connectedSystems": [
"ZID-LE" "ZID-LE"
@@ -267,8 +267,8 @@
}, },
{ {
"solarSystemName": "ZID-LE", "solarSystemName": "ZID-LE",
"x": "250", "x": 250,
"y": "725", "y": 725,
"security": -0.9574311197333308, "security": -0.9574311197333308,
"connectedSystems": [ "connectedSystems": [
"KJ-V0P", "KJ-V0P",
@@ -278,8 +278,8 @@
}, },
{ {
"solarSystemName": "4AZ-J8", "solarSystemName": "4AZ-J8",
"x": "273", "x": 273,
"y": "306", "y": 306,
"security": -0.4002588559474077, "security": -0.4002588559474077,
"connectedSystems": [ "connectedSystems": [
"5-IZGE" "5-IZGE"
@@ -287,8 +287,8 @@
}, },
{ {
"solarSystemName": "H-P4LB", "solarSystemName": "H-P4LB",
"x": "280", "x": 280,
"y": "515", "y": 515,
"security": -0.1192586599325453, "security": -0.1192586599325453,
"connectedSystems": [ "connectedSystems": [
"5ELE-A", "5ELE-A",
@@ -297,8 +297,8 @@
}, },
{ {
"solarSystemName": "OXC-UL", "solarSystemName": "OXC-UL",
"x": "287", "x": 287,
"y": "184", "y": 184,
"security": -0.3982282734389229, "security": -0.3982282734389229,
"connectedSystems": [ "connectedSystems": [
"J-TPTA" "J-TPTA"
@@ -306,8 +306,8 @@
}, },
{ {
"solarSystemName": "UB5Z-3", "solarSystemName": "UB5Z-3",
"x": "290", "x": 290,
"y": "620", "y": 620,
"security": -0.3456490088920312, "security": -0.3456490088920312,
"connectedSystems": [ "connectedSystems": [
"JO-32L" "JO-32L"
@@ -315,8 +315,8 @@
}, },
{ {
"solarSystemName": "F-8Y13", "solarSystemName": "F-8Y13",
"x": "291", "x": 291,
"y": "245", "y": 245,
"security": -0.3709442573340005, "security": -0.3709442573340005,
"connectedSystems": [ "connectedSystems": [
"J-TPTA" "J-TPTA"
@@ -324,8 +324,8 @@
}, },
{ {
"solarSystemName": "JO-32L", "solarSystemName": "JO-32L",
"x": "300", "x": 300,
"y": "580", "y": 580,
"security": -0.307017402976178, "security": -0.307017402976178,
"connectedSystems": [ "connectedSystems": [
"M2GJ-X", "M2GJ-X",
@@ -335,8 +335,8 @@
}, },
{ {
"solarSystemName": "QK-CDG", "solarSystemName": "QK-CDG",
"x": "305", "x": 305,
"y": "410", "y": 410,
"security": -0.1641751807195497, "security": -0.1641751807195497,
"connectedSystems": [ "connectedSystems": [
"H65-HE" "H65-HE"
@@ -344,8 +344,8 @@
}, },
{ {
"solarSystemName": "BG-W90", "solarSystemName": "BG-W90",
"x": "315", "x": 315,
"y": "20", "y": 20,
"security": -0.1437994376719981, "security": -0.1437994376719981,
"connectedSystems": [ "connectedSystems": [
"OCU4-R" "OCU4-R"
@@ -353,8 +353,8 @@
}, },
{ {
"solarSystemName": "KJ-V0P", "solarSystemName": "KJ-V0P",
"x": "325", "x": 325,
"y": "725", "y": 725,
"security": -0.9329807000880862, "security": -0.9329807000880862,
"connectedSystems": [ "connectedSystems": [
"OBK-K8", "OBK-K8",
@@ -363,8 +363,8 @@
}, },
{ {
"solarSystemName": "DUU1-K", "solarSystemName": "DUU1-K",
"x": "350", "x": 350,
"y": "145", "y": 145,
"security": -0.2313928680617664, "security": -0.2313928680617664,
"connectedSystems": [ "connectedSystems": [
"9-ZFCG", "9-ZFCG",
@@ -373,8 +373,8 @@
}, },
{ {
"solarSystemName": "5ELE-A", "solarSystemName": "5ELE-A",
"x": "360", "x": 360,
"y": "480", "y": 480,
"security": -0.1228500043718201, "security": -0.1228500043718201,
"connectedSystems": [ "connectedSystems": [
"BJ-ZFD", "BJ-ZFD",
@@ -384,8 +384,8 @@
}, },
{ {
"solarSystemName": "BJ-ZFD", "solarSystemName": "BJ-ZFD",
"x": "365", "x": 365,
"y": "430", "y": 430,
"security": -0.1782217023426641, "security": -0.1782217023426641,
"connectedSystems": [ "connectedSystems": [
"H65-HE", "H65-HE",
@@ -395,8 +395,8 @@
}, },
{ {
"solarSystemName": "MSKR-1", "solarSystemName": "MSKR-1",
"x": "365", "x": 365,
"y": "580", "y": 580,
"security": -0.3950938915482199, "security": -0.3950938915482199,
"connectedSystems": [ "connectedSystems": [
"JO-32L", "JO-32L",
@@ -405,8 +405,8 @@
}, },
{ {
"solarSystemName": "O9V-R7", "solarSystemName": "O9V-R7",
"x": "370", "x": 370,
"y": "290", "y": 290,
"security": -0.1936852820643829, "security": -0.1936852820643829,
"connectedSystems": [ "connectedSystems": [
"BLC-X0", "BLC-X0",
@@ -415,8 +415,8 @@
}, },
{ {
"solarSystemName": "H65-HE", "solarSystemName": "H65-HE",
"x": "370", "x": 370,
"y": "380", "y": 380,
"security": -0.1770315329461055, "security": -0.1770315329461055,
"connectedSystems": [ "connectedSystems": [
"O9V-R7", "O9V-R7",
@@ -427,8 +427,8 @@
}, },
{ {
"solarSystemName": "OCU4-R", "solarSystemName": "OCU4-R",
"x": "390", "x": 390,
"y": "50", "y": 50,
"security": -0.1376821660719809, "security": -0.1376821660719809,
"connectedSystems": [ "connectedSystems": [
"Z-PNIA", "Z-PNIA",
@@ -438,8 +438,8 @@
}, },
{ {
"solarSystemName": "Z-PNIA", "solarSystemName": "Z-PNIA",
"x": "390", "x": 390,
"y": "95", "y": 95,
"security": -0.1623510228271677, "security": -0.1623510228271677,
"connectedSystems": [ "connectedSystems": [
"3L-Y9M", "3L-Y9M",
@@ -449,8 +449,8 @@
}, },
{ {
"solarSystemName": "BLC-X0", "solarSystemName": "BLC-X0",
"x": "390", "x": 390,
"y": "235", "y": 235,
"security": -0.160816687878846, "security": -0.160816687878846,
"connectedSystems": [ "connectedSystems": [
"3L-Y9M", "3L-Y9M",
@@ -460,8 +460,8 @@
}, },
{ {
"solarSystemName": "OBK-K8", "solarSystemName": "OBK-K8",
"x": "395", "x": 395,
"y": "725", "y": 725,
"security": -0.8905951852074128, "security": -0.8905951852074128,
"connectedSystems": [ "connectedSystems": [
"SWBV-2", "SWBV-2",
@@ -470,8 +470,8 @@
}, },
{ {
"solarSystemName": "3L-Y9M", "solarSystemName": "3L-Y9M",
"x": "410", "x": 410,
"y": "190", "y": 190,
"security": -0.1708930089642278, "security": -0.1708930089642278,
"connectedSystems": [ "connectedSystems": [
"DUU1-K", "DUU1-K",
@@ -482,8 +482,8 @@
}, },
{ {
"solarSystemName": "2UK4-N", "solarSystemName": "2UK4-N",
"x": "435", "x": 435,
"y": "535", "y": 535,
"security": -0.1115969683396347, "security": -0.1115969683396347,
"connectedSystems": [ "connectedSystems": [
"5ELE-A", "5ELE-A",
@@ -492,8 +492,8 @@
}, },
{ {
"solarSystemName": "M-CMLV", "solarSystemName": "M-CMLV",
"x": "440", "x": 440,
"y": "415", "y": 415,
"security": -0.1999607573933092, "security": -0.1999607573933092,
"connectedSystems": [ "connectedSystems": [
"H65-HE", "H65-HE",
@@ -502,8 +502,8 @@
}, },
{ {
"solarSystemName": "K-X5AX", "solarSystemName": "K-X5AX",
"x": "455", "x": 455,
"y": "260", "y": 260,
"security": -0.1348964723093485, "security": -0.1348964723093485,
"connectedSystems": [ "connectedSystems": [
"BLC-X0", "BLC-X0",
@@ -513,8 +513,8 @@
}, },
{ {
"solarSystemName": "Y-YGMW", "solarSystemName": "Y-YGMW",
"x": "460", "x": 460,
"y": "50", "y": 50,
"security": -0.1982536608091285, "security": -0.1982536608091285,
"connectedSystems": [ "connectedSystems": [
"OCU4-R", "OCU4-R",
@@ -525,8 +525,8 @@
}, },
{ {
"solarSystemName": "75C-WN", "solarSystemName": "75C-WN",
"x": "460", "x": 460,
"y": "95", "y": 95,
"security": -0.1351332430566642, "security": -0.1351332430566642,
"connectedSystems": [ "connectedSystems": [
"Z-PNIA", "Z-PNIA",
@@ -536,8 +536,8 @@
}, },
{ {
"solarSystemName": "I5Q2-S", "solarSystemName": "I5Q2-S",
"x": "460", "x": 460,
"y": "140", "y": 140,
"security": -0.1323895620261132, "security": -0.1323895620261132,
"connectedSystems": [ "connectedSystems": [
"75C-WN" "75C-WN"
@@ -545,8 +545,8 @@
}, },
{ {
"solarSystemName": "TSG-NO", "solarSystemName": "TSG-NO",
"x": "460", "x": 460,
"y": "315", "y": 315,
"security": -0.1440851754221109, "security": -0.1440851754221109,
"connectedSystems": [ "connectedSystems": [
"K-X5AX", "K-X5AX",
@@ -555,8 +555,8 @@
}, },
{ {
"solarSystemName": "BJD4-E", "solarSystemName": "BJD4-E",
"x": "480", "x": 480,
"y": "215", "y": 215,
"security": -0.1366391247772869, "security": -0.1366391247772869,
"connectedSystems": [ "connectedSystems": [
"3L-Y9M", "3L-Y9M",
@@ -566,8 +566,8 @@
}, },
{ {
"solarSystemName": "M-PGT0", "solarSystemName": "M-PGT0",
"x": "485", "x": 485,
"y": "600", "y": 600,
"security": -0.4845607343452935, "security": -0.4845607343452935,
"connectedSystems": [ "connectedSystems": [
"MSKR-1", "MSKR-1",
@@ -577,8 +577,8 @@
}, },
{ {
"solarSystemName": "SWBV-2", "solarSystemName": "SWBV-2",
"x": "505", "x": 505,
"y": "725", "y": 725,
"security": -0.7879508343886893, "security": -0.7879508343886893,
"connectedSystems": [ "connectedSystems": [
"0OYZ-G", "0OYZ-G",
@@ -587,8 +587,8 @@
}, },
{ {
"solarSystemName": "JI-LGM", "solarSystemName": "JI-LGM",
"x": "530", "x": 530,
"y": "25", "y": 25,
"security": -0.2326678899497919, "security": -0.2326678899497919,
"connectedSystems": [ "connectedSystems": [
"Y-YGMW", "Y-YGMW",
@@ -597,8 +597,8 @@
}, },
{ {
"solarSystemName": "NPD9-A", "solarSystemName": "NPD9-A",
"x": "540", "x": 540,
"y": "645", "y": 645,
"security": -0.5005357425634022, "security": -0.5005357425634022,
"connectedSystems": [ "connectedSystems": [
"M-PGT0", "M-PGT0",
@@ -608,8 +608,8 @@
}, },
{ {
"solarSystemName": "PO-3QW", "solarSystemName": "PO-3QW",
"x": "545", "x": 545,
"y": "75", "y": 75,
"security": -0.2413320104130654, "security": -0.2413320104130654,
"connectedSystems": [ "connectedSystems": [
"Y-YGMW", "Y-YGMW",
@@ -619,8 +619,8 @@
}, },
{ {
"solarSystemName": "VF-FN6", "solarSystemName": "VF-FN6",
"x": "550", "x": 550,
"y": "115", "y": 115,
"security": -0.2260715949041119, "security": -0.2260715949041119,
"connectedSystems": [ "connectedSystems": [
"PO-3QW", "PO-3QW",
@@ -629,8 +629,8 @@
}, },
{ {
"solarSystemName": "HYPL-V", "solarSystemName": "HYPL-V",
"x": "565", "x": 565,
"y": "600", "y": 600,
"security": -0.5740967137276851, "security": -0.5740967137276851,
"connectedSystems": [ "connectedSystems": [
"M-PGT0", "M-PGT0",
@@ -639,8 +639,8 @@
}, },
{ {
"solarSystemName": "D6SK-L", "solarSystemName": "D6SK-L",
"x": "565", "x": 565,
"y": "685", "y": 685,
"security": -0.5305310789739336, "security": -0.5305310789739336,
"connectedSystems": [ "connectedSystems": [
"NPD9-A", "NPD9-A",
@@ -650,8 +650,8 @@
}, },
{ {
"solarSystemName": "0OYZ-G", "solarSystemName": "0OYZ-G",
"x": "575", "x": 575,
"y": "725", "y": 725,
"security": -0.7170874180915987, "security": -0.7170874180915987,
"connectedSystems": [ "connectedSystems": [
"D6SK-L", "D6SK-L",
@@ -661,8 +661,8 @@
}, },
{ {
"solarSystemName": "NW2S-A", "solarSystemName": "NW2S-A",
"x": "600", "x": 600,
"y": "175", "y": 175,
"security": -0.126140760119733, "security": -0.126140760119733,
"connectedSystems": [ "connectedSystems": [
"U-BXU9", "U-BXU9",
@@ -671,8 +671,8 @@
}, },
{ {
"solarSystemName": "5XR-KZ", "solarSystemName": "5XR-KZ",
"x": "610", "x": 610,
"y": "95", "y": 95,
"security": -0.2735931829592755, "security": -0.2735931829592755,
"connectedSystems": [ "connectedSystems": [
"PO-3QW", "PO-3QW",
@@ -682,8 +682,8 @@
}, },
{ {
"solarSystemName": "UTDH-N", "solarSystemName": "UTDH-N",
"x": "610", "x": 610,
"y": "470", "y": 470,
"security": -0.8631898981174189, "security": -0.8631898981174189,
"connectedSystems": [ "connectedSystems": [
"23M-PX", "23M-PX",
@@ -692,8 +692,8 @@
}, },
{ {
"solarSystemName": "U-BXU9", "solarSystemName": "U-BXU9",
"x": "620", "x": 620,
"y": "235", "y": 235,
"security": -0.1365665603906019, "security": -0.1365665603906019,
"connectedSystems": [ "connectedSystems": [
"BJD4-E", "BJD4-E",
@@ -704,8 +704,8 @@
}, },
{ {
"solarSystemName": "ZS-2LT", "solarSystemName": "ZS-2LT",
"x": "620", "x": 620,
"y": "515", "y": 515,
"security": -0.9083697322262241, "security": -0.9083697322262241,
"connectedSystems": [ "connectedSystems": [
"UTDH-N", "UTDH-N",
@@ -714,8 +714,8 @@
}, },
{ {
"solarSystemName": "6O-XIO", "solarSystemName": "6O-XIO",
"x": "635", "x": 635,
"y": "320", "y": 320,
"security": -0.293607757648704, "security": -0.293607757648704,
"connectedSystems": [ "connectedSystems": [
"NX5W-U", "NX5W-U",
@@ -724,8 +724,8 @@
}, },
{ {
"solarSystemName": "I9-ZQZ", "solarSystemName": "I9-ZQZ",
"x": "640", "x": 640,
"y": "665", "y": 665,
"security": -0.4728399509868126, "security": -0.4728399509868126,
"connectedSystems": [ "connectedSystems": [
"D6SK-L" "D6SK-L"
@@ -733,8 +733,8 @@
}, },
{ {
"solarSystemName": "R97-CI", "solarSystemName": "R97-CI",
"x": "645", "x": 645,
"y": "725", "y": 725,
"security": -0.5824709909494674, "security": -0.5824709909494674,
"connectedSystems": [ "connectedSystems": [
"0OYZ-G", "0OYZ-G",
@@ -743,8 +743,8 @@
}, },
{ {
"solarSystemName": "23M-PX", "solarSystemName": "23M-PX",
"x": "650", "x": 650,
"y": "435", "y": 435,
"security": -0.6048654167630234, "security": -0.6048654167630234,
"connectedSystems": [ "connectedSystems": [
"GPUS-A", "GPUS-A",
@@ -753,8 +753,8 @@
}, },
{ {
"solarSystemName": "DB1R-4", "solarSystemName": "DB1R-4",
"x": "660", "x": 660,
"y": "560", "y": 560,
"security": -0.9503130048493728, "security": -0.9503130048493728,
"connectedSystems": [ "connectedSystems": [
"ZS-2LT" "ZS-2LT"
@@ -762,8 +762,8 @@
}, },
{ {
"solarSystemName": "C-0ND2", "solarSystemName": "C-0ND2",
"x": "680", "x": 680,
"y": "105", "y": 105,
"security": -0.310323785978245, "security": -0.310323785978245,
"connectedSystems": [ "connectedSystems": [
"5XR-KZ", "5XR-KZ",
@@ -772,8 +772,8 @@
}, },
{ {
"solarSystemName": "ZXOG-O", "solarSystemName": "ZXOG-O",
"x": "690", "x": 690,
"y": "215", "y": 215,
"security": -0.1358032678580705, "security": -0.1358032678580705,
"connectedSystems": [ "connectedSystems": [
"U-BXU9", "U-BXU9",
@@ -783,8 +783,8 @@
}, },
{ {
"solarSystemName": "NX5W-U", "solarSystemName": "NX5W-U",
"x": "695", "x": 695,
"y": "270", "y": 270,
"security": -0.2347169637432688, "security": -0.2347169637432688,
"connectedSystems": [ "connectedSystems": [
"U-BXU9", "U-BXU9",
@@ -795,8 +795,8 @@
}, },
{ {
"solarSystemName": "GPUS-A", "solarSystemName": "GPUS-A",
"x": "710", "x": 710,
"y": "415", "y": 415,
"security": -0.3876638765127024, "security": -0.3876638765127024,
"connectedSystems": [ "connectedSystems": [
"U1-C18", "U1-C18",
@@ -806,8 +806,8 @@
}, },
{ {
"solarSystemName": "6-ELQP", "solarSystemName": "6-ELQP",
"x": "710", "x": 710,
"y": "725", "y": 725,
"security": -0.4620200787892874, "security": -0.4620200787892874,
"connectedSystems": [ "connectedSystems": [
"R97-CI", "R97-CI",
@@ -816,8 +816,8 @@
}, },
{ {
"solarSystemName": "U1-C18", "solarSystemName": "U1-C18",
"x": "725", "x": 725,
"y": "345", "y": 345,
"security": -0.2979992656871123, "security": -0.2979992656871123,
"connectedSystems": [ "connectedSystems": [
"NX5W-U", "NX5W-U",
@@ -827,8 +827,8 @@
}, },
{ {
"solarSystemName": "U-JJEW", "solarSystemName": "U-JJEW",
"x": "780", "x": 780,
"y": "280", "y": 280,
"security": -0.1720832477156238, "security": -0.1720832477156238,
"connectedSystems": [ "connectedSystems": [
"ZXOG-O", "ZXOG-O",
@@ -837,8 +837,8 @@
}, },
{ {
"solarSystemName": "3-BADZ", "solarSystemName": "3-BADZ",
"x": "780", "x": 780,
"y": "475", "y": 475,
"security": -0.3664738837335982, "security": -0.3664738837335982,
"connectedSystems": [ "connectedSystems": [
"GPUS-A" "GPUS-A"
@@ -846,8 +846,8 @@
}, },
{ {
"solarSystemName": "P8-BKO", "solarSystemName": "P8-BKO",
"x": "785", "x": 785,
"y": "105", "y": 105,
"security": -0.3475687126708447, "security": -0.3475687126708447,
"connectedSystems": [ "connectedSystems": [
"C-0ND2", "C-0ND2",
@@ -856,8 +856,8 @@
}, },
{ {
"solarSystemName": "GHZ-SJ", "solarSystemName": "GHZ-SJ",
"x": "845", "x": 845,
"y": "15", "y": 15,
"security": -0.7222878182621015, "security": -0.7222878182621015,
"connectedSystems": [ "connectedSystems": [
"RIT-A7", "RIT-A7",
@@ -867,8 +867,8 @@
}, },
{ {
"solarSystemName": "RIT-A7", "solarSystemName": "RIT-A7",
"x": "845", "x": 845,
"y": "85", "y": 85,
"security": -0.5414354054971708, "security": -0.5414354054971708,
"connectedSystems": [ "connectedSystems": [
"P8-BKO", "P8-BKO",
@@ -880,8 +880,8 @@
}, },
{ {
"solarSystemName": "5P-AIP", "solarSystemName": "5P-AIP",
"x": "903", "x": 903,
"y": "51", "y": 51,
"security": -0.743612838075715, "security": -0.743612838075715,
"connectedSystems": [ "connectedSystems": [
"RIT-A7", "RIT-A7",
@@ -891,8 +891,8 @@
}, },
{ {
"solarSystemName": "R4K-8L", "solarSystemName": "R4K-8L",
"x": "935", "x": 935,
"y": "130", "y": 130,
"security": -0.3505364657980401, "security": -0.3505364657980401,
"connectedSystems": [ "connectedSystems": [
"RIT-A7" "RIT-A7"
@@ -900,8 +900,8 @@
}, },
{ {
"solarSystemName": "NLO-3Z", "solarSystemName": "NLO-3Z",
"x": "954", "x": 954,
"y": "16", "y": 16,
"security": -0.8177807244058186, "security": -0.8177807244058186,
"connectedSystems": [ "connectedSystems": [
"GHZ-SJ", "GHZ-SJ",
@@ -911,8 +911,8 @@
}, },
{ {
"solarSystemName": "K-J50B", "solarSystemName": "K-J50B",
"x": "954", "x": 954,
"y": "87", "y": 87,
"security": -0.3300911774258656, "security": -0.3300911774258656,
"connectedSystems": [ "connectedSystems": [
"RIT-A7", "RIT-A7",
@@ -921,8 +921,8 @@
}, },
{ {
"solarSystemName": "C-PEWN", "solarSystemName": "C-PEWN",
"x": "20", "x": 20,
"y": "730", "y": 730,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"WT-2J9", "WT-2J9",
@@ -931,8 +931,8 @@
}, },
{ {
"solarSystemName": "IV-UNR", "solarSystemName": "IV-UNR",
"x": "74", "x": 74,
"y": "157", "y": 157,
"security": -0.4436635527259381, "security": -0.4436635527259381,
"connectedSystems": [ "connectedSystems": [
"YALR-F", "YALR-F",
@@ -941,8 +941,8 @@
}, },
{ {
"solarSystemName": "X-7BIX", "solarSystemName": "X-7BIX",
"x": "79", "x": 79,
"y": "244", "y": 244,
"security": -0.2797555173709475, "security": -0.2797555173709475,
"connectedSystems": [ "connectedSystems": [
"C9N-CC", "C9N-CC",
@@ -953,8 +953,8 @@
}, },
{ {
"solarSystemName": "9MWZ-B", "solarSystemName": "9MWZ-B",
"x": "515", "x": 515,
"y": "370", "y": 370,
"security": -0.09644728930822122, "security": -0.09644728930822122,
"connectedSystems": [ "connectedSystems": [
"TSG-NO", "TSG-NO",
@@ -964,8 +964,8 @@
}, },
{ {
"solarSystemName": "T2-V8F", "solarSystemName": "T2-V8F",
"x": "640", "x": 640,
"y": "20", "y": 20,
"security": -0.250456514351739, "security": -0.250456514351739,
"connectedSystems": [ "connectedSystems": [
"JI1-SY", "JI1-SY",
@@ -974,8 +974,8 @@
}, },
{ {
"solarSystemName": "OKEO-X", "solarSystemName": "OKEO-X",
"x": "790", "x": 790,
"y": "740", "y": 740,
"security": -0.9044983186080158, "security": -0.9044983186080158,
"connectedSystems": [ "connectedSystems": [
"66-PMM", "66-PMM",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "94FR-S", "solarSystemName": "94FR-S",
"x": "10", "x": 10,
"y": "60", "y": 60,
"security": -0.6199086185172173, "security": -0.6199086185172173,
"connectedSystems": [ "connectedSystems": [
"RF6T-8", "RF6T-8",
@@ -13,8 +13,8 @@
}, },
{ {
"solarSystemName": "ZJA-6U", "solarSystemName": "ZJA-6U",
"x": "10", "x": 10,
"y": "190", "y": 190,
"security": -0.5704085958496965, "security": -0.5704085958496965,
"connectedSystems": [ "connectedSystems": [
"94FR-S", "94FR-S",
@@ -25,8 +25,8 @@
}, },
{ {
"solarSystemName": "O7-7UX", "solarSystemName": "O7-7UX",
"x": "10", "x": 10,
"y": "665", "y": 665,
"security": -0.2574729691390388, "security": -0.2574729691390388,
"connectedSystems": [ "connectedSystems": [
"Y2-QUV" "Y2-QUV"
@@ -34,8 +34,8 @@
}, },
{ {
"solarSystemName": "ZBP-TP", "solarSystemName": "ZBP-TP",
"x": "30", "x": 30,
"y": "390", "y": 390,
"security": -0.09534655557679683, "security": -0.09534655557679683,
"connectedSystems": [ "connectedSystems": [
"DY-P7Q" "DY-P7Q"
@@ -43,8 +43,8 @@
}, },
{ {
"solarSystemName": "XD-JW7", "solarSystemName": "XD-JW7",
"x": "35", "x": 35,
"y": "300", "y": 300,
"security": -0.236784086482294, "security": -0.236784086482294,
"connectedSystems": [ "connectedSystems": [
"9-8GBA", "9-8GBA",
@@ -53,8 +53,8 @@
}, },
{ {
"solarSystemName": "R-ZUOL", "solarSystemName": "R-ZUOL",
"x": "40", "x": 40,
"y": "110", "y": 110,
"security": -0.639293823174218, "security": -0.639293823174218,
"connectedSystems": [ "connectedSystems": [
"94FR-S", "94FR-S",
@@ -63,8 +63,8 @@
}, },
{ {
"solarSystemName": "B-R5RB", "solarSystemName": "B-R5RB",
"x": "60", "x": 60,
"y": "15", "y": 15,
"security": -0.7081210436480283, "security": -0.7081210436480283,
"connectedSystems": [ "connectedSystems": [
"O3Z5-G" "O3Z5-G"
@@ -72,8 +72,8 @@
}, },
{ {
"solarSystemName": "Q-HJ97", "solarSystemName": "Q-HJ97",
"x": "70", "x": 70,
"y": "220", "y": 220,
"security": -0.4164750827935937, "security": -0.4164750827935937,
"connectedSystems": [ "connectedSystems": [
"GM-0K7" "GM-0K7"
@@ -81,8 +81,8 @@
}, },
{ {
"solarSystemName": "JDAS-0", "solarSystemName": "JDAS-0",
"x": "80", "x": 80,
"y": "595", "y": 595,
"security": -0.293115686874973, "security": -0.293115686874973,
"connectedSystems": [ "connectedSystems": [
"Y19P-1", "Y19P-1",
@@ -92,8 +92,8 @@
}, },
{ {
"solarSystemName": "Y2-QUV", "solarSystemName": "Y2-QUV",
"x": "80", "x": 80,
"y": "665", "y": 665,
"security": -0.2784984803541651, "security": -0.2784984803541651,
"connectedSystems": [ "connectedSystems": [
"JDAS-0", "JDAS-0",
@@ -102,8 +102,8 @@
}, },
{ {
"solarSystemName": "H-RXNZ", "solarSystemName": "H-RXNZ",
"x": "100", "x": 100,
"y": "300", "y": 300,
"security": -0.204139272777127, "security": -0.204139272777127,
"connectedSystems": [ "connectedSystems": [
"Z8-81T", "Z8-81T",
@@ -113,8 +113,8 @@
}, },
{ {
"solarSystemName": "Z8-81T", "solarSystemName": "Z8-81T",
"x": "100", "x": 100,
"y": "345", "y": 345,
"security": -0.1856209744666887, "security": -0.1856209744666887,
"connectedSystems": [ "connectedSystems": [
"DY-P7Q", "DY-P7Q",
@@ -123,8 +123,8 @@
}, },
{ {
"solarSystemName": "DY-P7Q", "solarSystemName": "DY-P7Q",
"x": "100", "x": 100,
"y": "390", "y": 390,
"security": -0.2272507844918618, "security": -0.2272507844918618,
"connectedSystems": [ "connectedSystems": [
"Z8-81T", "Z8-81T",
@@ -135,8 +135,8 @@
}, },
{ {
"solarSystemName": "I-NGI8", "solarSystemName": "I-NGI8",
"x": "110", "x": 110,
"y": "110", "y": 110,
"security": -0.5880219618618446, "security": -0.5880219618618446,
"connectedSystems": [ "connectedSystems": [
"RF6T-8", "RF6T-8",
@@ -148,8 +148,8 @@
}, },
{ {
"solarSystemName": "E1F-LK", "solarSystemName": "E1F-LK",
"x": "110", "x": 110,
"y": "155", "y": 155,
"security": -0.4525584428156066, "security": -0.4525584428156066,
"connectedSystems": [ "connectedSystems": [
"ZJA-6U", "ZJA-6U",
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "XVV-21", "solarSystemName": "XVV-21",
"x": "110", "x": 110,
"y": "435", "y": 435,
"security": -0.3209789867556047, "security": -0.3209789867556047,
"connectedSystems": [ "connectedSystems": [
"NS2L-4", "NS2L-4",
@@ -170,8 +170,8 @@
}, },
{ {
"solarSystemName": "O3Z5-G", "solarSystemName": "O3Z5-G",
"x": "150", "x": 150,
"y": "15", "y": 15,
"security": -0.6473343069361381, "security": -0.6473343069361381,
"connectedSystems": [ "connectedSystems": [
"RF6T-8", "RF6T-8",
@@ -181,8 +181,8 @@
}, },
{ {
"solarSystemName": "RF6T-8", "solarSystemName": "RF6T-8",
"x": "150", "x": 150,
"y": "60", "y": 60,
"security": -0.5938006041039952, "security": -0.5938006041039952,
"connectedSystems": [ "connectedSystems": [
"94FR-S", "94FR-S",
@@ -193,8 +193,8 @@
}, },
{ {
"solarSystemName": "GM-0K7", "solarSystemName": "GM-0K7",
"x": "150", "x": 150,
"y": "190", "y": 190,
"security": -0.3868889667892439, "security": -0.3868889667892439,
"connectedSystems": [ "connectedSystems": [
"RF6T-8", "RF6T-8",
@@ -206,8 +206,8 @@
}, },
{ {
"solarSystemName": "B9E-H6", "solarSystemName": "B9E-H6",
"x": "160", "x": 160,
"y": "540", "y": 540,
"security": -0.3654290388500632, "security": -0.3654290388500632,
"connectedSystems": [ "connectedSystems": [
"Y19P-1", "Y19P-1",
@@ -218,8 +218,8 @@
}, },
{ {
"solarSystemName": "Y19P-1", "solarSystemName": "Y19P-1",
"x": "160", "x": 160,
"y": "595", "y": 595,
"security": -0.1712178593484194, "security": -0.1712178593484194,
"connectedSystems": [ "connectedSystems": [
"B9E-H6", "B9E-H6",
@@ -231,8 +231,8 @@
}, },
{ {
"solarSystemName": "SPBS-6", "solarSystemName": "SPBS-6",
"x": "160", "x": 160,
"y": "660", "y": 660,
"security": -0.1817801962810967, "security": -0.1817801962810967,
"connectedSystems": [ "connectedSystems": [
"Y19P-1", "Y19P-1",
@@ -242,8 +242,8 @@
}, },
{ {
"solarSystemName": "Z4-QLD", "solarSystemName": "Z4-QLD",
"x": "175", "x": 175,
"y": "240", "y": 240,
"security": -0.2838201125530442, "security": -0.2838201125530442,
"connectedSystems": [ "connectedSystems": [
"GM-0K7" "GM-0K7"
@@ -251,8 +251,8 @@
}, },
{ {
"solarSystemName": "4DV-1T", "solarSystemName": "4DV-1T",
"x": "220", "x": 220,
"y": "15", "y": 15,
"security": -0.5864907502203445, "security": -0.5864907502203445,
"connectedSystems": [ "connectedSystems": [
"O3Z5-G", "O3Z5-G",
@@ -261,8 +261,8 @@
}, },
{ {
"solarSystemName": "78TS-Q", "solarSystemName": "78TS-Q",
"x": "235", "x": 235,
"y": "280", "y": 280,
"security": -0.1828080951545138, "security": -0.1828080951545138,
"connectedSystems": [ "connectedSystems": [
"GXK-7F", "GXK-7F",
@@ -271,8 +271,8 @@
}, },
{ {
"solarSystemName": "GXK-7F", "solarSystemName": "GXK-7F",
"x": "235", "x": 235,
"y": "330", "y": 330,
"security": -0.3292070460896001, "security": -0.3292070460896001,
"connectedSystems": [ "connectedSystems": [
"DY-P7Q", "DY-P7Q",
@@ -283,8 +283,8 @@
}, },
{ {
"solarSystemName": "NS2L-4", "solarSystemName": "NS2L-4",
"x": "255", "x": 255,
"y": "475", "y": 475,
"security": -0.5764338418913799, "security": -0.5764338418913799,
"connectedSystems": [ "connectedSystems": [
"B-S347", "B-S347",
@@ -293,8 +293,8 @@
}, },
{ {
"solarSystemName": "LN-56V", "solarSystemName": "LN-56V",
"x": "255", "x": 255,
"y": "595", "y": 595,
"security": -0.2182392959235501, "security": -0.2182392959235501,
"connectedSystems": [ "connectedSystems": [
"Y19P-1", "Y19P-1",
@@ -304,8 +304,8 @@
}, },
{ {
"solarSystemName": "A4B-V5", "solarSystemName": "A4B-V5",
"x": "255", "x": 255,
"y": "660", "y": 660,
"security": -0.1531849057845695, "security": -0.1531849057845695,
"connectedSystems": [ "connectedSystems": [
"Y19P-1", "Y19P-1",
@@ -315,8 +315,8 @@
}, },
{ {
"solarSystemName": "QN-6J2", "solarSystemName": "QN-6J2",
"x": "270", "x": 270,
"y": "75", "y": 75,
"security": -0.7225184456845211, "security": -0.7225184456845211,
"connectedSystems": [ "connectedSystems": [
"DR-427" "DR-427"
@@ -324,8 +324,8 @@
}, },
{ {
"solarSystemName": "XS-K1O", "solarSystemName": "XS-K1O",
"x": "305", "x": 305,
"y": "15", "y": 15,
"security": -0.5436621961197113, "security": -0.5436621961197113,
"connectedSystems": [ "connectedSystems": [
"4DV-1T", "4DV-1T",
@@ -334,8 +334,8 @@
}, },
{ {
"solarSystemName": "CJNF-J", "solarSystemName": "CJNF-J",
"x": "315", "x": 315,
"y": "280", "y": 280,
"security": -0.2192111971020659, "security": -0.2192111971020659,
"connectedSystems": [ "connectedSystems": [
"GXK-7F", "GXK-7F",
@@ -345,8 +345,8 @@
}, },
{ {
"solarSystemName": "EA-HSA", "solarSystemName": "EA-HSA",
"x": "315", "x": 315,
"y": "330", "y": 330,
"security": -0.5161587589572645, "security": -0.5161587589572645,
"connectedSystems": [ "connectedSystems": [
"GXK-7F", "GXK-7F",
@@ -356,8 +356,8 @@
}, },
{ {
"solarSystemName": "AF0-V5", "solarSystemName": "AF0-V5",
"x": "325", "x": 325,
"y": "430", "y": 430,
"security": -0.3987498015509231, "security": -0.3987498015509231,
"connectedSystems": [ "connectedSystems": [
"B-S347" "B-S347"
@@ -365,8 +365,8 @@
}, },
{ {
"solarSystemName": "B-S347", "solarSystemName": "B-S347",
"x": "325", "x": 325,
"y": "475", "y": 475,
"security": -0.581030440956624, "security": -0.581030440956624,
"connectedSystems": [ "connectedSystems": [
"NS2L-4", "NS2L-4",
@@ -376,8 +376,8 @@
}, },
{ {
"solarSystemName": "PH-NFR", "solarSystemName": "PH-NFR",
"x": "345", "x": 345,
"y": "540", "y": 540,
"security": -0.2417094348796256, "security": -0.2417094348796256,
"connectedSystems": [ "connectedSystems": [
"B9E-H6", "B9E-H6",
@@ -388,8 +388,8 @@
}, },
{ {
"solarSystemName": "X-6WC7", "solarSystemName": "X-6WC7",
"x": "345", "x": 345,
"y": "705", "y": 705,
"security": -0.374665561819855, "security": -0.374665561819855,
"connectedSystems": [ "connectedSystems": [
"PH-NFR", "PH-NFR",
@@ -399,8 +399,8 @@
}, },
{ {
"solarSystemName": "DR-427", "solarSystemName": "DR-427",
"x": "360", "x": 360,
"y": "75", "y": 75,
"security": -0.6862135453738378, "security": -0.6862135453738378,
"connectedSystems": [ "connectedSystems": [
"FRTC-5", "FRTC-5",
@@ -409,8 +409,8 @@
}, },
{ {
"solarSystemName": "M-ZJWJ", "solarSystemName": "M-ZJWJ",
"x": "360", "x": 360,
"y": "125", "y": 125,
"security": -0.4731058525078024, "security": -0.4731058525078024,
"connectedSystems": [ "connectedSystems": [
"62O-UE", "62O-UE",
@@ -421,8 +421,8 @@
}, },
{ {
"solarSystemName": "NI-J0B", "solarSystemName": "NI-J0B",
"x": "360", "x": 360,
"y": "165", "y": 165,
"security": -0.493747852252849, "security": -0.493747852252849,
"connectedSystems": [ "connectedSystems": [
"M-ZJWJ" "M-ZJWJ"
@@ -430,8 +430,8 @@
}, },
{ {
"solarSystemName": "RU-PT9", "solarSystemName": "RU-PT9",
"x": "360", "x": 360,
"y": "205", "y": 205,
"security": -0.6099379918353032, "security": -0.6099379918353032,
"connectedSystems": [ "connectedSystems": [
"R-ORB7", "R-ORB7",
@@ -440,8 +440,8 @@
}, },
{ {
"solarSystemName": "FN-DSR", "solarSystemName": "FN-DSR",
"x": "385", "x": 385,
"y": "15", "y": 15,
"security": -0.3978244121681143, "security": -0.3978244121681143,
"connectedSystems": [ "connectedSystems": [
"XS-K1O", "XS-K1O",
@@ -450,8 +450,8 @@
}, },
{ {
"solarSystemName": "FYI-49", "solarSystemName": "FYI-49",
"x": "385", "x": 385,
"y": "280", "y": 280,
"security": -0.6956156254296266, "security": -0.6956156254296266,
"connectedSystems": [ "connectedSystems": [
"WYF8-8" "WYF8-8"
@@ -459,8 +459,8 @@
}, },
{ {
"solarSystemName": "WYF8-8", "solarSystemName": "WYF8-8",
"x": "385", "x": 385,
"y": "330", "y": 330,
"security": -0.6040619943330852, "security": -0.6040619943330852,
"connectedSystems": [ "connectedSystems": [
"EA-HSA", "EA-HSA",
@@ -469,8 +469,8 @@
}, },
{ {
"solarSystemName": "PPFB-U", "solarSystemName": "PPFB-U",
"x": "400", "x": 400,
"y": "385", "y": 385,
"security": -0.07416618616097248, "security": -0.07416618616097248,
"connectedSystems": [ "connectedSystems": [
"B-A587" "B-A587"
@@ -478,8 +478,8 @@
}, },
{ {
"solarSystemName": "B-A587", "solarSystemName": "B-A587",
"x": "400", "x": 400,
"y": "430", "y": 430,
"security": -0.2334492710891329, "security": -0.2334492710891329,
"connectedSystems": [ "connectedSystems": [
"QI-S9W", "QI-S9W",
@@ -488,8 +488,8 @@
}, },
{ {
"solarSystemName": "QI-S9W", "solarSystemName": "QI-S9W",
"x": "400", "x": 400,
"y": "475", "y": 475,
"security": -0.3419104256018859, "security": -0.3419104256018859,
"connectedSystems": [ "connectedSystems": [
"B-S347", "B-S347",
@@ -499,8 +499,8 @@
}, },
{ {
"solarSystemName": "DW-N2S", "solarSystemName": "DW-N2S",
"x": "410", "x": 410,
"y": "570", "y": 570,
"security": -0.2137121830335395, "security": -0.2137121830335395,
"connectedSystems": [ "connectedSystems": [
"PH-NFR", "PH-NFR",
@@ -512,8 +512,8 @@
}, },
{ {
"solarSystemName": "D-BAMJ", "solarSystemName": "D-BAMJ",
"x": "415", "x": 415,
"y": "620", "y": 620,
"security": -0.1330845196091792, "security": -0.1330845196091792,
"connectedSystems": [ "connectedSystems": [
"DW-N2S", "DW-N2S",
@@ -523,8 +523,8 @@
}, },
{ {
"solarSystemName": "RHE7-W", "solarSystemName": "RHE7-W",
"x": "415", "x": 415,
"y": "655", "y": 655,
"security": -0.0830315158438194, "security": -0.0830315158438194,
"connectedSystems": [ "connectedSystems": [
"D-BAMJ", "D-BAMJ",
@@ -533,8 +533,8 @@
}, },
{ {
"solarSystemName": "F76-8Q", "solarSystemName": "F76-8Q",
"x": "415", "x": 415,
"y": "685", "y": 685,
"security": -0.06021559010080702, "security": -0.06021559010080702,
"connectedSystems": [ "connectedSystems": [
"RHE7-W" "RHE7-W"
@@ -542,8 +542,8 @@
}, },
{ {
"solarSystemName": "FRTC-5", "solarSystemName": "FRTC-5",
"x": "455", "x": 455,
"y": "75", "y": 75,
"security": -0.6019108052326907, "security": -0.6019108052326907,
"connectedSystems": [ "connectedSystems": [
"KCDX-7", "KCDX-7",
@@ -554,8 +554,8 @@
}, },
{ {
"solarSystemName": "O7-VJ5", "solarSystemName": "O7-VJ5",
"x": "455", "x": 455,
"y": "125", "y": 125,
"security": -0.5687394321380954, "security": -0.5687394321380954,
"connectedSystems": [ "connectedSystems": [
"KCDX-7", "KCDX-7",
@@ -566,8 +566,8 @@
}, },
{ {
"solarSystemName": "R-ORB7", "solarSystemName": "R-ORB7",
"x": "455", "x": 455,
"y": "175", "y": 175,
"security": -0.5964126174142745, "security": -0.5964126174142745,
"connectedSystems": [ "connectedSystems": [
"O7-VJ5", "O7-VJ5",
@@ -576,8 +576,8 @@
}, },
{ {
"solarSystemName": "7-ZT1Y", "solarSystemName": "7-ZT1Y",
"x": "460", "x": 460,
"y": "15", "y": 15,
"security": -0.3023053480113128, "security": -0.3023053480113128,
"connectedSystems": [ "connectedSystems": [
"FN-DSR" "FN-DSR"
@@ -585,8 +585,8 @@
}, },
{ {
"solarSystemName": "W-FHWJ", "solarSystemName": "W-FHWJ",
"x": "470", "x": 470,
"y": "540", "y": 540,
"security": -0.2352964063609685, "security": -0.2352964063609685,
"connectedSystems": [ "connectedSystems": [
"PH-NFR", "PH-NFR",
@@ -596,8 +596,8 @@
}, },
{ {
"solarSystemName": "L-5JCJ", "solarSystemName": "L-5JCJ",
"x": "480", "x": 480,
"y": "345", "y": 345,
"security": -0.2589146311780283, "security": -0.2589146311780283,
"connectedSystems": [ "connectedSystems": [
"REB-KR", "REB-KR",
@@ -606,8 +606,8 @@
}, },
{ {
"solarSystemName": "QE-E1D", "solarSystemName": "QE-E1D",
"x": "510", "x": 510,
"y": "475", "y": 475,
"security": -0.2738679879080892, "security": -0.2738679879080892,
"connectedSystems": [ "connectedSystems": [
"QI-S9W", "QI-S9W",
@@ -617,8 +617,8 @@
}, },
{ {
"solarSystemName": "REB-KR", "solarSystemName": "REB-KR",
"x": "515", "x": 515,
"y": "390", "y": 390,
"security": -0.2711360458944948, "security": -0.2711360458944948,
"connectedSystems": [ "connectedSystems": [
"QE-E1D", "QE-E1D",
@@ -628,8 +628,8 @@
}, },
{ {
"solarSystemName": "JKWP-U", "solarSystemName": "JKWP-U",
"x": "535", "x": 535,
"y": "705", "y": 705,
"security": -0.2361844774349113, "security": -0.2361844774349113,
"connectedSystems": [ "connectedSystems": [
"DW-N2S", "DW-N2S",
@@ -640,8 +640,8 @@
}, },
{ {
"solarSystemName": "KCDX-7", "solarSystemName": "KCDX-7",
"x": "540", "x": 540,
"y": "90", "y": 90,
"security": -0.5791839003571422, "security": -0.5791839003571422,
"connectedSystems": [ "connectedSystems": [
"CKX-RW", "CKX-RW",
@@ -651,8 +651,8 @@
}, },
{ {
"solarSystemName": "4-GB14", "solarSystemName": "4-GB14",
"x": "555", "x": 555,
"y": "345", "y": 345,
"security": -0.2509683895466133, "security": -0.2509683895466133,
"connectedSystems": [ "connectedSystems": [
"REB-KR", "REB-KR",
@@ -661,8 +661,8 @@
}, },
{ {
"solarSystemName": "LK1K-5", "solarSystemName": "LK1K-5",
"x": "585", "x": 585,
"y": "475", "y": 475,
"security": -0.2983358823961662, "security": -0.2983358823961662,
"connectedSystems": [ "connectedSystems": [
"QE-E1D", "QE-E1D",
@@ -672,8 +672,8 @@
}, },
{ {
"solarSystemName": "LBA-SO", "solarSystemName": "LBA-SO",
"x": "605", "x": 605,
"y": "595", "y": 595,
"security": -0.2740895312736529, "security": -0.2740895312736529,
"connectedSystems": [ "connectedSystems": [
"AC-7LZ", "AC-7LZ",
@@ -682,8 +682,8 @@
}, },
{ {
"solarSystemName": "6-I162", "solarSystemName": "6-I162",
"x": "610", "x": 610,
"y": "240", "y": 240,
"security": -0.4773045992606091, "security": -0.4773045992606091,
"connectedSystems": [ "connectedSystems": [
"B2-UQW", "B2-UQW",
@@ -692,8 +692,8 @@
}, },
{ {
"solarSystemName": "E8-YS9", "solarSystemName": "E8-YS9",
"x": "655", "x": 655,
"y": "650", "y": 650,
"security": -0.3044363402430225, "security": -0.3044363402430225,
"connectedSystems": [ "connectedSystems": [
"AC-7LZ", "AC-7LZ",
@@ -703,8 +703,8 @@
}, },
{ {
"solarSystemName": "8X6T-8", "solarSystemName": "8X6T-8",
"x": "665", "x": 665,
"y": "35", "y": 35,
"security": -0.6530265482078645, "security": -0.6530265482078645,
"connectedSystems": [ "connectedSystems": [
"CKX-RW" "CKX-RW"
@@ -712,8 +712,8 @@
}, },
{ {
"solarSystemName": "CKX-RW", "solarSystemName": "CKX-RW",
"x": "665", "x": 665,
"y": "90", "y": 90,
"security": -0.6275157789375341, "security": -0.6275157789375341,
"connectedSystems": [ "connectedSystems": [
"Y-C4AL", "Y-C4AL",
@@ -723,8 +723,8 @@
}, },
{ {
"solarSystemName": "Y-C4AL", "solarSystemName": "Y-C4AL",
"x": "665", "x": 665,
"y": "145", "y": 145,
"security": -0.6867532094575355, "security": -0.6867532094575355,
"connectedSystems": [ "connectedSystems": [
"08-N7Q", "08-N7Q",
@@ -733,8 +733,8 @@
}, },
{ {
"solarSystemName": "08-N7Q", "solarSystemName": "08-N7Q",
"x": "665", "x": 665,
"y": "200", "y": 200,
"security": -0.7160185989906178, "security": -0.7160185989906178,
"connectedSystems": [ "connectedSystems": [
"U9U-TQ", "U9U-TQ",
@@ -744,8 +744,8 @@
}, },
{ {
"solarSystemName": "B2-UQW", "solarSystemName": "B2-UQW",
"x": "665", "x": 665,
"y": "275", "y": 275,
"security": -0.3719989781741813, "security": -0.3719989781741813,
"connectedSystems": [ "connectedSystems": [
"LK1K-5", "LK1K-5",
@@ -755,8 +755,8 @@
}, },
{ {
"solarSystemName": "Z-H2MA", "solarSystemName": "Z-H2MA",
"x": "665", "x": 665,
"y": "475", "y": 475,
"security": -0.2729688689356563, "security": -0.2729688689356563,
"connectedSystems": [ "connectedSystems": [
"LK1K-5", "LK1K-5",
@@ -765,8 +765,8 @@
}, },
{ {
"solarSystemName": "AC-7LZ", "solarSystemName": "AC-7LZ",
"x": "695", "x": 695,
"y": "595", "y": 595,
"security": -0.3014476315180127, "security": -0.3014476315180127,
"connectedSystems": [ "connectedSystems": [
"9-XN3F", "9-XN3F",
@@ -776,8 +776,8 @@
}, },
{ {
"solarSystemName": "U9U-TQ", "solarSystemName": "U9U-TQ",
"x": "715", "x": 715,
"y": "240", "y": 240,
"security": -0.3452208276135632, "security": -0.3452208276135632,
"connectedSystems": [ "connectedSystems": [
"B2-UQW", "B2-UQW",
@@ -786,8 +786,8 @@
}, },
{ {
"solarSystemName": "B-KDOZ", "solarSystemName": "B-KDOZ",
"x": "735", "x": 735,
"y": "475", "y": 475,
"security": -0.2544728918276955, "security": -0.2544728918276955,
"connectedSystems": [ "connectedSystems": [
"Z-H2MA", "Z-H2MA",
@@ -796,8 +796,8 @@
}, },
{ {
"solarSystemName": "9-XN3F", "solarSystemName": "9-XN3F",
"x": "760", "x": 760,
"y": "560", "y": 560,
"security": -0.3494883070015804, "security": -0.3494883070015804,
"connectedSystems": [ "connectedSystems": [
"B-KDOZ", "B-KDOZ",
@@ -807,8 +807,8 @@
}, },
{ {
"solarSystemName": "2O-EEW", "solarSystemName": "2O-EEW",
"x": "780", "x": 780,
"y": "170", "y": 170,
"security": -0.7616833539130824, "security": -0.7616833539130824,
"connectedSystems": [ "connectedSystems": [
"W4E-IT", "W4E-IT",
@@ -819,8 +819,8 @@
}, },
{ {
"solarSystemName": "Y-FZ5N", "solarSystemName": "Y-FZ5N",
"x": "825", "x": 825,
"y": "505", "y": 505,
"security": -0.4133743543963592, "security": -0.4133743543963592,
"connectedSystems": [ "connectedSystems": [
"9-XN3F", "9-XN3F",
@@ -830,8 +830,8 @@
}, },
{ {
"solarSystemName": "7YSF-E", "solarSystemName": "7YSF-E",
"x": "845", "x": 845,
"y": "65", "y": 65,
"security": -0.3751497512990731, "security": -0.3751497512990731,
"connectedSystems": [ "connectedSystems": [
"J-QA7I" "J-QA7I"
@@ -839,8 +839,8 @@
}, },
{ {
"solarSystemName": "J-QA7I", "solarSystemName": "J-QA7I",
"x": "845", "x": 845,
"y": "120", "y": 120,
"security": -0.4805166630020554, "security": -0.4805166630020554,
"connectedSystems": [ "connectedSystems": [
"OP9L-F", "OP9L-F",
@@ -850,8 +850,8 @@
}, },
{ {
"solarSystemName": "Y-N4EF", "solarSystemName": "Y-N4EF",
"x": "845", "x": 845,
"y": "220", "y": 220,
"security": -0.7871640706287123, "security": -0.7871640706287123,
"connectedSystems": [ "connectedSystems": [
"OP9L-F", "OP9L-F",
@@ -860,8 +860,8 @@
}, },
{ {
"solarSystemName": "W4E-IT", "solarSystemName": "W4E-IT",
"x": "850", "x": 850,
"y": "290", "y": 290,
"security": -0.5978428134539242, "security": -0.5978428134539242,
"connectedSystems": [ "connectedSystems": [
"U79-JF", "U79-JF",
@@ -871,8 +871,8 @@
}, },
{ {
"solarSystemName": "U79-JF", "solarSystemName": "U79-JF",
"x": "850", "x": 850,
"y": "445", "y": 445,
"security": -0.555577470798527, "security": -0.555577470798527,
"connectedSystems": [ "connectedSystems": [
"Y-FZ5N", "Y-FZ5N",
@@ -881,8 +881,8 @@
}, },
{ {
"solarSystemName": "OP9L-F", "solarSystemName": "OP9L-F",
"x": "910", "x": 910,
"y": "170", "y": 170,
"security": -0.5825048453667098, "security": -0.5825048453667098,
"connectedSystems": [ "connectedSystems": [
"W4E-IT", "W4E-IT",
@@ -893,8 +893,8 @@
}, },
{ {
"solarSystemName": "9-8GBA", "solarSystemName": "9-8GBA",
"x": "5", "x": 5,
"y": "340", "y": 340,
"security": -0.1388272666369121, "security": -0.1388272666369121,
"connectedSystems": [ "connectedSystems": [
"KDF-GY", "KDF-GY",
@@ -904,8 +904,8 @@
}, },
{ {
"solarSystemName": "BW-WJ2", "solarSystemName": "BW-WJ2",
"x": "15", "x": 15,
"y": "460", "y": 460,
"security": -0.1433265826104729, "security": -0.1433265826104729,
"connectedSystems": [ "connectedSystems": [
"S4-9DN", "S4-9DN",
@@ -914,8 +914,8 @@
}, },
{ {
"solarSystemName": "62O-UE", "solarSystemName": "62O-UE",
"x": "265", "x": 265,
"y": "125", "y": 125,
"security": -0.563763361528814, "security": -0.563763361528814,
"connectedSystems": [ "connectedSystems": [
"O5Q7-U", "O5Q7-U",
@@ -924,8 +924,8 @@
}, },
{ {
"solarSystemName": "R1-IMO", "solarSystemName": "R1-IMO",
"x": "265", "x": 265,
"y": "205", "y": 205,
"security": -0.4435227566631144, "security": -0.4435227566631144,
"connectedSystems": [ "connectedSystems": [
"T6GY-Y", "T6GY-Y",
@@ -934,8 +934,8 @@
}, },
{ {
"solarSystemName": "I-9GI1", "solarSystemName": "I-9GI1",
"x": "655", "x": 655,
"y": "700", "y": 700,
"security": -0.2014115982881773, "security": -0.2014115982881773,
"connectedSystems": [ "connectedSystems": [
"DVWV-3", "DVWV-3",
@@ -945,8 +945,8 @@
}, },
{ {
"solarSystemName": "ZMV9-A", "solarSystemName": "ZMV9-A",
"x": "890", "x": 890,
"y": "505", "y": 505,
"security": -0.2277492643113144, "security": -0.2277492643113144,
"connectedSystems": [ "connectedSystems": [
"S-9RCJ", "S-9RCJ",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "1C-TD6", "solarSystemName": "1C-TD6",
"x": "0", "x": 0,
"y": "10", "y": 10,
"security": -0.3750900458065621, "security": -0.3750900458065621,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "G5J-LH", "solarSystemName": "G5J-LH",
"x": "10", "x": 10,
"y": "320", "y": 320,
"security": -0.5350957253958518, "security": -0.5350957253958518,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -19,8 +19,8 @@
}, },
{ {
"solarSystemName": "KF1-DU", "solarSystemName": "KF1-DU",
"x": "45", "x": 45,
"y": "365", "y": 365,
"security": -0.4199560969619315, "security": -0.4199560969619315,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -28,8 +28,8 @@
}, },
{ {
"solarSystemName": "8RV-1L", "solarSystemName": "8RV-1L",
"x": "65", "x": 65,
"y": "30", "y": 30,
"security": -0.3749299123496953, "security": -0.3749299123496953,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -37,8 +37,8 @@
}, },
{ {
"solarSystemName": "R-G1SF", "solarSystemName": "R-G1SF",
"x": "95", "x": 95,
"y": "565", "y": 565,
"security": -0.4590466214896356, "security": -0.4590466214896356,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -46,8 +46,8 @@
}, },
{ {
"solarSystemName": "N-FKXV", "solarSystemName": "N-FKXV",
"x": "95", "x": 95,
"y": "565", "y": 565,
"security": -0.649492387987022, "security": -0.649492387987022,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -55,8 +55,8 @@
}, },
{ {
"solarSystemName": "W-WQM5", "solarSystemName": "W-WQM5",
"x": "105", "x": 105,
"y": "260", "y": 260,
"security": -0.372308342105202, "security": -0.372308342105202,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -64,8 +64,8 @@
}, },
{ {
"solarSystemName": "8-ULAA", "solarSystemName": "8-ULAA",
"x": "110", "x": 110,
"y": "305", "y": 305,
"security": -0.2866281174736396, "security": -0.2866281174736396,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -73,8 +73,8 @@
}, },
{ {
"solarSystemName": "H-EDXD", "solarSystemName": "H-EDXD",
"x": "110", "x": 110,
"y": "345", "y": 345,
"security": -0.3211388899971632, "security": -0.3211388899971632,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -82,8 +82,8 @@
}, },
{ {
"solarSystemName": "4U-14I", "solarSystemName": "4U-14I",
"x": "115", "x": 115,
"y": "400", "y": 400,
"security": -0.3199954351311145, "security": -0.3199954351311145,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -91,8 +91,8 @@
}, },
{ {
"solarSystemName": "0M-M64", "solarSystemName": "0M-M64",
"x": "130", "x": 130,
"y": "35", "y": 35,
"security": -0.293175390960903, "security": -0.293175390960903,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -100,8 +100,8 @@
}, },
{ {
"solarSystemName": "W5-SGC", "solarSystemName": "W5-SGC",
"x": "185", "x": 185,
"y": "5", "y": 5,
"security": -0.2661355997919406, "security": -0.2661355997919406,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -109,8 +109,8 @@
}, },
{ {
"solarSystemName": "TO21-U", "solarSystemName": "TO21-U",
"x": "185", "x": 185,
"y": "70", "y": 70,
"security": -0.2796966277397339, "security": -0.2796966277397339,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -118,8 +118,8 @@
}, },
{ {
"solarSystemName": "6-QXE6", "solarSystemName": "6-QXE6",
"x": "205", "x": 205,
"y": "555", "y": 555,
"security": -0.4729051735275121, "security": -0.4729051735275121,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -127,8 +127,8 @@
}, },
{ {
"solarSystemName": "X7-8IG", "solarSystemName": "X7-8IG",
"x": "210", "x": 210,
"y": "510", "y": 510,
"security": -0.3633078847774401, "security": -0.3633078847774401,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -136,8 +136,8 @@
}, },
{ {
"solarSystemName": "RN-5K9", "solarSystemName": "RN-5K9",
"x": "250", "x": 250,
"y": "95", "y": 95,
"security": -0.2964811007204792, "security": -0.2964811007204792,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -145,8 +145,8 @@
}, },
{ {
"solarSystemName": "Z-FYJR", "solarSystemName": "Z-FYJR",
"x": "250", "x": 250,
"y": "420", "y": 420,
"security": -0.2079434029497262, "security": -0.2079434029497262,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -154,8 +154,8 @@
}, },
{ {
"solarSystemName": "YBYX-1", "solarSystemName": "YBYX-1",
"x": "255", "x": 255,
"y": "10", "y": 10,
"security": -0.2335878185079654, "security": -0.2335878185079654,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -163,8 +163,8 @@
}, },
{ {
"solarSystemName": "H7OL-I", "solarSystemName": "H7OL-I",
"x": "265", "x": 265,
"y": "50", "y": 50,
"security": -0.2842696032196959, "security": -0.2842696032196959,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -172,8 +172,8 @@
}, },
{ {
"solarSystemName": "1SR-HT", "solarSystemName": "1SR-HT",
"x": "265", "x": 265,
"y": "380", "y": 380,
"security": -0.120075230424594, "security": -0.120075230424594,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -181,8 +181,8 @@
}, },
{ {
"solarSystemName": "LG1-TA", "solarSystemName": "LG1-TA",
"x": "280", "x": 280,
"y": "170", "y": 170,
"security": -0.2946460366600786, "security": -0.2946460366600786,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -190,8 +190,8 @@
}, },
{ {
"solarSystemName": "A9-NB6", "solarSystemName": "A9-NB6",
"x": "285", "x": 285,
"y": "220", "y": 220,
"security": -0.1241113945863723, "security": -0.1241113945863723,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -199,8 +199,8 @@
}, },
{ {
"solarSystemName": "Z-D1DW", "solarSystemName": "Z-D1DW",
"x": "290", "x": 290,
"y": "520", "y": 520,
"security": -0.3490262701101978, "security": -0.3490262701101978,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -208,8 +208,8 @@
}, },
{ {
"solarSystemName": "JGDF-B", "solarSystemName": "JGDF-B",
"x": "315", "x": 315,
"y": "440", "y": 440,
"security": -0.1657612933389353, "security": -0.1657612933389353,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -217,8 +217,8 @@
}, },
{ {
"solarSystemName": "SQ-2XA", "solarSystemName": "SQ-2XA",
"x": "330", "x": 330,
"y": "340", "y": 340,
"security": -0.07798343993192947, "security": -0.07798343993192947,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -226,8 +226,8 @@
}, },
{ {
"solarSystemName": "PZP1-D", "solarSystemName": "PZP1-D",
"x": "335", "x": 335,
"y": "380", "y": 380,
"security": -0.08826368729222, "security": -0.08826368729222,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "0RZ5-2", "solarSystemName": "0RZ5-2",
"x": "345", "x": 345,
"y": "170", "y": 170,
"security": -0.2275356360224279, "security": -0.2275356360224279,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -244,8 +244,8 @@
}, },
{ {
"solarSystemName": "7H-Z5R", "solarSystemName": "7H-Z5R",
"x": "345", "x": 345,
"y": "220", "y": 220,
"security": -0.1303723309485111, "security": -0.1303723309485111,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -253,8 +253,8 @@
}, },
{ {
"solarSystemName": "HGB-C6", "solarSystemName": "HGB-C6",
"x": "355", "x": 355,
"y": "65", "y": 65,
"security": -0.2126474749897808, "security": -0.2126474749897808,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -262,8 +262,8 @@
}, },
{ {
"solarSystemName": "FO-3PJ", "solarSystemName": "FO-3PJ",
"x": "355", "x": 355,
"y": "540", "y": 540,
"security": -0.4351800667134713, "security": -0.4351800667134713,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -271,8 +271,8 @@
}, },
{ {
"solarSystemName": "R1KE-A", "solarSystemName": "R1KE-A",
"x": "375", "x": 375,
"y": "420", "y": 420,
"security": -0.07164369458561892, "security": -0.07164369458561892,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -280,8 +280,8 @@
}, },
{ {
"solarSystemName": "L-TPN0", "solarSystemName": "L-TPN0",
"x": "380", "x": 380,
"y": "675", "y": 675,
"security": -0.02335254842048895, "security": -0.02335254842048895,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -289,8 +289,8 @@
}, },
{ {
"solarSystemName": "I9D-0D", "solarSystemName": "I9D-0D",
"x": "405", "x": 405,
"y": "95", "y": 95,
"security": -0.2516663680670465, "security": -0.2516663680670465,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -298,8 +298,8 @@
}, },
{ {
"solarSystemName": "ZA6-9N", "solarSystemName": "ZA6-9N",
"x": "405", "x": 405,
"y": "195", "y": 195,
"security": -0.1541854480024073, "security": -0.1541854480024073,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -307,8 +307,8 @@
}, },
{ {
"solarSystemName": "RS08-B", "solarSystemName": "RS08-B",
"x": "430", "x": 430,
"y": "40", "y": 40,
"security": -0.2379153991661754, "security": -0.2379153991661754,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -316,8 +316,8 @@
}, },
{ {
"solarSystemName": "Y-4V7U", "solarSystemName": "Y-4V7U",
"x": "460", "x": 460,
"y": "645", "y": 645,
"security": -0.05914188859031566, "security": -0.05914188859031566,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -325,8 +325,8 @@
}, },
{ {
"solarSystemName": "J1-6CJ", "solarSystemName": "J1-6CJ",
"x": "470", "x": 470,
"y": "195", "y": 195,
"security": -0.1480918190449702, "security": -0.1480918190449702,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -334,8 +334,8 @@
}, },
{ {
"solarSystemName": "LH-J8H", "solarSystemName": "LH-J8H",
"x": "480", "x": 480,
"y": "100", "y": 100,
"security": -0.2170568120328061, "security": -0.2170568120328061,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -343,8 +343,8 @@
}, },
{ {
"solarSystemName": "6-NCE7", "solarSystemName": "6-NCE7",
"x": "480", "x": 480,
"y": "570", "y": 570,
"security": -0.03413235279923699, "security": -0.03413235279923699,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -352,8 +352,8 @@
}, },
{ {
"solarSystemName": "KN7M-N", "solarSystemName": "KN7M-N",
"x": "485", "x": 485,
"y": "375", "y": 375,
"security": -0.04037067954031726, "security": -0.04037067954031726,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -361,8 +361,8 @@
}, },
{ {
"solarSystemName": "2L5-FI", "solarSystemName": "2L5-FI",
"x": "495", "x": 495,
"y": "45", "y": 45,
"security": -0.2439618711610626, "security": -0.2439618711610626,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -370,8 +370,8 @@
}, },
{ {
"solarSystemName": "PBXG-A", "solarSystemName": "PBXG-A",
"x": "495", "x": 495,
"y": "420", "y": 420,
"security": -0.05404258051407662, "security": -0.05404258051407662,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -379,8 +379,8 @@
}, },
{ {
"solarSystemName": "M-FDTD", "solarSystemName": "M-FDTD",
"x": "530", "x": 530,
"y": "460", "y": 460,
"security": -0.1890157213589097, "security": -0.1890157213589097,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -388,8 +388,8 @@
}, },
{ {
"solarSystemName": "VR3-PS", "solarSystemName": "VR3-PS",
"x": "550", "x": 550,
"y": "100", "y": 100,
"security": -0.1130170326056429, "security": -0.1130170326056429,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -397,8 +397,8 @@
}, },
{ {
"solarSystemName": "WDJQ-G", "solarSystemName": "WDJQ-G",
"x": "560", "x": 560,
"y": "515", "y": 515,
"security": -0.03072941303314081, "security": -0.03072941303314081,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -406,8 +406,8 @@
}, },
{ {
"solarSystemName": "JS3-RS", "solarSystemName": "JS3-RS",
"x": "560", "x": 560,
"y": "565", "y": 565,
"security": -0.01588294937953982, "security": -0.01588294937953982,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -415,8 +415,8 @@
}, },
{ {
"solarSystemName": "54-VNO", "solarSystemName": "54-VNO",
"x": "580", "x": 580,
"y": "415", "y": 415,
"security": -0.07988834816409607, "security": -0.07988834816409607,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -424,8 +424,8 @@
}, },
{ {
"solarSystemName": "9-ERCP", "solarSystemName": "9-ERCP",
"x": "605", "x": 605,
"y": "365", "y": 365,
"security": -0.1027182857339716, "security": -0.1027182857339716,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -433,8 +433,8 @@
}, },
{ {
"solarSystemName": "JX-T1W", "solarSystemName": "JX-T1W",
"x": "605", "x": 605,
"y": "595", "y": 595,
"security": -0.0247140231281725, "security": -0.0247140231281725,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -442,8 +442,8 @@
}, },
{ {
"solarSystemName": "VYX2-I", "solarSystemName": "VYX2-I",
"x": "610", "x": 610,
"y": "170", "y": 170,
"security": -0.1212828321577832, "security": -0.1212828321577832,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -451,8 +451,8 @@
}, },
{ {
"solarSystemName": "OU-AIT", "solarSystemName": "OU-AIT",
"x": "630", "x": 630,
"y": "100", "y": 100,
"security": -0.1146935305374194, "security": -0.1146935305374194,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -460,8 +460,8 @@
}, },
{ {
"solarSystemName": "CZ-CED", "solarSystemName": "CZ-CED",
"x": "645", "x": 645,
"y": "515", "y": 515,
"security": -0.03293480789172698, "security": -0.03293480789172698,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -469,8 +469,8 @@
}, },
{ {
"solarSystemName": "BKK4-H", "solarSystemName": "BKK4-H",
"x": "650", "x": 650,
"y": "625", "y": 625,
"security": -0.04995380376514758, "security": -0.04995380376514758,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -478,8 +478,8 @@
}, },
{ {
"solarSystemName": "QO-3LC", "solarSystemName": "QO-3LC",
"x": "660", "x": 660,
"y": "135", "y": 135,
"security": -0.1219684021620293, "security": -0.1219684021620293,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -487,8 +487,8 @@
}, },
{ {
"solarSystemName": "3-XORH", "solarSystemName": "3-XORH",
"x": "660", "x": 660,
"y": "250", "y": 250,
"security": -0.0151122043777846, "security": -0.0151122043777846,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -496,8 +496,8 @@
}, },
{ {
"solarSystemName": "IAMZ-5", "solarSystemName": "IAMZ-5",
"x": "660", "x": 660,
"y": "410", "y": 410,
"security": -0.06946866875299662, "security": -0.06946866875299662,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -505,8 +505,8 @@
}, },
{ {
"solarSystemName": "3E-ER7", "solarSystemName": "3E-ER7",
"x": "665", "x": 665,
"y": "70", "y": 70,
"security": -0.0745662801780067, "security": -0.0745662801780067,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -514,8 +514,8 @@
}, },
{ {
"solarSystemName": "W6H6-K", "solarSystemName": "W6H6-K",
"x": "675", "x": 675,
"y": "295", "y": 295,
"security": -0.03840436653077961, "security": -0.03840436653077961,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -523,8 +523,8 @@
}, },
{ {
"solarSystemName": "HD3-JK", "solarSystemName": "HD3-JK",
"x": "690", "x": 690,
"y": "465", "y": 465,
"security": -0.0682587175216075, "security": -0.0682587175216075,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -532,8 +532,8 @@
}, },
{ {
"solarSystemName": "5-P3CQ", "solarSystemName": "5-P3CQ",
"x": "705", "x": 705,
"y": "100", "y": 100,
"security": -0.09586334420865728, "security": -0.09586334420865728,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -541,8 +541,8 @@
}, },
{ {
"solarSystemName": "G1VU-H", "solarSystemName": "G1VU-H",
"x": "730", "x": 730,
"y": "245", "y": 245,
"security": -0.01479868028145281, "security": -0.01479868028145281,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -550,8 +550,8 @@
}, },
{ {
"solarSystemName": "DVAR-P", "solarSystemName": "DVAR-P",
"x": "735", "x": 735,
"y": "285", "y": 285,
"security": -0.02176373041113189, "security": -0.02176373041113189,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -559,8 +559,8 @@
}, },
{ {
"solarSystemName": "6-23NU", "solarSystemName": "6-23NU",
"x": "760", "x": 760,
"y": "210", "y": 210,
"security": -0.008158372706541961, "security": -0.008158372706541961,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -568,8 +568,8 @@
}, },
{ {
"solarSystemName": "J-JS0D", "solarSystemName": "J-JS0D",
"x": "770", "x": 770,
"y": "170", "y": 170,
"security": -0.009097429239084964, "security": -0.009097429239084964,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -577,8 +577,8 @@
}, },
{ {
"solarSystemName": "REZ-YZ", "solarSystemName": "REZ-YZ",
"x": "775", "x": 775,
"y": "95", "y": 95,
"security": -0.0721649987555042, "security": -0.0721649987555042,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -586,8 +586,8 @@
}, },
{ {
"solarSystemName": "PQA-9K", "solarSystemName": "PQA-9K",
"x": "795", "x": 795,
"y": "450", "y": 450,
"security": -0.05289705054207039, "security": -0.05289705054207039,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -595,8 +595,8 @@
}, },
{ {
"solarSystemName": "QIW-TQ", "solarSystemName": "QIW-TQ",
"x": "845", "x": 845,
"y": "405", "y": 405,
"security": -0.07853881601323065, "security": -0.07853881601323065,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -604,8 +604,8 @@
}, },
{ {
"solarSystemName": "UBES-K", "solarSystemName": "UBES-K",
"x": "850", "x": 850,
"y": "90", "y": 90,
"security": -0.06166800235878056, "security": -0.06166800235878056,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -613,8 +613,8 @@
}, },
{ {
"solarSystemName": "BJC4-8", "solarSystemName": "BJC4-8",
"x": "865", "x": 865,
"y": "485", "y": 485,
"security": -0.04511882726332428, "security": -0.04511882726332428,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -622,8 +622,8 @@
}, },
{ {
"solarSystemName": "S5-U0R", "solarSystemName": "S5-U0R",
"x": "910", "x": 910,
"y": "435", "y": 435,
"security": -0.03806965129536555, "security": -0.03806965129536555,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -631,8 +631,8 @@
}, },
{ {
"solarSystemName": "E2AX-5", "solarSystemName": "E2AX-5",
"x": "915", "x": 915,
"y": "205", "y": 205,
"security": -0.03362189848934361, "security": -0.03362189848934361,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -640,8 +640,8 @@
}, },
{ {
"solarSystemName": "I-R8B0", "solarSystemName": "I-R8B0",
"x": "920", "x": 920,
"y": "105", "y": 105,
"security": -0.04337229837091794, "security": -0.04337229837091794,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -649,8 +649,8 @@
}, },
{ {
"solarSystemName": "THS-MN", "solarSystemName": "THS-MN",
"x": "920", "x": 920,
"y": "250", "y": 250,
"security": -0.03691601744139894, "security": -0.03691601744139894,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -658,8 +658,8 @@
}, },
{ {
"solarSystemName": "HPE-KP", "solarSystemName": "HPE-KP",
"x": "925", "x": 925,
"y": "160", "y": 160,
"security": -0.03394322504595571, "security": -0.03394322504595571,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -667,8 +667,8 @@
}, },
{ {
"solarSystemName": "WLL-QX", "solarSystemName": "WLL-QX",
"x": "925", "x": 925,
"y": "380", "y": 380,
"security": -0.09465741135815509, "security": -0.09465741135815509,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -676,8 +676,8 @@
}, },
{ {
"solarSystemName": "TNK-BQ", "solarSystemName": "TNK-BQ",
"x": "970", "x": 970,
"y": "130", "y": 130,
"security": -0.04175422256162886, "security": -0.04175422256162886,
"connectedSystems": [ "connectedSystems": [
"" ""
@@ -685,8 +685,8 @@
}, },
{ {
"solarSystemName": "CW-R71", "solarSystemName": "CW-R71",
"x": "974", "x": 974,
"y": "420", "y": 420,
"security": -0.02494108898055081, "security": -0.02494108898055081,
"connectedSystems": [ "connectedSystems": [
"" ""

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Neda", "solarSystemName": "Neda",
"x": "0", "x": 0,
"y": "255", "y": 255,
"security": 0.36000106977258, "security": 0.36000106977258,
"connectedSystems": [ "connectedSystems": [
"Zephan" "Zephan"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "Kuhri", "solarSystemName": "Kuhri",
"x": "15", "x": 15,
"y": "350", "y": 350,
"security": 0.192019240452862, "security": 0.192019240452862,
"connectedSystems": [ "connectedSystems": [
"Chitiamem" "Chitiamem"
@@ -19,8 +19,8 @@
}, },
{ {
"solarSystemName": "Dimoohan", "solarSystemName": "Dimoohan",
"x": "25", "x": 25,
"y": "390", "y": 390,
"security": 0.2159339293255426, "security": 0.2159339293255426,
"connectedSystems": [ "connectedSystems": [
"Nandeza" "Nandeza"
@@ -28,8 +28,8 @@
}, },
{ {
"solarSystemName": "Cabeki", "solarSystemName": "Cabeki",
"x": "30", "x": 30,
"y": "475", "y": 475,
"security": 0.08978616820046836, "security": 0.08978616820046836,
"connectedSystems": [ "connectedSystems": [
"Timudan" "Timudan"
@@ -37,8 +37,8 @@
}, },
{ {
"solarSystemName": "Rafeme", "solarSystemName": "Rafeme",
"x": "45", "x": 45,
"y": "75", "y": 75,
"security": 0.1832812042101505, "security": 0.1832812042101505,
"connectedSystems": [ "connectedSystems": [
"Pout", "Pout",
@@ -47,8 +47,8 @@
}, },
{ {
"solarSystemName": "Timudan", "solarSystemName": "Timudan",
"x": "50", "x": 50,
"y": "515", "y": 515,
"security": 0.124259091221265, "security": 0.124259091221265,
"connectedSystems": [ "connectedSystems": [
"Goudiyah", "Goudiyah",
@@ -59,8 +59,8 @@
}, },
{ {
"solarSystemName": "Ibani", "solarSystemName": "Ibani",
"x": "50", "x": 50,
"y": "575", "y": 575,
"security": 0.1051730403137611, "security": 0.1051730403137611,
"connectedSystems": [ "connectedSystems": [
"Timudan", "Timudan",
@@ -69,8 +69,8 @@
}, },
{ {
"solarSystemName": "Pout", "solarSystemName": "Pout",
"x": "60", "x": 60,
"y": "115", "y": 115,
"security": 0.2294815306517105, "security": 0.2294815306517105,
"connectedSystems": [ "connectedSystems": [
"Nakis", "Nakis",
@@ -80,8 +80,8 @@
}, },
{ {
"solarSystemName": "Nakis", "solarSystemName": "Nakis",
"x": "70", "x": 70,
"y": "150", "y": 150,
"security": 0.2320478177153763, "security": 0.2320478177153763,
"connectedSystems": [ "connectedSystems": [
"Zephan", "Zephan",
@@ -92,8 +92,8 @@
}, },
{ {
"solarSystemName": "Zephan", "solarSystemName": "Zephan",
"x": "70", "x": 70,
"y": "245", "y": 245,
"security": 0.2556552372191638, "security": 0.2556552372191638,
"connectedSystems": [ "connectedSystems": [
"Zahefeus", "Zahefeus",
@@ -103,8 +103,8 @@
}, },
{ {
"solarSystemName": "Zahefeus", "solarSystemName": "Zahefeus",
"x": "75", "x": 75,
"y": "285", "y": 285,
"security": 0.2446031591936776, "security": 0.2446031591936776,
"connectedSystems": [ "connectedSystems": [
"Chitiamem", "Chitiamem",
@@ -113,8 +113,8 @@
}, },
{ {
"solarSystemName": "Chitiamem", "solarSystemName": "Chitiamem",
"x": "80", "x": 80,
"y": "330", "y": 330,
"security": 0.2156923691621567, "security": 0.2156923691621567,
"connectedSystems": [ "connectedSystems": [
"Nandeza", "Nandeza",
@@ -124,8 +124,8 @@
}, },
{ {
"solarSystemName": "Nandeza", "solarSystemName": "Nandeza",
"x": "105", "x": 105,
"y": "370", "y": 370,
"security": 0.2467125210849195, "security": 0.2467125210849195,
"connectedSystems": [ "connectedSystems": [
"Baratar", "Baratar",
@@ -135,8 +135,8 @@
}, },
{ {
"solarSystemName": "Goudiyah", "solarSystemName": "Goudiyah",
"x": "105", "x": 105,
"y": "475", "y": 475,
"security": 0.1455485061094306, "security": 0.1455485061094306,
"connectedSystems": [ "connectedSystems": [
"Baratar", "Baratar",
@@ -146,8 +146,8 @@
}, },
{ {
"solarSystemName": "Fanathor", "solarSystemName": "Fanathor",
"x": "125", "x": 125,
"y": "85", "y": 85,
"security": 0.2584689645647099, "security": 0.2584689645647099,
"connectedSystems": [ "connectedSystems": [
"Hezere", "Hezere",
@@ -156,8 +156,8 @@
}, },
{ {
"solarSystemName": "Hezere", "solarSystemName": "Hezere",
"x": "140", "x": 140,
"y": "125", "y": 125,
"security": 0.2152208655819634, "security": 0.2152208655819634,
"connectedSystems": [ "connectedSystems": [
"Nakis", "Nakis",
@@ -166,8 +166,8 @@
}, },
{ {
"solarSystemName": "Zirsem", "solarSystemName": "Zirsem",
"x": "145", "x": 145,
"y": "165", "y": 165,
"security": 0.2825445635367321, "security": 0.2825445635367321,
"connectedSystems": [ "connectedSystems": [
"Nakis" "Nakis"
@@ -175,8 +175,8 @@
}, },
{ {
"solarSystemName": "Sassecho", "solarSystemName": "Sassecho",
"x": "145", "x": 145,
"y": "515", "y": 515,
"security": 0.1176713414924169, "security": 0.1176713414924169,
"connectedSystems": [ "connectedSystems": [
"Goudiyah", "Goudiyah",
@@ -186,8 +186,8 @@
}, },
{ {
"solarSystemName": "Irmalin", "solarSystemName": "Irmalin",
"x": "145", "x": 145,
"y": "575", "y": 575,
"security": 0.06214813401546648, "security": 0.06214813401546648,
"connectedSystems": [ "connectedSystems": [
"Sassecho", "Sassecho",
@@ -196,8 +196,8 @@
}, },
{ {
"solarSystemName": "Baratar", "solarSystemName": "Baratar",
"x": "190", "x": 190,
"y": "430", "y": 430,
"security": 0.1540821836617683, "security": 0.1540821836617683,
"connectedSystems": [ "connectedSystems": [
"Ashkoo", "Ashkoo",
@@ -207,8 +207,8 @@
}, },
{ {
"solarSystemName": "Hemouner", "solarSystemName": "Hemouner",
"x": "215", "x": 215,
"y": "630", "y": 630,
"security": 0.2378056926275894, "security": 0.2378056926275894,
"connectedSystems": [ "connectedSystems": [
"Seshala" "Seshala"
@@ -216,8 +216,8 @@
}, },
{ {
"solarSystemName": "Arzieh", "solarSystemName": "Arzieh",
"x": "225", "x": 225,
"y": "340", "y": 340,
"security": 0.2967025537362521, "security": 0.2967025537362521,
"connectedSystems": [ "connectedSystems": [
"Hakana" "Hakana"
@@ -225,8 +225,8 @@
}, },
{ {
"solarSystemName": "Ashkoo", "solarSystemName": "Ashkoo",
"x": "255", "x": 255,
"y": "425", "y": 425,
"security": 0.2720184062369455, "security": 0.2720184062369455,
"connectedSystems": [ "connectedSystems": [
"Amafi", "Amafi",
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "Upt", "solarSystemName": "Upt",
"x": "265", "x": 265,
"y": "505", "y": 505,
"security": 0.146070973486463, "security": 0.146070973486463,
"connectedSystems": [ "connectedSystems": [
"Ham" "Ham"
@@ -244,8 +244,8 @@
}, },
{ {
"solarSystemName": "Hakana", "solarSystemName": "Hakana",
"x": "270", "x": 270,
"y": "385", "y": 385,
"security": 0.315992503380731, "security": 0.315992503380731,
"connectedSystems": [ "connectedSystems": [
"Amafi", "Amafi",
@@ -254,8 +254,8 @@
}, },
{ {
"solarSystemName": "Seshala", "solarSystemName": "Seshala",
"x": "280", "x": 280,
"y": "610", "y": 610,
"security": 0.2918215468984389, "security": 0.2918215468984389,
"connectedSystems": [ "connectedSystems": [
"Gehi", "Gehi",
@@ -264,8 +264,8 @@
}, },
{ {
"solarSystemName": "Amafi", "solarSystemName": "Amafi",
"x": "325", "x": 325,
"y": "455", "y": 455,
"security": 0.2934257437463018, "security": 0.2934257437463018,
"connectedSystems": [ "connectedSystems": [
"Ham", "Ham",
@@ -276,8 +276,8 @@
}, },
{ {
"solarSystemName": "Nahrneder", "solarSystemName": "Nahrneder",
"x": "330", "x": 330,
"y": "380", "y": 380,
"security": 0.2509692266997355, "security": 0.2509692266997355,
"connectedSystems": [ "connectedSystems": [
"Amafi", "Amafi",
@@ -286,8 +286,8 @@
}, },
{ {
"solarSystemName": "Ham", "solarSystemName": "Ham",
"x": "330", "x": 330,
"y": "500", "y": 500,
"security": 0.2418937105847118, "security": 0.2418937105847118,
"connectedSystems": [ "connectedSystems": [
"Vezila", "Vezila",
@@ -297,8 +297,8 @@
}, },
{ {
"solarSystemName": "Vezila", "solarSystemName": "Vezila",
"x": "335", "x": 335,
"y": "545", "y": 545,
"security": 0.2659506092977476, "security": 0.2659506092977476,
"connectedSystems": [ "connectedSystems": [
"Gehi", "Gehi",
@@ -307,8 +307,8 @@
}, },
{ {
"solarSystemName": "Gehi", "solarSystemName": "Gehi",
"x": "350", "x": 350,
"y": "585", "y": 585,
"security": 0.2968049979175542, "security": 0.2968049979175542,
"connectedSystems": [ "connectedSystems": [
"Claini", "Claini",
@@ -318,8 +318,8 @@
}, },
{ {
"solarSystemName": "Claini", "solarSystemName": "Claini",
"x": "370", "x": 370,
"y": "625", "y": 625,
"security": 0.3407484585390856, "security": 0.3407484585390856,
"connectedSystems": [ "connectedSystems": [
"Ashmarir", "Ashmarir",
@@ -328,8 +328,8 @@
}, },
{ {
"solarSystemName": "Bomana", "solarSystemName": "Bomana",
"x": "410", "x": 410,
"y": "185", "y": 185,
"security": 0.5375121555713156, "security": 0.5375121555713156,
"connectedSystems": [ "connectedSystems": [
"Danera", "Danera",
@@ -338,8 +338,8 @@
}, },
{ {
"solarSystemName": "Bashyam", "solarSystemName": "Bashyam",
"x": "420", "x": 420,
"y": "400", "y": 400,
"security": 0.4711262354772831, "security": 0.4711262354772831,
"connectedSystems": [ "connectedSystems": [
"Chamemi", "Chamemi",
@@ -348,8 +348,8 @@
}, },
{ {
"solarSystemName": "Danera", "solarSystemName": "Danera",
"x": "475", "x": 475,
"y": "160", "y": 160,
"security": 0.5625703076654344, "security": 0.5625703076654344,
"connectedSystems": [ "connectedSystems": [
"Edani", "Edani",
@@ -359,8 +359,8 @@
}, },
{ {
"solarSystemName": "Chamemi", "solarSystemName": "Chamemi",
"x": "480", "x": 480,
"y": "380", "y": 380,
"security": 0.4449111532260388, "security": 0.4449111532260388,
"connectedSystems": [ "connectedSystems": [
"Col", "Col",
@@ -370,8 +370,8 @@
}, },
{ {
"solarSystemName": "Parses", "solarSystemName": "Parses",
"x": "480", "x": 480,
"y": "425", "y": 425,
"security": 0.4986912744282299, "security": 0.4986912744282299,
"connectedSystems": [ "connectedSystems": [
"Afnakat", "Afnakat",
@@ -382,8 +382,8 @@
}, },
{ {
"solarSystemName": "Balanaz", "solarSystemName": "Balanaz",
"x": "480", "x": 480,
"y": "465", "y": 465,
"security": 0.5640645005163774, "security": 0.5640645005163774,
"connectedSystems": [ "connectedSystems": [
"Parses" "Parses"
@@ -391,8 +391,8 @@
}, },
{ {
"solarSystemName": "Aurejet", "solarSystemName": "Aurejet",
"x": "485", "x": 485,
"y": "205", "y": 205,
"security": 0.5006721829515359, "security": 0.5006721829515359,
"connectedSystems": [ "connectedSystems": [
"Bomana", "Bomana",
@@ -401,8 +401,8 @@
}, },
{ {
"solarSystemName": "Ashmarir", "solarSystemName": "Ashmarir",
"x": "495", "x": 495,
"y": "580", "y": 580,
"security": 0.4233649736266515, "security": 0.4233649736266515,
"connectedSystems": [ "connectedSystems": [
"Arzanni", "Arzanni",
@@ -412,8 +412,8 @@
}, },
{ {
"solarSystemName": "Kaira", "solarSystemName": "Kaira",
"x": "510", "x": 510,
"y": "620", "y": 620,
"security": 0.3299217452142471, "security": 0.3299217452142471,
"connectedSystems": [ "connectedSystems": [
"Ashmarir", "Ashmarir",
@@ -422,8 +422,8 @@
}, },
{ {
"solarSystemName": "Rahabeda", "solarSystemName": "Rahabeda",
"x": "540", "x": 540,
"y": "140", "y": 140,
"security": 0.561438942452702, "security": 0.561438942452702,
"connectedSystems": [ "connectedSystems": [
"Edani", "Edani",
@@ -432,8 +432,8 @@
}, },
{ {
"solarSystemName": "Tegheon", "solarSystemName": "Tegheon",
"x": "550", "x": 550,
"y": "340", "y": 340,
"security": 0.4134412668522771, "security": 0.4134412668522771,
"connectedSystems": [ "connectedSystems": [
"Col", "Col",
@@ -442,8 +442,8 @@
}, },
{ {
"solarSystemName": "Col", "solarSystemName": "Col",
"x": "550", "x": 550,
"y": "380", "y": 380,
"security": 0.5267899804264466, "security": 0.5267899804264466,
"connectedSystems": [ "connectedSystems": [
"Afnakat", "Afnakat",
@@ -453,8 +453,8 @@
}, },
{ {
"solarSystemName": "Afnakat", "solarSystemName": "Afnakat",
"x": "550", "x": 550,
"y": "425", "y": 425,
"security": 0.5987875259250205, "security": 0.5987875259250205,
"connectedSystems": [ "connectedSystems": [
"Arzanni", "Arzanni",
@@ -465,8 +465,8 @@
}, },
{ {
"solarSystemName": "Arzanni", "solarSystemName": "Arzanni",
"x": "550", "x": 550,
"y": "540", "y": 540,
"security": 0.5513048615011029, "security": 0.5513048615011029,
"connectedSystems": [ "connectedSystems": [
"Keberz", "Keberz",
@@ -476,8 +476,8 @@
}, },
{ {
"solarSystemName": "Rilera", "solarSystemName": "Rilera",
"x": "555", "x": 555,
"y": "220", "y": 220,
"security": 0.4498476014991278, "security": 0.4498476014991278,
"connectedSystems": [ "connectedSystems": [
"Edani", "Edani",
@@ -487,8 +487,8 @@
}, },
{ {
"solarSystemName": "Edani", "solarSystemName": "Edani",
"x": "565", "x": 565,
"y": "180", "y": 180,
"security": 0.5812891574258459, "security": 0.5812891574258459,
"connectedSystems": [ "connectedSystems": [
"Moniyyuku", "Moniyyuku",
@@ -499,8 +499,8 @@
}, },
{ {
"solarSystemName": "Efa", "solarSystemName": "Efa",
"x": "600", "x": 600,
"y": "665", "y": 665,
"security": 0.4261696497379826, "security": 0.4261696497379826,
"connectedSystems": [ "connectedSystems": [
"Tzashrah", "Tzashrah",
@@ -511,8 +511,8 @@
}, },
{ {
"solarSystemName": "Nourbal", "solarSystemName": "Nourbal",
"x": "605", "x": 605,
"y": "545", "y": 545,
"security": 0.4106437896263522, "security": 0.4106437896263522,
"connectedSystems": [ "connectedSystems": [
"Keberz" "Keberz"
@@ -520,8 +520,8 @@
}, },
{ {
"solarSystemName": "Keberz", "solarSystemName": "Keberz",
"x": "615", "x": 615,
"y": "510", "y": 510,
"security": 0.5301299306254539, "security": 0.5301299306254539,
"connectedSystems": [ "connectedSystems": [
"Lansez", "Lansez",
@@ -532,8 +532,8 @@
}, },
{ {
"solarSystemName": "Firbha", "solarSystemName": "Firbha",
"x": "620", "x": 620,
"y": "425", "y": 425,
"security": 0.5798239611288791, "security": 0.5798239611288791,
"connectedSystems": [ "connectedSystems": [
"Afnakat" "Afnakat"
@@ -541,8 +541,8 @@
}, },
{ {
"solarSystemName": "Moniyyuku", "solarSystemName": "Moniyyuku",
"x": "625", "x": 625,
"y": "90", "y": 90,
"security": 0.5685658118660644, "security": 0.5685658118660644,
"connectedSystems": [ "connectedSystems": [
"Reteka", "Reteka",
@@ -552,8 +552,8 @@
}, },
{ {
"solarSystemName": "Sabusi", "solarSystemName": "Sabusi",
"x": "645", "x": 645,
"y": "610", "y": 610,
"security": 0.5051273782123464, "security": 0.5051273782123464,
"connectedSystems": [ "connectedSystems": [
"Tzashrah", "Tzashrah",
@@ -562,8 +562,8 @@
}, },
{ {
"solarSystemName": "Moro", "solarSystemName": "Moro",
"x": "650", "x": 650,
"y": "700", "y": 700,
"security": 0.4580570914845232, "security": 0.4580570914845232,
"connectedSystems": [ "connectedSystems": [
"Efa", "Efa",
@@ -572,8 +572,8 @@
}, },
{ {
"solarSystemName": "Lansez", "solarSystemName": "Lansez",
"x": "670", "x": 670,
"y": "480", "y": 480,
"security": 0.728673697318716, "security": 0.728673697318716,
"connectedSystems": [ "connectedSystems": [
"Bukah", "Bukah",
@@ -582,8 +582,8 @@
}, },
{ {
"solarSystemName": "Reteka", "solarSystemName": "Reteka",
"x": "680", "x": 680,
"y": "60", "y": 60,
"security": 0.5044872393229753, "security": 0.5044872393229753,
"connectedSystems": [ "connectedSystems": [
"Palas", "Palas",
@@ -592,8 +592,8 @@
}, },
{ {
"solarSystemName": "Tzashrah", "solarSystemName": "Tzashrah",
"x": "695", "x": 695,
"y": "655", "y": 655,
"security": 0.5345522805684597, "security": 0.5345522805684597,
"connectedSystems": [ "connectedSystems": [
"Badivefi", "Badivefi",
@@ -603,8 +603,8 @@
}, },
{ {
"solarSystemName": "Ashi", "solarSystemName": "Ashi",
"x": "710", "x": 710,
"y": "590", "y": 590,
"security": 0.6745112318851569, "security": 0.6745112318851569,
"connectedSystems": [ "connectedSystems": [
"Badivefi" "Badivefi"
@@ -612,8 +612,8 @@
}, },
{ {
"solarSystemName": "Ainsan", "solarSystemName": "Ainsan",
"x": "710", "x": 710,
"y": "705", "y": 705,
"security": 0.4730616482641594, "security": 0.4730616482641594,
"connectedSystems": [ "connectedSystems": [
"Talidal", "Talidal",
@@ -622,8 +622,8 @@
}, },
{ {
"solarSystemName": "Geztic", "solarSystemName": "Geztic",
"x": "725", "x": 725,
"y": "200", "y": 200,
"security": 0.7330291771288644, "security": 0.7330291771288644,
"connectedSystems": [ "connectedSystems": [
"Osis", "Osis",
@@ -632,8 +632,8 @@
}, },
{ {
"solarSystemName": "Osis", "solarSystemName": "Osis",
"x": "735", "x": 735,
"y": "150", "y": 150,
"security": 0.7257742621665921, "security": 0.7257742621665921,
"connectedSystems": [ "connectedSystems": [
"Sehsasez", "Sehsasez",
@@ -643,8 +643,8 @@
}, },
{ {
"solarSystemName": "Hishai", "solarSystemName": "Hishai",
"x": "740", "x": 740,
"y": "245", "y": 245,
"security": 0.7678545045136174, "security": 0.7678545045136174,
"connectedSystems": [ "connectedSystems": [
"Agil", "Agil",
@@ -653,8 +653,8 @@
}, },
{ {
"solarSystemName": "Palas", "solarSystemName": "Palas",
"x": "745", "x": 745,
"y": "40", "y": 40,
"security": 0.5059964826606451, "security": 0.5059964826606451,
"connectedSystems": [ "connectedSystems": [
"Gidali", "Gidali",
@@ -664,8 +664,8 @@
}, },
{ {
"solarSystemName": "Bukah", "solarSystemName": "Bukah",
"x": "750", "x": 750,
"y": "435", "y": 435,
"security": 0.8027090954439375, "security": 0.8027090954439375,
"connectedSystems": [ "connectedSystems": [
"Agil", "Agil",
@@ -674,8 +674,8 @@
}, },
{ {
"solarSystemName": "Talidal", "solarSystemName": "Talidal",
"x": "765", "x": 765,
"y": "675", "y": 675,
"security": 0.5097831653191343, "security": 0.5097831653191343,
"connectedSystems": [ "connectedSystems": [
"Badivefi", "Badivefi",
@@ -684,8 +684,8 @@
}, },
{ {
"solarSystemName": "Badivefi", "solarSystemName": "Badivefi",
"x": "780", "x": 780,
"y": "625", "y": 625,
"security": 0.6587472791459897, "security": 0.6587472791459897,
"connectedSystems": [ "connectedSystems": [
"Sazre", "Sazre",
@@ -696,8 +696,8 @@
}, },
{ {
"solarSystemName": "Sazre", "solarSystemName": "Sazre",
"x": "795", "x": 795,
"y": "500", "y": 500,
"security": 0.8063343611205188, "security": 0.8063343611205188,
"connectedSystems": [ "connectedSystems": [
"Jachanu", "Jachanu",
@@ -706,8 +706,8 @@
}, },
{ {
"solarSystemName": "Safshela", "solarSystemName": "Safshela",
"x": "799", "x": 799,
"y": "83", "y": 83,
"security": 0.6676156720041599, "security": 0.6676156720041599,
"connectedSystems": [ "connectedSystems": [
"Palas" "Palas"
@@ -715,8 +715,8 @@
}, },
{ {
"solarSystemName": "Agil", "solarSystemName": "Agil",
"x": "800", "x": 800,
"y": "395", "y": 395,
"security": 0.8538958337429666, "security": 0.8538958337429666,
"connectedSystems": [ "connectedSystems": [
"Ipref", "Ipref",
@@ -726,8 +726,8 @@
}, },
{ {
"solarSystemName": "Gidali", "solarSystemName": "Gidali",
"x": "810", "x": 810,
"y": "25", "y": 25,
"security": 0.6534541838957921, "security": 0.6534541838957921,
"connectedSystems": [ "connectedSystems": [
"Molea", "Molea",
@@ -736,8 +736,8 @@
}, },
{ {
"solarSystemName": "Jachanu", "solarSystemName": "Jachanu",
"x": "820", "x": 820,
"y": "460", "y": 460,
"security": 0.8539583162377078, "security": 0.8539583162377078,
"connectedSystems": [ "connectedSystems": [
"Kihtaled", "Kihtaled",
@@ -746,8 +746,8 @@
}, },
{ {
"solarSystemName": "Yezara", "solarSystemName": "Yezara",
"x": "845", "x": 845,
"y": "235", "y": 235,
"security": 0.7418438270447131, "security": 0.7418438270447131,
"connectedSystems": [ "connectedSystems": [
"Ervekam", "Ervekam",
@@ -757,8 +757,8 @@
}, },
{ {
"solarSystemName": "Ipref", "solarSystemName": "Ipref",
"x": "850", "x": 850,
"y": "365", "y": 365,
"security": 0.8996856103468212, "security": 0.8996856103468212,
"connectedSystems": [ "connectedSystems": [
"Kihtaled", "Kihtaled",
@@ -767,8 +767,8 @@
}, },
{ {
"solarSystemName": "Sehsasez", "solarSystemName": "Sehsasez",
"x": "865", "x": 865,
"y": "115", "y": 115,
"security": 0.714328946072715, "security": 0.714328946072715,
"connectedSystems": [ "connectedSystems": [
"Ervekam", "Ervekam",
@@ -779,8 +779,8 @@
}, },
{ {
"solarSystemName": "Kihtaled", "solarSystemName": "Kihtaled",
"x": "875", "x": 875,
"y": "410", "y": 410,
"security": 0.9132524690785021, "security": 0.9132524690785021,
"connectedSystems": [ "connectedSystems": [
"Gousoviba", "Gousoviba",
@@ -791,8 +791,8 @@
}, },
{ {
"solarSystemName": "Molea", "solarSystemName": "Molea",
"x": "880", "x": 880,
"y": "15", "y": 15,
"security": 0.7160800705784067, "security": 0.7160800705784067,
"connectedSystems": [ "connectedSystems": [
"Nakregde", "Nakregde",
@@ -801,8 +801,8 @@
}, },
{ {
"solarSystemName": "Ervekam", "solarSystemName": "Ervekam",
"x": "885", "x": 885,
"y": "175", "y": 175,
"security": 0.6869200666687281, "security": 0.6869200666687281,
"connectedSystems": [ "connectedSystems": [
"Masanuh", "Masanuh",
@@ -813,8 +813,8 @@
}, },
{ {
"solarSystemName": "Khanid Prime", "solarSystemName": "Khanid Prime",
"x": "900", "x": 900,
"y": "465", "y": 465,
"security": 0.8973735762048797, "security": 0.8973735762048797,
"connectedSystems": [ "connectedSystems": [
"Kihtaled" "Kihtaled"
@@ -822,8 +822,8 @@
}, },
{ {
"solarSystemName": "Kahah", "solarSystemName": "Kahah",
"x": "930", "x": 930,
"y": "90", "y": 90,
"security": 0.719451071192295, "security": 0.719451071192295,
"connectedSystems": [ "connectedSystems": [
"Sehsasez", "Sehsasez",
@@ -832,8 +832,8 @@
}, },
{ {
"solarSystemName": "Gousoviba", "solarSystemName": "Gousoviba",
"x": "935", "x": 935,
"y": "385", "y": 385,
"security": 0.9012339108788986, "security": 0.9012339108788986,
"connectedSystems": [ "connectedSystems": [
"Mimime", "Mimime",
@@ -843,8 +843,8 @@
}, },
{ {
"solarSystemName": "Mashtarmem", "solarSystemName": "Mashtarmem",
"x": "955", "x": 955,
"y": "180", "y": 180,
"security": 0.7068994024154347, "security": 0.7068994024154347,
"connectedSystems": [ "connectedSystems": [
"Ervekam", "Ervekam",
@@ -855,8 +855,8 @@
}, },
{ {
"solarSystemName": "Neyi", "solarSystemName": "Neyi",
"x": "955", "x": 955,
"y": "430", "y": 430,
"security": 0.8095474219751599, "security": 0.8095474219751599,
"connectedSystems": [ "connectedSystems": [
"Gousoviba" "Gousoviba"
@@ -864,8 +864,8 @@
}, },
{ {
"solarSystemName": "Saloti", "solarSystemName": "Saloti",
"x": "974", "x": 974,
"y": "130", "y": 130,
"security": 0.7031130173110302, "security": 0.7031130173110302,
"connectedSystems": [ "connectedSystems": [
"Mashtarmem", "Mashtarmem",
@@ -874,8 +874,8 @@
}, },
{ {
"solarSystemName": "Anath", "solarSystemName": "Anath",
"x": "5", "x": 5,
"y": "40", "y": 40,
"security": 0.0413269226409857, "security": 0.0413269226409857,
"connectedSystems": [ "connectedSystems": [
"Sakht", "Sakht",
@@ -885,8 +885,8 @@
}, },
{ {
"solarSystemName": "Abath", "solarSystemName": "Abath",
"x": "355", "x": 355,
"y": "310", "y": 310,
"security": 0.1664056850845972, "security": 0.1664056850845972,
"connectedSystems": [ "connectedSystems": [
"Nahrneder", "Nahrneder",
@@ -895,8 +895,8 @@
}, },
{ {
"solarSystemName": "A2-V27", "solarSystemName": "A2-V27",
"x": "440", "x": 440,
"y": "705", "y": 705,
"security": -0.3852983033499273, "security": -0.3852983033499273,
"connectedSystems": [ "connectedSystems": [
"Kaira", "Kaira",
@@ -907,8 +907,8 @@
}, },
{ {
"solarSystemName": "3-FKCZ", "solarSystemName": "3-FKCZ",
"x": "525", "x": 525,
"y": "700", "y": 700,
"security": -0.2835308177146488, "security": -0.2835308177146488,
"connectedSystems": [ "connectedSystems": [
"0TKF-6", "0TKF-6",
@@ -920,8 +920,8 @@
}, },
{ {
"solarSystemName": "Kulu", "solarSystemName": "Kulu",
"x": "590", "x": 590,
"y": "45", "y": 45,
"security": 0.5723651004585136, "security": 0.5723651004585136,
"connectedSystems": [ "connectedSystems": [
"Moniyyuku", "Moniyyuku",
@@ -931,8 +931,8 @@
}, },
{ {
"solarSystemName": "HED-GP", "solarSystemName": "HED-GP",
"x": "720", "x": 720,
"y": "520", "y": 520,
"security": -0.1463222206852534, "security": -0.1463222206852534,
"connectedSystems": [ "connectedSystems": [
"SV5-8N", "SV5-8N",
@@ -941,8 +941,8 @@
}, },
{ {
"solarSystemName": "Masanuh", "solarSystemName": "Masanuh",
"x": "810", "x": 810,
"y": "155", "y": 155,
"security": 0.6951409991547878, "security": 0.6951409991547878,
"connectedSystems": [ "connectedSystems": [
"Suner", "Suner",
@@ -952,8 +952,8 @@
}, },
{ {
"solarSystemName": "Nakregde", "solarSystemName": "Nakregde",
"x": "950", "x": 950,
"y": "10", "y": 10,
"security": 0.8306150526306653, "security": 0.8306150526306653,
"connectedSystems": [ "connectedSystems": [
"Kor-Azor Prime", "Kor-Azor Prime",
@@ -962,8 +962,8 @@
}, },
{ {
"solarSystemName": "Mimime", "solarSystemName": "Mimime",
"x": "965", "x": 965,
"y": "315", "y": 315,
"security": 0.8453258000066584, "security": 0.8453258000066584,
"connectedSystems": [ "connectedSystems": [
"Hostni", "Hostni",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Abath", "solarSystemName": "Abath",
"x": "10", "x": 10,
"y": "705", "y": 705,
"security": 0.1664056850845972, "security": 0.1664056850845972,
"connectedSystems": [ "connectedSystems": [
"Nahrneder", "Nahrneder",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "Ordion", "solarSystemName": "Ordion",
"x": "15", "x": 15,
"y": "315", "y": 315,
"security": 0.5045326540443285, "security": 0.5045326540443285,
"connectedSystems": [ "connectedSystems": [
"Misha" "Misha"
@@ -20,8 +20,8 @@
}, },
{ {
"solarSystemName": "Schmaeel", "solarSystemName": "Schmaeel",
"x": "20", "x": 20,
"y": "660", "y": 660,
"security": 0.1744029704370381, "security": 0.1744029704370381,
"connectedSystems": [ "connectedSystems": [
"Abath", "Abath",
@@ -32,8 +32,8 @@
}, },
{ {
"solarSystemName": "Misha", "solarSystemName": "Misha",
"x": "45", "x": 45,
"y": "350", "y": 350,
"security": 0.4948945592210915, "security": 0.4948945592210915,
"connectedSystems": [ "connectedSystems": [
"Shaha", "Shaha",
@@ -43,8 +43,8 @@
}, },
{ {
"solarSystemName": "Zinkon", "solarSystemName": "Zinkon",
"x": "55", "x": 55,
"y": "175", "y": 175,
"security": 0.7084131673911223, "security": 0.7084131673911223,
"connectedSystems": [ "connectedSystems": [
"Nare", "Nare",
@@ -53,8 +53,8 @@
}, },
{ {
"solarSystemName": "Oguser", "solarSystemName": "Oguser",
"x": "60", "x": 60,
"y": "580", "y": 580,
"security": 0.2170825545994035, "security": 0.2170825545994035,
"connectedSystems": [ "connectedSystems": [
"Perbhe", "Perbhe",
@@ -64,8 +64,8 @@
}, },
{ {
"solarSystemName": "Zorenyen", "solarSystemName": "Zorenyen",
"x": "75", "x": 75,
"y": "625", "y": 625,
"security": 0.1112296931006905, "security": 0.1112296931006905,
"connectedSystems": [ "connectedSystems": [
"Schmaeel", "Schmaeel",
@@ -74,8 +74,8 @@
}, },
{ {
"solarSystemName": "Perbhe", "solarSystemName": "Perbhe",
"x": "100", "x": 100,
"y": "430", "y": 430,
"security": 0.3514666607573391, "security": 0.3514666607573391,
"connectedSystems": [ "connectedSystems": [
"Neesher", "Neesher",
@@ -84,8 +84,8 @@
}, },
{ {
"solarSystemName": "Mafra", "solarSystemName": "Mafra",
"x": "105", "x": 105,
"y": "665", "y": 665,
"security": 0.1194431536093022, "security": 0.1194431536093022,
"connectedSystems": [ "connectedSystems": [
"Schmaeel", "Schmaeel",
@@ -94,8 +94,8 @@
}, },
{ {
"solarSystemName": "Neesher", "solarSystemName": "Neesher",
"x": "110", "x": 110,
"y": "375", "y": 375,
"security": 0.5180601261834492, "security": 0.5180601261834492,
"connectedSystems": [ "connectedSystems": [
"Shaha", "Shaha",
@@ -105,8 +105,8 @@
}, },
{ {
"solarSystemName": "Kulu", "solarSystemName": "Kulu",
"x": "115", "x": 115,
"y": "55", "y": 55,
"security": 0.5723651004585136, "security": 0.5723651004585136,
"connectedSystems": [ "connectedSystems": [
"Moniyyuku", "Moniyyuku",
@@ -116,8 +116,8 @@
}, },
{ {
"solarSystemName": "Shaha", "solarSystemName": "Shaha",
"x": "120", "x": 120,
"y": "325", "y": 325,
"security": 0.5981747732860931, "security": 0.5981747732860931,
"connectedSystems": [ "connectedSystems": [
"Kizama", "Kizama",
@@ -127,8 +127,8 @@
}, },
{ {
"solarSystemName": "Kizama", "solarSystemName": "Kizama",
"x": "130", "x": 130,
"y": "275", "y": 275,
"security": 0.6669358795008871, "security": 0.6669358795008871,
"connectedSystems": [ "connectedSystems": [
"Nare", "Nare",
@@ -137,8 +137,8 @@
}, },
{ {
"solarSystemName": "Arzi", "solarSystemName": "Arzi",
"x": "135", "x": 135,
"y": "600", "y": 600,
"security": 0.138332831001252, "security": 0.138332831001252,
"connectedSystems": [ "connectedSystems": [
"Mafra", "Mafra",
@@ -149,8 +149,8 @@
}, },
{ {
"solarSystemName": "Soumi", "solarSystemName": "Soumi",
"x": "145", "x": 145,
"y": "130", "y": 130,
"security": 0.6019993113063071, "security": 0.6019993113063071,
"connectedSystems": [ "connectedSystems": [
"Kulu", "Kulu",
@@ -160,8 +160,8 @@
}, },
{ {
"solarSystemName": "Nare", "solarSystemName": "Nare",
"x": "145", "x": 145,
"y": "190", "y": 190,
"security": 0.6483931122488499, "security": 0.6483931122488499,
"connectedSystems": [ "connectedSystems": [
"Soumi", "Soumi",
@@ -172,8 +172,8 @@
}, },
{ {
"solarSystemName": "Choga", "solarSystemName": "Choga",
"x": "200", "x": 200,
"y": "70", "y": 70,
"security": 0.5818207104378524, "security": 0.5818207104378524,
"connectedSystems": [ "connectedSystems": [
"Kulu", "Kulu",
@@ -183,8 +183,8 @@
}, },
{ {
"solarSystemName": "Kerying", "solarSystemName": "Kerying",
"x": "205", "x": 205,
"y": "645", "y": 645,
"security": 0.160019674362255, "security": 0.160019674362255,
"connectedSystems": [ "connectedSystems": [
"Arzi" "Arzi"
@@ -192,8 +192,8 @@
}, },
{ {
"solarSystemName": "Imih", "solarSystemName": "Imih",
"x": "240", "x": 240,
"y": "110", "y": 110,
"security": 0.5734418218376076, "security": 0.5734418218376076,
"connectedSystems": [ "connectedSystems": [
"Choga", "Choga",
@@ -203,8 +203,8 @@
}, },
{ {
"solarSystemName": "Arza", "solarSystemName": "Arza",
"x": "275", "x": 275,
"y": "10", "y": 10,
"security": 0.3276510597115057, "security": 0.3276510597115057,
"connectedSystems": [ "connectedSystems": [
"Ranni" "Ranni"
@@ -212,8 +212,8 @@
}, },
{ {
"solarSystemName": "Bridi", "solarSystemName": "Bridi",
"x": "305", "x": 305,
"y": "310", "y": 310,
"security": 0.3959467276584856, "security": 0.3959467276584856,
"connectedSystems": [ "connectedSystems": [
"Fensi", "Fensi",
@@ -222,8 +222,8 @@
}, },
{ {
"solarSystemName": "Jeni", "solarSystemName": "Jeni",
"x": "310", "x": 310,
"y": "160", "y": 160,
"security": 0.3318915592840781, "security": 0.3318915592840781,
"connectedSystems": [ "connectedSystems": [
"Nebian", "Nebian",
@@ -232,8 +232,8 @@
}, },
{ {
"solarSystemName": "Nishah", "solarSystemName": "Nishah",
"x": "310", "x": 310,
"y": "485", "y": 485,
"security": 0.576117871905909, "security": 0.576117871905909,
"connectedSystems": [ "connectedSystems": [
"Amdonen" "Amdonen"
@@ -241,8 +241,8 @@
}, },
{ {
"solarSystemName": "Liparer", "solarSystemName": "Liparer",
"x": "350", "x": 350,
"y": "60", "y": 60,
"security": 0.4491356382443508, "security": 0.4491356382443508,
"connectedSystems": [ "connectedSystems": [
"Miroona", "Miroona",
@@ -251,8 +251,8 @@
}, },
{ {
"solarSystemName": "Ranni", "solarSystemName": "Ranni",
"x": "355", "x": 355,
"y": "15", "y": 15,
"security": 0.3675565086716127, "security": 0.3675565086716127,
"connectedSystems": [ "connectedSystems": [
"Miroona", "Miroona",
@@ -261,8 +261,8 @@
}, },
{ {
"solarSystemName": "Masanuh", "solarSystemName": "Masanuh",
"x": "355", "x": 355,
"y": "630", "y": 630,
"security": 0.6951409991547878, "security": 0.6951409991547878,
"connectedSystems": [ "connectedSystems": [
"Suner", "Suner",
@@ -272,8 +272,8 @@
}, },
{ {
"solarSystemName": "Amdonen", "solarSystemName": "Amdonen",
"x": "365", "x": 365,
"y": "450", "y": 450,
"security": 0.6406547257195212, "security": 0.6406547257195212,
"connectedSystems": [ "connectedSystems": [
"Dantan", "Dantan",
@@ -286,8 +286,8 @@
}, },
{ {
"solarSystemName": "Leva", "solarSystemName": "Leva",
"x": "365", "x": 365,
"y": "550", "y": 550,
"security": 0.617346103267139, "security": 0.617346103267139,
"connectedSystems": [ "connectedSystems": [
"Amdonen", "Amdonen",
@@ -297,8 +297,8 @@
}, },
{ {
"solarSystemName": "Nebian", "solarSystemName": "Nebian",
"x": "375", "x": 375,
"y": "195", "y": 195,
"security": 0.3514966458773522, "security": 0.3514966458773522,
"connectedSystems": [ "connectedSystems": [
"Fensi", "Fensi",
@@ -309,8 +309,8 @@
}, },
{ {
"solarSystemName": "Ami", "solarSystemName": "Ami",
"x": "375", "x": 375,
"y": "355", "y": 355,
"security": 0.4381709993481272, "security": 0.4381709993481272,
"connectedSystems": [ "connectedSystems": [
"Fensi", "Fensi",
@@ -321,8 +321,8 @@
}, },
{ {
"solarSystemName": "Khabara", "solarSystemName": "Khabara",
"x": "380", "x": 380,
"y": "130", "y": 130,
"security": 0.3408937497250708, "security": 0.3408937497250708,
"connectedSystems": [ "connectedSystems": [
"Nebian", "Nebian",
@@ -331,8 +331,8 @@
}, },
{ {
"solarSystemName": "Fensi", "solarSystemName": "Fensi",
"x": "390", "x": 390,
"y": "275", "y": 275,
"security": 0.3968333840647342, "security": 0.3968333840647342,
"connectedSystems": [ "connectedSystems": [
"Narai", "Narai",
@@ -344,8 +344,8 @@
}, },
{ {
"solarSystemName": "Miroona", "solarSystemName": "Miroona",
"x": "430", "x": 430,
"y": "40", "y": 40,
"security": 0.4155730242274855, "security": 0.4155730242274855,
"connectedSystems": [ "connectedSystems": [
"Jedandan", "Jedandan",
@@ -355,8 +355,8 @@
}, },
{ {
"solarSystemName": "Kor-Azor Prime", "solarSystemName": "Kor-Azor Prime",
"x": "460", "x": 460,
"y": "560", "y": 560,
"security": 0.9139081353994998, "security": 0.9139081353994998,
"connectedSystems": [ "connectedSystems": [
"Amdonen", "Amdonen",
@@ -368,8 +368,8 @@
}, },
{ {
"solarSystemName": "Nakregde", "solarSystemName": "Nakregde",
"x": "460", "x": 460,
"y": "610", "y": 610,
"security": 0.8306150526306653, "security": 0.8306150526306653,
"connectedSystems": [ "connectedSystems": [
"Kor-Azor Prime", "Kor-Azor Prime",
@@ -378,8 +378,8 @@
}, },
{ {
"solarSystemName": "Conoban", "solarSystemName": "Conoban",
"x": "490", "x": 490,
"y": "505", "y": 505,
"security": 0.905248800028, "security": 0.905248800028,
"connectedSystems": [ "connectedSystems": [
"Mora" "Mora"
@@ -387,8 +387,8 @@
}, },
{ {
"solarSystemName": "Mora", "solarSystemName": "Mora",
"x": "505", "x": 505,
"y": "465", "y": 465,
"security": 0.932524171950544, "security": 0.932524171950544,
"connectedSystems": [ "connectedSystems": [
"Amdonen", "Amdonen",
@@ -399,8 +399,8 @@
}, },
{ {
"solarSystemName": "Jedandan", "solarSystemName": "Jedandan",
"x": "510", "x": 510,
"y": "35", "y": 35,
"security": 0.4192235722047412, "security": 0.4192235722047412,
"connectedSystems": [ "connectedSystems": [
"Enal", "Enal",
@@ -409,8 +409,8 @@
}, },
{ {
"solarSystemName": "Rannoze", "solarSystemName": "Rannoze",
"x": "540", "x": 540,
"y": "180", "y": 180,
"security": 0.3988255165131434, "security": 0.3988255165131434,
"connectedSystems": [ "connectedSystems": [
"Fensi", "Fensi",
@@ -419,8 +419,8 @@
}, },
{ {
"solarSystemName": "Sehmy", "solarSystemName": "Sehmy",
"x": "565", "x": 565,
"y": "535", "y": 535,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Mora", "Mora",
@@ -430,8 +430,8 @@
}, },
{ {
"solarSystemName": "Enal", "solarSystemName": "Enal",
"x": "585", "x": 585,
"y": "40", "y": 40,
"security": 0.4076276519334271, "security": 0.4076276519334271,
"connectedSystems": [ "connectedSystems": [
"Piri", "Piri",
@@ -440,8 +440,8 @@
}, },
{ {
"solarSystemName": "Daran", "solarSystemName": "Daran",
"x": "590", "x": 590,
"y": "285", "y": 285,
"security": 0.2316210466047565, "security": 0.2316210466047565,
"connectedSystems": [ "connectedSystems": [
"Pananan", "Pananan",
@@ -450,8 +450,8 @@
}, },
{ {
"solarSystemName": "Chaktaren", "solarSystemName": "Chaktaren",
"x": "625", "x": 625,
"y": "360", "y": 360,
"security": 0.8024104401614298, "security": 0.8024104401614298,
"connectedSystems": [ "connectedSystems": [
"Polfaly" "Polfaly"
@@ -459,8 +459,8 @@
}, },
{ {
"solarSystemName": "Polfaly", "solarSystemName": "Polfaly",
"x": "630", "x": 630,
"y": "400", "y": 400,
"security": 0.8301258276762963, "security": 0.8301258276762963,
"connectedSystems": [ "connectedSystems": [
"Mora", "Mora",
@@ -471,8 +471,8 @@
}, },
{ {
"solarSystemName": "Atarli", "solarSystemName": "Atarli",
"x": "635", "x": 635,
"y": "140", "y": 140,
"security": 0.4421900818066711, "security": 0.4421900818066711,
"connectedSystems": [ "connectedSystems": [
"Menai", "Menai",
@@ -485,8 +485,8 @@
}, },
{ {
"solarSystemName": "Danyana", "solarSystemName": "Danyana",
"x": "675", "x": 675,
"y": "480", "y": 480,
"security": 0.7735880947775371, "security": 0.7735880947775371,
"connectedSystems": [ "connectedSystems": [
"Dantan", "Dantan",
@@ -498,8 +498,8 @@
}, },
{ {
"solarSystemName": "Piri", "solarSystemName": "Piri",
"x": "680", "x": 680,
"y": "65", "y": 65,
"security": 0.4558784475886332, "security": 0.4558784475886332,
"connectedSystems": [ "connectedSystems": [
"Atarli", "Atarli",
@@ -509,8 +509,8 @@
}, },
{ {
"solarSystemName": "Pananan", "solarSystemName": "Pananan",
"x": "680", "x": 680,
"y": "265", "y": 265,
"security": 0.2010469882764974, "security": 0.2010469882764974,
"connectedSystems": [ "connectedSystems": [
"Gademam", "Gademam",
@@ -519,8 +519,8 @@
}, },
{ {
"solarSystemName": "Nibainkier", "solarSystemName": "Nibainkier",
"x": "705", "x": 705,
"y": "375", "y": 375,
"security": 0.7004864016319877, "security": 0.7004864016319877,
"connectedSystems": [ "connectedSystems": [
"Danyana", "Danyana",
@@ -532,8 +532,8 @@
}, },
{ {
"solarSystemName": "Keproh", "solarSystemName": "Keproh",
"x": "720", "x": 720,
"y": "125", "y": 125,
"security": 0.4535406160388509, "security": 0.4535406160388509,
"connectedSystems": [ "connectedSystems": [
"Shokal", "Shokal",
@@ -543,8 +543,8 @@
}, },
{ {
"solarSystemName": "Zatamaka", "solarSystemName": "Zatamaka",
"x": "760", "x": 760,
"y": "60", "y": 60,
"security": 0.4083846585488326, "security": 0.4083846585488326,
"connectedSystems": [ "connectedSystems": [
"Shokal", "Shokal",
@@ -555,8 +555,8 @@
}, },
{ {
"solarSystemName": "Shokal", "solarSystemName": "Shokal",
"x": "770", "x": 770,
"y": "180", "y": 180,
"security": 0.4994386014293178, "security": 0.4994386014293178,
"connectedSystems": [ "connectedSystems": [
"Nibainkier", "Nibainkier",
@@ -567,8 +567,8 @@
}, },
{ {
"solarSystemName": "Jinkah", "solarSystemName": "Jinkah",
"x": "775", "x": 775,
"y": "355", "y": 355,
"security": 0.8475490959624334, "security": 0.8475490959624334,
"connectedSystems": [ "connectedSystems": [
"Nahyeen", "Nahyeen",
@@ -578,8 +578,8 @@
}, },
{ {
"solarSystemName": "Nahyeen", "solarSystemName": "Nahyeen",
"x": "775", "x": 775,
"y": "445", "y": 445,
"security": 0.7702995005848562, "security": 0.7702995005848562,
"connectedSystems": [ "connectedSystems": [
"Danyana", "Danyana",
@@ -590,8 +590,8 @@
}, },
{ {
"solarSystemName": "Annad", "solarSystemName": "Annad",
"x": "785", "x": 785,
"y": "310", "y": 310,
"security": 0.8210709900341359, "security": 0.8210709900341359,
"connectedSystems": [ "connectedSystems": [
"Jinkah" "Jinkah"
@@ -599,8 +599,8 @@
}, },
{ {
"solarSystemName": "Gademam", "solarSystemName": "Gademam",
"x": "810", "x": 810,
"y": "240", "y": 240,
"security": 0.3910406289863171, "security": 0.3910406289863171,
"connectedSystems": [ "connectedSystems": [
"Tadadan", "Tadadan",
@@ -610,8 +610,8 @@
}, },
{ {
"solarSystemName": "Andrub", "solarSystemName": "Andrub",
"x": "835", "x": 835,
"y": "405", "y": 405,
"security": 0.6738563793664334, "security": 0.6738563793664334,
"connectedSystems": [ "connectedSystems": [
"Nahyeen", "Nahyeen",
@@ -620,8 +620,8 @@
}, },
{ {
"solarSystemName": "Tadadan", "solarSystemName": "Tadadan",
"x": "875", "x": 875,
"y": "275", "y": 275,
"security": 0.4528060840028922, "security": 0.4528060840028922,
"connectedSystems": [ "connectedSystems": [
"Nahol", "Nahol",
@@ -630,8 +630,8 @@
}, },
{ {
"solarSystemName": "Nahol", "solarSystemName": "Nahol",
"x": "910", "x": 910,
"y": "330", "y": 330,
"security": 0.5542736782938291, "security": 0.5542736782938291,
"connectedSystems": [ "connectedSystems": [
"Andrub", "Andrub",
@@ -642,8 +642,8 @@
}, },
{ {
"solarSystemName": "Tralasa", "solarSystemName": "Tralasa",
"x": "974", "x": 974,
"y": "280", "y": 280,
"security": 0.5591577659122725, "security": 0.5591577659122725,
"connectedSystems": [ "connectedSystems": [
"Nahol", "Nahol",
@@ -652,8 +652,8 @@
}, },
{ {
"solarSystemName": "Latari", "solarSystemName": "Latari",
"x": "974", "x": 974,
"y": "385", "y": 385,
"security": 0.5620496394906875, "security": 0.5620496394906875,
"connectedSystems": [ "connectedSystems": [
"Nahol", "Nahol",
@@ -662,8 +662,8 @@
}, },
{ {
"solarSystemName": "Vehan", "solarSystemName": "Vehan",
"x": "0", "x": 0,
"y": "120", "y": 120,
"security": 0.3665234185227236, "security": 0.3665234185227236,
"connectedSystems": [ "connectedSystems": [
"Udianoor", "Udianoor",
@@ -672,8 +672,8 @@
}, },
{ {
"solarSystemName": "Nahrneder", "solarSystemName": "Nahrneder",
"x": "0", "x": 0,
"y": "740", "y": 740,
"security": 0.2509692266997355, "security": 0.2509692266997355,
"connectedSystems": [ "connectedSystems": [
"Amafi", "Amafi",
@@ -682,8 +682,8 @@
}, },
{ {
"solarSystemName": "Moniyyuku", "solarSystemName": "Moniyyuku",
"x": "30", "x": 30,
"y": "25", "y": 25,
"security": 0.5685658118660644, "security": 0.5685658118660644,
"connectedSystems": [ "connectedSystems": [
"Reteka", "Reteka",
@@ -693,8 +693,8 @@
}, },
{ {
"solarSystemName": "Narai", "solarSystemName": "Narai",
"x": "310", "x": 310,
"y": "240", "y": 240,
"security": 0.4684220031488384, "security": 0.4684220031488384,
"connectedSystems": [ "connectedSystems": [
"Shuria", "Shuria",
@@ -703,8 +703,8 @@
}, },
{ {
"solarSystemName": "Ervekam", "solarSystemName": "Ervekam",
"x": "355", "x": 355,
"y": "700", "y": 700,
"security": 0.6869200666687281, "security": 0.6869200666687281,
"connectedSystems": [ "connectedSystems": [
"Masanuh", "Masanuh",
@@ -715,8 +715,8 @@
}, },
{ {
"solarSystemName": "Suner", "solarSystemName": "Suner",
"x": "430", "x": 430,
"y": "715", "y": 715,
"security": 0.8691072809836105, "security": 0.8691072809836105,
"connectedSystems": [ "connectedSystems": [
"Sonama", "Sonama",
@@ -726,8 +726,8 @@
}, },
{ {
"solarSystemName": "Noranim", "solarSystemName": "Noranim",
"x": "440", "x": 440,
"y": "155", "y": 155,
"security": 0.3372209643033397, "security": 0.3372209643033397,
"connectedSystems": [ "connectedSystems": [
"Nebian", "Nebian",
@@ -737,8 +737,8 @@
}, },
{ {
"solarSystemName": "Molea", "solarSystemName": "Molea",
"x": "500", "x": 500,
"y": "720", "y": 720,
"security": 0.7160800705784067, "security": 0.7160800705784067,
"connectedSystems": [ "connectedSystems": [
"Nakregde", "Nakregde",
@@ -747,8 +747,8 @@
}, },
{ {
"solarSystemName": "Dantan", "solarSystemName": "Dantan",
"x": "505", "x": 505,
"y": "395", "y": 395,
"security": 0.6589744344713558, "security": 0.6589744344713558,
"connectedSystems": [ "connectedSystems": [
"Kador Prime", "Kador Prime",
@@ -758,8 +758,8 @@
}, },
{ {
"solarSystemName": "Menai", "solarSystemName": "Menai",
"x": "560", "x": 560,
"y": "125", "y": 125,
"security": 0.3414024860831691, "security": 0.3414024860831691,
"connectedSystems": [ "connectedSystems": [
"Noranim", "Noranim",
@@ -768,8 +768,8 @@
}, },
{ {
"solarSystemName": "Amarr", "solarSystemName": "Amarr",
"x": "570", "x": 570,
"y": "595", "y": 595,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Hedion", "Hedion",
@@ -782,8 +782,8 @@
}, },
{ {
"solarSystemName": "Sakhti", "solarSystemName": "Sakhti",
"x": "875", "x": 875,
"y": "185", "y": 185,
"security": 0.4548419296492871, "security": 0.4548419296492871,
"connectedSystems": [ "connectedSystems": [
"Mazitah", "Mazitah",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Aeddin", "solarSystemName": "Aeddin",
"x": "0", "x": 0,
"y": "85", "y": 85,
"security": 0.569667727212997, "security": 0.569667727212997,
"connectedSystems": [ "connectedSystems": [
"Austraka", "Austraka",
@@ -12,8 +12,8 @@
}, },
{ {
"solarSystemName": "Gulfonodi", "solarSystemName": "Gulfonodi",
"x": "0", "x": 0,
"y": "135", "y": 135,
"security": 0.497860496629184, "security": 0.497860496629184,
"connectedSystems": [ "connectedSystems": [
"Aeddin", "Aeddin",
@@ -22,8 +22,8 @@
}, },
{ {
"solarSystemName": "Hrober", "solarSystemName": "Hrober",
"x": "0", "x": 0,
"y": "485", "y": 485,
"security": 0.3078231528634525, "security": 0.3078231528634525,
"connectedSystems": [ "connectedSystems": [
"Hrokkur" "Hrokkur"
@@ -31,8 +31,8 @@
}, },
{ {
"solarSystemName": "Hrokkur", "solarSystemName": "Hrokkur",
"x": "50", "x": 50,
"y": "450", "y": 450,
"security": 0.2988826196208917, "security": 0.2988826196208917,
"connectedSystems": [ "connectedSystems": [
"Heild", "Heild",
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "Teonusude", "solarSystemName": "Teonusude",
"x": "80", "x": 80,
"y": "120", "y": 120,
"security": 0.5863137228330685, "security": 0.5863137228330685,
"connectedSystems": [ "connectedSystems": [
"Aeddin", "Aeddin",
@@ -54,8 +54,8 @@
}, },
{ {
"solarSystemName": "Heild", "solarSystemName": "Heild",
"x": "110", "x": 110,
"y": "420", "y": 420,
"security": 0.3307623618104421, "security": 0.3307623618104421,
"connectedSystems": [ "connectedSystems": [
"Bosena", "Bosena",
@@ -65,8 +65,8 @@
}, },
{ {
"solarSystemName": "Audesder", "solarSystemName": "Audesder",
"x": "125", "x": 125,
"y": "515", "y": 515,
"security": 0.2647115299035282, "security": 0.2647115299035282,
"connectedSystems": [ "connectedSystems": [
"Aedald", "Aedald",
@@ -75,8 +75,8 @@
}, },
{ {
"solarSystemName": "Bosena", "solarSystemName": "Bosena",
"x": "140", "x": 140,
"y": "165", "y": 165,
"security": 0.400467093539569, "security": 0.400467093539569,
"connectedSystems": [ "connectedSystems": [
"Teonusude", "Teonusude",
@@ -86,8 +86,8 @@
}, },
{ {
"solarSystemName": "Aedald", "solarSystemName": "Aedald",
"x": "150", "x": 150,
"y": "470", "y": 470,
"security": 0.2504577487622691, "security": 0.2504577487622691,
"connectedSystems": [ "connectedSystems": [
"Heild", "Heild",
@@ -97,8 +97,8 @@
}, },
{ {
"solarSystemName": "Gelfiven", "solarSystemName": "Gelfiven",
"x": "165", "x": 165,
"y": "70", "y": 70,
"security": 0.5597711471078132, "security": 0.5597711471078132,
"connectedSystems": [ "connectedSystems": [
"Teonusude", "Teonusude",
@@ -108,8 +108,8 @@
}, },
{ {
"solarSystemName": "Oddelulf", "solarSystemName": "Oddelulf",
"x": "215", "x": 215,
"y": "115", "y": 115,
"security": 0.3707810097740397, "security": 0.3707810097740397,
"connectedSystems": [ "connectedSystems": [
"Gelfiven", "Gelfiven",
@@ -120,8 +120,8 @@
}, },
{ {
"solarSystemName": "Muttokon", "solarSystemName": "Muttokon",
"x": "225", "x": 225,
"y": "500", "y": 500,
"security": 0.2071899938074332, "security": 0.2071899938074332,
"connectedSystems": [ "connectedSystems": [
"Aedald", "Aedald",
@@ -130,8 +130,8 @@
}, },
{ {
"solarSystemName": "Gonheim", "solarSystemName": "Gonheim",
"x": "230", "x": 230,
"y": "260", "y": 260,
"security": 0.2838236257931388, "security": 0.2838236257931388,
"connectedSystems": [ "connectedSystems": [
"Istodard", "Istodard",
@@ -141,8 +141,8 @@
}, },
{ {
"solarSystemName": "Hedaleolfarber", "solarSystemName": "Hedaleolfarber",
"x": "230", "x": 230,
"y": "305", "y": 305,
"security": 0.3031564963123863, "security": 0.3031564963123863,
"connectedSystems": [ "connectedSystems": [
"Gonheim" "Gonheim"
@@ -150,8 +150,8 @@
}, },
{ {
"solarSystemName": "Istodard", "solarSystemName": "Istodard",
"x": "265", "x": 265,
"y": "215", "y": 215,
"security": 0.2948804397482957, "security": 0.2948804397482957,
"connectedSystems": [ "connectedSystems": [
"Oddelulf", "Oddelulf",
@@ -162,8 +162,8 @@
}, },
{ {
"solarSystemName": "Half", "solarSystemName": "Half",
"x": "300", "x": 300,
"y": "260", "y": 260,
"security": 0.2410782258913712, "security": 0.2410782258913712,
"connectedSystems": [ "connectedSystems": [
"Istodard", "Istodard",
@@ -173,8 +173,8 @@
}, },
{ {
"solarSystemName": "Sakulda", "solarSystemName": "Sakulda",
"x": "305", "x": 305,
"y": "305", "y": 305,
"security": 0.3020733088310438, "security": 0.3020733088310438,
"connectedSystems": [ "connectedSystems": [
"Half" "Half"
@@ -182,8 +182,8 @@
}, },
{ {
"solarSystemName": "Atlar", "solarSystemName": "Atlar",
"x": "310", "x": 310,
"y": "90", "y": 90,
"security": 0.373367479969537, "security": 0.373367479969537,
"connectedSystems": [ "connectedSystems": [
"Gelfiven", "Gelfiven",
@@ -193,8 +193,8 @@
}, },
{ {
"solarSystemName": "Altbrard", "solarSystemName": "Altbrard",
"x": "350", "x": 350,
"y": "215", "y": 215,
"security": 0.3498685794721549, "security": 0.3498685794721549,
"connectedSystems": [ "connectedSystems": [
"Istodard" "Istodard"
@@ -202,8 +202,8 @@
}, },
{ {
"solarSystemName": "Illamur", "solarSystemName": "Illamur",
"x": "405", "x": 405,
"y": "85", "y": 85,
"security": 0.2823402773996442, "security": 0.2823402773996442,
"connectedSystems": [ "connectedSystems": [
"Atlar", "Atlar",
@@ -213,8 +213,8 @@
}, },
{ {
"solarSystemName": "Varigne", "solarSystemName": "Varigne",
"x": "425", "x": 425,
"y": "145", "y": 145,
"security": 0.6401470434870142, "security": 0.6401470434870142,
"connectedSystems": [ "connectedSystems": [
"Horaka", "Horaka",
@@ -223,8 +223,8 @@
}, },
{ {
"solarSystemName": "Horaka", "solarSystemName": "Horaka",
"x": "500", "x": 500,
"y": "105", "y": 105,
"security": 0.6190417520611344, "security": 0.6190417520611344,
"connectedSystems": [ "connectedSystems": [
"Illamur", "Illamur",
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "Eldulf", "solarSystemName": "Eldulf",
"x": "510", "x": 510,
"y": "165", "y": 165,
"security": 0.5636332396680155, "security": 0.5636332396680155,
"connectedSystems": [ "connectedSystems": [
"Horaka", "Horaka",
@@ -245,8 +245,8 @@
}, },
{ {
"solarSystemName": "Egbinger", "solarSystemName": "Egbinger",
"x": "520", "x": 520,
"y": "560", "y": 560,
"security": 0.03455519723685496, "security": 0.03455519723685496,
"connectedSystems": [ "connectedSystems": [
"Aeditide", "Aeditide",
@@ -256,8 +256,8 @@
}, },
{ {
"solarSystemName": "Meildolf", "solarSystemName": "Meildolf",
"x": "535", "x": 535,
"y": "55", "y": 55,
"security": 0.2845982025703624, "security": 0.2845982025703624,
"connectedSystems": [ "connectedSystems": [
"Illamur", "Illamur",
@@ -267,8 +267,8 @@
}, },
{ {
"solarSystemName": "Orien", "solarSystemName": "Orien",
"x": "605", "x": 605,
"y": "135", "y": 135,
"security": 0.8047253695365588, "security": 0.8047253695365588,
"connectedSystems": [ "connectedSystems": [
"Horaka", "Horaka",
@@ -278,8 +278,8 @@
}, },
{ {
"solarSystemName": "Aeditide", "solarSystemName": "Aeditide",
"x": "610", "x": 610,
"y": "550", "y": 550,
"security": 0.2144909687602749, "security": 0.2144909687602749,
"connectedSystems": [ "connectedSystems": [
"Kadlina", "Kadlina",
@@ -290,8 +290,8 @@
}, },
{ {
"solarSystemName": "Hegfunden", "solarSystemName": "Hegfunden",
"x": "650", "x": 650,
"y": "635", "y": 635,
"security": 0.3225618189385727, "security": 0.3225618189385727,
"connectedSystems": [ "connectedSystems": [
"Kattegaud", "Kattegaud",
@@ -301,8 +301,8 @@
}, },
{ {
"solarSystemName": "Ennur", "solarSystemName": "Ennur",
"x": "660", "x": 660,
"y": "50", "y": 50,
"security": 0.05834881407780235, "security": 0.05834881407780235,
"connectedSystems": [ "connectedSystems": [
"Meildolf", "Meildolf",
@@ -311,8 +311,8 @@
}, },
{ {
"solarSystemName": "Kadlina", "solarSystemName": "Kadlina",
"x": "675", "x": 675,
"y": "585", "y": 585,
"security": 0.419906714082145, "security": 0.419906714082145,
"connectedSystems": [ "connectedSystems": [
"Kattegaud", "Kattegaud",
@@ -322,8 +322,8 @@
}, },
{ {
"solarSystemName": "Weld", "solarSystemName": "Weld",
"x": "700", "x": 700,
"y": "510", "y": 510,
"security": 0.3020362117053435, "security": 0.3020362117053435,
"connectedSystems": [ "connectedSystems": [
"Klingt", "Klingt",
@@ -333,8 +333,8 @@
}, },
{ {
"solarSystemName": "Fegomenko", "solarSystemName": "Fegomenko",
"x": "720", "x": 720,
"y": "185", "y": 185,
"security": 0.50419898212434, "security": 0.50419898212434,
"connectedSystems": [ "connectedSystems": [
"Orien", "Orien",
@@ -344,8 +344,8 @@
}, },
{ {
"solarSystemName": "Klingt", "solarSystemName": "Klingt",
"x": "745", "x": 745,
"y": "455", "y": 455,
"security": 0.3021467523645928, "security": 0.3021467523645928,
"connectedSystems": [ "connectedSystems": [
"Unertek", "Unertek",
@@ -354,8 +354,8 @@
}, },
{ {
"solarSystemName": "Kattegaud", "solarSystemName": "Kattegaud",
"x": "750", "x": 750,
"y": "585", "y": 585,
"security": 0.7158626870077194, "security": 0.7158626870077194,
"connectedSystems": [ "connectedSystems": [
"Weld", "Weld",
@@ -365,8 +365,8 @@
}, },
{ {
"solarSystemName": "Osvetur", "solarSystemName": "Osvetur",
"x": "780", "x": 780,
"y": "235", "y": 235,
"security": 0.2475798999897256, "security": 0.2475798999897256,
"connectedSystems": [ "connectedSystems": [
"Fegomenko", "Fegomenko",
@@ -376,8 +376,8 @@
}, },
{ {
"solarSystemName": "Unertek", "solarSystemName": "Unertek",
"x": "790", "x": 790,
"y": "325", "y": 325,
"security": 0.3041351272066599, "security": 0.3041351272066599,
"connectedSystems": [ "connectedSystems": [
"Osvetur", "Osvetur",
@@ -386,8 +386,8 @@
}, },
{ {
"solarSystemName": "Mimiror", "solarSystemName": "Mimiror",
"x": "830", "x": 830,
"y": "155", "y": 155,
"security": 0.2044927363379354, "security": 0.2044927363379354,
"connectedSystems": [ "connectedSystems": [
"Fegomenko", "Fegomenko",
@@ -396,8 +396,8 @@
}, },
{ {
"solarSystemName": "Austraka", "solarSystemName": "Austraka",
"x": "0", "x": 0,
"y": "35", "y": 35,
"security": 0.755710518128467, "security": 0.755710518128467,
"connectedSystems": [ "connectedSystems": [
"Obrolber", "Obrolber",
@@ -407,8 +407,8 @@
}, },
{ {
"solarSystemName": "Magiko", "solarSystemName": "Magiko",
"x": "75", "x": 75,
"y": "45", "y": 45,
"security": 0.9383020252817266, "security": 0.9383020252817266,
"connectedSystems": [ "connectedSystems": [
"Onga", "Onga",
@@ -418,8 +418,8 @@
}, },
{ {
"solarSystemName": "Kenobanala", "solarSystemName": "Kenobanala",
"x": "80", "x": 80,
"y": "560", "y": 560,
"security": 0.2893983494282283, "security": 0.2893983494282283,
"connectedSystems": [ "connectedSystems": [
"Astabih", "Astabih",
@@ -430,8 +430,8 @@
}, },
{ {
"solarSystemName": "B-VIP9", "solarSystemName": "B-VIP9",
"x": "495", "x": 495,
"y": "650", "y": 650,
"security": -0.00152269610494371, "security": -0.00152269610494371,
"connectedSystems": [ "connectedSystems": [
"9SNK-O", "9SNK-O",
@@ -440,8 +440,8 @@
}, },
{ {
"solarSystemName": "Tabbetzur", "solarSystemName": "Tabbetzur",
"x": "730", "x": 730,
"y": "20", "y": 20,
"security": 0.2716663364469739, "security": 0.2716663364469739,
"connectedSystems": [ "connectedSystems": [
"Offikatlin", "Offikatlin",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "MZLW-9", "solarSystemName": "MZLW-9",
"x": "0", "x": 0,
"y": "340", "y": 340,
"security": -0.102436915, "security": -0.102436915,
"connectedSystems": [ "connectedSystems": [
"QB-AE6", "QB-AE6",
@@ -12,8 +12,8 @@
}, },
{ {
"solarSystemName": "ND-X7X", "solarSystemName": "ND-X7X",
"x": "0", "x": 0,
"y": "460", "y": 460,
"security": -0.120274067, "security": -0.120274067,
"connectedSystems": [ "connectedSystems": [
"G-W1ND", "G-W1ND",
@@ -25,8 +25,8 @@
}, },
{ {
"solarSystemName": "OZ-DS5", "solarSystemName": "OZ-DS5",
"x": "15", "x": 15,
"y": "690", "y": 690,
"security": -0.941377141, "security": -0.941377141,
"connectedSystems": [ "connectedSystems": [
"XM-RMD" "XM-RMD"
@@ -34,8 +34,8 @@
}, },
{ {
"solarSystemName": "DGDT-3", "solarSystemName": "DGDT-3",
"x": "20", "x": 20,
"y": "520", "y": 520,
"security": -0.177547153, "security": -0.177547153,
"connectedSystems": [ "connectedSystems": [
"ND-X7X", "ND-X7X",
@@ -45,8 +45,8 @@
}, },
{ {
"solarSystemName": "MTGF-2", "solarSystemName": "MTGF-2",
"x": "65", "x": 65,
"y": "135", "y": 135,
"security": -0.218845283, "security": -0.218845283,
"connectedSystems": [ "connectedSystems": [
"5T-A3D", "5T-A3D",
@@ -55,8 +55,8 @@
}, },
{ {
"solarSystemName": "2-WNTD", "solarSystemName": "2-WNTD",
"x": "70", "x": 70,
"y": "555", "y": 555,
"security": -0.084272963, "security": -0.084272963,
"connectedSystems": [ "connectedSystems": [
"DGDT-3", "DGDT-3",
@@ -65,8 +65,8 @@
}, },
{ {
"solarSystemName": "QB-AE6", "solarSystemName": "QB-AE6",
"x": "90", "x": 90,
"y": "340", "y": 340,
"security": -0.120771828, "security": -0.120771828,
"connectedSystems": [ "connectedSystems": [
"G-W1ND", "G-W1ND",
@@ -76,8 +76,8 @@
}, },
{ {
"solarSystemName": "G-W1ND", "solarSystemName": "G-W1ND",
"x": "90", "x": 90,
"y": "415", "y": 415,
"security": -0.147781622, "security": -0.147781622,
"connectedSystems": [ "connectedSystems": [
"QB-AE6", "QB-AE6",
@@ -87,8 +87,8 @@
}, },
{ {
"solarSystemName": "83-YGI", "solarSystemName": "83-YGI",
"x": "95", "x": 95,
"y": "520", "y": 520,
"security": -0.198716341, "security": -0.198716341,
"connectedSystems": [ "connectedSystems": [
"DGDT-3", "DGDT-3",
@@ -97,8 +97,8 @@
}, },
{ {
"solarSystemName": "XM-RMD", "solarSystemName": "XM-RMD",
"x": "95", "x": 95,
"y": "690", "y": 690,
"security": -0.326856312, "security": -0.326856312,
"connectedSystems": [ "connectedSystems": [
"0PU2-R", "0PU2-R",
@@ -107,8 +107,8 @@
}, },
{ {
"solarSystemName": "0-QP56", "solarSystemName": "0-QP56",
"x": "140", "x": 140,
"y": "145", "y": 145,
"security": -0.210439073, "security": -0.210439073,
"connectedSystems": [ "connectedSystems": [
"MTGF-2", "MTGF-2",
@@ -118,8 +118,8 @@
}, },
{ {
"solarSystemName": "KH-EWC", "solarSystemName": "KH-EWC",
"x": "155", "x": 155,
"y": "560", "y": 560,
"security": -0.09647416, "security": -0.09647416,
"connectedSystems": [ "connectedSystems": [
"2-WNTD", "2-WNTD",
@@ -128,8 +128,8 @@
}, },
{ {
"solarSystemName": "KED-2O", "solarSystemName": "KED-2O",
"x": "170", "x": 170,
"y": "65", "y": 65,
"security": -0.851312737, "security": -0.851312737,
"connectedSystems": [ "connectedSystems": [
"Y-0HVF" "Y-0HVF"
@@ -137,8 +137,8 @@
}, },
{ {
"solarSystemName": "B-ETDW", "solarSystemName": "B-ETDW",
"x": "175", "x": 175,
"y": "640", "y": 640,
"security": -0.042096371, "security": -0.042096371,
"connectedSystems": [ "connectedSystems": [
"9G5J-1", "9G5J-1",
@@ -147,8 +147,8 @@
}, },
{ {
"solarSystemName": "0PU2-R", "solarSystemName": "0PU2-R",
"x": "175", "x": 175,
"y": "690", "y": 690,
"security": -0.200868064, "security": -0.200868064,
"connectedSystems": [ "connectedSystems": [
"B-ETDW", "B-ETDW",
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "Y-0HVF", "solarSystemName": "Y-0HVF",
"x": "215", "x": 215,
"y": "40", "y": 40,
"security": -0.747058905, "security": -0.747058905,
"connectedSystems": [ "connectedSystems": [
"UGR-J2", "UGR-J2",
@@ -169,8 +169,8 @@
}, },
{ {
"solarSystemName": "GTQ-C9", "solarSystemName": "GTQ-C9",
"x": "215", "x": 215,
"y": "150", "y": 150,
"security": -0.215214132, "security": -0.215214132,
"connectedSystems": [ "connectedSystems": [
"0-QP56", "0-QP56",
@@ -180,8 +180,8 @@
}, },
{ {
"solarSystemName": "ORB4-J", "solarSystemName": "ORB4-J",
"x": "215", "x": 215,
"y": "200", "y": 200,
"security": -0.199527703, "security": -0.199527703,
"connectedSystems": [ "connectedSystems": [
"0-QP56", "0-QP56",
@@ -190,8 +190,8 @@
}, },
{ {
"solarSystemName": "3VL6-I", "solarSystemName": "3VL6-I",
"x": "255", "x": 255,
"y": "560", "y": 560,
"security": -0.040600615, "security": -0.040600615,
"connectedSystems": [ "connectedSystems": [
"KH-EWC", "KH-EWC",
@@ -201,8 +201,8 @@
}, },
{ {
"solarSystemName": "9G5J-1", "solarSystemName": "9G5J-1",
"x": "255", "x": 255,
"y": "640", "y": 640,
"security": -0.028074465, "security": -0.028074465,
"connectedSystems": [ "connectedSystems": [
"3VL6-I", "3VL6-I",
@@ -212,8 +212,8 @@
}, },
{ {
"solarSystemName": "91-KD8", "solarSystemName": "91-KD8",
"x": "255", "x": 255,
"y": "690", "y": 690,
"security": -0.272103129, "security": -0.272103129,
"connectedSystems": [ "connectedSystems": [
"3ET-G8", "3ET-G8",
@@ -223,8 +223,8 @@
}, },
{ {
"solarSystemName": "M-NWLB", "solarSystemName": "M-NWLB",
"x": "285", "x": 285,
"y": "145", "y": 145,
"security": -0.343686279, "security": -0.343686279,
"connectedSystems": [ "connectedSystems": [
"GTQ-C9", "GTQ-C9",
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "5-IH57", "solarSystemName": "5-IH57",
"x": "285", "x": 285,
"y": "265", "y": 265,
"security": -0.282504796, "security": -0.282504796,
"connectedSystems": [ "connectedSystems": [
"QYT-X8" "QYT-X8"
@@ -244,8 +244,8 @@
}, },
{ {
"solarSystemName": "F-816R", "solarSystemName": "F-816R",
"x": "290", "x": 290,
"y": "495", "y": 495,
"security": -0.089935512, "security": -0.089935512,
"connectedSystems": [ "connectedSystems": [
"3VL6-I", "3VL6-I",
@@ -254,8 +254,8 @@
}, },
{ {
"solarSystemName": "UGR-J2", "solarSystemName": "UGR-J2",
"x": "295", "x": 295,
"y": "55", "y": 55,
"security": -0.683713127, "security": -0.683713127,
"connectedSystems": [ "connectedSystems": [
"M-NWLB", "M-NWLB",
@@ -266,8 +266,8 @@
}, },
{ {
"solarSystemName": "GGMF-J", "solarSystemName": "GGMF-J",
"x": "300", "x": 300,
"y": "185", "y": 185,
"security": -0.288691955, "security": -0.288691955,
"connectedSystems": [ "connectedSystems": [
"M-NWLB", "M-NWLB",
@@ -276,8 +276,8 @@
}, },
{ {
"solarSystemName": "V0-H4L", "solarSystemName": "V0-H4L",
"x": "305", "x": 305,
"y": "390", "y": 390,
"security": -0.162208165, "security": -0.162208165,
"connectedSystems": [ "connectedSystems": [
"DS3-6A", "DS3-6A",
@@ -286,8 +286,8 @@
}, },
{ {
"solarSystemName": "DS3-6A", "solarSystemName": "DS3-6A",
"x": "310", "x": 310,
"y": "440", "y": 440,
"security": -0.14964962, "security": -0.14964962,
"connectedSystems": [ "connectedSystems": [
"F-816R", "F-816R",
@@ -297,8 +297,8 @@
}, },
{ {
"solarSystemName": "QYT-X8", "solarSystemName": "QYT-X8",
"x": "335", "x": 335,
"y": "315", "y": 315,
"security": -0.256302041, "security": -0.256302041,
"connectedSystems": [ "connectedSystems": [
"V0-H4L", "V0-H4L",
@@ -308,8 +308,8 @@
}, },
{ {
"solarSystemName": "WW-OVQ", "solarSystemName": "WW-OVQ",
"x": "345", "x": 345,
"y": "575", "y": 575,
"security": -0.134436671, "security": -0.134436671,
"connectedSystems": [ "connectedSystems": [
"LA2-KV", "LA2-KV",
@@ -318,8 +318,8 @@
}, },
{ {
"solarSystemName": "S7WI-F", "solarSystemName": "S7WI-F",
"x": "345", "x": 345,
"y": "625", "y": 625,
"security": -0.363821456, "security": -0.363821456,
"connectedSystems": [ "connectedSystems": [
"WW-OVQ", "WW-OVQ",
@@ -329,8 +329,8 @@
}, },
{ {
"solarSystemName": "LA2-KV", "solarSystemName": "LA2-KV",
"x": "350", "x": 350,
"y": "525", "y": 525,
"security": -0.208035694, "security": -0.208035694,
"connectedSystems": [ "connectedSystems": [
"T-HMWP", "T-HMWP",
@@ -339,8 +339,8 @@
}, },
{ {
"solarSystemName": "1-BK1Q", "solarSystemName": "1-BK1Q",
"x": "350", "x": 350,
"y": "670", "y": 670,
"security": -0.59526827, "security": -0.59526827,
"connectedSystems": [ "connectedSystems": [
"S7WI-F", "S7WI-F",
@@ -349,8 +349,8 @@
}, },
{ {
"solarSystemName": "RJBC-I", "solarSystemName": "RJBC-I",
"x": "370", "x": 370,
"y": "715", "y": 715,
"security": -0.765167868, "security": -0.765167868,
"connectedSystems": [ "connectedSystems": [
"1-BK1Q" "1-BK1Q"
@@ -358,8 +358,8 @@
}, },
{ {
"solarSystemName": "T-HMWP", "solarSystemName": "T-HMWP",
"x": "375", "x": 375,
"y": "450", "y": 450,
"security": -0.216696969, "security": -0.216696969,
"connectedSystems": [ "connectedSystems": [
"DS3-6A", "DS3-6A",
@@ -369,8 +369,8 @@
}, },
{ {
"solarSystemName": "IG-4OF", "solarSystemName": "IG-4OF",
"x": "380", "x": 380,
"y": "145", "y": 145,
"security": -0.399064792, "security": -0.399064792,
"connectedSystems": [ "connectedSystems": [
"M-NWLB", "M-NWLB",
@@ -380,8 +380,8 @@
}, },
{ {
"solarSystemName": "QZ-DIZ", "solarSystemName": "QZ-DIZ",
"x": "385", "x": 385,
"y": "35", "y": 35,
"security": -0.531649403, "security": -0.531649403,
"connectedSystems": [ "connectedSystems": [
"UGR-J2", "UGR-J2",
@@ -391,8 +391,8 @@
}, },
{ {
"solarSystemName": "21M1-B", "solarSystemName": "21M1-B",
"x": "385", "x": 385,
"y": "75", "y": 75,
"security": -0.508273566, "security": -0.508273566,
"connectedSystems": [ "connectedSystems": [
"UGR-J2", "UGR-J2",
@@ -401,8 +401,8 @@
}, },
{ {
"solarSystemName": "JXQJ-B", "solarSystemName": "JXQJ-B",
"x": "410", "x": 410,
"y": "295", "y": 295,
"security": -0.25993285, "security": -0.25993285,
"connectedSystems": [ "connectedSystems": [
"PND-SI", "PND-SI",
@@ -412,8 +412,8 @@
}, },
{ {
"solarSystemName": "X-CYNC", "solarSystemName": "X-CYNC",
"x": "415", "x": 415,
"y": "625", "y": 625,
"security": -0.495317112, "security": -0.495317112,
"connectedSystems": [ "connectedSystems": [
"S7WI-F" "S7WI-F"
@@ -421,8 +421,8 @@
}, },
{ {
"solarSystemName": "U-RELP", "solarSystemName": "U-RELP",
"x": "455", "x": 455,
"y": "20", "y": 20,
"security": -0.786602588, "security": -0.786602588,
"connectedSystems": [ "connectedSystems": [
"QZ-DIZ", "QZ-DIZ",
@@ -431,8 +431,8 @@
}, },
{ {
"solarSystemName": "DYS-CG", "solarSystemName": "DYS-CG",
"x": "460", "x": 460,
"y": "465", "y": 465,
"security": -0.337048381, "security": -0.337048381,
"connectedSystems": [ "connectedSystems": [
"T-HMWP", "T-HMWP",
@@ -442,8 +442,8 @@
}, },
{ {
"solarSystemName": "PND-SI", "solarSystemName": "PND-SI",
"x": "470", "x": 470,
"y": "265", "y": 265,
"security": -0.18281969, "security": -0.18281969,
"connectedSystems": [ "connectedSystems": [
"H-MHWF", "H-MHWF",
@@ -453,8 +453,8 @@
}, },
{ {
"solarSystemName": "Y-BIPM", "solarSystemName": "Y-BIPM",
"x": "475", "x": 475,
"y": "320", "y": 320,
"security": -0.248876183, "security": -0.248876183,
"connectedSystems": [ "connectedSystems": [
"HO4E-Q", "HO4E-Q",
@@ -464,8 +464,8 @@
}, },
{ {
"solarSystemName": "LQQH-J", "solarSystemName": "LQQH-J",
"x": "490", "x": 490,
"y": "110", "y": 110,
"security": -0.452553219, "security": -0.452553219,
"connectedSystems": [ "connectedSystems": [
"IG-4OF", "IG-4OF",
@@ -475,8 +475,8 @@
}, },
{ {
"solarSystemName": "P-ZWKH", "solarSystemName": "P-ZWKH",
"x": "505", "x": 505,
"y": "400", "y": 400,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"X-9ZZR" "X-9ZZR"
@@ -484,8 +484,8 @@
}, },
{ {
"solarSystemName": "QE2-FS", "solarSystemName": "QE2-FS",
"x": "525", "x": 525,
"y": "685", "y": 685,
"security": -0.631786963, "security": -0.631786963,
"connectedSystems": [ "connectedSystems": [
"R-ZESX", "R-ZESX",
@@ -496,8 +496,8 @@
}, },
{ {
"solarSystemName": "H-MHWF", "solarSystemName": "H-MHWF",
"x": "535", "x": 535,
"y": "250", "y": 250,
"security": -0.219148324, "security": -0.219148324,
"connectedSystems": [ "connectedSystems": [
"J-D5U7", "J-D5U7",
@@ -506,8 +506,8 @@
}, },
{ {
"solarSystemName": "IAMJ-Q", "solarSystemName": "IAMJ-Q",
"x": "540", "x": 540,
"y": "10", "y": 10,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"U-RELP", "U-RELP",
@@ -516,8 +516,8 @@
}, },
{ {
"solarSystemName": "J-D5U7", "solarSystemName": "J-D5U7",
"x": "540", "x": 540,
"y": "200", "y": 200,
"security": -0.284633625, "security": -0.284633625,
"connectedSystems": [ "connectedSystems": [
"W5-VBR", "W5-VBR",
@@ -526,8 +526,8 @@
}, },
{ {
"solarSystemName": "XKM-DE", "solarSystemName": "XKM-DE",
"x": "540", "x": 540,
"y": "295", "y": 295,
"security": -0.071293609, "security": -0.071293609,
"connectedSystems": [ "connectedSystems": [
"PND-SI", "PND-SI",
@@ -536,8 +536,8 @@
}, },
{ {
"solarSystemName": "W5-VBR", "solarSystemName": "W5-VBR",
"x": "545", "x": 545,
"y": "145", "y": 145,
"security": -0.402452546, "security": -0.402452546,
"connectedSystems": [ "connectedSystems": [
"LQQH-J", "LQQH-J",
@@ -548,8 +548,8 @@
}, },
{ {
"solarSystemName": "FZCR-3", "solarSystemName": "FZCR-3",
"x": "560", "x": 560,
"y": "525", "y": 525,
"security": -0.495866742, "security": -0.495866742,
"connectedSystems": [ "connectedSystems": [
"6U-MFQ", "6U-MFQ",
@@ -558,8 +558,8 @@
}, },
{ {
"solarSystemName": "VZEG-B", "solarSystemName": "VZEG-B",
"x": "580", "x": 580,
"y": "380", "y": 380,
"security": -0.468376937, "security": -0.468376937,
"connectedSystems": [ "connectedSystems": [
"HO4E-Q", "HO4E-Q",
@@ -568,8 +568,8 @@
}, },
{ {
"solarSystemName": "X-9ZZR", "solarSystemName": "X-9ZZR",
"x": "580", "x": 580,
"y": "435", "y": 435,
"security": -0.884691517, "security": -0.884691517,
"connectedSystems": [ "connectedSystems": [
"QY2Y-N", "QY2Y-N",
@@ -579,8 +579,8 @@
}, },
{ {
"solarSystemName": "X-Z4JW", "solarSystemName": "X-Z4JW",
"x": "595", "x": 595,
"y": "110", "y": 110,
"security": -0.234894988, "security": -0.234894988,
"connectedSystems": [ "connectedSystems": [
"LQQH-J", "LQQH-J",
@@ -590,8 +590,8 @@
}, },
{ {
"solarSystemName": "5-9L3H", "solarSystemName": "5-9L3H",
"x": "605", "x": 605,
"y": "560", "y": 560,
"security": -0.690498303, "security": -0.690498303,
"connectedSystems": [ "connectedSystems": [
"6U-MFQ", "6U-MFQ",
@@ -601,8 +601,8 @@
}, },
{ {
"solarSystemName": "HF-K3O", "solarSystemName": "HF-K3O",
"x": "605", "x": 605,
"y": "640", "y": 640,
"security": -0.682430248, "security": -0.682430248,
"connectedSystems": [ "connectedSystems": [
"WVMS-X", "WVMS-X",
@@ -613,8 +613,8 @@
}, },
{ {
"solarSystemName": "R-ZESX", "solarSystemName": "R-ZESX",
"x": "605", "x": 605,
"y": "685", "y": 685,
"security": -0.598691484, "security": -0.598691484,
"connectedSystems": [ "connectedSystems": [
"WVMS-X", "WVMS-X",
@@ -626,8 +626,8 @@
}, },
{ {
"solarSystemName": "IO-R2S", "solarSystemName": "IO-R2S",
"x": "605", "x": 605,
"y": "730", "y": 730,
"security": -0.613885201, "security": -0.613885201,
"connectedSystems": [ "connectedSystems": [
"R-ZESX", "R-ZESX",
@@ -637,8 +637,8 @@
}, },
{ {
"solarSystemName": "Y-770C", "solarSystemName": "Y-770C",
"x": "610", "x": 610,
"y": "165", "y": 165,
"security": -0.552155445, "security": -0.552155445,
"connectedSystems": [ "connectedSystems": [
"W5-VBR" "W5-VBR"
@@ -646,8 +646,8 @@
}, },
{ {
"solarSystemName": "6U-MFQ", "solarSystemName": "6U-MFQ",
"x": "645", "x": 645,
"y": "500", "y": 500,
"security": -0.586387983, "security": -0.586387983,
"connectedSystems": [ "connectedSystems": [
"DYS-CG", "DYS-CG",
@@ -659,8 +659,8 @@
}, },
{ {
"solarSystemName": "HO4E-Q", "solarSystemName": "HO4E-Q",
"x": "655", "x": 655,
"y": "360", "y": 360,
"security": -0.65458947, "security": -0.65458947,
"connectedSystems": [ "connectedSystems": [
"E6Q-LE", "E6Q-LE",
@@ -671,8 +671,8 @@
}, },
{ {
"solarSystemName": "QY2Y-N", "solarSystemName": "QY2Y-N",
"x": "655", "x": 655,
"y": "410", "y": 410,
"security": -0.832780293, "security": -0.832780293,
"connectedSystems": [ "connectedSystems": [
"HO4E-Q", "HO4E-Q",
@@ -682,8 +682,8 @@
}, },
{ {
"solarSystemName": "R8WV-7", "solarSystemName": "R8WV-7",
"x": "670", "x": 670,
"y": "115", "y": 115,
"security": -0.433411971, "security": -0.433411971,
"connectedSystems": [ "connectedSystems": [
"X-Z4JW", "X-Z4JW",
@@ -693,8 +693,8 @@
}, },
{ {
"solarSystemName": "RO-AIQ", "solarSystemName": "RO-AIQ",
"x": "685", "x": 685,
"y": "450", "y": 450,
"security": -0.982542752, "security": -0.982542752,
"connectedSystems": [ "connectedSystems": [
"QY2Y-N" "QY2Y-N"
@@ -702,8 +702,8 @@
}, },
{ {
"solarSystemName": "WVMS-X", "solarSystemName": "WVMS-X",
"x": "705", "x": 705,
"y": "640", "y": 640,
"security": -0.674599826, "security": -0.674599826,
"connectedSystems": [ "connectedSystems": [
"1-HDQ4", "1-HDQ4",
@@ -714,8 +714,8 @@
}, },
{ {
"solarSystemName": "7-UVMT", "solarSystemName": "7-UVMT",
"x": "705", "x": 705,
"y": "685", "y": 685,
"security": -0.62461102, "security": -0.62461102,
"connectedSystems": [ "connectedSystems": [
"WVMS-X", "WVMS-X",
@@ -724,8 +724,8 @@
}, },
{ {
"solarSystemName": "Q-ITV5", "solarSystemName": "Q-ITV5",
"x": "705", "x": 705,
"y": "730", "y": 730,
"security": -0.49078611, "security": -0.49078611,
"connectedSystems": [ "connectedSystems": [
"7-UVMT", "7-UVMT",
@@ -736,8 +736,8 @@
}, },
{ {
"solarSystemName": "1EO-OE", "solarSystemName": "1EO-OE",
"x": "710", "x": 710,
"y": "530", "y": 530,
"security": -0.669059985, "security": -0.669059985,
"connectedSystems": [ "connectedSystems": [
"6U-MFQ", "6U-MFQ",
@@ -748,8 +748,8 @@
}, },
{ {
"solarSystemName": "1-HDQ4", "solarSystemName": "1-HDQ4",
"x": "720", "x": 720,
"y": "565", "y": 565,
"security": -0.72799792, "security": -0.72799792,
"connectedSystems": [ "connectedSystems": [
"1EO-OE", "1EO-OE",
@@ -758,8 +758,8 @@
}, },
{ {
"solarSystemName": "E6Q-LE", "solarSystemName": "E6Q-LE",
"x": "725", "x": 725,
"y": "400", "y": 400,
"security": -0.722408648, "security": -0.722408648,
"connectedSystems": [ "connectedSystems": [
"YQTK-R", "YQTK-R",
@@ -768,8 +768,8 @@
}, },
{ {
"solarSystemName": "5JEZ-I", "solarSystemName": "5JEZ-I",
"x": "765", "x": 765,
"y": "105", "y": 105,
"security": -0.328351268, "security": -0.328351268,
"connectedSystems": [ "connectedSystems": [
"R8WV-7", "R8WV-7",
@@ -779,8 +779,8 @@
}, },
{ {
"solarSystemName": "GK3-RX", "solarSystemName": "GK3-RX",
"x": "785", "x": 785,
"y": "295", "y": 295,
"security": -0.486579249, "security": -0.486579249,
"connectedSystems": [ "connectedSystems": [
"BQ0-UU", "BQ0-UU",
@@ -791,8 +791,8 @@
}, },
{ {
"solarSystemName": "1P-QWR", "solarSystemName": "1P-QWR",
"x": "785", "x": 785,
"y": "345", "y": 345,
"security": -0.6105235, "security": -0.6105235,
"connectedSystems": [ "connectedSystems": [
"RF-X7V", "RF-X7V",
@@ -803,8 +803,8 @@
}, },
{ {
"solarSystemName": "V-X0KM", "solarSystemName": "V-X0KM",
"x": "800", "x": 800,
"y": "70", "y": 70,
"security": -0.345165791, "security": -0.345165791,
"connectedSystems": [ "connectedSystems": [
"5JEZ-I", "5JEZ-I",
@@ -813,8 +813,8 @@
}, },
{ {
"solarSystemName": "YQTK-R", "solarSystemName": "YQTK-R",
"x": "805", "x": 805,
"y": "480", "y": 480,
"security": -0.654667242, "security": -0.654667242,
"connectedSystems": [ "connectedSystems": [
"6U-MFQ", "6U-MFQ",
@@ -825,8 +825,8 @@
}, },
{ {
"solarSystemName": "XEF6-Z", "solarSystemName": "XEF6-Z",
"x": "840", "x": 840,
"y": "105", "y": 105,
"security": -0.383923643, "security": -0.383923643,
"connectedSystems": [ "connectedSystems": [
"5JEZ-I", "5JEZ-I",
@@ -836,8 +836,8 @@
}, },
{ {
"solarSystemName": "3-JG3X", "solarSystemName": "3-JG3X",
"x": "850", "x": 850,
"y": "260", "y": 260,
"security": -0.539848644, "security": -0.539848644,
"connectedSystems": [ "connectedSystems": [
"RF-X7V", "RF-X7V",
@@ -849,8 +849,8 @@
}, },
{ {
"solarSystemName": "RF-X7V", "solarSystemName": "RF-X7V",
"x": "850", "x": 850,
"y": "375", "y": 375,
"security": -0.619893319, "security": -0.619893319,
"connectedSystems": [ "connectedSystems": [
"YQTK-R", "YQTK-R",
@@ -861,8 +861,8 @@
}, },
{ {
"solarSystemName": "XXZ-3W", "solarSystemName": "XXZ-3W",
"x": "910", "x": 910,
"y": "60", "y": 60,
"security": -0.822776247, "security": -0.822776247,
"connectedSystems": [ "connectedSystems": [
"SON-TW", "SON-TW",
@@ -871,8 +871,8 @@
}, },
{ {
"solarSystemName": "SON-TW", "solarSystemName": "SON-TW",
"x": "910", "x": 910,
"y": "105", "y": 105,
"security": -0.431835634, "security": -0.431835634,
"connectedSystems": [ "connectedSystems": [
"XEF6-Z", "XEF6-Z",
@@ -882,8 +882,8 @@
}, },
{ {
"solarSystemName": "U9SE-N", "solarSystemName": "U9SE-N",
"x": "910", "x": 910,
"y": "150", "y": 150,
"security": -0.288794168, "security": -0.288794168,
"connectedSystems": [ "connectedSystems": [
"SON-TW", "SON-TW",
@@ -892,8 +892,8 @@
}, },
{ {
"solarSystemName": "BQ0-UU", "solarSystemName": "BQ0-UU",
"x": "910", "x": 910,
"y": "345", "y": 345,
"security": -0.614183177, "security": -0.614183177,
"connectedSystems": [ "connectedSystems": [
"RF-X7V", "RF-X7V",
@@ -905,8 +905,8 @@
}, },
{ {
"solarSystemName": "FJ-GUR", "solarSystemName": "FJ-GUR",
"x": "915", "x": 915,
"y": "295", "y": 295,
"security": -0.381133259, "security": -0.381133259,
"connectedSystems": [ "connectedSystems": [
"BQ0-UU", "BQ0-UU",
@@ -916,8 +916,8 @@
}, },
{ {
"solarSystemName": "5T-A3D", "solarSystemName": "5T-A3D",
"x": "0", "x": 0,
"y": "110", "y": 110,
"security": -0.199713973, "security": -0.199713973,
"connectedSystems": [ "connectedSystems": [
"LW-YEW", "LW-YEW",
@@ -927,8 +927,8 @@
}, },
{ {
"solarSystemName": "C3I-D5", "solarSystemName": "C3I-D5",
"x": "145", "x": 145,
"y": "10", "y": 10,
"security": -0.976943646, "security": -0.976943646,
"connectedSystems": [ "connectedSystems": [
"RZ8A-P", "RZ8A-P",
@@ -937,8 +937,8 @@
}, },
{ {
"solarSystemName": "O8W-5O", "solarSystemName": "O8W-5O",
"x": "160", "x": 160,
"y": "340", "y": 340,
"security": -0.144954878, "security": -0.144954878,
"connectedSystems": [ "connectedSystems": [
"0-TRV1", "0-TRV1",
@@ -948,8 +948,8 @@
}, },
{ {
"solarSystemName": "863P-X", "solarSystemName": "863P-X",
"x": "160", "x": 160,
"y": "425", "y": 425,
"security": -0.14380981, "security": -0.14380981,
"connectedSystems": [ "connectedSystems": [
"Z-DDVJ", "Z-DDVJ",
@@ -962,8 +962,8 @@
}, },
{ {
"solarSystemName": "HG-YEQ", "solarSystemName": "HG-YEQ",
"x": "160", "x": 160,
"y": "460", "y": 460,
"security": -0.070992484, "security": -0.070992484,
"connectedSystems": [ "connectedSystems": [
"ND-X7X", "ND-X7X",
@@ -975,8 +975,8 @@
}, },
{ {
"solarSystemName": "POQP-K", "solarSystemName": "POQP-K",
"x": "160", "x": 160,
"y": "495", "y": 495,
"security": -0.122172665, "security": -0.122172665,
"connectedSystems": [ "connectedSystems": [
"83-YGI", "83-YGI",
@@ -985,8 +985,8 @@
}, },
{ {
"solarSystemName": "3ET-G8", "solarSystemName": "3ET-G8",
"x": "255", "x": 255,
"y": "735", "y": 735,
"security": -0.387443894, "security": -0.387443894,
"connectedSystems": [ "connectedSystems": [
"K-BBYU", "K-BBYU",
@@ -995,8 +995,8 @@
}, },
{ {
"solarSystemName": "J9A-BH", "solarSystemName": "J9A-BH",
"x": "465", "x": 465,
"y": "510", "y": 510,
"security": -0.280864277, "security": -0.280864277,
"connectedSystems": [ "connectedSystems": [
"DYS-CG", "DYS-CG",
@@ -1007,8 +1007,8 @@
}, },
{ {
"solarSystemName": "XY-ZCI", "solarSystemName": "XY-ZCI",
"x": "480", "x": 480,
"y": "720", "y": 720,
"security": -0.832725811, "security": -0.832725811,
"connectedSystems": [ "connectedSystems": [
"SY-OLX", "SY-OLX",
@@ -1017,8 +1017,8 @@
}, },
{ {
"solarSystemName": "EJ-5X2", "solarSystemName": "EJ-5X2",
"x": "620", "x": 620,
"y": "5", "y": 5,
"security": -0.2603449360071101, "security": -0.2603449360071101,
"connectedSystems": [ "connectedSystems": [
"L-Z9NB", "L-Z9NB",
@@ -1027,8 +1027,8 @@
}, },
{ {
"solarSystemName": "FV-YEA", "solarSystemName": "FV-YEA",
"x": "710", "x": 710,
"y": "195", "y": 195,
"security": -0.4601063389879359, "security": -0.4601063389879359,
"connectedSystems": [ "connectedSystems": [
"R8WV-7", "R8WV-7",
@@ -1038,8 +1038,8 @@
}, },
{ {
"solarSystemName": "Y-RAW3", "solarSystemName": "Y-RAW3",
"x": "905", "x": 905,
"y": "15", "y": 15,
"security": -0.4730139721867221, "security": -0.4730139721867221,
"connectedSystems": [ "connectedSystems": [
"9KE-IT", "9KE-IT",
@@ -1052,8 +1052,8 @@
}, },
{ {
"solarSystemName": "P-NRD3", "solarSystemName": "P-NRD3",
"x": "910", "x": 910,
"y": "200", "y": 200,
"security": -0.2335844503482766, "security": -0.2335844503482766,
"connectedSystems": [ "connectedSystems": [
"5E-EZC", "5E-EZC",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "9MWZ-B", "solarSystemName": "9MWZ-B",
"x": "0", "x": 0,
"y": "110", "y": 110,
"security": -0.09644728930822122, "security": -0.09644728930822122,
"connectedSystems": [ "connectedSystems": [
"TSG-NO", "TSG-NO",
@@ -12,8 +12,8 @@
}, },
{ {
"solarSystemName": "LS-QLX", "solarSystemName": "LS-QLX",
"x": "0", "x": 0,
"y": "160", "y": 160,
"security": -0.09000247645777149, "security": -0.09000247645777149,
"connectedSystems": [ "connectedSystems": [
"9MWZ-B", "9MWZ-B",
@@ -24,8 +24,8 @@
}, },
{ {
"solarSystemName": "CO-7BI", "solarSystemName": "CO-7BI",
"x": "0", "x": 0,
"y": "220", "y": 220,
"security": -0.08958222456613063, "security": -0.08958222456613063,
"connectedSystems": [ "connectedSystems": [
"LS-QLX", "LS-QLX",
@@ -34,8 +34,8 @@
}, },
{ {
"solarSystemName": "ZJG-7D", "solarSystemName": "ZJG-7D",
"x": "25", "x": 25,
"y": "275", "y": 275,
"security": -0.08234486800192675, "security": -0.08234486800192675,
"connectedSystems": [ "connectedSystems": [
"CO-7BI", "CO-7BI",
@@ -44,8 +44,8 @@
}, },
{ {
"solarSystemName": "73-JQO", "solarSystemName": "73-JQO",
"x": "60", "x": 60,
"y": "375", "y": 375,
"security": -0.09036116875328348, "security": -0.09036116875328348,
"connectedSystems": [ "connectedSystems": [
"R2TJ-1" "R2TJ-1"
@@ -53,8 +53,8 @@
}, },
{ {
"solarSystemName": "S-XZHU", "solarSystemName": "S-XZHU",
"x": "80", "x": 80,
"y": "110", "y": 110,
"security": -0.09504180495938253, "security": -0.09504180495938253,
"connectedSystems": [ "connectedSystems": [
"9MWZ-B", "9MWZ-B",
@@ -64,8 +64,8 @@
}, },
{ {
"solarSystemName": "C-WPWH", "solarSystemName": "C-WPWH",
"x": "80", "x": 80,
"y": "160", "y": 160,
"security": -0.09502512347059067, "security": -0.09502512347059067,
"connectedSystems": [ "connectedSystems": [
"LS-QLX", "LS-QLX",
@@ -74,8 +74,8 @@
}, },
{ {
"solarSystemName": "R2TJ-1", "solarSystemName": "R2TJ-1",
"x": "135", "x": 135,
"y": "340", "y": 340,
"security": -0.09559945120856583, "security": -0.09559945120856583,
"connectedSystems": [ "connectedSystems": [
"VULA-I", "VULA-I",
@@ -85,8 +85,8 @@
}, },
{ {
"solarSystemName": "G-B3PR", "solarSystemName": "G-B3PR",
"x": "155", "x": 155,
"y": "235", "y": 235,
"security": -0.1388702184294091, "security": -0.1388702184294091,
"connectedSystems": [ "connectedSystems": [
"VULA-I", "VULA-I",
@@ -95,8 +95,8 @@
}, },
{ {
"solarSystemName": "VULA-I", "solarSystemName": "VULA-I",
"x": "155", "x": 155,
"y": "295", "y": 295,
"security": -0.1064518957609195, "security": -0.1064518957609195,
"connectedSystems": [ "connectedSystems": [
"ZJG-7D", "ZJG-7D",
@@ -107,8 +107,8 @@
}, },
{ {
"solarSystemName": "LQ-AHE", "solarSystemName": "LQ-AHE",
"x": "170", "x": 170,
"y": "385", "y": 385,
"security": -0.0973587118623811, "security": -0.0973587118623811,
"connectedSystems": [ "connectedSystems": [
"R2TJ-1" "R2TJ-1"
@@ -116,8 +116,8 @@
}, },
{ {
"solarSystemName": "DJK-67", "solarSystemName": "DJK-67",
"x": "230", "x": 230,
"y": "655", "y": 655,
"security": -0.397032264393609, "security": -0.397032264393609,
"connectedSystems": [ "connectedSystems": [
"D2EZ-X" "D2EZ-X"
@@ -125,8 +125,8 @@
}, },
{ {
"solarSystemName": "3FKU-H", "solarSystemName": "3FKU-H",
"x": "240", "x": 240,
"y": "445", "y": 445,
"security": -0.3687825328812394, "security": -0.3687825328812394,
"connectedSystems": [ "connectedSystems": [
"Y-MSJN", "Y-MSJN",
@@ -135,8 +135,8 @@
}, },
{ {
"solarSystemName": "XPUM-L", "solarSystemName": "XPUM-L",
"x": "245", "x": 245,
"y": "235", "y": 235,
"security": -0.1953784004645291, "security": -0.1953784004645291,
"connectedSystems": [ "connectedSystems": [
"G-B3PR", "G-B3PR",
@@ -145,8 +145,8 @@
}, },
{ {
"solarSystemName": "KR8-27", "solarSystemName": "KR8-27",
"x": "245", "x": 245,
"y": "295", "y": 295,
"security": -0.261500815934128, "security": -0.261500815934128,
"connectedSystems": [ "connectedSystems": [
"VULA-I", "VULA-I",
@@ -156,8 +156,8 @@
}, },
{ {
"solarSystemName": "D2EZ-X", "solarSystemName": "D2EZ-X",
"x": "270", "x": 270,
"y": "580", "y": 580,
"security": -0.4616541750122641, "security": -0.4616541750122641,
"connectedSystems": [ "connectedSystems": [
"M9-FIB", "M9-FIB",
@@ -166,8 +166,8 @@
}, },
{ {
"solarSystemName": "M9-FIB", "solarSystemName": "M9-FIB",
"x": "285", "x": 285,
"y": "510", "y": 510,
"security": -0.4141508490262185, "security": -0.4141508490262185,
"connectedSystems": [ "connectedSystems": [
"MJ-X5V", "MJ-X5V",
@@ -177,8 +177,8 @@
}, },
{ {
"solarSystemName": "Y-MSJN", "solarSystemName": "Y-MSJN",
"x": "310", "x": 310,
"y": "390", "y": 390,
"security": -0.3550842819217865, "security": -0.3550842819217865,
"connectedSystems": [ "connectedSystems": [
"LOI-L1", "LOI-L1",
@@ -188,8 +188,8 @@
}, },
{ {
"solarSystemName": "LOI-L1", "solarSystemName": "LOI-L1",
"x": "330", "x": 330,
"y": "295", "y": 295,
"security": -0.2999827206274296, "security": -0.2999827206274296,
"connectedSystems": [ "connectedSystems": [
"KR8-27", "KR8-27",
@@ -199,8 +199,8 @@
}, },
{ {
"solarSystemName": "MJ-X5V", "solarSystemName": "MJ-X5V",
"x": "350", "x": 350,
"y": "450", "y": 450,
"security": -0.3761571366299422, "security": -0.3761571366299422,
"connectedSystems": [ "connectedSystems": [
"Y-MSJN", "Y-MSJN",
@@ -209,8 +209,8 @@
}, },
{ {
"solarSystemName": "J-4FNO", "solarSystemName": "J-4FNO",
"x": "415", "x": 415,
"y": "335", "y": 335,
"security": -0.3439445052151752, "security": -0.3439445052151752,
"connectedSystems": [ "connectedSystems": [
"AXDX-F", "AXDX-F",
@@ -219,8 +219,8 @@
}, },
{ {
"solarSystemName": "H90-C9", "solarSystemName": "H90-C9",
"x": "480", "x": 480,
"y": "550", "y": 550,
"security": -0.5321984646027269, "security": -0.5321984646027269,
"connectedSystems": [ "connectedSystems": [
"K-1OY3" "K-1OY3"
@@ -228,8 +228,8 @@
}, },
{ {
"solarSystemName": "X-EHHD", "solarSystemName": "X-EHHD",
"x": "490", "x": 490,
"y": "225", "y": 225,
"security": -0.3054182740952063, "security": -0.3054182740952063,
"connectedSystems": [ "connectedSystems": [
"AXDX-F" "AXDX-F"
@@ -237,8 +237,8 @@
}, },
{ {
"solarSystemName": "AXDX-F", "solarSystemName": "AXDX-F",
"x": "490", "x": 490,
"y": "295", "y": 295,
"security": -0.3322437298075629, "security": -0.3322437298075629,
"connectedSystems": [ "connectedSystems": [
"LOI-L1", "LOI-L1",
@@ -250,8 +250,8 @@
}, },
{ {
"solarSystemName": "PEM-LC", "solarSystemName": "PEM-LC",
"x": "490", "x": 490,
"y": "370", "y": 370,
"security": -0.3849580929527037, "security": -0.3849580929527037,
"connectedSystems": [ "connectedSystems": [
"AXDX-F", "AXDX-F",
@@ -261,8 +261,8 @@
}, },
{ {
"solarSystemName": "RI-JB1", "solarSystemName": "RI-JB1",
"x": "490", "x": 490,
"y": "685", "y": 685,
"security": -0.2566953249122664, "security": -0.2566953249122664,
"connectedSystems": [ "connectedSystems": [
"X-3AUU" "X-3AUU"
@@ -270,8 +270,8 @@
}, },
{ {
"solarSystemName": "NZPK-G", "solarSystemName": "NZPK-G",
"x": "525", "x": 525,
"y": "460", "y": 460,
"security": -0.4687870265832429, "security": -0.4687870265832429,
"connectedSystems": [ "connectedSystems": [
"6T3I-L", "6T3I-L",
@@ -280,8 +280,8 @@
}, },
{ {
"solarSystemName": "K-1OY3", "solarSystemName": "K-1OY3",
"x": "530", "x": 530,
"y": "515", "y": 515,
"security": -0.4150374820677771, "security": -0.4150374820677771,
"connectedSystems": [ "connectedSystems": [
"NZPK-G", "NZPK-G",
@@ -291,8 +291,8 @@
}, },
{ {
"solarSystemName": "X-3AUU", "solarSystemName": "X-3AUU",
"x": "560", "x": 560,
"y": "665", "y": 665,
"security": -0.2566644061818125, "security": -0.2566644061818125,
"connectedSystems": [ "connectedSystems": [
"99-0GS", "99-0GS",
@@ -301,8 +301,8 @@
}, },
{ {
"solarSystemName": "L-AS00", "solarSystemName": "L-AS00",
"x": "575", "x": 575,
"y": "225", "y": 225,
"security": -0.7420094094983005, "security": -0.7420094094983005,
"connectedSystems": [ "connectedSystems": [
"QSF-EJ" "QSF-EJ"
@@ -310,8 +310,8 @@
}, },
{ {
"solarSystemName": "QSF-EJ", "solarSystemName": "QSF-EJ",
"x": "575", "x": 575,
"y": "295", "y": 295,
"security": -0.6058049068014659, "security": -0.6058049068014659,
"connectedSystems": [ "connectedSystems": [
"AXDX-F", "AXDX-F",
@@ -322,8 +322,8 @@
}, },
{ {
"solarSystemName": "6T3I-L", "solarSystemName": "6T3I-L",
"x": "575", "x": 575,
"y": "370", "y": 370,
"security": -0.4628212844942942, "security": -0.4628212844942942,
"connectedSystems": [ "connectedSystems": [
"PEM-LC", "PEM-LC",
@@ -333,8 +333,8 @@
}, },
{ {
"solarSystemName": "MMUF-8", "solarSystemName": "MMUF-8",
"x": "610", "x": 610,
"y": "540", "y": 540,
"security": -0.4337110420131702, "security": -0.4337110420131702,
"connectedSystems": [ "connectedSystems": [
"K-1OY3", "K-1OY3",
@@ -344,8 +344,8 @@
}, },
{ {
"solarSystemName": "99-0GS", "solarSystemName": "99-0GS",
"x": "620", "x": 620,
"y": "620", "y": 620,
"security": -0.3512609268933631, "security": -0.3512609268933631,
"connectedSystems": [ "connectedSystems": [
"MMUF-8", "MMUF-8",
@@ -356,8 +356,8 @@
}, },
{ {
"solarSystemName": "NQH-MR", "solarSystemName": "NQH-MR",
"x": "695", "x": 695,
"y": "535", "y": 535,
"security": -0.3374467973981131, "security": -0.3374467973981131,
"connectedSystems": [ "connectedSystems": [
"MMUF-8", "MMUF-8",
@@ -367,8 +367,8 @@
}, },
{ {
"solarSystemName": "0DD-MH", "solarSystemName": "0DD-MH",
"x": "710", "x": 710,
"y": "625", "y": 625,
"security": -0.4078280620305076, "security": -0.4078280620305076,
"connectedSystems": [ "connectedSystems": [
"99-0GS", "99-0GS",
@@ -377,8 +377,8 @@
}, },
{ {
"solarSystemName": "7L9-ZC", "solarSystemName": "7L9-ZC",
"x": "730", "x": 730,
"y": "130", "y": 130,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"7-8EOE", "7-8EOE",
@@ -387,8 +387,8 @@
}, },
{ {
"solarSystemName": "1I6F-9", "solarSystemName": "1I6F-9",
"x": "755", "x": 755,
"y": "295", "y": 295,
"security": -0.6483290702099201, "security": -0.6483290702099201,
"connectedSystems": [ "connectedSystems": [
"QSF-EJ", "QSF-EJ",
@@ -397,8 +397,8 @@
}, },
{ {
"solarSystemName": "Z-7OK1", "solarSystemName": "Z-7OK1",
"x": "820", "x": 820,
"y": "275", "y": 275,
"security": -0.7242440961644376, "security": -0.7242440961644376,
"connectedSystems": [ "connectedSystems": [
"1I6F-9", "1I6F-9",
@@ -407,8 +407,8 @@
}, },
{ {
"solarSystemName": "7-8EOE", "solarSystemName": "7-8EOE",
"x": "835", "x": 835,
"y": "185", "y": 185,
"security": -0.965232693960459, "security": -0.965232693960459,
"connectedSystems": [ "connectedSystems": [
"66-PMM", "66-PMM",
@@ -417,8 +417,8 @@
}, },
{ {
"solarSystemName": "UEP0-A", "solarSystemName": "UEP0-A",
"x": "860", "x": 860,
"y": "240", "y": 240,
"security": -0.7533442889985762, "security": -0.7533442889985762,
"connectedSystems": [ "connectedSystems": [
"Z-7OK1", "Z-7OK1",
@@ -427,8 +427,8 @@
}, },
{ {
"solarSystemName": "66-PMM", "solarSystemName": "66-PMM",
"x": "910", "x": 910,
"y": "205", "y": 205,
"security": -0.9354148934966441, "security": -0.9354148934966441,
"connectedSystems": [ "connectedSystems": [
"UEP0-A", "UEP0-A",
@@ -438,8 +438,8 @@
}, },
{ {
"solarSystemName": "OKEO-X", "solarSystemName": "OKEO-X",
"x": "915", "x": 915,
"y": "120", "y": 120,
"security": -0.9044983186080158, "security": -0.9044983186080158,
"connectedSystems": [ "connectedSystems": [
"66-PMM", "66-PMM",
@@ -448,8 +448,8 @@
}, },
{ {
"solarSystemName": "TSG-NO", "solarSystemName": "TSG-NO",
"x": "0", "x": 0,
"y": "55", "y": 55,
"security": -0.1440851754221109, "security": -0.1440851754221109,
"connectedSystems": [ "connectedSystems": [
"K-X5AX", "K-X5AX",
@@ -458,8 +458,8 @@
}, },
{ {
"solarSystemName": "ZO-P5K", "solarSystemName": "ZO-P5K",
"x": "700", "x": 700,
"y": "70", "y": 70,
"security": -0.6645011347760454, "security": -0.6645011347760454,
"connectedSystems": [ "connectedSystems": [
"46DP-O", "46DP-O",
@@ -469,8 +469,8 @@
}, },
{ {
"solarSystemName": "6-ELQP", "solarSystemName": "6-ELQP",
"x": "895", "x": 895,
"y": "60", "y": 60,
"security": -0.4620200787892874, "security": -0.4620200787892874,
"connectedSystems": [ "connectedSystems": [
"R97-CI", "R97-CI",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "2-84WC", "solarSystemName": "2-84WC",
"x": "0", "x": 0,
"y": "160", "y": 160,
"security": -0.88516414, "security": -0.88516414,
"connectedSystems": [ "connectedSystems": [
"24I-FE" "24I-FE"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "F-WCLC", "solarSystemName": "F-WCLC",
"x": "0", "x": 0,
"y": "440", "y": 440,
"security": -0.075115418, "security": -0.075115418,
"connectedSystems": [ "connectedSystems": [
"2WU-XT" "2WU-XT"
@@ -19,8 +19,8 @@
}, },
{ {
"solarSystemName": "24I-FE", "solarSystemName": "24I-FE",
"x": "20", "x": 20,
"y": "125", "y": 125,
"security": -0.71840543, "security": -0.71840543,
"connectedSystems": [ "connectedSystems": [
"QOK-SX", "QOK-SX",
@@ -29,8 +29,8 @@
}, },
{ {
"solarSystemName": "2WU-XT", "solarSystemName": "2WU-XT",
"x": "25", "x": 25,
"y": "495", "y": 495,
"security": -0.116622145, "security": -0.116622145,
"connectedSystems": [ "connectedSystems": [
"9S-GPT", "9S-GPT",
@@ -39,8 +39,8 @@
}, },
{ {
"solarSystemName": "U-FQ21", "solarSystemName": "U-FQ21",
"x": "30", "x": 30,
"y": "10", "y": 10,
"security": -0.896369026, "security": -0.896369026,
"connectedSystems": [ "connectedSystems": [
"V-SEE6" "V-SEE6"
@@ -48,8 +48,8 @@
}, },
{ {
"solarSystemName": "V-SEE6", "solarSystemName": "V-SEE6",
"x": "40", "x": 40,
"y": "50", "y": 50,
"security": -0.695244988, "security": -0.695244988,
"connectedSystems": [ "connectedSystems": [
"QOK-SX", "QOK-SX",
@@ -58,8 +58,8 @@
}, },
{ {
"solarSystemName": "QOK-SX", "solarSystemName": "QOK-SX",
"x": "45", "x": 45,
"y": "90", "y": 90,
"security": -0.609011018, "security": -0.609011018,
"connectedSystems": [ "connectedSystems": [
"DJ-GBH", "DJ-GBH",
@@ -70,8 +70,8 @@
}, },
{ {
"solarSystemName": "L1YK-V", "solarSystemName": "L1YK-V",
"x": "75", "x": 75,
"y": "285", "y": 285,
"security": -0.496379813, "security": -0.496379813,
"connectedSystems": [ "connectedSystems": [
"R3P0-Z", "R3P0-Z",
@@ -81,8 +81,8 @@
}, },
{ {
"solarSystemName": "9S-GPT", "solarSystemName": "9S-GPT",
"x": "95", "x": 95,
"y": "520", "y": 520,
"security": -0.250471397, "security": -0.250471397,
"connectedSystems": [ "connectedSystems": [
"PFV-ZH", "PFV-ZH",
@@ -93,8 +93,8 @@
}, },
{ {
"solarSystemName": "LTT-AP", "solarSystemName": "LTT-AP",
"x": "95", "x": 95,
"y": "685", "y": 685,
"security": -0.087988692, "security": -0.087988692,
"connectedSystems": [ "connectedSystems": [
"YC-ANK", "YC-ANK",
@@ -103,8 +103,8 @@
}, },
{ {
"solarSystemName": "4H-YJZ", "solarSystemName": "4H-YJZ",
"x": "100", "x": 100,
"y": "55", "y": 55,
"security": -0.759395471, "security": -0.759395471,
"connectedSystems": [ "connectedSystems": [
"QOK-SX" "QOK-SX"
@@ -112,8 +112,8 @@
}, },
{ {
"solarSystemName": "8RL-OG", "solarSystemName": "8RL-OG",
"x": "110", "x": 110,
"y": "195", "y": 195,
"security": -0.543391144, "security": -0.543391144,
"connectedSystems": [ "connectedSystems": [
"DJ-GBH", "DJ-GBH",
@@ -122,8 +122,8 @@
}, },
{ {
"solarSystemName": "SN-Q1T", "solarSystemName": "SN-Q1T",
"x": "115", "x": 115,
"y": "325", "y": 325,
"security": -0.740302893, "security": -0.740302893,
"connectedSystems": [ "connectedSystems": [
"R3P0-Z", "R3P0-Z",
@@ -133,8 +133,8 @@
}, },
{ {
"solarSystemName": "DJ-GBH", "solarSystemName": "DJ-GBH",
"x": "120", "x": 120,
"y": "135", "y": 135,
"security": -0.625448, "security": -0.625448,
"connectedSystems": [ "connectedSystems": [
"SN-DZ6", "SN-DZ6",
@@ -144,8 +144,8 @@
}, },
{ {
"solarSystemName": "J7X-VN", "solarSystemName": "J7X-VN",
"x": "130", "x": 130,
"y": "615", "y": 615,
"security": -0.184311231, "security": -0.184311231,
"connectedSystems": [ "connectedSystems": [
"UAJ5-K", "UAJ5-K",
@@ -154,8 +154,8 @@
}, },
{ {
"solarSystemName": "R3P0-Z", "solarSystemName": "R3P0-Z",
"x": "135", "x": 135,
"y": "250", "y": 250,
"security": -0.74514745, "security": -0.74514745,
"connectedSystems": [ "connectedSystems": [
"8RL-OG", "8RL-OG",
@@ -166,8 +166,8 @@
}, },
{ {
"solarSystemName": "UAJ5-K", "solarSystemName": "UAJ5-K",
"x": "165", "x": 165,
"y": "565", "y": 565,
"security": -0.227917028, "security": -0.227917028,
"connectedSystems": [ "connectedSystems": [
"JUE-DX", "JUE-DX",
@@ -179,8 +179,8 @@
}, },
{ {
"solarSystemName": "YC-ANK", "solarSystemName": "YC-ANK",
"x": "165", "x": 165,
"y": "665", "y": 665,
"security": -0.161947123, "security": -0.161947123,
"connectedSystems": [ "connectedSystems": [
"G-HE0N", "G-HE0N",
@@ -189,8 +189,8 @@
}, },
{ {
"solarSystemName": "SN-DZ6", "solarSystemName": "SN-DZ6",
"x": "170", "x": 170,
"y": "95", "y": 95,
"security": -0.665139662, "security": -0.665139662,
"connectedSystems": [ "connectedSystems": [
"0-4VQL", "0-4VQL",
@@ -200,8 +200,8 @@
}, },
{ {
"solarSystemName": "XJ-AG7", "solarSystemName": "XJ-AG7",
"x": "175", "x": 175,
"y": "505", "y": 505,
"security": -0.262174646, "security": -0.262174646,
"connectedSystems": [ "connectedSystems": [
"9S-GPT", "9S-GPT",
@@ -210,8 +210,8 @@
}, },
{ {
"solarSystemName": "ZZK-VF", "solarSystemName": "ZZK-VF",
"x": "180", "x": 180,
"y": "300", "y": 300,
"security": -0.620367, "security": -0.620367,
"connectedSystems": [ "connectedSystems": [
"R3P0-Z", "R3P0-Z",
@@ -221,8 +221,8 @@
}, },
{ {
"solarSystemName": "G-HE0N", "solarSystemName": "G-HE0N",
"x": "210", "x": 210,
"y": "630", "y": 630,
"security": -0.23042637, "security": -0.23042637,
"connectedSystems": [ "connectedSystems": [
"JUE-DX", "JUE-DX",
@@ -233,8 +233,8 @@
}, },
{ {
"solarSystemName": "I0N-BM", "solarSystemName": "I0N-BM",
"x": "220", "x": 220,
"y": "130", "y": 130,
"security": -0.749405273, "security": -0.749405273,
"connectedSystems": [ "connectedSystems": [
"SN-DZ6" "SN-DZ6"
@@ -242,8 +242,8 @@
}, },
{ {
"solarSystemName": "JUE-DX", "solarSystemName": "JUE-DX",
"x": "235", "x": 235,
"y": "580", "y": 580,
"security": -0.348088317, "security": -0.348088317,
"connectedSystems": [ "connectedSystems": [
"K-YL9T", "K-YL9T",
@@ -254,8 +254,8 @@
}, },
{ {
"solarSystemName": "ZJ-5IS", "solarSystemName": "ZJ-5IS",
"x": "245", "x": 245,
"y": "325", "y": 325,
"security": -0.4330949, "security": -0.4330949,
"connectedSystems": [ "connectedSystems": [
"ZZK-VF", "ZZK-VF",
@@ -264,8 +264,8 @@
}, },
{ {
"solarSystemName": "0-4VQL", "solarSystemName": "0-4VQL",
"x": "250", "x": 250,
"y": "75", "y": 75,
"security": -0.487793742, "security": -0.487793742,
"connectedSystems": [ "connectedSystems": [
"FVQF-W", "FVQF-W",
@@ -274,8 +274,8 @@
}, },
{ {
"solarSystemName": "M4U-EH", "solarSystemName": "M4U-EH",
"x": "275", "x": 275,
"y": "710", "y": 710,
"security": -0.625457156, "security": -0.625457156,
"connectedSystems": [ "connectedSystems": [
"J4AQ-O" "J4AQ-O"
@@ -283,8 +283,8 @@
}, },
{ {
"solarSystemName": "UC-8XF", "solarSystemName": "UC-8XF",
"x": "290", "x": 290,
"y": "380", "y": 380,
"security": -0.737113999, "security": -0.737113999,
"connectedSystems": [ "connectedSystems": [
"GA58-7", "GA58-7",
@@ -293,8 +293,8 @@
}, },
{ {
"solarSystemName": "FVQF-W", "solarSystemName": "FVQF-W",
"x": "325", "x": 325,
"y": "70", "y": 70,
"security": -0.334995933, "security": -0.334995933,
"connectedSystems": [ "connectedSystems": [
"2ID-87", "2ID-87",
@@ -303,8 +303,8 @@
}, },
{ {
"solarSystemName": "GA58-7", "solarSystemName": "GA58-7",
"x": "340", "x": 340,
"y": "340", "y": 340,
"security": -0.699927004, "security": -0.699927004,
"connectedSystems": [ "connectedSystems": [
"ZJ-5IS", "ZJ-5IS",
@@ -315,8 +315,8 @@
}, },
{ {
"solarSystemName": "HLR-GL", "solarSystemName": "HLR-GL",
"x": "340", "x": 340,
"y": "595", "y": 595,
"security": -0.247220452, "security": -0.247220452,
"connectedSystems": [ "connectedSystems": [
"JUE-DX", "JUE-DX",
@@ -326,8 +326,8 @@
}, },
{ {
"solarSystemName": "80G-H5", "solarSystemName": "80G-H5",
"x": "340", "x": 340,
"y": "630", "y": 630,
"security": -0.492482341, "security": -0.492482341,
"connectedSystems": [ "connectedSystems": [
"HLR-GL", "HLR-GL",
@@ -337,8 +337,8 @@
}, },
{ {
"solarSystemName": "QHH-13", "solarSystemName": "QHH-13",
"x": "340", "x": 340,
"y": "680", "y": 680,
"security": -0.581342709, "security": -0.581342709,
"connectedSystems": [ "connectedSystems": [
"80G-H5", "80G-H5",
@@ -347,8 +347,8 @@
}, },
{ {
"solarSystemName": "J4AQ-O", "solarSystemName": "J4AQ-O",
"x": "340", "x": 340,
"y": "710", "y": 710,
"security": -0.608930155, "security": -0.608930155,
"connectedSystems": [ "connectedSystems": [
"QHH-13", "QHH-13",
@@ -358,8 +358,8 @@
}, },
{ {
"solarSystemName": "RQNF-9", "solarSystemName": "RQNF-9",
"x": "370", "x": 370,
"y": "495", "y": 495,
"security": -0.767072789, "security": -0.767072789,
"connectedSystems": [ "connectedSystems": [
"4O-ZRI" "4O-ZRI"
@@ -367,8 +367,8 @@
}, },
{ {
"solarSystemName": "2ID-87", "solarSystemName": "2ID-87",
"x": "385", "x": 385,
"y": "60", "y": 60,
"security": -0.335264243, "security": -0.335264243,
"connectedSystems": [ "connectedSystems": [
"SK7-G6", "SK7-G6",
@@ -378,8 +378,8 @@
}, },
{ {
"solarSystemName": "90-A1P", "solarSystemName": "90-A1P",
"x": "385", "x": 385,
"y": "410", "y": 410,
"security": -0.701889282, "security": -0.701889282,
"connectedSystems": [ "connectedSystems": [
"GA58-7", "GA58-7",
@@ -389,8 +389,8 @@
}, },
{ {
"solarSystemName": "2EV-BA", "solarSystemName": "2EV-BA",
"x": "410", "x": 410,
"y": "595", "y": 595,
"security": -0.253576997, "security": -0.253576997,
"connectedSystems": [ "connectedSystems": [
"HLR-GL", "HLR-GL",
@@ -399,8 +399,8 @@
}, },
{ {
"solarSystemName": "M1-PX9", "solarSystemName": "M1-PX9",
"x": "410", "x": 410,
"y": "630", "y": 630,
"security": -0.342504761, "security": -0.342504761,
"connectedSystems": [ "connectedSystems": [
"80G-H5", "80G-H5",
@@ -409,8 +409,8 @@
}, },
{ {
"solarSystemName": "O-O2GN", "solarSystemName": "O-O2GN",
"x": "410", "x": 410,
"y": "710", "y": 710,
"security": -0.235745456, "security": -0.235745456,
"connectedSystems": [ "connectedSystems": [
"J4AQ-O", "J4AQ-O",
@@ -420,8 +420,8 @@
}, },
{ {
"solarSystemName": "I-HRX3", "solarSystemName": "I-HRX3",
"x": "410", "x": 410,
"y": "740", "y": 740,
"security": -0.172655115, "security": -0.172655115,
"connectedSystems": [ "connectedSystems": [
"O-O2GN" "O-O2GN"
@@ -429,8 +429,8 @@
}, },
{ {
"solarSystemName": "4AZV-W", "solarSystemName": "4AZV-W",
"x": "425", "x": 425,
"y": "285", "y": 285,
"security": -0.845623704, "security": -0.845623704,
"connectedSystems": [ "connectedSystems": [
"J-0KB3", "J-0KB3",
@@ -439,8 +439,8 @@
}, },
{ {
"solarSystemName": "J-0KB3", "solarSystemName": "J-0KB3",
"x": "425", "x": 425,
"y": "340", "y": 340,
"security": -0.822932314, "security": -0.822932314,
"connectedSystems": [ "connectedSystems": [
"GA58-7", "GA58-7",
@@ -450,8 +450,8 @@
}, },
{ {
"solarSystemName": "7F-2FB", "solarSystemName": "7F-2FB",
"x": "430", "x": 430,
"y": "235", "y": 235,
"security": -0.916113464, "security": -0.916113464,
"connectedSystems": [ "connectedSystems": [
"4AZV-W" "4AZV-W"
@@ -459,8 +459,8 @@
}, },
{ {
"solarSystemName": "4O-ZRI", "solarSystemName": "4O-ZRI",
"x": "440", "x": 440,
"y": "495", "y": 495,
"security": -0.753538012, "security": -0.753538012,
"connectedSystems": [ "connectedSystems": [
"NEU-UD", "NEU-UD",
@@ -469,8 +469,8 @@
}, },
{ {
"solarSystemName": "8K-QCZ", "solarSystemName": "8K-QCZ",
"x": "450", "x": 450,
"y": "55", "y": 55,
"security": -0.361777269, "security": -0.361777269,
"connectedSystems": [ "connectedSystems": [
"2ID-87", "2ID-87",
@@ -480,8 +480,8 @@
}, },
{ {
"solarSystemName": "W9-TFD", "solarSystemName": "W9-TFD",
"x": "480", "x": 480,
"y": "615", "y": 615,
"security": -0.138356927, "security": -0.138356927,
"connectedSystems": [ "connectedSystems": [
"2EV-BA", "2EV-BA",
@@ -491,8 +491,8 @@
}, },
{ {
"solarSystemName": "XUPK-Z", "solarSystemName": "XUPK-Z",
"x": "490", "x": 490,
"y": "710", "y": 710,
"security": -0.177313464, "security": -0.177313464,
"connectedSystems": [ "connectedSystems": [
"O-O2GN", "O-O2GN",
@@ -502,8 +502,8 @@
}, },
{ {
"solarSystemName": "XDTW-F", "solarSystemName": "XDTW-F",
"x": "500", "x": 500,
"y": "95", "y": 95,
"security": -0.432267935, "security": -0.432267935,
"connectedSystems": [ "connectedSystems": [
"8K-QCZ", "8K-QCZ",
@@ -512,8 +512,8 @@
}, },
{ {
"solarSystemName": "UNV-3J", "solarSystemName": "UNV-3J",
"x": "500", "x": 500,
"y": "330", "y": 330,
"security": -0.708046373, "security": -0.708046373,
"connectedSystems": [ "connectedSystems": [
"J-0KB3", "J-0KB3",
@@ -522,8 +522,8 @@
}, },
{ {
"solarSystemName": "JBUH-H", "solarSystemName": "JBUH-H",
"x": "510", "x": 510,
"y": "45", "y": 45,
"security": -0.48498313, "security": -0.48498313,
"connectedSystems": [ "connectedSystems": [
"8K-QCZ", "8K-QCZ",
@@ -533,8 +533,8 @@
}, },
{ {
"solarSystemName": "CNHV-M", "solarSystemName": "CNHV-M",
"x": "520", "x": 520,
"y": "435", "y": 435,
"security": -0.698208343, "security": -0.698208343,
"connectedSystems": [ "connectedSystems": [
"ZEZ1-9", "ZEZ1-9",
@@ -544,8 +544,8 @@
}, },
{ {
"solarSystemName": "NEU-UD", "solarSystemName": "NEU-UD",
"x": "520", "x": 520,
"y": "495", "y": 495,
"security": -0.677195683, "security": -0.677195683,
"connectedSystems": [ "connectedSystems": [
"CNHV-M", "CNHV-M",
@@ -556,8 +556,8 @@
}, },
{ {
"solarSystemName": "Y-7XVJ", "solarSystemName": "Y-7XVJ",
"x": "520", "x": 520,
"y": "540", "y": 540,
"security": -0.648225378, "security": -0.648225378,
"connectedSystems": [ "connectedSystems": [
"NEU-UD", "NEU-UD",
@@ -566,8 +566,8 @@
}, },
{ {
"solarSystemName": "3-QNM4", "solarSystemName": "3-QNM4",
"x": "580", "x": 580,
"y": "290", "y": 290,
"security": -0.739097375, "security": -0.739097375,
"connectedSystems": [ "connectedSystems": [
"MC4C-H" "MC4C-H"
@@ -575,8 +575,8 @@
}, },
{ {
"solarSystemName": "MC4C-H", "solarSystemName": "MC4C-H",
"x": "585", "x": 585,
"y": "325", "y": 325,
"security": -0.529134945, "security": -0.529134945,
"connectedSystems": [ "connectedSystems": [
"UNV-3J", "UNV-3J",
@@ -586,8 +586,8 @@
}, },
{ {
"solarSystemName": "N-I024", "solarSystemName": "N-I024",
"x": "590", "x": 590,
"y": "495", "y": 495,
"security": -0.539141027, "security": -0.539141027,
"connectedSystems": [ "connectedSystems": [
"NEU-UD", "NEU-UD",
@@ -596,8 +596,8 @@
}, },
{ {
"solarSystemName": "Y-UO9U", "solarSystemName": "Y-UO9U",
"x": "600", "x": 600,
"y": "140", "y": 140,
"security": -0.831474888, "security": -0.831474888,
"connectedSystems": [ "connectedSystems": [
"KGCF-5" "KGCF-5"
@@ -605,8 +605,8 @@
}, },
{ {
"solarSystemName": "ZEZ1-9", "solarSystemName": "ZEZ1-9",
"x": "625", "x": 625,
"y": "440", "y": 440,
"security": -0.414720765, "security": -0.414720765,
"connectedSystems": [ "connectedSystems": [
"K4UV-G", "K4UV-G",
@@ -615,8 +615,8 @@
}, },
{ {
"solarSystemName": "WK2F-Y", "solarSystemName": "WK2F-Y",
"x": "630", "x": 630,
"y": "600", "y": 600,
"security": -0.199043865, "security": -0.199043865,
"connectedSystems": [ "connectedSystems": [
"W9-TFD", "W9-TFD",
@@ -626,8 +626,8 @@
}, },
{ {
"solarSystemName": "NHKO-4", "solarSystemName": "NHKO-4",
"x": "635", "x": 635,
"y": "40", "y": 40,
"security": -0.755919181, "security": -0.755919181,
"connectedSystems": [ "connectedSystems": [
"JBUH-H", "JBUH-H",
@@ -637,8 +637,8 @@
}, },
{ {
"solarSystemName": "KGCF-5", "solarSystemName": "KGCF-5",
"x": "635", "x": 635,
"y": "85", "y": 85,
"security": -0.831509993, "security": -0.831509993,
"connectedSystems": [ "connectedSystems": [
"NHKO-4", "NHKO-4",
@@ -649,8 +649,8 @@
}, },
{ {
"solarSystemName": "OW-QXW", "solarSystemName": "OW-QXW",
"x": "665", "x": 665,
"y": "320", "y": 320,
"security": -0.395334522, "security": -0.395334522,
"connectedSystems": [ "connectedSystems": [
"MC4C-H", "MC4C-H",
@@ -659,8 +659,8 @@
}, },
{ {
"solarSystemName": "WIO-OL", "solarSystemName": "WIO-OL",
"x": "665", "x": 665,
"y": "630", "y": 630,
"security": -0.143133664, "security": -0.143133664,
"connectedSystems": [ "connectedSystems": [
"WK2F-Y", "WK2F-Y",
@@ -669,8 +669,8 @@
}, },
{ {
"solarSystemName": "YQM-P1", "solarSystemName": "YQM-P1",
"x": "670", "x": 670,
"y": "560", "y": 560,
"security": -0.172637136, "security": -0.172637136,
"connectedSystems": [ "connectedSystems": [
"WK2F-Y", "WK2F-Y",
@@ -679,8 +679,8 @@
}, },
{ {
"solarSystemName": "XME-SW", "solarSystemName": "XME-SW",
"x": "680", "x": 680,
"y": "140", "y": 140,
"security": -0.832820545, "security": -0.832820545,
"connectedSystems": [ "connectedSystems": [
"KGCF-5", "KGCF-5",
@@ -689,8 +689,8 @@
}, },
{ {
"solarSystemName": "VH-9VO", "solarSystemName": "VH-9VO",
"x": "720", "x": 720,
"y": "40", "y": 40,
"security": -0.975408016, "security": -0.975408016,
"connectedSystems": [ "connectedSystems": [
"NHKO-4", "NHKO-4",
@@ -700,8 +700,8 @@
}, },
{ {
"solarSystemName": "JX-SOA", "solarSystemName": "JX-SOA",
"x": "720", "x": 720,
"y": "85", "y": 85,
"security": -0.897551051, "security": -0.897551051,
"connectedSystems": [ "connectedSystems": [
"KGCF-5", "KGCF-5",
@@ -711,8 +711,8 @@
}, },
{ {
"solarSystemName": "K4UV-G", "solarSystemName": "K4UV-G",
"x": "725", "x": 725,
"y": "440", "y": 440,
"security": -0.27430135, "security": -0.27430135,
"connectedSystems": [ "connectedSystems": [
"D-JVGJ", "D-JVGJ",
@@ -723,8 +723,8 @@
}, },
{ {
"solarSystemName": "D-JVGJ", "solarSystemName": "D-JVGJ",
"x": "730", "x": 730,
"y": "545", "y": 545,
"security": -0.222152081, "security": -0.222152081,
"connectedSystems": [ "connectedSystems": [
"YQM-P1", "YQM-P1",
@@ -734,8 +734,8 @@
}, },
{ {
"solarSystemName": "1-10QG", "solarSystemName": "1-10QG",
"x": "735", "x": 735,
"y": "650", "y": 650,
"security": -0.017075798, "security": -0.017075798,
"connectedSystems": [ "connectedSystems": [
"WIO-OL", "WIO-OL",
@@ -744,8 +744,8 @@
}, },
{ {
"solarSystemName": "UEPO-D", "solarSystemName": "UEPO-D",
"x": "745", "x": 745,
"y": "310", "y": 310,
"security": -0.391565133, "security": -0.391565133,
"connectedSystems": [ "connectedSystems": [
"OW-QXW", "OW-QXW",
@@ -754,8 +754,8 @@
}, },
{ {
"solarSystemName": "P-8PDJ", "solarSystemName": "P-8PDJ",
"x": "770", "x": 770,
"y": "255", "y": 255,
"security": -0.341869058, "security": -0.341869058,
"connectedSystems": [ "connectedSystems": [
"NQ-M6W" "NQ-M6W"
@@ -763,8 +763,8 @@
}, },
{ {
"solarSystemName": "TFPT-U", "solarSystemName": "TFPT-U",
"x": "780", "x": 780,
"y": "575", "y": 575,
"security": -0.01, "security": -0.01,
"connectedSystems": [ "connectedSystems": [
"6-GRN7", "6-GRN7",
@@ -773,8 +773,8 @@
}, },
{ {
"solarSystemName": "6-GRN7", "solarSystemName": "6-GRN7",
"x": "780", "x": 780,
"y": "615", "y": 615,
"security": -0.0109264, "security": -0.0109264,
"connectedSystems": [ "connectedSystems": [
"1-10QG", "1-10QG",
@@ -783,8 +783,8 @@
}, },
{ {
"solarSystemName": "NQ-M6W", "solarSystemName": "NQ-M6W",
"x": "815", "x": 815,
"y": "300", "y": 300,
"security": -0.573935661, "security": -0.573935661,
"connectedSystems": [ "connectedSystems": [
"UEPO-D", "UEPO-D",
@@ -794,8 +794,8 @@
}, },
{ {
"solarSystemName": "P-T9VC", "solarSystemName": "P-T9VC",
"x": "820", "x": 820,
"y": "55", "y": 55,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"VH-9VO", "VH-9VO",
@@ -804,8 +804,8 @@
}, },
{ {
"solarSystemName": "Q7E-DU", "solarSystemName": "Q7E-DU",
"x": "820", "x": 820,
"y": "415", "y": 415,
"security": -0.262924623, "security": -0.262924623,
"connectedSystems": [ "connectedSystems": [
"K4UV-G", "K4UV-G",
@@ -815,8 +815,8 @@
}, },
{ {
"solarSystemName": "9Z-XJN", "solarSystemName": "9Z-XJN",
"x": "820", "x": 820,
"y": "455", "y": 455,
"security": -0.258812906, "security": -0.258812906,
"connectedSystems": [ "connectedSystems": [
"K4UV-G", "K4UV-G",
@@ -826,8 +826,8 @@
}, },
{ {
"solarSystemName": "2ULC-J", "solarSystemName": "2ULC-J",
"x": "840", "x": 840,
"y": "140", "y": 140,
"security": -0.749440785, "security": -0.749440785,
"connectedSystems": [ "connectedSystems": [
"EZWQ-X", "EZWQ-X",
@@ -836,8 +836,8 @@
}, },
{ {
"solarSystemName": "EZWQ-X", "solarSystemName": "EZWQ-X",
"x": "840", "x": 840,
"y": "200", "y": 200,
"security": -0.662316544, "security": -0.662316544,
"connectedSystems": [ "connectedSystems": [
"8-AA98", "8-AA98",
@@ -846,8 +846,8 @@
}, },
{ {
"solarSystemName": "VE-W7O", "solarSystemName": "VE-W7O",
"x": "875", "x": 875,
"y": "265", "y": 265,
"security": -0.753974718, "security": -0.753974718,
"connectedSystems": [ "connectedSystems": [
"NQ-M6W", "NQ-M6W",
@@ -856,8 +856,8 @@
}, },
{ {
"solarSystemName": "T0DT-T", "solarSystemName": "T0DT-T",
"x": "915", "x": 915,
"y": "135", "y": 135,
"security": -0.853097262, "security": -0.853097262,
"connectedSystems": [ "connectedSystems": [
"8-AA98", "8-AA98",
@@ -867,8 +867,8 @@
}, },
{ {
"solarSystemName": "8-AA98", "solarSystemName": "8-AA98",
"x": "915", "x": 915,
"y": "205", "y": 205,
"security": -0.368823271, "security": -0.368823271,
"connectedSystems": [ "connectedSystems": [
"HZID-J", "HZID-J",
@@ -880,8 +880,8 @@
}, },
{ {
"solarSystemName": "HZID-J", "solarSystemName": "HZID-J",
"x": "915", "x": 915,
"y": "370", "y": 370,
"security": -0.226895028, "security": -0.226895028,
"connectedSystems": [ "connectedSystems": [
"Q7E-DU", "Q7E-DU",
@@ -890,8 +890,8 @@
}, },
{ {
"solarSystemName": "QFRV-2", "solarSystemName": "QFRV-2",
"x": "925", "x": 925,
"y": "470", "y": 470,
"security": -0.461255389, "security": -0.461255389,
"connectedSystems": [ "connectedSystems": [
"9Z-XJN" "9Z-XJN"
@@ -899,8 +899,8 @@
}, },
{ {
"solarSystemName": "QG3-Z0", "solarSystemName": "QG3-Z0",
"x": "955", "x": 955,
"y": "255", "y": 255,
"security": -0.329123657, "security": -0.329123657,
"connectedSystems": [ "connectedSystems": [
"8-AA98", "8-AA98",
@@ -909,8 +909,8 @@
}, },
{ {
"solarSystemName": "RT64-C", "solarSystemName": "RT64-C",
"x": "974", "x": 974,
"y": "305", "y": 305,
"security": -0.234027985, "security": -0.234027985,
"connectedSystems": [ "connectedSystems": [
"QG3-Z0", "QG3-Z0",
@@ -919,8 +919,8 @@
}, },
{ {
"solarSystemName": "ZWM-BB", "solarSystemName": "ZWM-BB",
"x": "0", "x": 0,
"y": "270", "y": 270,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"7-QOYS", "7-QOYS",
@@ -929,8 +929,8 @@
}, },
{ {
"solarSystemName": "K85Y-6", "solarSystemName": "K85Y-6",
"x": "15", "x": 15,
"y": "685", "y": 685,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"NG-M8K", "NG-M8K",
@@ -939,8 +939,8 @@
}, },
{ {
"solarSystemName": "PFV-ZH", "solarSystemName": "PFV-ZH",
"x": "105", "x": 105,
"y": "455", "y": 455,
"security": -0.312812525, "security": -0.312812525,
"connectedSystems": [ "connectedSystems": [
"W-CSFY", "W-CSFY",
@@ -950,8 +950,8 @@
}, },
{ {
"solarSystemName": "K-YL9T", "solarSystemName": "K-YL9T",
"x": "260", "x": 260,
"y": "525", "y": 525,
"security": -0.111179288, "security": -0.111179288,
"connectedSystems": [ "connectedSystems": [
"G-VFVB", "G-VFVB",
@@ -963,8 +963,8 @@
}, },
{ {
"solarSystemName": "SK7-G6", "solarSystemName": "SK7-G6",
"x": "375", "x": 375,
"y": "10", "y": 10,
"security": -0.392599512892519, "security": -0.392599512892519,
"connectedSystems": [ "connectedSystems": [
"FV-YEA", "FV-YEA",
@@ -975,8 +975,8 @@
}, },
{ {
"solarSystemName": "XR-ZL7", "solarSystemName": "XR-ZL7",
"x": "560", "x": 560,
"y": "690", "y": 690,
"security": -0.084715012, "security": -0.084715012,
"connectedSystems": [ "connectedSystems": [
"Z19-B8", "Z19-B8",
@@ -986,8 +986,8 @@
}, },
{ {
"solarSystemName": "PKN-NJ", "solarSystemName": "PKN-NJ",
"x": "560", "x": 560,
"y": "735", "y": 735,
"security": -0.2606331827376328, "security": -0.2606331827376328,
"connectedSystems": [ "connectedSystems": [
"RV5-TT", "RV5-TT",
@@ -996,8 +996,8 @@
}, },
{ {
"solarSystemName": "LJ-RJK", "solarSystemName": "LJ-RJK",
"x": "970", "x": 970,
"y": "350", "y": 350,
"security": -0.8828175102311439, "security": -0.8828175102311439,
"connectedSystems": [ "connectedSystems": [
"4YO-QK", "4YO-QK",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "A2V6-6", "solarSystemName": "A2V6-6",
"x": "0", "x": 0,
"y": "15", "y": 15,
"security": -0.8500001030113771, "security": -0.8500001030113771,
"connectedSystems": [ "connectedSystems": [
"0D-CHA" "0D-CHA"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "0D-CHA", "solarSystemName": "0D-CHA",
"x": "0", "x": 0,
"y": "60", "y": 60,
"security": -0.7922694235434096, "security": -0.7922694235434096,
"connectedSystems": [ "connectedSystems": [
"YVA-F0", "YVA-F0",
@@ -20,8 +20,8 @@
}, },
{ {
"solarSystemName": "YVA-F0", "solarSystemName": "YVA-F0",
"x": "0", "x": 0,
"y": "110", "y": 110,
"security": -0.696105435995078, "security": -0.696105435995078,
"connectedSystems": [ "connectedSystems": [
"VBFC-8", "VBFC-8",
@@ -30,8 +30,8 @@
}, },
{ {
"solarSystemName": "VBFC-8", "solarSystemName": "VBFC-8",
"x": "0", "x": 0,
"y": "155", "y": 155,
"security": -0.1836350828127275, "security": -0.1836350828127275,
"connectedSystems": [ "connectedSystems": [
"E-GCX0", "E-GCX0",
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "E-GCX0", "solarSystemName": "E-GCX0",
"x": "0", "x": 0,
"y": "205", "y": 205,
"security": -0.06170637287698511, "security": -0.06170637287698511,
"connectedSystems": [ "connectedSystems": [
"BOE7-P", "BOE7-P",
@@ -52,8 +52,8 @@
}, },
{ {
"solarSystemName": "BOE7-P", "solarSystemName": "BOE7-P",
"x": "0", "x": 0,
"y": "250", "y": 250,
"security": -0.08474360826567162, "security": -0.08474360826567162,
"connectedSystems": [ "connectedSystems": [
"A-5M31", "A-5M31",
@@ -62,8 +62,8 @@
}, },
{ {
"solarSystemName": "A-5M31", "solarSystemName": "A-5M31",
"x": "0", "x": 0,
"y": "300", "y": 300,
"security": -0.1500015057805593, "security": -0.1500015057805593,
"connectedSystems": [ "connectedSystems": [
"O-RIDF", "O-RIDF",
@@ -72,8 +72,8 @@
}, },
{ {
"solarSystemName": "O-RIDF", "solarSystemName": "O-RIDF",
"x": "30", "x": 30,
"y": "375", "y": 375,
"security": -0.06209483032431562, "security": -0.06209483032431562,
"connectedSystems": [ "connectedSystems": [
"Z-40CG", "Z-40CG",
@@ -82,8 +82,8 @@
}, },
{ {
"solarSystemName": "VJ0-81", "solarSystemName": "VJ0-81",
"x": "70", "x": 70,
"y": "180", "y": 180,
"security": -0.03196170202696624, "security": -0.03196170202696624,
"connectedSystems": [ "connectedSystems": [
"E-GCX0", "E-GCX0",
@@ -92,8 +92,8 @@
}, },
{ {
"solarSystemName": "Z-40CG", "solarSystemName": "Z-40CG",
"x": "100", "x": 100,
"y": "365", "y": 365,
"security": -0.008023869073982226, "security": -0.008023869073982226,
"connectedSystems": [ "connectedSystems": [
"LBV-Q1", "LBV-Q1",
@@ -102,8 +102,8 @@
}, },
{ {
"solarSystemName": "7-692B", "solarSystemName": "7-692B",
"x": "130", "x": 130,
"y": "695", "y": 695,
"security": -0.002985117683950822, "security": -0.002985117683950822,
"connectedSystems": [ "connectedSystems": [
"DB-6W4", "DB-6W4",
@@ -112,8 +112,8 @@
}, },
{ {
"solarSystemName": "LBV-Q1", "solarSystemName": "LBV-Q1",
"x": "170", "x": 170,
"y": "335", "y": 335,
"security": -0.003092205817402549, "security": -0.003092205817402549,
"connectedSystems": [ "connectedSystems": [
"ZXC8-1", "ZXC8-1",
@@ -122,8 +122,8 @@
}, },
{ {
"solarSystemName": "ZXC8-1", "solarSystemName": "ZXC8-1",
"x": "200", "x": 200,
"y": "295", "y": 295,
"security": -0.0007874505567290191, "security": -0.0007874505567290191,
"connectedSystems": [ "connectedSystems": [
"BMU-V1", "BMU-V1",
@@ -132,8 +132,8 @@
}, },
{ {
"solarSystemName": "DB-6W4", "solarSystemName": "DB-6W4",
"x": "200", "x": 200,
"y": "685", "y": 685,
"security": -0.004157635228024925, "security": -0.004157635228024925,
"connectedSystems": [ "connectedSystems": [
"R-OCBA", "R-OCBA",
@@ -143,8 +143,8 @@
}, },
{ {
"solarSystemName": "GA-2V7", "solarSystemName": "GA-2V7",
"x": "215", "x": 215,
"y": "630", "y": 630,
"security": -0.001130250248444487, "security": -0.001130250248444487,
"connectedSystems": [ "connectedSystems": [
"R-OCBA", "R-OCBA",
@@ -153,8 +153,8 @@
}, },
{ {
"solarSystemName": "BMU-V1", "solarSystemName": "BMU-V1",
"x": "230", "x": 230,
"y": "255", "y": 255,
"security": -0.000519009075936383, "security": -0.000519009075936383,
"connectedSystems": [ "connectedSystems": [
"W2F-ZH", "W2F-ZH",
@@ -163,8 +163,8 @@
}, },
{ {
"solarSystemName": "R-OCBA", "solarSystemName": "R-OCBA",
"x": "265", "x": 265,
"y": "670", "y": 670,
"security": -0.001880543605770946, "security": -0.001880543605770946,
"connectedSystems": [ "connectedSystems": [
"3HQC-6", "3HQC-6",
@@ -174,8 +174,8 @@
}, },
{ {
"solarSystemName": "W2F-ZH", "solarSystemName": "W2F-ZH",
"x": "280", "x": 280,
"y": "225", "y": 225,
"security": -0.01292980385024822, "security": -0.01292980385024822,
"connectedSystems": [ "connectedSystems": [
"M-NKZM", "M-NKZM",
@@ -184,8 +184,8 @@
}, },
{ {
"solarSystemName": "RTX0-S", "solarSystemName": "RTX0-S",
"x": "295", "x": 295,
"y": "535", "y": 535,
"security": -0.2064986878854969, "security": -0.2064986878854969,
"connectedSystems": [ "connectedSystems": [
"JKJ-VJ", "JKJ-VJ",
@@ -194,8 +194,8 @@
}, },
{ {
"solarSystemName": "MT-2VJ", "solarSystemName": "MT-2VJ",
"x": "300", "x": 300,
"y": "475", "y": 475,
"security": -0.10008909131098, "security": -0.10008909131098,
"connectedSystems": [ "connectedSystems": [
"JKJ-VJ", "JKJ-VJ",
@@ -205,8 +205,8 @@
}, },
{ {
"solarSystemName": "3HQC-6", "solarSystemName": "3HQC-6",
"x": "340", "x": 340,
"y": "640", "y": 640,
"security": -0.03910586835699603, "security": -0.03910586835699603,
"connectedSystems": [ "connectedSystems": [
"JKJ-VJ", "JKJ-VJ",
@@ -216,8 +216,8 @@
}, },
{ {
"solarSystemName": "J1H-R4", "solarSystemName": "J1H-R4",
"x": "345", "x": 345,
"y": "90", "y": 90,
"security": -0.002560070506096968, "security": -0.002560070506096968,
"connectedSystems": [ "connectedSystems": [
"0-9UHT" "0-9UHT"
@@ -225,8 +225,8 @@
}, },
{ {
"solarSystemName": "M-NKZM", "solarSystemName": "M-NKZM",
"x": "370", "x": 370,
"y": "240", "y": 240,
"security": -0.04555173307094196, "security": -0.04555173307094196,
"connectedSystems": [ "connectedSystems": [
"5WAE-M", "5WAE-M",
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "NM-OEA", "solarSystemName": "NM-OEA",
"x": "375", "x": 375,
"y": "415", "y": 415,
"security": -0.4000441241798425, "security": -0.4000441241798425,
"connectedSystems": [ "connectedSystems": [
"33FN-P" "33FN-P"
@@ -244,8 +244,8 @@
}, },
{ {
"solarSystemName": "33FN-P", "solarSystemName": "33FN-P",
"x": "380", "x": 380,
"y": "475", "y": 475,
"security": -0.3318859377454164, "security": -0.3318859377454164,
"connectedSystems": [ "connectedSystems": [
"JKJ-VJ", "JKJ-VJ",
@@ -255,8 +255,8 @@
}, },
{ {
"solarSystemName": "0-9UHT", "solarSystemName": "0-9UHT",
"x": "385", "x": 385,
"y": "180", "y": 180,
"security": -0.02539322941727706, "security": -0.02539322941727706,
"connectedSystems": [ "connectedSystems": [
"5WAE-M", "5WAE-M",
@@ -266,8 +266,8 @@
}, },
{ {
"solarSystemName": "OX-RGN", "solarSystemName": "OX-RGN",
"x": "385", "x": 385,
"y": "700", "y": 700,
"security": -0.003346703150892139, "security": -0.003346703150892139,
"connectedSystems": [ "connectedSystems": [
"3HQC-6" "3HQC-6"
@@ -275,8 +275,8 @@
}, },
{ {
"solarSystemName": "H-M1BY", "solarSystemName": "H-M1BY",
"x": "395", "x": 395,
"y": "300", "y": 300,
"security": -0.000724598940151977, "security": -0.000724598940151977,
"connectedSystems": [ "connectedSystems": [
"5WAE-M" "5WAE-M"
@@ -284,8 +284,8 @@
}, },
{ {
"solarSystemName": "JKJ-VJ", "solarSystemName": "JKJ-VJ",
"x": "415", "x": 415,
"y": "585", "y": 585,
"security": -0.1571747214664878, "security": -0.1571747214664878,
"connectedSystems": [ "connectedSystems": [
"J9SH-A", "J9SH-A",
@@ -297,8 +297,8 @@
}, },
{ {
"solarSystemName": "5WAE-M", "solarSystemName": "5WAE-M",
"x": "440", "x": 440,
"y": "255", "y": 255,
"security": -0.05036849934834053, "security": -0.05036849934834053,
"connectedSystems": [ "connectedSystems": [
"BF-SDP", "BF-SDP",
@@ -310,8 +310,8 @@
}, },
{ {
"solarSystemName": "J9SH-A", "solarSystemName": "J9SH-A",
"x": "450", "x": 450,
"y": "545", "y": 545,
"security": -0.007660273558810493, "security": -0.007660273558810493,
"connectedSystems": [ "connectedSystems": [
"LGUZ-1", "LGUZ-1",
@@ -320,8 +320,8 @@
}, },
{ {
"solarSystemName": "0-WVQS", "solarSystemName": "0-WVQS",
"x": "455", "x": 455,
"y": "200", "y": 200,
"security": -0.0735853838479823, "security": -0.0735853838479823,
"connectedSystems": [ "connectedSystems": [
"5WAE-M", "5WAE-M",
@@ -330,8 +330,8 @@
}, },
{ {
"solarSystemName": "LGUZ-1", "solarSystemName": "LGUZ-1",
"x": "505", "x": 505,
"y": "445", "y": 445,
"security": -0.001395009582627949, "security": -0.001395009582627949,
"connectedSystems": [ "connectedSystems": [
"4C-B7X", "4C-B7X",
@@ -341,8 +341,8 @@
}, },
{ {
"solarSystemName": "4C-B7X", "solarSystemName": "4C-B7X",
"x": "525", "x": 525,
"y": "405", "y": 405,
"security": -0.005731540073657171, "security": -0.005731540073657171,
"connectedSystems": [ "connectedSystems": [
"F-XWIN", "F-XWIN",
@@ -352,8 +352,8 @@
}, },
{ {
"solarSystemName": "T-Z6J2", "solarSystemName": "T-Z6J2",
"x": "545", "x": 545,
"y": "220", "y": 220,
"security": -0.1482573498690535, "security": -0.1482573498690535,
"connectedSystems": [ "connectedSystems": [
"L3-XYO", "L3-XYO",
@@ -362,8 +362,8 @@
}, },
{ {
"solarSystemName": "BF-SDP", "solarSystemName": "BF-SDP",
"x": "550", "x": 550,
"y": "350", "y": 350,
"security": -0.03986568951001623, "security": -0.03986568951001623,
"connectedSystems": [ "connectedSystems": [
"4C-B7X", "4C-B7X",
@@ -373,8 +373,8 @@
}, },
{ {
"solarSystemName": "L3-XYO", "solarSystemName": "L3-XYO",
"x": "585", "x": 585,
"y": "265", "y": 265,
"security": -0.1002518523472095, "security": -0.1002518523472095,
"connectedSystems": [ "connectedSystems": [
"BF-SDP", "BF-SDP",
@@ -384,8 +384,8 @@
}, },
{ {
"solarSystemName": "F5FO-U", "solarSystemName": "F5FO-U",
"x": "595", "x": 595,
"y": "480", "y": 480,
"security": -0.001522594784485798, "security": -0.001522594784485798,
"connectedSystems": [ "connectedSystems": [
"LGUZ-1" "LGUZ-1"
@@ -393,8 +393,8 @@
}, },
{ {
"solarSystemName": "AN-G54", "solarSystemName": "AN-G54",
"x": "600", "x": 600,
"y": "180", "y": 180,
"security": -0.1319784327905008, "security": -0.1319784327905008,
"connectedSystems": [ "connectedSystems": [
"L3-XYO", "L3-XYO",
@@ -405,8 +405,8 @@
}, },
{ {
"solarSystemName": "F-XWIN", "solarSystemName": "F-XWIN",
"x": "600", "x": 600,
"y": "420", "y": 420,
"security": -0.0008768109281165337, "security": -0.0008768109281165337,
"connectedSystems": [ "connectedSystems": [
"D5IW-F", "D5IW-F",
@@ -415,8 +415,8 @@
}, },
{ {
"solarSystemName": "ZXI-K2", "solarSystemName": "ZXI-K2",
"x": "610", "x": 610,
"y": "125", "y": 125,
"security": -0.07583652399464191, "security": -0.07583652399464191,
"connectedSystems": [ "connectedSystems": [
"AN-G54", "AN-G54",
@@ -425,8 +425,8 @@
}, },
{ {
"solarSystemName": "B0C-LD", "solarSystemName": "B0C-LD",
"x": "635", "x": 635,
"y": "65", "y": 65,
"security": -0.2256385542451183, "security": -0.2256385542451183,
"connectedSystems": [ "connectedSystems": [
"ZXI-K2", "ZXI-K2",
@@ -436,8 +436,8 @@
}, },
{ {
"solarSystemName": "CT7-5V", "solarSystemName": "CT7-5V",
"x": "655", "x": 655,
"y": "230", "y": 230,
"security": -0.4191135568529451, "security": -0.4191135568529451,
"connectedSystems": [ "connectedSystems": [
"AN-G54", "AN-G54",
@@ -446,8 +446,8 @@
}, },
{ {
"solarSystemName": "2JJ-0E", "solarSystemName": "2JJ-0E",
"x": "665", "x": 665,
"y": "295", "y": 295,
"security": -0.650006278488089, "security": -0.650006278488089,
"connectedSystems": [ "connectedSystems": [
"CT7-5V" "CT7-5V"
@@ -455,8 +455,8 @@
}, },
{ {
"solarSystemName": "D5IW-F", "solarSystemName": "D5IW-F",
"x": "675", "x": 675,
"y": "430", "y": 430,
"security": -0.001367909482432705, "security": -0.001367909482432705,
"connectedSystems": [ "connectedSystems": [
"1L-BHT", "1L-BHT",
@@ -465,8 +465,8 @@
}, },
{ {
"solarSystemName": "W-Z3HW", "solarSystemName": "W-Z3HW",
"x": "720", "x": 720,
"y": "75", "y": 75,
"security": -0.02995309027165061, "security": -0.02995309027165061,
"connectedSystems": [ "connectedSystems": [
"B0C-LD", "B0C-LD",
@@ -475,8 +475,8 @@
}, },
{ {
"solarSystemName": "NP6-38", "solarSystemName": "NP6-38",
"x": "740", "x": 740,
"y": "15", "y": 15,
"security": -0.1711698260291806, "security": -0.1711698260291806,
"connectedSystems": [ "connectedSystems": [
"B0C-LD", "B0C-LD",
@@ -488,8 +488,8 @@
}, },
{ {
"solarSystemName": "1L-BHT", "solarSystemName": "1L-BHT",
"x": "750", "x": 750,
"y": "435", "y": 435,
"security": -0.001699637179925495, "security": -0.001699637179925495,
"connectedSystems": [ "connectedSystems": [
"E9G-MT", "E9G-MT",
@@ -498,8 +498,8 @@
}, },
{ {
"solarSystemName": "G5-EN3", "solarSystemName": "G5-EN3",
"x": "815", "x": 815,
"y": "45", "y": 45,
"security": -0.01858826880644715, "security": -0.01858826880644715,
"connectedSystems": [ "connectedSystems": [
"NP6-38", "NP6-38",
@@ -509,8 +509,8 @@
}, },
{ {
"solarSystemName": "G-YT55", "solarSystemName": "G-YT55",
"x": "815", "x": 815,
"y": "100", "y": 100,
"security": -0.03705977999126497, "security": -0.03705977999126497,
"connectedSystems": [ "connectedSystems": [
"NP6-38", "NP6-38",
@@ -520,8 +520,8 @@
}, },
{ {
"solarSystemName": "TQ-RR8", "solarSystemName": "TQ-RR8",
"x": "820", "x": 820,
"y": "210", "y": 210,
"security": -0.00775744873668005, "security": -0.00775744873668005,
"connectedSystems": [ "connectedSystems": [
"C0T-77", "C0T-77",
@@ -531,8 +531,8 @@
}, },
{ {
"solarSystemName": "ZQP-QV", "solarSystemName": "ZQP-QV",
"x": "820", "x": 820,
"y": "315", "y": 315,
"security": -0.006822698851661202, "security": -0.006822698851661202,
"connectedSystems": [ "connectedSystems": [
"RL-KT0", "RL-KT0",
@@ -544,8 +544,8 @@
}, },
{ {
"solarSystemName": "E9G-MT", "solarSystemName": "E9G-MT",
"x": "860", "x": 860,
"y": "445", "y": 445,
"security": -0.003686051143766078, "security": -0.003686051143766078,
"connectedSystems": [ "connectedSystems": [
"UO9-YG", "UO9-YG",
@@ -555,8 +555,8 @@
}, },
{ {
"solarSystemName": "IZ-AOB", "solarSystemName": "IZ-AOB",
"x": "890", "x": 890,
"y": "15", "y": 15,
"security": -0.02395156562231193, "security": -0.02395156562231193,
"connectedSystems": [ "connectedSystems": [
"NP6-38", "NP6-38",
@@ -567,8 +567,8 @@
}, },
{ {
"solarSystemName": "ZJQH-S", "solarSystemName": "ZJQH-S",
"x": "900", "x": 900,
"y": "345", "y": 345,
"security": -0.01283207743044179, "security": -0.01283207743044179,
"connectedSystems": [ "connectedSystems": [
"RL-KT0", "RL-KT0",
@@ -578,8 +578,8 @@
}, },
{ {
"solarSystemName": "UO9-YG", "solarSystemName": "UO9-YG",
"x": "900", "x": 900,
"y": "390", "y": 390,
"security": -0.006680577187579417, "security": -0.006680577187579417,
"connectedSystems": [ "connectedSystems": [
"RL-KT0", "RL-KT0",
@@ -590,8 +590,8 @@
}, },
{ {
"solarSystemName": "P-NUWP", "solarSystemName": "P-NUWP",
"x": "925", "x": 925,
"y": "280", "y": 280,
"security": -0.01658961336295062, "security": -0.01658961336295062,
"connectedSystems": [ "connectedSystems": [
"C0T-77", "C0T-77",
@@ -601,8 +601,8 @@
}, },
{ {
"solarSystemName": "C0T-77", "solarSystemName": "C0T-77",
"x": "965", "x": 965,
"y": "210", "y": 210,
"security": -0.01264649070418278, "security": -0.01264649070418278,
"connectedSystems": [ "connectedSystems": [
"3KNK-A", "3KNK-A",
@@ -613,8 +613,8 @@
}, },
{ {
"solarSystemName": "RL-KT0", "solarSystemName": "RL-KT0",
"x": "965", "x": 965,
"y": "315", "y": 315,
"security": -0.007651573691258018, "security": -0.007651573691258018,
"connectedSystems": [ "connectedSystems": [
"C0T-77", "C0T-77",
@@ -625,8 +625,8 @@
}, },
{ {
"solarSystemName": "XF-TQL", "solarSystemName": "XF-TQL",
"x": "60", "x": 60,
"y": "730", "y": 730,
"security": -0.01166477211402606, "security": -0.01166477211402606,
"connectedSystems": [ "connectedSystems": [
"7-692B", "7-692B",
@@ -636,8 +636,8 @@
}, },
{ {
"solarSystemName": "0T-AMZ", "solarSystemName": "0T-AMZ",
"x": "820", "x": 820,
"y": "150", "y": 150,
"security": -0.0101926993393674, "security": -0.0101926993393674,
"connectedSystems": [ "connectedSystems": [
"TQ-RR8", "TQ-RR8",
@@ -646,8 +646,8 @@
}, },
{ {
"solarSystemName": "EF-F36", "solarSystemName": "EF-F36",
"x": "885", "x": 885,
"y": "245", "y": 245,
"security": -0.02878950314808015, "security": -0.02878950314808015,
"connectedSystems": [ "connectedSystems": [
"P-NUWP", "P-NUWP",
@@ -658,8 +658,8 @@
}, },
{ {
"solarSystemName": "VSIG-K", "solarSystemName": "VSIG-K",
"x": "930", "x": 930,
"y": "500", "y": 500,
"security": -0.004873704930267175, "security": -0.004873704930267175,
"connectedSystems": [ "connectedSystems": [
"E9G-MT", "E9G-MT",
@@ -668,8 +668,8 @@
}, },
{ {
"solarSystemName": "5-MLDT", "solarSystemName": "5-MLDT",
"x": "965", "x": 965,
"y": "15", "y": 15,
"security": -0.03385612466470866, "security": -0.03385612466470866,
"connectedSystems": [ "connectedSystems": [
"XT-R36", "XT-R36",
@@ -679,8 +679,8 @@
}, },
{ {
"solarSystemName": "3KNK-A", "solarSystemName": "3KNK-A",
"x": "965", "x": 965,
"y": "150", "y": 150,
"security": -0.01361599314044226, "security": -0.01361599314044226,
"connectedSystems": [ "connectedSystems": [
"8V-SJJ", "8V-SJJ",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Chardalane", "solarSystemName": "Chardalane",
"x": "0", "x": 0,
"y": "110", "y": 110,
"security": 0.3725516285749129, "security": 0.3725516285749129,
"connectedSystems": [ "connectedSystems": [
"Adacyne" "Adacyne"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "Adacyne", "solarSystemName": "Adacyne",
"x": "30", "x": 30,
"y": "150", "y": 150,
"security": 0.5487737907942792, "security": 0.5487737907942792,
"connectedSystems": [ "connectedSystems": [
"Osmeden", "Osmeden",
@@ -21,8 +21,8 @@
}, },
{ {
"solarSystemName": "Kenninck", "solarSystemName": "Kenninck",
"x": "58", "x": 58,
"y": "553", "y": 553,
"security": 0.114963052245, "security": 0.114963052245,
"connectedSystems": [ "connectedSystems": [
"Ausmaert", "Ausmaert",
@@ -31,8 +31,8 @@
}, },
{ {
"solarSystemName": "Vestouve", "solarSystemName": "Vestouve",
"x": "60", "x": 60,
"y": "425", "y": 425,
"security": 0.04259476548809316, "security": 0.04259476548809316,
"connectedSystems": [ "connectedSystems": [
"Barleguet", "Barleguet",
@@ -42,8 +42,8 @@
}, },
{ {
"solarSystemName": "Maut", "solarSystemName": "Maut",
"x": "90", "x": 90,
"y": "115", "y": 115,
"security": 0.2480170593497206, "security": 0.2480170593497206,
"connectedSystems": [ "connectedSystems": [
"Osmeden", "Osmeden",
@@ -53,8 +53,8 @@
}, },
{ {
"solarSystemName": "Espigoure", "solarSystemName": "Espigoure",
"x": "90", "x": 90,
"y": "375", "y": 375,
"security": 0.04992662157152406, "security": 0.04992662157152406,
"connectedSystems": [ "connectedSystems": [
"Vestouve" "Vestouve"
@@ -62,8 +62,8 @@
}, },
{ {
"solarSystemName": "Ausmaert", "solarSystemName": "Ausmaert",
"x": "93", "x": 93,
"y": "510", "y": 510,
"security": 0.07484318652905675, "security": 0.07484318652905675,
"connectedSystems": [ "connectedSystems": [
"Barleguet", "Barleguet",
@@ -72,8 +72,8 @@
}, },
{ {
"solarSystemName": "Barleguet", "solarSystemName": "Barleguet",
"x": "100", "x": 100,
"y": "470", "y": 470,
"security": 0.06820086422928329, "security": 0.06820086422928329,
"connectedSystems": [ "connectedSystems": [
"Aulbres", "Aulbres",
@@ -83,8 +83,8 @@
}, },
{ {
"solarSystemName": "Osmeden", "solarSystemName": "Osmeden",
"x": "110", "x": 110,
"y": "160", "y": 160,
"security": 0.7289894239759404, "security": 0.7289894239759404,
"connectedSystems": [ "connectedSystems": [
"Orvolle", "Orvolle",
@@ -94,8 +94,8 @@
}, },
{ {
"solarSystemName": "Alparena", "solarSystemName": "Alparena",
"x": "170", "x": 170,
"y": "95", "y": 95,
"security": 0.1465722572493462, "security": 0.1465722572493462,
"connectedSystems": [ "connectedSystems": [
"Maut", "Maut",
@@ -104,8 +104,8 @@
}, },
{ {
"solarSystemName": "Aulbres", "solarSystemName": "Aulbres",
"x": "170", "x": 170,
"y": "475", "y": 475,
"security": 0.1358124795056395, "security": 0.1358124795056395,
"connectedSystems": [ "connectedSystems": [
"Gare", "Gare",
@@ -114,8 +114,8 @@
}, },
{ {
"solarSystemName": "Athounon", "solarSystemName": "Athounon",
"x": "172", "x": 172,
"y": "31", "y": 31,
"security": 0.07620591158878565, "security": 0.07620591158878565,
"connectedSystems": [ "connectedSystems": [
"Mercomesier", "Mercomesier",
@@ -124,8 +124,8 @@
}, },
{ {
"solarSystemName": "Orvolle", "solarSystemName": "Orvolle",
"x": "195", "x": 195,
"y": "170", "y": 170,
"security": 0.746238173885059, "security": 0.746238173885059,
"connectedSystems": [ "connectedSystems": [
"PF-346", "PF-346",
@@ -136,8 +136,8 @@
}, },
{ {
"solarSystemName": "Mercomesier", "solarSystemName": "Mercomesier",
"x": "240", "x": 240,
"y": "49", "y": 49,
"security": 0.1229672609831169, "security": 0.1229672609831169,
"connectedSystems": [ "connectedSystems": [
"Reschard", "Reschard",
@@ -146,8 +146,8 @@
}, },
{ {
"solarSystemName": "Gare", "solarSystemName": "Gare",
"x": "260", "x": 260,
"y": "480", "y": 480,
"security": 0.1340292735098865, "security": 0.1340292735098865,
"connectedSystems": [ "connectedSystems": [
"Aunsou", "Aunsou",
@@ -156,8 +156,8 @@
}, },
{ {
"solarSystemName": "Reschard", "solarSystemName": "Reschard",
"x": "263", "x": 263,
"y": "88", "y": 88,
"security": 0.1279176298149958, "security": 0.1279176298149958,
"connectedSystems": [ "connectedSystems": [
"Alparena", "Alparena",
@@ -167,8 +167,8 @@
}, },
{ {
"solarSystemName": "Hedoubel", "solarSystemName": "Hedoubel",
"x": "270", "x": 270,
"y": "705", "y": 705,
"security": 0.3161301059570527, "security": 0.3161301059570527,
"connectedSystems": [ "connectedSystems": [
"Ruerrotta", "Ruerrotta",
@@ -177,8 +177,8 @@
}, },
{ {
"solarSystemName": "Ruerrotta", "solarSystemName": "Ruerrotta",
"x": "275", "x": 275,
"y": "665", "y": 665,
"security": 0.3053964319802867, "security": 0.3053964319802867,
"connectedSystems": [ "connectedSystems": [
"Gallusiene", "Gallusiene",
@@ -188,8 +188,8 @@
}, },
{ {
"solarSystemName": "Oulley", "solarSystemName": "Oulley",
"x": "305", "x": 305,
"y": "175", "y": 175,
"security": 0.3384160537741685, "security": 0.3384160537741685,
"connectedSystems": [ "connectedSystems": [
"Orvolle", "Orvolle",
@@ -198,8 +198,8 @@
}, },
{ {
"solarSystemName": "Pain", "solarSystemName": "Pain",
"x": "325", "x": 325,
"y": "390", "y": 390,
"security": 0.0940808457385447, "security": 0.0940808457385447,
"connectedSystems": [ "connectedSystems": [
"Reynire" "Reynire"
@@ -207,8 +207,8 @@
}, },
{ {
"solarSystemName": "Gallusiene", "solarSystemName": "Gallusiene",
"x": "325", "x": 325,
"y": "635", "y": 635,
"security": 0.313434355126217, "security": 0.313434355126217,
"connectedSystems": [ "connectedSystems": [
"Avaux", "Avaux",
@@ -217,8 +217,8 @@
}, },
{ {
"solarSystemName": "Aubonnie", "solarSystemName": "Aubonnie",
"x": "325", "x": 325,
"y": "730", "y": 730,
"security": 0.4027964878103924, "security": 0.4027964878103924,
"connectedSystems": [ "connectedSystems": [
"Hedoubel", "Hedoubel",
@@ -227,8 +227,8 @@
}, },
{ {
"solarSystemName": "Reynire", "solarSystemName": "Reynire",
"x": "330", "x": 330,
"y": "435", "y": 435,
"security": 0.1568101737442381, "security": 0.1568101737442381,
"connectedSystems": [ "connectedSystems": [
"Aunsou", "Aunsou",
@@ -237,8 +237,8 @@
}, },
{ {
"solarSystemName": "Aunsou", "solarSystemName": "Aunsou",
"x": "335", "x": 335,
"y": "480", "y": 480,
"security": 0.1829750787446546, "security": 0.1829750787446546,
"connectedSystems": [ "connectedSystems": [
"Alperaute", "Alperaute",
@@ -249,8 +249,8 @@
}, },
{ {
"solarSystemName": "Arderonne", "solarSystemName": "Arderonne",
"x": "358", "x": 358,
"y": "85", "y": 85,
"security": 0.1747092072913247, "security": 0.1747092072913247,
"connectedSystems": [ "connectedSystems": [
"Reschard", "Reschard",
@@ -260,8 +260,8 @@
}, },
{ {
"solarSystemName": "Mantenault", "solarSystemName": "Mantenault",
"x": "381", "x": 381,
"y": "16", "y": 16,
"security": 0.1371496048822901, "security": 0.1371496048822901,
"connectedSystems": [ "connectedSystems": [
"Alamel", "Alamel",
@@ -270,8 +270,8 @@
}, },
{ {
"solarSystemName": "Cumemare", "solarSystemName": "Cumemare",
"x": "385", "x": 385,
"y": "515", "y": 515,
"security": 0.1236928274756748, "security": 0.1236928274756748,
"connectedSystems": [ "connectedSystems": [
"Aunsou", "Aunsou",
@@ -280,8 +280,8 @@
}, },
{ {
"solarSystemName": "Avaux", "solarSystemName": "Avaux",
"x": "385", "x": 385,
"y": "625", "y": 625,
"security": 0.4477052030541426, "security": 0.4477052030541426,
"connectedSystems": [ "connectedSystems": [
"Aidart", "Aidart",
@@ -290,8 +290,8 @@
}, },
{ {
"solarSystemName": "Alamel", "solarSystemName": "Alamel",
"x": "404", "x": 404,
"y": "52", "y": 52,
"security": 0.1709125434659361, "security": 0.1709125434659361,
"connectedSystems": [ "connectedSystems": [
"Arderonne", "Arderonne",
@@ -301,8 +301,8 @@
}, },
{ {
"solarSystemName": "Amasiree", "solarSystemName": "Amasiree",
"x": "405", "x": 405,
"y": "735", "y": 735,
"security": 0.3664685336664728, "security": 0.3664685336664728,
"connectedSystems": [ "connectedSystems": [
"Amoen", "Amoen",
@@ -311,8 +311,8 @@
}, },
{ {
"solarSystemName": "Brellystier", "solarSystemName": "Brellystier",
"x": "425", "x": 425,
"y": "340", "y": 340,
"security": 0.5037160016739195, "security": 0.5037160016739195,
"connectedSystems": [ "connectedSystems": [
"Grispire", "Grispire",
@@ -321,8 +321,8 @@
}, },
{ {
"solarSystemName": "Grispire", "solarSystemName": "Grispire",
"x": "425", "x": 425,
"y": "390", "y": 390,
"security": 0.1833182790854439, "security": 0.1833182790854439,
"connectedSystems": [ "connectedSystems": [
"Pelille", "Pelille",
@@ -331,8 +331,8 @@
}, },
{ {
"solarSystemName": "Alperaute", "solarSystemName": "Alperaute",
"x": "435", "x": 435,
"y": "470", "y": 470,
"security": 0.2311459843024568, "security": 0.2311459843024568,
"connectedSystems": [ "connectedSystems": [
"Ostingele", "Ostingele",
@@ -341,8 +341,8 @@
}, },
{ {
"solarSystemName": "Odamia", "solarSystemName": "Odamia",
"x": "449", "x": 449,
"y": "77", "y": 77,
"security": 0.2204286717289452, "security": 0.2204286717289452,
"connectedSystems": [ "connectedSystems": [
"Arderonne", "Arderonne",
@@ -352,8 +352,8 @@
}, },
{ {
"solarSystemName": "Amoen", "solarSystemName": "Amoen",
"x": "455", "x": 455,
"y": "705", "y": 705,
"security": 0.280538443950861, "security": 0.280538443950861,
"connectedSystems": [ "connectedSystems": [
"Ruerrotta", "Ruerrotta",
@@ -363,8 +363,8 @@
}, },
{ {
"solarSystemName": "Vivanier", "solarSystemName": "Vivanier",
"x": "500", "x": 500,
"y": "315", "y": 315,
"security": 0.5438451704509475, "security": 0.5438451704509475,
"connectedSystems": [ "connectedSystems": [
"Dour", "Dour",
@@ -374,8 +374,8 @@
}, },
{ {
"solarSystemName": "Dour", "solarSystemName": "Dour",
"x": "500", "x": 500,
"y": "365", "y": 365,
"security": 0.3848641346540629, "security": 0.3848641346540629,
"connectedSystems": [ "connectedSystems": [
"Pelille", "Pelille",
@@ -384,8 +384,8 @@
}, },
{ {
"solarSystemName": "Pelille", "solarSystemName": "Pelille",
"x": "505", "x": 505,
"y": "405", "y": 405,
"security": 0.2148245599787114, "security": 0.2148245599787114,
"connectedSystems": [ "connectedSystems": [
"Ostingele", "Ostingele",
@@ -395,8 +395,8 @@
}, },
{ {
"solarSystemName": "Covryn", "solarSystemName": "Covryn",
"x": "505", "x": 505,
"y": "525", "y": 525,
"security": 0.3559005292141887, "security": 0.3559005292141887,
"connectedSystems": [ "connectedSystems": [
"Stacmon", "Stacmon",
@@ -406,8 +406,8 @@
}, },
{ {
"solarSystemName": "Slays", "solarSystemName": "Slays",
"x": "510", "x": 510,
"y": "675", "y": 675,
"security": 0.4871707730193347, "security": 0.4871707730193347,
"connectedSystems": [ "connectedSystems": [
"Stacmon", "Stacmon",
@@ -417,8 +417,8 @@
}, },
{ {
"solarSystemName": "Anchauttes", "solarSystemName": "Anchauttes",
"x": "536", "x": 536,
"y": "72", "y": 72,
"security": 0.3395961850348136, "security": 0.3395961850348136,
"connectedSystems": [ "connectedSystems": [
"Evaulon", "Evaulon",
@@ -428,8 +428,8 @@
}, },
{ {
"solarSystemName": "Esesier", "solarSystemName": "Esesier",
"x": "539", "x": 539,
"y": "39", "y": 39,
"security": 0.290697954055312, "security": 0.290697954055312,
"connectedSystems": [ "connectedSystems": [
"Anchauttes" "Anchauttes"
@@ -437,8 +437,8 @@
}, },
{ {
"solarSystemName": "Algasienan", "solarSystemName": "Algasienan",
"x": "550", "x": 550,
"y": "280", "y": 280,
"security": 0.7259271728812355, "security": 0.7259271728812355,
"connectedSystems": [ "connectedSystems": [
"Vivanier", "Vivanier",
@@ -448,8 +448,8 @@
}, },
{ {
"solarSystemName": "Aubenall", "solarSystemName": "Aubenall",
"x": "560", "x": 560,
"y": "175", "y": 175,
"security": 0.431851288426, "security": 0.431851288426,
"connectedSystems": [ "connectedSystems": [
"Archavoinet", "Archavoinet",
@@ -460,8 +460,8 @@
}, },
{ {
"solarSystemName": "Archavoinet", "solarSystemName": "Archavoinet",
"x": "575", "x": 575,
"y": "235", "y": 235,
"security": 0.620764615838233, "security": 0.620764615838233,
"connectedSystems": [ "connectedSystems": [
"Algasienan", "Algasienan",
@@ -471,8 +471,8 @@
}, },
{ {
"solarSystemName": "Stacmon", "solarSystemName": "Stacmon",
"x": "595", "x": 595,
"y": "570", "y": 570,
"security": 0.6052797268620083, "security": 0.6052797268620083,
"connectedSystems": [ "connectedSystems": [
"Aidart", "Aidart",
@@ -484,8 +484,8 @@
}, },
{ {
"solarSystemName": "Iges", "solarSystemName": "Iges",
"x": "595", "x": 595,
"y": "620", "y": 620,
"security": 0.3494454047638842, "security": 0.3494454047638842,
"connectedSystems": [ "connectedSystems": [
"Covryn", "Covryn",
@@ -496,8 +496,8 @@
}, },
{ {
"solarSystemName": "Evaulon", "solarSystemName": "Evaulon",
"x": "606", "x": 606,
"y": "74", "y": 74,
"security": 0.3668360068310299, "security": 0.3668360068310299,
"connectedSystems": [ "connectedSystems": [
"Aldranette", "Aldranette",
@@ -506,8 +506,8 @@
}, },
{ {
"solarSystemName": "Osmallanais", "solarSystemName": "Osmallanais",
"x": "625", "x": 625,
"y": "325", "y": 325,
"security": 0.7555431527904787, "security": 0.7555431527904787,
"connectedSystems": [ "connectedSystems": [
"Algasienan", "Algasienan",
@@ -517,8 +517,8 @@
}, },
{ {
"solarSystemName": "Renarelle", "solarSystemName": "Renarelle",
"x": "635", "x": 635,
"y": "160", "y": 160,
"security": 0.3099625379063336, "security": 0.3099625379063336,
"connectedSystems": [ "connectedSystems": [
"Aubenall", "Aubenall",
@@ -528,8 +528,8 @@
}, },
{ {
"solarSystemName": "Ivorider", "solarSystemName": "Ivorider",
"x": "645", "x": 645,
"y": "285", "y": 285,
"security": 0.7282222942165736, "security": 0.7282222942165736,
"connectedSystems": [ "connectedSystems": [
"Osmallanais", "Osmallanais",
@@ -539,8 +539,8 @@
}, },
{ {
"solarSystemName": "Ostingele", "solarSystemName": "Ostingele",
"x": "650", "x": 650,
"y": "445", "y": 445,
"security": 0.1726206117578859, "security": 0.1726206117578859,
"connectedSystems": [ "connectedSystems": [
"Agoze", "Agoze",
@@ -553,8 +553,8 @@
}, },
{ {
"solarSystemName": "Eugales", "solarSystemName": "Eugales",
"x": "665", "x": 665,
"y": "215", "y": 215,
"security": 0.4042517303373593, "security": 0.4042517303373593,
"connectedSystems": [ "connectedSystems": [
"Archavoinet", "Archavoinet",
@@ -565,8 +565,8 @@
}, },
{ {
"solarSystemName": "Aldranette", "solarSystemName": "Aldranette",
"x": "668", "x": 668,
"y": "82", "y": 82,
"security": 0.3675104837434901, "security": 0.3675104837434901,
"connectedSystems": [ "connectedSystems": [
"Vlillirier", "Vlillirier",
@@ -576,8 +576,8 @@
}, },
{ {
"solarSystemName": "Dastryns", "solarSystemName": "Dastryns",
"x": "675", "x": 675,
"y": "570", "y": 570,
"security": 0.2523946698025977, "security": 0.2523946698025977,
"connectedSystems": [ "connectedSystems": [
"Stacmon", "Stacmon",
@@ -588,8 +588,8 @@
}, },
{ {
"solarSystemName": "Uphallant", "solarSystemName": "Uphallant",
"x": "675", "x": 675,
"y": "620", "y": 620,
"security": 0.2057212295716814, "security": 0.2057212295716814,
"connectedSystems": [ "connectedSystems": [
"Iges", "Iges",
@@ -598,8 +598,8 @@
}, },
{ {
"solarSystemName": "Ommaerrer", "solarSystemName": "Ommaerrer",
"x": "685", "x": 685,
"y": "375", "y": 375,
"security": 0.6269767757877922, "security": 0.6269767757877922,
"connectedSystems": [ "connectedSystems": [
"Iffrue" "Iffrue"
@@ -607,8 +607,8 @@
}, },
{ {
"solarSystemName": "Iffrue", "solarSystemName": "Iffrue",
"x": "690", "x": 690,
"y": "330", "y": 330,
"security": 0.7278478575793357, "security": 0.7278478575793357,
"connectedSystems": [ "connectedSystems": [
"Osmallanais", "Osmallanais",
@@ -620,8 +620,8 @@
}, },
{ {
"solarSystemName": "Vlillirier", "solarSystemName": "Vlillirier",
"x": "705", "x": 705,
"y": "120", "y": 120,
"security": 0.289309115052423, "security": 0.289309115052423,
"connectedSystems": [ "connectedSystems": [
"Renarelle", "Renarelle",
@@ -632,8 +632,8 @@
}, },
{ {
"solarSystemName": "Mollin", "solarSystemName": "Mollin",
"x": "715", "x": 715,
"y": "290", "y": 290,
"security": 0.6569125433908053, "security": 0.6569125433908053,
"connectedSystems": [ "connectedSystems": [
"Ivorider", "Ivorider",
@@ -642,8 +642,8 @@
}, },
{ {
"solarSystemName": "Harroule", "solarSystemName": "Harroule",
"x": "725", "x": 725,
"y": "485", "y": 485,
"security": 0.08506059125532228, "security": 0.08506059125532228,
"connectedSystems": [ "connectedSystems": [
"Ostingele", "Ostingele",
@@ -652,8 +652,8 @@
}, },
{ {
"solarSystemName": "Moclinamaud", "solarSystemName": "Moclinamaud",
"x": "735", "x": 735,
"y": "180", "y": 180,
"security": 0.3943208467331679, "security": 0.3943208467331679,
"connectedSystems": [ "connectedSystems": [
"Eugales", "Eugales",
@@ -663,8 +663,8 @@
}, },
{ {
"solarSystemName": "Vilinnon", "solarSystemName": "Vilinnon",
"x": "755", "x": 755,
"y": "335", "y": 335,
"security": 0.6094606809317772, "security": 0.6094606809317772,
"connectedSystems": [ "connectedSystems": [
"Iffrue" "Iffrue"
@@ -672,8 +672,8 @@
}, },
{ {
"solarSystemName": "Frarie", "solarSystemName": "Frarie",
"x": "770", "x": 770,
"y": "225", "y": 225,
"security": 0.3574551019183639, "security": 0.3574551019183639,
"connectedSystems": [ "connectedSystems": [
"Eugales", "Eugales",
@@ -683,8 +683,8 @@
}, },
{ {
"solarSystemName": "Oicx", "solarSystemName": "Oicx",
"x": "815", "x": 815,
"y": "90", "y": 90,
"security": 0.3300450347926329, "security": 0.3300450347926329,
"connectedSystems": [ "connectedSystems": [
"Vlillirier", "Vlillirier",
@@ -693,8 +693,8 @@
}, },
{ {
"solarSystemName": "Alsavoinon", "solarSystemName": "Alsavoinon",
"x": "820", "x": 820,
"y": "140", "y": 140,
"security": 0.266366286154, "security": 0.266366286154,
"connectedSystems": [ "connectedSystems": [
"Vlillirier", "Vlillirier",
@@ -704,8 +704,8 @@
}, },
{ {
"solarSystemName": "Agoze", "solarSystemName": "Agoze",
"x": "830", "x": 830,
"y": "425", "y": 425,
"security": 0.2086483619822196, "security": 0.2086483619822196,
"connectedSystems": [ "connectedSystems": [
"Loes", "Loes",
@@ -717,8 +717,8 @@
}, },
{ {
"solarSystemName": "Vey", "solarSystemName": "Vey",
"x": "845", "x": 845,
"y": "350", "y": 350,
"security": 0.1889457516566993, "security": 0.1889457516566993,
"connectedSystems": [ "connectedSystems": [
"Agoze", "Agoze",
@@ -728,8 +728,8 @@
}, },
{ {
"solarSystemName": "Annancale", "solarSystemName": "Annancale",
"x": "910", "x": 910,
"y": "450", "y": 450,
"security": 0.09407616589123502, "security": 0.09407616589123502,
"connectedSystems": [ "connectedSystems": [
"Agoze", "Agoze",
@@ -738,8 +738,8 @@
}, },
{ {
"solarSystemName": "Intaki", "solarSystemName": "Intaki",
"x": "925", "x": 925,
"y": "340", "y": 340,
"security": 0.6, "security": 0.6,
"connectedSystems": [ "connectedSystems": [
"Agoze", "Agoze",
@@ -750,8 +750,8 @@
}, },
{ {
"solarSystemName": "Brarel", "solarSystemName": "Brarel",
"x": "940", "x": 940,
"y": "395", "y": 395,
"security": 0.09431599141447289, "security": 0.09431599141447289,
"connectedSystems": [ "connectedSystems": [
"Intaki", "Intaki",
@@ -760,8 +760,8 @@
}, },
{ {
"solarSystemName": "TXW-EI", "solarSystemName": "TXW-EI",
"x": "5", "x": 5,
"y": "380", "y": 380,
"security": -0.01311255977769577, "security": -0.01311255977769577,
"connectedSystems": [ "connectedSystems": [
"5-FGQI", "5-FGQI",
@@ -772,8 +772,8 @@
}, },
{ {
"solarSystemName": "Eggheron", "solarSystemName": "Eggheron",
"x": "5", "x": 5,
"y": "588", "y": 588,
"security": 0.516243975516, "security": 0.516243975516,
"connectedSystems": [ "connectedSystems": [
"Pochelympe", "Pochelympe",
@@ -783,8 +783,8 @@
}, },
{ {
"solarSystemName": "Samanuni", "solarSystemName": "Samanuni",
"x": "89", "x": 89,
"y": "24", "y": 24,
"security": 0.6527848435914495, "security": 0.6527848435914495,
"connectedSystems": [ "connectedSystems": [
"Uchomida", "Uchomida",
@@ -795,8 +795,8 @@
}, },
{ {
"solarSystemName": "PF-346", "solarSystemName": "PF-346",
"x": "140", "x": 140,
"y": "220", "y": 220,
"security": -0.3520785838102707, "security": -0.3520785838102707,
"connectedSystems": [ "connectedSystems": [
"FD-MLJ", "FD-MLJ",
@@ -805,8 +805,8 @@
}, },
{ {
"solarSystemName": "Mesybier", "solarSystemName": "Mesybier",
"x": "220", "x": 220,
"y": "230", "y": 230,
"security": 0.4703787655727688, "security": 0.4703787655727688,
"connectedSystems": [ "connectedSystems": [
"Caslemon", "Caslemon",
@@ -817,8 +817,8 @@
}, },
{ {
"solarSystemName": "RQH-MY", "solarSystemName": "RQH-MY",
"x": "317", "x": 317,
"y": "5", "y": 5,
"security": -0.0285058038305579, "security": -0.0285058038305579,
"connectedSystems": [ "connectedSystems": [
"MQ-NPY", "MQ-NPY",
@@ -828,8 +828,8 @@
}, },
{ {
"solarSystemName": "Aidart", "solarSystemName": "Aidart",
"x": "480", "x": 480,
"y": "595", "y": 595,
"security": 0.6123584660385427, "security": 0.6123584660385427,
"connectedSystems": [ "connectedSystems": [
"Cistuvaert", "Cistuvaert",
@@ -839,8 +839,8 @@
}, },
{ {
"solarSystemName": "Nennamaila", "solarSystemName": "Nennamaila",
"x": "717", "x": 717,
"y": "36", "y": 36,
"security": 0.2742577740469258, "security": 0.2742577740469258,
"connectedSystems": [ "connectedSystems": [
"Immuri", "Immuri",
@@ -852,8 +852,8 @@
}, },
{ {
"solarSystemName": "MHC-R3", "solarSystemName": "MHC-R3",
"x": "765", "x": 765,
"y": "545", "y": 545,
"security": -0.03454826133219657, "security": -0.03454826133219657,
"connectedSystems": [ "connectedSystems": [
"Harroule", "Harroule",
@@ -865,8 +865,8 @@
}, },
{ {
"solarSystemName": "Eha", "solarSystemName": "Eha",
"x": "825", "x": 825,
"y": "50", "y": 50,
"security": 0.3971850789636056, "security": 0.3971850789636056,
"connectedSystems": [ "connectedSystems": [
"Martoh", "Martoh",
@@ -876,8 +876,8 @@
}, },
{ {
"solarSystemName": "Loes", "solarSystemName": "Loes",
"x": "825", "x": 825,
"y": "465", "y": 465,
"security": 0.2659361455011099, "security": 0.2659361455011099,
"connectedSystems": [ "connectedSystems": [
"Ouelletta", "Ouelletta",
@@ -886,8 +886,8 @@
}, },
{ {
"solarSystemName": "F7C-H0", "solarSystemName": "F7C-H0",
"x": "910", "x": 910,
"y": "160", "y": 160,
"security": -0.01188774378195434, "security": -0.01188774378195434,
"connectedSystems": [ "connectedSystems": [
"O-ZXUV", "O-ZXUV",
@@ -897,8 +897,8 @@
}, },
{ {
"solarSystemName": "Zarzakh", "solarSystemName": "Zarzakh",
"x": "912", "x": 912,
"y": "100", "y": 100,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Turnur", "Turnur",
@@ -909,8 +909,8 @@
}, },
{ {
"solarSystemName": "Amygnon", "solarSystemName": "Amygnon",
"x": "923", "x": 923,
"y": "296", "y": 296,
"security": 0.637568637975, "security": 0.637568637975,
"connectedSystems": [ "connectedSystems": [
"Jufvitte", "Jufvitte",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Archee", "solarSystemName": "Archee",
"x": "46", "x": 46,
"y": "698", "y": 698,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Angymonne", "Angymonne",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "Angymonne", "solarSystemName": "Angymonne",
"x": "98", "x": 98,
"y": "623", "y": 623,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Ichoriya", "Ichoriya",
@@ -22,8 +22,8 @@
}, },
{ {
"solarSystemName": "Vale", "solarSystemName": "Vale",
"x": "138", "x": 138,
"y": "698", "y": 698,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Angymonne", "Angymonne",
@@ -33,8 +33,8 @@
}, },
{ {
"solarSystemName": "Ichoriya", "solarSystemName": "Ichoriya",
"x": "149", "x": 149,
"y": "548", "y": 548,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Kaunokka", "Kaunokka",
@@ -43,8 +43,8 @@
}, },
{ {
"solarSystemName": "Kaunokka", "solarSystemName": "Kaunokka",
"x": "198", "x": 198,
"y": "474", "y": 474,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Arvasaras", "Arvasaras",
@@ -53,8 +53,8 @@
}, },
{ {
"solarSystemName": "Ala", "solarSystemName": "Ala",
"x": "237", "x": 237,
"y": "699", "y": 699,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Vale", "Vale",
@@ -63,8 +63,8 @@
}, },
{ {
"solarSystemName": "Arvasaras", "solarSystemName": "Arvasaras",
"x": "248", "x": 248,
"y": "396", "y": 396,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Sakenta", "Sakenta",
@@ -73,8 +73,8 @@
}, },
{ {
"solarSystemName": "Sakenta", "solarSystemName": "Sakenta",
"x": "297", "x": 297,
"y": "323", "y": 323,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Komo", "Komo",
@@ -83,8 +83,8 @@
}, },
{ {
"solarSystemName": "Wirashoda", "solarSystemName": "Wirashoda",
"x": "337", "x": 337,
"y": "699", "y": 699,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Ala", "Ala",
@@ -93,8 +93,8 @@
}, },
{ {
"solarSystemName": "Komo", "solarSystemName": "Komo",
"x": "346", "x": 346,
"y": "248", "y": 248,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Ignebaener", "Ignebaener",
@@ -103,8 +103,8 @@
}, },
{ {
"solarSystemName": "Ignebaener", "solarSystemName": "Ignebaener",
"x": "396", "x": 396,
"y": "175", "y": 175,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Otela", "Otela",
@@ -113,8 +113,8 @@
}, },
{ {
"solarSystemName": "Senda", "solarSystemName": "Senda",
"x": "433", "x": 433,
"y": "699", "y": 699,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Wirashoda", "Wirashoda",
@@ -123,8 +123,8 @@
}, },
{ {
"solarSystemName": "Otela", "solarSystemName": "Otela",
"x": "447", "x": 447,
"y": "100", "y": 100,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Nalvula", "Nalvula",
@@ -134,8 +134,8 @@
}, },
{ {
"solarSystemName": "Kino", "solarSystemName": "Kino",
"x": "496", "x": 496,
"y": "25", "y": 25,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Nalvula", "Nalvula",
@@ -144,8 +144,8 @@
}, },
{ {
"solarSystemName": "Ahtila", "solarSystemName": "Ahtila",
"x": "538", "x": 538,
"y": "698", "y": 698,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Kuharah", "Kuharah",
@@ -154,8 +154,8 @@
}, },
{ {
"solarSystemName": "Nalvula", "solarSystemName": "Nalvula",
"x": "545", "x": 545,
"y": "98", "y": 98,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Konola", "Konola",
@@ -165,8 +165,8 @@
}, },
{ {
"solarSystemName": "Konola", "solarSystemName": "Konola",
"x": "591", "x": 591,
"y": "174", "y": 174,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Krirald", "Krirald",
@@ -175,8 +175,8 @@
}, },
{ {
"solarSystemName": "Krirald", "solarSystemName": "Krirald",
"x": "637", "x": 637,
"y": "249", "y": 249,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Otanuomi", "Otanuomi",
@@ -185,8 +185,8 @@
}, },
{ {
"solarSystemName": "Kuharah", "solarSystemName": "Kuharah",
"x": "637", "x": 637,
"y": "697", "y": 697,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Tunudan", "Tunudan",
@@ -195,8 +195,8 @@
}, },
{ {
"solarSystemName": "Otanuomi", "solarSystemName": "Otanuomi",
"x": "686", "x": 686,
"y": "324", "y": 324,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Urhinichi", "Urhinichi",
@@ -205,8 +205,8 @@
}, },
{ {
"solarSystemName": "Tunudan", "solarSystemName": "Tunudan",
"x": "724", "x": 724,
"y": "697", "y": 697,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Harva", "Harva",
@@ -215,8 +215,8 @@
}, },
{ {
"solarSystemName": "Urhinichi", "solarSystemName": "Urhinichi",
"x": "728", "x": 728,
"y": "396", "y": 396,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Nani", "Nani",
@@ -225,8 +225,8 @@
}, },
{ {
"solarSystemName": "Nani", "solarSystemName": "Nani",
"x": "775", "x": 775,
"y": "473", "y": 473,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Urhinichi", "Urhinichi",
@@ -235,8 +235,8 @@
}, },
{ {
"solarSystemName": "Skarkon", "solarSystemName": "Skarkon",
"x": "818", "x": 818,
"y": "545", "y": 545,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Nani", "Nani",
@@ -245,8 +245,8 @@
}, },
{ {
"solarSystemName": "Harva", "solarSystemName": "Harva",
"x": "818", "x": 818,
"y": "696", "y": 696,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Raravoss", "Raravoss",
@@ -256,8 +256,8 @@
}, },
{ {
"solarSystemName": "Raravoss", "solarSystemName": "Raravoss",
"x": "869", "x": 869,
"y": "622", "y": 622,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Skarkon", "Skarkon",
@@ -267,8 +267,8 @@
}, },
{ {
"solarSystemName": "Niarja", "solarSystemName": "Niarja",
"x": "921", "x": 921,
"y": "697", "y": 697,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Raravoss", "Raravoss",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Faurulle", "solarSystemName": "Faurulle",
"x": "45", "x": 45,
"y": "265", "y": 265,
"security": 0.1026612141829483, "security": 0.1026612141829483,
"connectedSystems": [ "connectedSystems": [
"Ogaria", "Ogaria",
@@ -13,8 +13,8 @@
}, },
{ {
"solarSystemName": "Agaullores", "solarSystemName": "Agaullores",
"x": "45", "x": 45,
"y": "340", "y": 340,
"security": 0.07120088191083751, "security": 0.07120088191083751,
"connectedSystems": [ "connectedSystems": [
"Faurulle", "Faurulle",
@@ -23,8 +23,8 @@
}, },
{ {
"solarSystemName": "Stoure", "solarSystemName": "Stoure",
"x": "105", "x": 105,
"y": "515", "y": 515,
"security": 0.7224192634557611, "security": 0.7224192634557611,
"connectedSystems": [ "connectedSystems": [
"Lazer" "Lazer"
@@ -32,8 +32,8 @@
}, },
{ {
"solarSystemName": "Babirmoult", "solarSystemName": "Babirmoult",
"x": "110", "x": 110,
"y": "215", "y": 215,
"security": 0.1788228482688926, "security": 0.1788228482688926,
"connectedSystems": [ "connectedSystems": [
"Hare", "Hare",
@@ -42,8 +42,8 @@
}, },
{ {
"solarSystemName": "Ogaria", "solarSystemName": "Ogaria",
"x": "110", "x": 110,
"y": "305", "y": 305,
"security": 0.1640008571190648, "security": 0.1640008571190648,
"connectedSystems": [ "connectedSystems": [
"Hare", "Hare",
@@ -52,8 +52,8 @@
}, },
{ {
"solarSystemName": "Hare", "solarSystemName": "Hare",
"x": "170", "x": 170,
"y": "265", "y": 265,
"security": 0.1689703622681522, "security": 0.1689703622681522,
"connectedSystems": [ "connectedSystems": [
"Heluene", "Heluene",
@@ -64,8 +64,8 @@
}, },
{ {
"solarSystemName": "Lazer", "solarSystemName": "Lazer",
"x": "175", "x": 175,
"y": "420", "y": 420,
"security": 0.7909792917267296, "security": 0.7909792917267296,
"connectedSystems": [ "connectedSystems": [
"Arasare", "Arasare",
@@ -74,8 +74,8 @@
}, },
{ {
"solarSystemName": "Oruse", "solarSystemName": "Oruse",
"x": "195", "x": 195,
"y": "320", "y": 320,
"security": 0.196878642105309, "security": 0.196878642105309,
"connectedSystems": [ "connectedSystems": [
"Heluene", "Heluene",
@@ -84,8 +84,8 @@
}, },
{ {
"solarSystemName": "Arittant", "solarSystemName": "Arittant",
"x": "240", "x": 240,
"y": "215", "y": 215,
"security": 0.2623535382010558, "security": 0.2623535382010558,
"connectedSystems": [ "connectedSystems": [
"Heluene" "Heluene"
@@ -93,8 +93,8 @@
}, },
{ {
"solarSystemName": "Heluene", "solarSystemName": "Heluene",
"x": "240", "x": 240,
"y": "265", "y": 265,
"security": 0.2325312467012867, "security": 0.2325312467012867,
"connectedSystems": [ "connectedSystems": [
"Anckee", "Anckee",
@@ -105,8 +105,8 @@
}, },
{ {
"solarSystemName": "Arasare", "solarSystemName": "Arasare",
"x": "270", "x": 270,
"y": "420", "y": 420,
"security": 0.8117384483992611, "security": 0.8117384483992611,
"connectedSystems": [ "connectedSystems": [
"Vecodie", "Vecodie",
@@ -116,8 +116,8 @@
}, },
{ {
"solarSystemName": "Toustain", "solarSystemName": "Toustain",
"x": "290", "x": 290,
"y": "60", "y": 60,
"security": 0.4118240009778594, "security": 0.4118240009778594,
"connectedSystems": [ "connectedSystems": [
"Pochelympe", "Pochelympe",
@@ -127,8 +127,8 @@
}, },
{ {
"solarSystemName": "Straloin", "solarSystemName": "Straloin",
"x": "290", "x": 290,
"y": "105", "y": 105,
"security": 0.2137561244219196, "security": 0.2137561244219196,
"connectedSystems": [ "connectedSystems": [
"Ondree", "Ondree",
@@ -137,8 +137,8 @@
}, },
{ {
"solarSystemName": "Yvelet", "solarSystemName": "Yvelet",
"x": "315", "x": 315,
"y": "365", "y": 365,
"security": 0.7813640245565217, "security": 0.7813640245565217,
"connectedSystems": [ "connectedSystems": [
"Arasare", "Arasare",
@@ -147,8 +147,8 @@
}, },
{ {
"solarSystemName": "Eggheron", "solarSystemName": "Eggheron",
"x": "335", "x": 335,
"y": "15", "y": 15,
"security": 0.516243975516, "security": 0.516243975516,
"connectedSystems": [ "connectedSystems": [
"Pochelympe", "Pochelympe",
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "Vecodie", "solarSystemName": "Vecodie",
"x": "340", "x": 340,
"y": "490", "y": 490,
"security": 0.7886540077497435, "security": 0.7886540077497435,
"connectedSystems": [ "connectedSystems": [
"Yvaeroure", "Yvaeroure",
@@ -168,8 +168,8 @@
}, },
{ {
"solarSystemName": "Gererique", "solarSystemName": "Gererique",
"x": "355", "x": 355,
"y": "585", "y": 585,
"security": 0.6646057618446911, "security": 0.6646057618446911,
"connectedSystems": [ "connectedSystems": [
"Odinesyn" "Odinesyn"
@@ -177,8 +177,8 @@
}, },
{ {
"solarSystemName": "Pochelympe", "solarSystemName": "Pochelympe",
"x": "380", "x": 380,
"y": "60", "y": 60,
"security": 0.6222362869950996, "security": 0.6222362869950996,
"connectedSystems": [ "connectedSystems": [
"Ondree", "Ondree",
@@ -188,8 +188,8 @@
}, },
{ {
"solarSystemName": "Ondree", "solarSystemName": "Ondree",
"x": "380", "x": 380,
"y": "105", "y": 105,
"security": 0.5308917362555376, "security": 0.5308917362555376,
"connectedSystems": [ "connectedSystems": [
"Ratillose", "Ratillose",
@@ -199,8 +199,8 @@
}, },
{ {
"solarSystemName": "Ratillose", "solarSystemName": "Ratillose",
"x": "380", "x": 380,
"y": "150", "y": 150,
"security": 0.3664679815246903, "security": 0.3664679815246903,
"connectedSystems": [ "connectedSystems": [
"Vevelonel", "Vevelonel",
@@ -209,8 +209,8 @@
}, },
{ {
"solarSystemName": "Vevelonel", "solarSystemName": "Vevelonel",
"x": "380", "x": 380,
"y": "220", "y": 220,
"security": 0.1198262731362577, "security": 0.1198262731362577,
"connectedSystems": [ "connectedSystems": [
"Anckee", "Anckee",
@@ -219,8 +219,8 @@
}, },
{ {
"solarSystemName": "Anckee", "solarSystemName": "Anckee",
"x": "380", "x": 380,
"y": "265", "y": 265,
"security": 0.2464090414988048, "security": 0.2464090414988048,
"connectedSystems": [ "connectedSystems": [
"Elore", "Elore",
@@ -230,8 +230,8 @@
}, },
{ {
"solarSystemName": "Yvaeroure", "solarSystemName": "Yvaeroure",
"x": "425", "x": 425,
"y": "505", "y": 505,
"security": 0.7570580433000231, "security": 0.7570580433000231,
"connectedSystems": [ "connectedSystems": [
"Octanneve", "Octanneve",
@@ -240,8 +240,8 @@
}, },
{ {
"solarSystemName": "Odinesyn", "solarSystemName": "Odinesyn",
"x": "450", "x": 450,
"y": "570", "y": 570,
"security": 0.6517603884133464, "security": 0.6517603884133464,
"connectedSystems": [ "connectedSystems": [
"Postouvin", "Postouvin",
@@ -250,8 +250,8 @@
}, },
{ {
"solarSystemName": "Harner", "solarSystemName": "Harner",
"x": "450", "x": 450,
"y": "640", "y": 640,
"security": 0.127988018693461, "security": 0.127988018693461,
"connectedSystems": [ "connectedSystems": [
"Sarline", "Sarline",
@@ -260,8 +260,8 @@
}, },
{ {
"solarSystemName": "Aeter", "solarSystemName": "Aeter",
"x": "450", "x": 450,
"y": "700", "y": 700,
"security": 0.3491686231850699, "security": 0.3491686231850699,
"connectedSystems": [ "connectedSystems": [
"Sarline", "Sarline",
@@ -270,8 +270,8 @@
}, },
{ {
"solarSystemName": "Elore", "solarSystemName": "Elore",
"x": "470", "x": 470,
"y": "265", "y": 265,
"security": 0.2150660521705977, "security": 0.2150660521705977,
"connectedSystems": [ "connectedSystems": [
"Yveve", "Yveve",
@@ -281,8 +281,8 @@
}, },
{ {
"solarSystemName": "Meunvon", "solarSystemName": "Meunvon",
"x": "515", "x": 515,
"y": "225", "y": 225,
"security": 0.2725158276512777, "security": 0.2725158276512777,
"connectedSystems": [ "connectedSystems": [
"Yveve", "Yveve",
@@ -291,8 +291,8 @@
}, },
{ {
"solarSystemName": "Postouvin", "solarSystemName": "Postouvin",
"x": "545", "x": 545,
"y": "570", "y": 570,
"security": 0.6553301770877118, "security": 0.6553301770877118,
"connectedSystems": [ "connectedSystems": [
"Niballe", "Niballe",
@@ -301,8 +301,8 @@
}, },
{ {
"solarSystemName": "Sarline", "solarSystemName": "Sarline",
"x": "550", "x": 550,
"y": "660", "y": 660,
"security": 0.4388302351649299, "security": 0.4388302351649299,
"connectedSystems": [ "connectedSystems": [
"Weraroix", "Weraroix",
@@ -312,8 +312,8 @@
}, },
{ {
"solarSystemName": "Yveve", "solarSystemName": "Yveve",
"x": "555", "x": 555,
"y": "265", "y": 265,
"security": 0.3513549338719367, "security": 0.3513549338719367,
"connectedSystems": [ "connectedSystems": [
"Conomette", "Conomette",
@@ -324,8 +324,8 @@
}, },
{ {
"solarSystemName": "Octanneve", "solarSystemName": "Octanneve",
"x": "570", "x": 570,
"y": "495", "y": 495,
"security": 0.6966792058786355, "security": 0.6966792058786355,
"connectedSystems": [ "connectedSystems": [
"Maire", "Maire",
@@ -334,8 +334,8 @@
}, },
{ {
"solarSystemName": "Conomette", "solarSystemName": "Conomette",
"x": "645", "x": 645,
"y": "265", "y": 265,
"security": 0.2994268998147349, "security": 0.2994268998147349,
"connectedSystems": [ "connectedSystems": [
"Y9G-KS", "Y9G-KS",
@@ -345,8 +345,8 @@
}, },
{ {
"solarSystemName": "Niballe", "solarSystemName": "Niballe",
"x": "645", "x": 645,
"y": "575", "y": 575,
"security": 0.6201888263374509, "security": 0.6201888263374509,
"connectedSystems": [ "connectedSystems": [
"Larryn", "Larryn",
@@ -355,8 +355,8 @@
}, },
{ {
"solarSystemName": "Aimoguier", "solarSystemName": "Aimoguier",
"x": "660", "x": 660,
"y": "205", "y": 205,
"security": 0.1826938456804581, "security": 0.1826938456804581,
"connectedSystems": [ "connectedSystems": [
"Conomette", "Conomette",
@@ -365,8 +365,8 @@
}, },
{ {
"solarSystemName": "Maire", "solarSystemName": "Maire",
"x": "670", "x": 670,
"y": "480", "y": 480,
"security": 0.6866519019326315, "security": 0.6866519019326315,
"connectedSystems": [ "connectedSystems": [
"Lour", "Lour",
@@ -376,8 +376,8 @@
}, },
{ {
"solarSystemName": "Lour", "solarSystemName": "Lour",
"x": "695", "x": 695,
"y": "400", "y": 400,
"security": 0.6373455813823276, "security": 0.6373455813823276,
"connectedSystems": [ "connectedSystems": [
"Boystin", "Boystin",
@@ -387,8 +387,8 @@
}, },
{ {
"solarSystemName": "Weraroix", "solarSystemName": "Weraroix",
"x": "695", "x": 695,
"y": "645", "y": 645,
"security": 0.5805268749855232, "security": 0.5805268749855232,
"connectedSystems": [ "connectedSystems": [
"Larryn", "Larryn",
@@ -397,8 +397,8 @@
}, },
{ {
"solarSystemName": "Cadelanne", "solarSystemName": "Cadelanne",
"x": "700", "x": 700,
"y": "165", "y": 165,
"security": 0.1193242660001402, "security": 0.1193242660001402,
"connectedSystems": [ "connectedSystems": [
"Aimoguier" "Aimoguier"
@@ -406,8 +406,8 @@
}, },
{ {
"solarSystemName": "Larryn", "solarSystemName": "Larryn",
"x": "750", "x": 750,
"y": "590", "y": 590,
"security": 0.5961591703472658, "security": 0.5961591703472658,
"connectedSystems": [ "connectedSystems": [
"Oerse", "Oerse",
@@ -417,8 +417,8 @@
}, },
{ {
"solarSystemName": "Oerse", "solarSystemName": "Oerse",
"x": "800", "x": 800,
"y": "460", "y": 460,
"security": 0.6203857098365113, "security": 0.6203857098365113,
"connectedSystems": [ "connectedSystems": [
"Boystin", "Boystin",
@@ -429,8 +429,8 @@
}, },
{ {
"solarSystemName": "Boystin", "solarSystemName": "Boystin",
"x": "820", "x": 820,
"y": "400", "y": 400,
"security": 0.5230190689183638, "security": 0.5230190689183638,
"connectedSystems": [ "connectedSystems": [
"Pertnineere", "Pertnineere",
@@ -440,8 +440,8 @@
}, },
{ {
"solarSystemName": "Pertnineere", "solarSystemName": "Pertnineere",
"x": "830", "x": 830,
"y": "325", "y": 325,
"security": 0.442910661884907, "security": 0.442910661884907,
"connectedSystems": [ "connectedSystems": [
"Y9G-KS", "Y9G-KS",
@@ -450,8 +450,8 @@
}, },
{ {
"solarSystemName": "Shirshocin", "solarSystemName": "Shirshocin",
"x": "5", "x": 5,
"y": "410", "y": 410,
"security": 0.264278260864831, "security": 0.264278260864831,
"connectedSystems": [ "connectedSystems": [
"Zayi", "Zayi",
@@ -461,8 +461,8 @@
}, },
{ {
"solarSystemName": "D85-VD", "solarSystemName": "D85-VD",
"x": "15", "x": 15,
"y": "195", "y": 195,
"security": -0.02350508615656566, "security": -0.02350508615656566,
"connectedSystems": [ "connectedSystems": [
"KFR-ZE", "KFR-ZE",
@@ -471,8 +471,8 @@
}, },
{ {
"solarSystemName": "Kenninck", "solarSystemName": "Kenninck",
"x": "414", "x": 414,
"y": "6", "y": 6,
"security": 0.114963052245, "security": 0.114963052245,
"connectedSystems": [ "connectedSystems": [
"Ausmaert", "Ausmaert",
@@ -481,8 +481,8 @@
}, },
{ {
"solarSystemName": "Y9G-KS", "solarSystemName": "Y9G-KS",
"x": "765", "x": 765,
"y": "275", "y": 275,
"security": -0.3768133556425439, "security": -0.3768133556425439,
"connectedSystems": [ "connectedSystems": [
"97X-CH", "97X-CH",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Saidusairos", "solarSystemName": "Saidusairos",
"x": "135", "x": 135,
"y": "50", "y": 50,
"security": 0.1047332879095276, "security": 0.1047332879095276,
"connectedSystems": [ "connectedSystems": [
"Kurniainen", "Kurniainen",
@@ -11,8 +11,8 @@
}, },
{ {
"solarSystemName": "Haras", "solarSystemName": "Haras",
"x": "200", "x": 200,
"y": "145", "y": 145,
"security": 0.2799619924435439, "security": 0.2799619924435439,
"connectedSystems": [ "connectedSystems": [
"Sahtogas" "Sahtogas"
@@ -20,8 +20,8 @@
}, },
{ {
"solarSystemName": "Saikamon", "solarSystemName": "Saikamon",
"x": "205", "x": 205,
"y": "230", "y": 230,
"security": 0.4124921494671088, "security": 0.4124921494671088,
"connectedSystems": [ "connectedSystems": [
"Myyhera", "Myyhera",
@@ -30,8 +30,8 @@
}, },
{ {
"solarSystemName": "Kurniainen", "solarSystemName": "Kurniainen",
"x": "215", "x": 215,
"y": "65", "y": 65,
"security": 0.1143735848885704, "security": 0.1143735848885704,
"connectedSystems": [ "connectedSystems": [
"Oyonata", "Oyonata",
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "Myyhera", "solarSystemName": "Myyhera",
"x": "240", "x": 240,
"y": "330", "y": 330,
"security": 0.4817073422867504, "security": 0.4817073422867504,
"connectedSystems": [ "connectedSystems": [
"Netsalakka", "Netsalakka",
@@ -52,8 +52,8 @@
}, },
{ {
"solarSystemName": "Satalama", "solarSystemName": "Satalama",
"x": "240", "x": 240,
"y": "630", "y": 630,
"security": 0.6607545489891238, "security": 0.6607545489891238,
"connectedSystems": [ "connectedSystems": [
"Furskeshin" "Furskeshin"
@@ -61,8 +61,8 @@
}, },
{ {
"solarSystemName": "Furskeshin", "solarSystemName": "Furskeshin",
"x": "245", "x": 245,
"y": "585", "y": 585,
"security": 0.6055033109830259, "security": 0.6055033109830259,
"connectedSystems": [ "connectedSystems": [
"Imata", "Imata",
@@ -71,8 +71,8 @@
}, },
{ {
"solarSystemName": "Oyonata", "solarSystemName": "Oyonata",
"x": "270", "x": 270,
"y": "105", "y": 105,
"security": 0.2588910561861462, "security": 0.2588910561861462,
"connectedSystems": [ "connectedSystems": [
"Sahtogas", "Sahtogas",
@@ -82,8 +82,8 @@
}, },
{ {
"solarSystemName": "Imata", "solarSystemName": "Imata",
"x": "270", "x": 270,
"y": "535", "y": 535,
"security": 0.4883548145858218, "security": 0.4883548145858218,
"connectedSystems": [ "connectedSystems": [
"Ayeroilen", "Ayeroilen",
@@ -92,8 +92,8 @@
}, },
{ {
"solarSystemName": "Sahtogas", "solarSystemName": "Sahtogas",
"x": "275", "x": 275,
"y": "175", "y": 175,
"security": 0.2798665378296151, "security": 0.2798665378296151,
"connectedSystems": [ "connectedSystems": [
"Saikamon", "Saikamon",
@@ -104,8 +104,8 @@
}, },
{ {
"solarSystemName": "Netsalakka", "solarSystemName": "Netsalakka",
"x": "285", "x": 285,
"y": "275", "y": 275,
"security": 0.4839560677415885, "security": 0.4839560677415885,
"connectedSystems": [ "connectedSystems": [
"Iesa", "Iesa",
@@ -115,8 +115,8 @@
}, },
{ {
"solarSystemName": "Sasiekko", "solarSystemName": "Sasiekko",
"x": "320", "x": 320,
"y": "350", "y": 350,
"security": 0.5426346738872496, "security": 0.5426346738872496,
"connectedSystems": [ "connectedSystems": [
"Sosala", "Sosala",
@@ -126,8 +126,8 @@
}, },
{ {
"solarSystemName": "Iesa", "solarSystemName": "Iesa",
"x": "330", "x": 330,
"y": "240", "y": 240,
"security": 0.4138185456627929, "security": 0.4138185456627929,
"connectedSystems": [ "connectedSystems": [
"Anka", "Anka",
@@ -137,8 +137,8 @@
}, },
{ {
"solarSystemName": "Ayeroilen", "solarSystemName": "Ayeroilen",
"x": "340", "x": 340,
"y": "495", "y": 495,
"security": 0.4465684004984308, "security": 0.4465684004984308,
"connectedSystems": [ "connectedSystems": [
"Komaa", "Komaa",
@@ -147,8 +147,8 @@
}, },
{ {
"solarSystemName": "Uusanen", "solarSystemName": "Uusanen",
"x": "370", "x": 370,
"y": "300", "y": 300,
"security": 0.4023392693132629, "security": 0.4023392693132629,
"connectedSystems": [ "connectedSystems": [
"Sosala", "Sosala",
@@ -158,8 +158,8 @@
}, },
{ {
"solarSystemName": "Tannakan", "solarSystemName": "Tannakan",
"x": "385", "x": 385,
"y": "175", "y": 175,
"security": 0.2470819478831056, "security": 0.2470819478831056,
"connectedSystems": [ "connectedSystems": [
"Sahtogas", "Sahtogas",
@@ -168,8 +168,8 @@
}, },
{ {
"solarSystemName": "Komaa", "solarSystemName": "Komaa",
"x": "395", "x": 395,
"y": "460", "y": 460,
"security": 0.5567216531540653, "security": 0.5567216531540653,
"connectedSystems": [ "connectedSystems": [
"Erkinen", "Erkinen",
@@ -179,8 +179,8 @@
}, },
{ {
"solarSystemName": "Erkinen", "solarSystemName": "Erkinen",
"x": "415", "x": 415,
"y": "385", "y": 385,
"security": 0.5920044692427542, "security": 0.5920044692427542,
"connectedSystems": [ "connectedSystems": [
"Uusanen", "Uusanen",
@@ -189,8 +189,8 @@
}, },
{ {
"solarSystemName": "Anka", "solarSystemName": "Anka",
"x": "435", "x": 435,
"y": "250", "y": 250,
"security": 0.4145999012411622, "security": 0.4145999012411622,
"connectedSystems": [ "connectedSystems": [
"Sosala", "Sosala",
@@ -201,8 +201,8 @@
}, },
{ {
"solarSystemName": "Sosala", "solarSystemName": "Sosala",
"x": "470", "x": 470,
"y": "320", "y": 320,
"security": 0.4205274311943741, "security": 0.4205274311943741,
"connectedSystems": [ "connectedSystems": [
"Kamela", "Kamela",
@@ -214,8 +214,8 @@
}, },
{ {
"solarSystemName": "Kurmaru", "solarSystemName": "Kurmaru",
"x": "470", "x": 470,
"y": "505", "y": 505,
"security": 0.6191213801956499, "security": 0.6191213801956499,
"connectedSystems": [ "connectedSystems": [
"Komaa" "Komaa"
@@ -223,8 +223,8 @@
}, },
{ {
"solarSystemName": "Gammel", "solarSystemName": "Gammel",
"x": "505", "x": 505,
"y": "275", "y": 275,
"security": 0.4655892811184824, "security": 0.4655892811184824,
"connectedSystems": [ "connectedSystems": [
"Sosala", "Sosala",
@@ -234,8 +234,8 @@
}, },
{ {
"solarSystemName": "Junsen", "solarSystemName": "Junsen",
"x": "545", "x": 545,
"y": "75", "y": 75,
"security": 0.809590822053476, "security": 0.809590822053476,
"connectedSystems": [ "connectedSystems": [
"Jarkkolen" "Jarkkolen"
@@ -243,8 +243,8 @@
}, },
{ {
"solarSystemName": "Jarkkolen", "solarSystemName": "Jarkkolen",
"x": "590", "x": 590,
"y": "125", "y": 125,
"security": 0.8206006543419168, "security": 0.8206006543419168,
"connectedSystems": [ "connectedSystems": [
"Hati", "Hati",
@@ -254,8 +254,8 @@
}, },
{ {
"solarSystemName": "Ronne", "solarSystemName": "Ronne",
"x": "630", "x": 630,
"y": "185", "y": 185,
"security": 0.7241339263013489, "security": 0.7241339263013489,
"connectedSystems": [ "connectedSystems": [
"Gammel", "Gammel",
@@ -266,8 +266,8 @@
}, },
{ {
"solarSystemName": "Hatori", "solarSystemName": "Hatori",
"x": "715", "x": 715,
"y": "140", "y": 140,
"security": 0.5728197321035722, "security": 0.5728197321035722,
"connectedSystems": [ "connectedSystems": [
"Ronne", "Ronne",
@@ -277,8 +277,8 @@
}, },
{ {
"solarSystemName": "Hakodan", "solarSystemName": "Hakodan",
"x": "730", "x": 730,
"y": "205", "y": 205,
"security": 0.7266675445972814, "security": 0.7266675445972814,
"connectedSystems": [ "connectedSystems": [
"Ronne", "Ronne",
@@ -287,8 +287,8 @@
}, },
{ {
"solarSystemName": "Kamela", "solarSystemName": "Kamela",
"x": "730", "x": 730,
"y": "415", "y": 415,
"security": 0.4408656784799183, "security": 0.4408656784799183,
"connectedSystems": [ "connectedSystems": [
"Lamaa", "Lamaa",
@@ -301,8 +301,8 @@
}, },
{ {
"solarSystemName": "Lamaa", "solarSystemName": "Lamaa",
"x": "750", "x": 750,
"y": "335", "y": 335,
"security": 0.3552711738175655, "security": 0.3552711738175655,
"connectedSystems": [ "connectedSystems": [
"Tzvi", "Tzvi",
@@ -312,8 +312,8 @@
}, },
{ {
"solarSystemName": "Tuomuta", "solarSystemName": "Tuomuta",
"x": "785", "x": 785,
"y": "470", "y": 470,
"security": 0.4537486856776187, "security": 0.4537486856776187,
"connectedSystems": [ "connectedSystems": [
"Kuomi", "Kuomi",
@@ -322,8 +322,8 @@
}, },
{ {
"solarSystemName": "Malpara", "solarSystemName": "Malpara",
"x": "815", "x": 815,
"y": "150", "y": 150,
"security": 0.4744237885735746, "security": 0.4744237885735746,
"connectedSystems": [ "connectedSystems": [
"Hatori" "Hatori"
@@ -331,8 +331,8 @@
}, },
{ {
"solarSystemName": "Kourmonen", "solarSystemName": "Kourmonen",
"x": "840", "x": 840,
"y": "335", "y": 335,
"security": 0.3634801594787575, "security": 0.3634801594787575,
"connectedSystems": [ "connectedSystems": [
"Lamaa", "Lamaa",
@@ -343,8 +343,8 @@
}, },
{ {
"solarSystemName": "Kuomi", "solarSystemName": "Kuomi",
"x": "865", "x": 865,
"y": "465", "y": 465,
"security": 0.5678633638088655, "security": 0.5678633638088655,
"connectedSystems": [ "connectedSystems": [
"Tuomuta", "Tuomuta",
@@ -353,8 +353,8 @@
}, },
{ {
"solarSystemName": "Huola", "solarSystemName": "Huola",
"x": "905", "x": 905,
"y": "370", "y": 370,
"security": 0.3702485876678229, "security": 0.3702485876678229,
"connectedSystems": [ "connectedSystems": [
"Otelen", "Otelen",
@@ -364,8 +364,8 @@
}, },
{ {
"solarSystemName": "Otelen", "solarSystemName": "Otelen",
"x": "905", "x": 905,
"y": "425", "y": 425,
"security": 0.7848193934860858, "security": 0.7848193934860858,
"connectedSystems": [ "connectedSystems": [
"Kuomi", "Kuomi",
@@ -375,8 +375,8 @@
}, },
{ {
"solarSystemName": "Gratesier", "solarSystemName": "Gratesier",
"x": "50", "x": 50,
"y": "40", "y": 40,
"security": 0.4351026447782936, "security": 0.4351026447782936,
"connectedSystems": [ "connectedSystems": [
"Schoorasana", "Schoorasana",
@@ -385,8 +385,8 @@
}, },
{ {
"solarSystemName": "Isbrabata", "solarSystemName": "Isbrabata",
"x": "231", "x": 231,
"y": "15", "y": 15,
"security": 0.3551945591225804, "security": 0.3551945591225804,
"connectedSystems": [ "connectedSystems": [
"Aset", "Aset",
@@ -398,8 +398,8 @@
}, },
{ {
"solarSystemName": "Sosan", "solarSystemName": "Sosan",
"x": "325", "x": 325,
"y": "55", "y": 55,
"security": 0.3356513056210158, "security": 0.3356513056210158,
"connectedSystems": [ "connectedSystems": [
"Asghed", "Asghed",
@@ -409,8 +409,8 @@
}, },
{ {
"solarSystemName": "Hati", "solarSystemName": "Hati",
"x": "630", "x": 630,
"y": "75", "y": 75,
"security": 0.8490347652854575, "security": 0.8490347652854575,
"connectedSystems": [ "connectedSystems": [
"Uadelah", "Uadelah",
@@ -422,8 +422,8 @@
}, },
{ {
"solarSystemName": "Choonka", "solarSystemName": "Choonka",
"x": "665", "x": 665,
"y": "335", "y": 335,
"security": 0.6498122005263374, "security": 0.6498122005263374,
"connectedSystems": [ "connectedSystems": [
"Esescama", "Esescama",
@@ -435,8 +435,8 @@
}, },
{ {
"solarSystemName": "Ohide", "solarSystemName": "Ohide",
"x": "700", "x": 700,
"y": "465", "y": 465,
"security": 0.5739069549734275, "security": 0.5739069549734275,
"connectedSystems": [ "connectedSystems": [
"Odin", "Odin",
@@ -446,8 +446,8 @@
}, },
{ {
"solarSystemName": "Tzvi", "solarSystemName": "Tzvi",
"x": "750", "x": 750,
"y": "290", "y": 290,
"security": 0.2798709362336334, "security": 0.2798709362336334,
"connectedSystems": [ "connectedSystems": [
"Lamaa", "Lamaa",
@@ -458,8 +458,8 @@
}, },
{ {
"solarSystemName": "Auga", "solarSystemName": "Auga",
"x": "850", "x": 850,
"y": "285", "y": 285,
"security": 0.3854838205759273, "security": 0.3854838205759273,
"connectedSystems": [ "connectedSystems": [
"Amamake", "Amamake",
@@ -470,8 +470,8 @@
}, },
{ {
"solarSystemName": "Roushzar", "solarSystemName": "Roushzar",
"x": "960", "x": 960,
"y": "320", "y": 320,
"security": 0.3669797694155156, "security": 0.3669797694155156,
"connectedSystems": [ "connectedSystems": [
"Huola", "Huola",
@@ -480,8 +480,8 @@
}, },
{ {
"solarSystemName": "Mahrokht", "solarSystemName": "Mahrokht",
"x": "960", "x": 960,
"y": "480", "y": 480,
"security": 0.8599058159100952, "security": 0.8599058159100952,
"connectedSystems": [ "connectedSystems": [
"Otelen", "Otelen",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "XT-1E0", "solarSystemName": "XT-1E0",
"x": "5", "x": 5,
"y": "135", "y": 135,
"security": -0.326344304, "security": -0.326344304,
"connectedSystems": [ "connectedSystems": [
"K-BBYU" "K-BBYU"
@@ -10,8 +10,8 @@
}, },
{ {
"solarSystemName": "A-J6SN", "solarSystemName": "A-J6SN",
"x": "25", "x": 25,
"y": "310", "y": 310,
"security": -0.802711278, "security": -0.802711278,
"connectedSystems": [ "connectedSystems": [
"AG-SYG" "AG-SYG"
@@ -19,8 +19,8 @@
}, },
{ {
"solarSystemName": "0J-MQW", "solarSystemName": "0J-MQW",
"x": "40", "x": 40,
"y": "95", "y": 95,
"security": -0.91311829, "security": -0.91311829,
"connectedSystems": [ "connectedSystems": [
"K-BBYU", "K-BBYU",
@@ -29,8 +29,8 @@
}, },
{ {
"solarSystemName": "K-BBYU", "solarSystemName": "K-BBYU",
"x": "80", "x": 80,
"y": "140", "y": 140,
"security": -0.610333659, "security": -0.610333659,
"connectedSystems": [ "connectedSystems": [
"N-PS2Y", "N-PS2Y",
@@ -41,8 +41,8 @@
}, },
{ {
"solarSystemName": "N-PS2Y", "solarSystemName": "N-PS2Y",
"x": "80", "x": 80,
"y": "190", "y": 190,
"security": -0.672349717, "security": -0.672349717,
"connectedSystems": [ "connectedSystems": [
"T6T-BQ", "T6T-BQ",
@@ -51,8 +51,8 @@
}, },
{ {
"solarSystemName": "T6T-BQ", "solarSystemName": "T6T-BQ",
"x": "100", "x": 100,
"y": "240", "y": 240,
"security": -0.672659744, "security": -0.672659744,
"connectedSystems": [ "connectedSystems": [
"ETO-OT", "ETO-OT",
@@ -61,8 +61,8 @@
}, },
{ {
"solarSystemName": "AG-SYG", "solarSystemName": "AG-SYG",
"x": "105", "x": 105,
"y": "310", "y": 310,
"security": -0.911313862, "security": -0.911313862,
"connectedSystems": [ "connectedSystems": [
"C6C-K9", "C6C-K9",
@@ -72,8 +72,8 @@
}, },
{ {
"solarSystemName": "C6C-K9", "solarSystemName": "C6C-K9",
"x": "105", "x": 105,
"y": "375", "y": 375,
"security": -0.603736958, "security": -0.603736958,
"connectedSystems": [ "connectedSystems": [
"AL-JSG", "AL-JSG",
@@ -83,8 +83,8 @@
}, },
{ {
"solarSystemName": "3ET-G8", "solarSystemName": "3ET-G8",
"x": "115", "x": 115,
"y": "95", "y": 95,
"security": -0.387443894, "security": -0.387443894,
"connectedSystems": [ "connectedSystems": [
"K-BBYU", "K-BBYU",
@@ -93,8 +93,8 @@
}, },
{ {
"solarSystemName": "GZM-KB", "solarSystemName": "GZM-KB",
"x": "150", "x": 150,
"y": "565", "y": 565,
"security": -0.185918976, "security": -0.185918976,
"connectedSystems": [ "connectedSystems": [
"L-WG68" "L-WG68"
@@ -102,8 +102,8 @@
}, },
{ {
"solarSystemName": "RXA-W1", "solarSystemName": "RXA-W1",
"x": "175", "x": 175,
"y": "475", "y": 475,
"security": -0.337687586, "security": -0.337687586,
"connectedSystems": [ "connectedSystems": [
"JVA-FE", "JVA-FE",
@@ -113,8 +113,8 @@
}, },
{ {
"solarSystemName": "E-BFLT", "solarSystemName": "E-BFLT",
"x": "175", "x": 175,
"y": "690", "y": 690,
"security": -0.426778184, "security": -0.426778184,
"connectedSystems": [ "connectedSystems": [
"E4-E8W" "E4-E8W"
@@ -122,8 +122,8 @@
}, },
{ {
"solarSystemName": "ETO-OT", "solarSystemName": "ETO-OT",
"x": "185", "x": 185,
"y": "310", "y": 310,
"security": -0.796308224, "security": -0.796308224,
"connectedSystems": [ "connectedSystems": [
"AL-JSG", "AL-JSG",
@@ -134,8 +134,8 @@
}, },
{ {
"solarSystemName": "AL-JSG", "solarSystemName": "AL-JSG",
"x": "185", "x": 185,
"y": "375", "y": 375,
"security": -0.430124826, "security": -0.430124826,
"connectedSystems": [ "connectedSystems": [
"C6C-K9", "C6C-K9",
@@ -145,8 +145,8 @@
}, },
{ {
"solarSystemName": "MOSA-I", "solarSystemName": "MOSA-I",
"x": "200", "x": 200,
"y": "250", "y": 250,
"security": -0.801512565, "security": -0.801512565,
"connectedSystems": [ "connectedSystems": [
"ETO-OT", "ETO-OT",
@@ -155,8 +155,8 @@
}, },
{ {
"solarSystemName": "L-WG68", "solarSystemName": "L-WG68",
"x": "225", "x": 225,
"y": "560", "y": 560,
"security": -0.310246312, "security": -0.310246312,
"connectedSystems": [ "connectedSystems": [
"VK6-EZ", "VK6-EZ",
@@ -166,8 +166,8 @@
}, },
{ {
"solarSystemName": "Q-UVY6", "solarSystemName": "Q-UVY6",
"x": "230", "x": 230,
"y": "500", "y": 500,
"security": -0.378362893, "security": -0.378362893,
"connectedSystems": [ "connectedSystems": [
"KPI-OW", "KPI-OW",
@@ -176,8 +176,8 @@
}, },
{ {
"solarSystemName": "B6-XE8", "solarSystemName": "B6-XE8",
"x": "240", "x": 240,
"y": "205", "y": 205,
"security": -0.72492916, "security": -0.72492916,
"connectedSystems": [ "connectedSystems": [
"MOSA-I", "MOSA-I",
@@ -187,8 +187,8 @@
}, },
{ {
"solarSystemName": "HIK-MC", "solarSystemName": "HIK-MC",
"x": "240", "x": 240,
"y": "600", "y": 600,
"security": -0.353683806, "security": -0.353683806,
"connectedSystems": [ "connectedSystems": [
"L-WG68", "L-WG68",
@@ -199,8 +199,8 @@
}, },
{ {
"solarSystemName": "JLH-FN", "solarSystemName": "JLH-FN",
"x": "245", "x": 245,
"y": "150", "y": 150,
"security": -0.701395558, "security": -0.701395558,
"connectedSystems": [ "connectedSystems": [
"B6-XE8", "B6-XE8",
@@ -209,8 +209,8 @@
}, },
{ {
"solarSystemName": "E4-E8W", "solarSystemName": "E4-E8W",
"x": "250", "x": 250,
"y": "670", "y": 670,
"security": -0.370145208, "security": -0.370145208,
"connectedSystems": [ "connectedSystems": [
"HIK-MC", "HIK-MC",
@@ -220,8 +220,8 @@
}, },
{ {
"solarSystemName": "DFTK-D", "solarSystemName": "DFTK-D",
"x": "255", "x": 255,
"y": "100", "y": 100,
"security": -0.865900827, "security": -0.865900827,
"connectedSystems": [ "connectedSystems": [
"JLH-FN", "JLH-FN",
@@ -230,8 +230,8 @@
}, },
{ {
"solarSystemName": "KPI-OW", "solarSystemName": "KPI-OW",
"x": "255", "x": 255,
"y": "415", "y": 415,
"security": -0.309014435, "security": -0.309014435,
"connectedSystems": [ "connectedSystems": [
"Q-UVY6", "Q-UVY6",
@@ -242,8 +242,8 @@
}, },
{ {
"solarSystemName": "OTJ-4W", "solarSystemName": "OTJ-4W",
"x": "270", "x": 270,
"y": "365", "y": 365,
"security": -0.199170457, "security": -0.199170457,
"connectedSystems": [ "connectedSystems": [
"KPI-OW" "KPI-OW"
@@ -251,8 +251,8 @@
}, },
{ {
"solarSystemName": "L7-BLT", "solarSystemName": "L7-BLT",
"x": "275", "x": 275,
"y": "50", "y": 50,
"security": -0.924969314, "security": -0.924969314,
"connectedSystems": [ "connectedSystems": [
"DFTK-D" "DFTK-D"
@@ -260,8 +260,8 @@
}, },
{ {
"solarSystemName": "VK6-EZ", "solarSystemName": "VK6-EZ",
"x": "275", "x": 275,
"y": "525", "y": 525,
"security": -0.297843691, "security": -0.297843691,
"connectedSystems": [ "connectedSystems": [
"Q-UVY6", "Q-UVY6",
@@ -272,8 +272,8 @@
}, },
{ {
"solarSystemName": "JVA-FE", "solarSystemName": "JVA-FE",
"x": "290", "x": 290,
"y": "475", "y": 475,
"security": -0.423239918, "security": -0.423239918,
"connectedSystems": [ "connectedSystems": [
"8P-LKL", "8P-LKL",
@@ -284,8 +284,8 @@
}, },
{ {
"solarSystemName": "Y4OK-W", "solarSystemName": "Y4OK-W",
"x": "300", "x": 300,
"y": "600", "y": 600,
"security": -0.489253253, "security": -0.489253253,
"connectedSystems": [ "connectedSystems": [
"6U-1RX", "6U-1RX",
@@ -294,8 +294,8 @@
}, },
{ {
"solarSystemName": "4HF-4R", "solarSystemName": "4HF-4R",
"x": "310", "x": 310,
"y": "185", "y": 185,
"security": -0.708789859, "security": -0.708789859,
"connectedSystems": [ "connectedSystems": [
"B6-XE8", "B6-XE8",
@@ -304,8 +304,8 @@
}, },
{ {
"solarSystemName": "1I5-0V", "solarSystemName": "1I5-0V",
"x": "335", "x": 335,
"y": "415", "y": 415,
"security": -0.533442186, "security": -0.533442186,
"connectedSystems": [ "connectedSystems": [
"KPI-OW", "KPI-OW",
@@ -314,8 +314,8 @@
}, },
{ {
"solarSystemName": "5LAJ-8", "solarSystemName": "5LAJ-8",
"x": "335", "x": 335,
"y": "645", "y": 645,
"security": -0.196860708, "security": -0.196860708,
"connectedSystems": [ "connectedSystems": [
"HIK-MC", "HIK-MC",
@@ -325,8 +325,8 @@
}, },
{ {
"solarSystemName": "B9EA-G", "solarSystemName": "B9EA-G",
"x": "335", "x": 335,
"y": "695", "y": 695,
"security": -0.194869134, "security": -0.194869134,
"connectedSystems": [ "connectedSystems": [
"E4-E8W", "E4-E8W",
@@ -336,8 +336,8 @@
}, },
{ {
"solarSystemName": "8P-LKL", "solarSystemName": "8P-LKL",
"x": "345", "x": 345,
"y": "500", "y": 500,
"security": -0.406765886, "security": -0.406765886,
"connectedSystems": [ "connectedSystems": [
"QFU-4S", "QFU-4S",
@@ -347,8 +347,8 @@
}, },
{ {
"solarSystemName": "6U-1RX", "solarSystemName": "6U-1RX",
"x": "360", "x": 360,
"y": "600", "y": 600,
"security": -0.395916971, "security": -0.395916971,
"connectedSystems": [ "connectedSystems": [
"FO1U-K", "FO1U-K",
@@ -357,8 +357,8 @@
}, },
{ {
"solarSystemName": "Y8K-5B", "solarSystemName": "Y8K-5B",
"x": "385", "x": 385,
"y": "190", "y": 190,
"security": -0.679106902, "security": -0.679106902,
"connectedSystems": [ "connectedSystems": [
"4HF-4R", "4HF-4R",
@@ -367,8 +367,8 @@
}, },
{ {
"solarSystemName": "QFU-4S", "solarSystemName": "QFU-4S",
"x": "390", "x": 390,
"y": "475", "y": 475,
"security": -0.367722667, "security": -0.367722667,
"connectedSystems": [ "connectedSystems": [
"8P-LKL", "8P-LKL",
@@ -378,8 +378,8 @@
}, },
{ {
"solarSystemName": "P65-TA", "solarSystemName": "P65-TA",
"x": "405", "x": 405,
"y": "415", "y": 415,
"security": -0.627421125, "security": -0.627421125,
"connectedSystems": [ "connectedSystems": [
"1I5-0V", "1I5-0V",
@@ -389,8 +389,8 @@
}, },
{ {
"solarSystemName": "QQGH-G", "solarSystemName": "QQGH-G",
"x": "410", "x": 410,
"y": "525", "y": 525,
"security": -0.336363565, "security": -0.336363565,
"connectedSystems": [ "connectedSystems": [
"8P-LKL", "8P-LKL",
@@ -402,8 +402,8 @@
}, },
{ {
"solarSystemName": "QRH-BF", "solarSystemName": "QRH-BF",
"x": "415", "x": 415,
"y": "250", "y": 250,
"security": -0.94146969, "security": -0.94146969,
"connectedSystems": [ "connectedSystems": [
"WIW-X8", "WIW-X8",
@@ -412,8 +412,8 @@
}, },
{ {
"solarSystemName": "JL-ZUQ", "solarSystemName": "JL-ZUQ",
"x": "425", "x": 425,
"y": "335", "y": 335,
"security": -0.456147099, "security": -0.456147099,
"connectedSystems": [ "connectedSystems": [
"L-EUY2" "L-EUY2"
@@ -421,8 +421,8 @@
}, },
{ {
"solarSystemName": "FO1U-K", "solarSystemName": "FO1U-K",
"x": "425", "x": 425,
"y": "590", "y": 590,
"security": -0.428494056, "security": -0.428494056,
"connectedSystems": [ "connectedSystems": [
"VX1-HV", "VX1-HV",
@@ -431,8 +431,8 @@
}, },
{ {
"solarSystemName": "G-VFVB", "solarSystemName": "G-VFVB",
"x": "440", "x": 440,
"y": "465", "y": 465,
"security": -0.285143013, "security": -0.285143013,
"connectedSystems": [ "connectedSystems": [
"P65-TA", "P65-TA",
@@ -442,8 +442,8 @@
}, },
{ {
"solarSystemName": "M-NP5O", "solarSystemName": "M-NP5O",
"x": "450", "x": 450,
"y": "210", "y": 210,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"WIW-X8", "WIW-X8",
@@ -453,8 +453,8 @@
}, },
{ {
"solarSystemName": "VX1-HV", "solarSystemName": "VX1-HV",
"x": "465", "x": 465,
"y": "555", "y": 555,
"security": -0.302375747, "security": -0.302375747,
"connectedSystems": [ "connectedSystems": [
"QQGH-G", "QQGH-G",
@@ -465,8 +465,8 @@
}, },
{ {
"solarSystemName": "Y4B-BQ", "solarSystemName": "Y4B-BQ",
"x": "470", "x": 470,
"y": "375", "y": 375,
"security": -0.355323576, "security": -0.355323576,
"connectedSystems": [ "connectedSystems": [
"P65-TA", "P65-TA",
@@ -477,8 +477,8 @@
}, },
{ {
"solarSystemName": "JNG7-K", "solarSystemName": "JNG7-K",
"x": "470", "x": 470,
"y": "625", "y": 625,
"security": -0.302369984, "security": -0.302369984,
"connectedSystems": [ "connectedSystems": [
"VX1-HV", "VX1-HV",
@@ -488,8 +488,8 @@
}, },
{ {
"solarSystemName": "WIW-X8", "solarSystemName": "WIW-X8",
"x": "485", "x": 485,
"y": "245", "y": 245,
"security": -0.956281141, "security": -0.956281141,
"connectedSystems": [ "connectedSystems": [
"X-KHRZ", "X-KHRZ",
@@ -499,8 +499,8 @@
}, },
{ {
"solarSystemName": "X-KHRZ", "solarSystemName": "X-KHRZ",
"x": "500", "x": 500,
"y": "290", "y": 290,
"security": -0.615507906, "security": -0.615507906,
"connectedSystems": [ "connectedSystems": [
"L-EUY2", "L-EUY2",
@@ -509,8 +509,8 @@
}, },
{ {
"solarSystemName": "L-EUY2", "solarSystemName": "L-EUY2",
"x": "500", "x": 500,
"y": "330", "y": 330,
"security": -0.51561635, "security": -0.51561635,
"connectedSystems": [ "connectedSystems": [
"Y4B-BQ", "Y4B-BQ",
@@ -521,8 +521,8 @@
}, },
{ {
"solarSystemName": "P-NI4K", "solarSystemName": "P-NI4K",
"x": "510", "x": 510,
"y": "505", "y": 505,
"security": -0.153140108, "security": -0.153140108,
"connectedSystems": [ "connectedSystems": [
"K-XJJT" "K-XJJT"
@@ -530,8 +530,8 @@
}, },
{ {
"solarSystemName": "K-XJJT", "solarSystemName": "K-XJJT",
"x": "525", "x": 525,
"y": "540", "y": 540,
"security": -0.171639472, "security": -0.171639472,
"connectedSystems": [ "connectedSystems": [
"VX1-HV", "VX1-HV",
@@ -540,8 +540,8 @@
}, },
{ {
"solarSystemName": "K-YL9T", "solarSystemName": "K-YL9T",
"x": "570", "x": 570,
"y": "440", "y": 440,
"security": -0.111179288, "security": -0.111179288,
"connectedSystems": [ "connectedSystems": [
"G-VFVB", "G-VFVB",
@@ -553,8 +553,8 @@
}, },
{ {
"solarSystemName": "EU-WFW", "solarSystemName": "EU-WFW",
"x": "585", "x": 585,
"y": "375", "y": 375,
"security": -0.146439881, "security": -0.146439881,
"connectedSystems": [ "connectedSystems": [
"Y4B-BQ", "Y4B-BQ",
@@ -566,8 +566,8 @@
}, },
{ {
"solarSystemName": "U1-VHY", "solarSystemName": "U1-VHY",
"x": "625", "x": 625,
"y": "740", "y": 740,
"security": -0.112325043, "security": -0.112325043,
"connectedSystems": [ "connectedSystems": [
"DVN6-0" "DVN6-0"
@@ -575,8 +575,8 @@
}, },
{ {
"solarSystemName": "HPMN-V", "solarSystemName": "HPMN-V",
"x": "630", "x": 630,
"y": "610", "y": 610,
"security": -0.092647534, "security": -0.092647534,
"connectedSystems": [ "connectedSystems": [
"GF-GR7", "GF-GR7",
@@ -586,8 +586,8 @@
}, },
{ {
"solarSystemName": "S-CUEA", "solarSystemName": "S-CUEA",
"x": "635", "x": 635,
"y": "155", "y": 155,
"security": -0.5971178, "security": -0.5971178,
"connectedSystems": [ "connectedSystems": [
"OTJ9-E" "OTJ9-E"
@@ -595,8 +595,8 @@
}, },
{ {
"solarSystemName": "GF-GR7", "solarSystemName": "GF-GR7",
"x": "640", "x": 640,
"y": "665", "y": 665,
"security": -0.104726179, "security": -0.104726179,
"connectedSystems": [ "connectedSystems": [
"B9EA-G", "B9EA-G",
@@ -607,8 +607,8 @@
}, },
{ {
"solarSystemName": "GTB-O4", "solarSystemName": "GTB-O4",
"x": "670", "x": 670,
"y": "380", "y": 380,
"security": -0.130074522, "security": -0.130074522,
"connectedSystems": [ "connectedSystems": [
"EU-WFW" "EU-WFW"
@@ -616,8 +616,8 @@
}, },
{ {
"solarSystemName": "6W-6O9", "solarSystemName": "6W-6O9",
"x": "680", "x": 680,
"y": "445", "y": 445,
"security": -0.122233254, "security": -0.122233254,
"connectedSystems": [ "connectedSystems": [
"K-YL9T", "K-YL9T",
@@ -626,8 +626,8 @@
}, },
{ {
"solarSystemName": "XR-ZL7", "solarSystemName": "XR-ZL7",
"x": "685", "x": 685,
"y": "575", "y": 575,
"security": -0.084715012, "security": -0.084715012,
"connectedSystems": [ "connectedSystems": [
"Z19-B8", "Z19-B8",
@@ -637,8 +637,8 @@
}, },
{ {
"solarSystemName": "OTJ9-E", "solarSystemName": "OTJ9-E",
"x": "690", "x": 690,
"y": "205", "y": 205,
"security": -0.552878539, "security": -0.552878539,
"connectedSystems": [ "connectedSystems": [
"F-5WYK", "F-5WYK",
@@ -650,8 +650,8 @@
}, },
{ {
"solarSystemName": "Z19-B8", "solarSystemName": "Z19-B8",
"x": "695", "x": 695,
"y": "635", "y": 635,
"security": -0.072118831, "security": -0.072118831,
"connectedSystems": [ "connectedSystems": [
"GF-GR7", "GF-GR7",
@@ -661,8 +661,8 @@
}, },
{ {
"solarSystemName": "DVN6-0", "solarSystemName": "DVN6-0",
"x": "700", "x": 700,
"y": "705", "y": 705,
"security": -0.109999248, "security": -0.109999248,
"connectedSystems": [ "connectedSystems": [
"GF-GR7", "GF-GR7",
@@ -672,8 +672,8 @@
}, },
{ {
"solarSystemName": "ZWM-BB", "solarSystemName": "ZWM-BB",
"x": "745", "x": 745,
"y": "75", "y": 75,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"7-QOYS", "7-QOYS",
@@ -682,8 +682,8 @@
}, },
{ {
"solarSystemName": "7-QOYS", "solarSystemName": "7-QOYS",
"x": "745", "x": 745,
"y": "120", "y": 120,
"security": -0.900560651, "security": -0.900560651,
"connectedSystems": [ "connectedSystems": [
"OTJ9-E", "OTJ9-E",
@@ -694,8 +694,8 @@
}, },
{ {
"solarSystemName": "LH-LY1", "solarSystemName": "LH-LY1",
"x": "745", "x": 745,
"y": "175", "y": 175,
"security": -0.718186128, "security": -0.718186128,
"connectedSystems": [ "connectedSystems": [
"OTJ9-E", "OTJ9-E",
@@ -705,8 +705,8 @@
}, },
{ {
"solarSystemName": "H4X-0I", "solarSystemName": "H4X-0I",
"x": "755", "x": 755,
"y": "445", "y": 445,
"security": -0.180641592, "security": -0.180641592,
"connectedSystems": [ "connectedSystems": [
"6W-6O9", "6W-6O9",
@@ -716,8 +716,8 @@
}, },
{ {
"solarSystemName": "KS8G-M", "solarSystemName": "KS8G-M",
"x": "800", "x": 800,
"y": "205", "y": 205,
"security": -0.532864685, "security": -0.532864685,
"connectedSystems": [ "connectedSystems": [
"OTJ9-E", "OTJ9-E",
@@ -727,8 +727,8 @@
}, },
{ {
"solarSystemName": "C-BHDN", "solarSystemName": "C-BHDN",
"x": "835", "x": 835,
"y": "415", "y": 415,
"security": -0.381414043, "security": -0.381414043,
"connectedSystems": [ "connectedSystems": [
"H4X-0I", "H4X-0I",
@@ -738,8 +738,8 @@
}, },
{ {
"solarSystemName": "R-RE2B", "solarSystemName": "R-RE2B",
"x": "845", "x": 845,
"y": "460", "y": 460,
"security": -0.18351884, "security": -0.18351884,
"connectedSystems": [ "connectedSystems": [
"H4X-0I", "H4X-0I",
@@ -748,8 +748,8 @@
}, },
{ {
"solarSystemName": "4DH-ST", "solarSystemName": "4DH-ST",
"x": "880", "x": 880,
"y": "370", "y": 370,
"security": -0.916722323, "security": -0.916722323,
"connectedSystems": [ "connectedSystems": [
"C-BHDN", "C-BHDN",
@@ -758,8 +758,8 @@
}, },
{ {
"solarSystemName": "OSW-0P", "solarSystemName": "OSW-0P",
"x": "890", "x": 890,
"y": "325", "y": 325,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"4DH-ST" "4DH-ST"
@@ -767,8 +767,8 @@
}, },
{ {
"solarSystemName": "JAWX-R", "solarSystemName": "JAWX-R",
"x": "25", "x": 25,
"y": "375", "y": 375,
"security": -0.693827459, "security": -0.693827459,
"connectedSystems": [ "connectedSystems": [
"B-2VXB", "B-2VXB",
@@ -777,8 +777,8 @@
}, },
{ {
"solarSystemName": "APES-G", "solarSystemName": "APES-G",
"x": "40", "x": 40,
"y": "45", "y": 45,
"security": -0.711115778, "security": -0.711115778,
"connectedSystems": [ "connectedSystems": [
"J-Z8C2", "J-Z8C2",
@@ -787,8 +787,8 @@
}, },
{ {
"solarSystemName": "D-OJEZ", "solarSystemName": "D-OJEZ",
"x": "110", "x": 110,
"y": "455", "y": 455,
"security": -0.761516359, "security": -0.761516359,
"connectedSystems": [ "connectedSystems": [
"1PF-BC", "1PF-BC",
@@ -797,8 +797,8 @@
}, },
{ {
"solarSystemName": "X1-IZ0", "solarSystemName": "X1-IZ0",
"x": "110", "x": 110,
"y": "500", "y": 500,
"security": -0.5901914981231889, "security": -0.5901914981231889,
"connectedSystems": [ "connectedSystems": [
"27-HP0", "27-HP0",
@@ -807,8 +807,8 @@
}, },
{ {
"solarSystemName": "91-KD8", "solarSystemName": "91-KD8",
"x": "115", "x": 115,
"y": "45", "y": 45,
"security": -0.272103129, "security": -0.272103129,
"connectedSystems": [ "connectedSystems": [
"3ET-G8", "3ET-G8",
@@ -818,8 +818,8 @@
}, },
{ {
"solarSystemName": "8-SPNN", "solarSystemName": "8-SPNN",
"x": "530", "x": 530,
"y": "615", "y": 615,
"security": -0.952164152232162, "security": -0.952164152232162,
"connectedSystems": [ "connectedSystems": [
"B-T6BT", "B-T6BT",
@@ -828,8 +828,8 @@
}, },
{ {
"solarSystemName": "PA-ALN", "solarSystemName": "PA-ALN",
"x": "575", "x": 575,
"y": "320", "y": 320,
"security": -0.472431258, "security": -0.472431258,
"connectedSystems": [ "connectedSystems": [
"EU-WFW", "EU-WFW",
@@ -839,8 +839,8 @@
}, },
{ {
"solarSystemName": "JUE-DX", "solarSystemName": "JUE-DX",
"x": "610", "x": 610,
"y": "480", "y": 480,
"security": -0.348088317, "security": -0.348088317,
"connectedSystems": [ "connectedSystems": [
"K-YL9T", "K-YL9T",
@@ -851,8 +851,8 @@
}, },
{ {
"solarSystemName": "E-WMT7", "solarSystemName": "E-WMT7",
"x": "655", "x": 655,
"y": "315", "y": 315,
"security": -0.143925452, "security": -0.143925452,
"connectedSystems": [ "connectedSystems": [
"EU-WFW", "EU-WFW",
@@ -862,8 +862,8 @@
}, },
{ {
"solarSystemName": "F-5WYK", "solarSystemName": "F-5WYK",
"x": "685", "x": 685,
"y": "270", "y": 270,
"security": -0.472881448, "security": -0.472881448,
"connectedSystems": [ "connectedSystems": [
"E-WMT7", "E-WMT7",
@@ -874,8 +874,8 @@
}, },
{ {
"solarSystemName": "XUPK-Z", "solarSystemName": "XUPK-Z",
"x": "705", "x": 705,
"y": "520", "y": 520,
"security": -0.177313464, "security": -0.177313464,
"connectedSystems": [ "connectedSystems": [
"O-O2GN", "O-O2GN",
@@ -885,8 +885,8 @@
}, },
{ {
"solarSystemName": "L1YK-V", "solarSystemName": "L1YK-V",
"x": "745", "x": 745,
"y": "25", "y": 25,
"security": -0.496379813, "security": -0.496379813,
"connectedSystems": [ "connectedSystems": [
"R3P0-Z", "R3P0-Z",
@@ -896,8 +896,8 @@
}, },
{ {
"solarSystemName": "8OYE-Z", "solarSystemName": "8OYE-Z",
"x": "775", "x": 775,
"y": "710", "y": 710,
"security": -0.5344909786812211, "security": -0.5344909786812211,
"connectedSystems": [ "connectedSystems": [
"NG-M8K", "NG-M8K",

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

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Stacmon", "solarSystemName": "Stacmon",
"x": "50", "x": 50,
"y": "215", "y": 215,
"security": 0.6052797268620083, "security": 0.6052797268620083,
"connectedSystems": [ "connectedSystems": [
"Aidart", "Aidart",
@@ -14,8 +14,8 @@
}, },
{ {
"solarSystemName": "Aidart", "solarSystemName": "Aidart",
"x": "50", "x": 50,
"y": "280", "y": 280,
"security": 0.6123584660385427, "security": 0.6123584660385427,
"connectedSystems": [ "connectedSystems": [
"Cistuvaert", "Cistuvaert",
@@ -25,8 +25,8 @@
}, },
{ {
"solarSystemName": "Cistuvaert", "solarSystemName": "Cistuvaert",
"x": "85", "x": 85,
"y": "400", "y": 400,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Alentene", "Alentene",
@@ -36,8 +36,8 @@
}, },
{ {
"solarSystemName": "Adallier", "solarSystemName": "Adallier",
"x": "85", "x": 85,
"y": "595", "y": 595,
"security": 0.8851227852362401, "security": 0.8851227852362401,
"connectedSystems": [ "connectedSystems": [
"Alentene" "Alentene"
@@ -45,8 +45,8 @@
}, },
{ {
"solarSystemName": "Clacille", "solarSystemName": "Clacille",
"x": "120", "x": 120,
"y": "105", "y": 105,
"security": 0.8708548974658606, "security": 0.8708548974658606,
"connectedSystems": [ "connectedSystems": [
"Eletta" "Eletta"
@@ -54,8 +54,8 @@
}, },
{ {
"solarSystemName": "Alentene", "solarSystemName": "Alentene",
"x": "140", "x": 140,
"y": "560", "y": 560,
"security": 0.8667830122068437, "security": 0.8667830122068437,
"connectedSystems": [ "connectedSystems": [
"Alenia", "Alenia",
@@ -68,8 +68,8 @@
}, },
{ {
"solarSystemName": "Merolles", "solarSystemName": "Merolles",
"x": "155", "x": 155,
"y": "460", "y": 460,
"security": 0.8846282261857983, "security": 0.8846282261857983,
"connectedSystems": [ "connectedSystems": [
"Tourier", "Tourier",
@@ -79,8 +79,8 @@
}, },
{ {
"solarSystemName": "Clellinon", "solarSystemName": "Clellinon",
"x": "170", "x": 170,
"y": "55", "y": 55,
"security": 0.848465929327, "security": 0.848465929327,
"connectedSystems": [ "connectedSystems": [
"Luse" "Luse"
@@ -88,8 +88,8 @@
}, },
{ {
"solarSystemName": "Eletta", "solarSystemName": "Eletta",
"x": "200", "x": 200,
"y": "145", "y": 145,
"security": 0.9435089555746619, "security": 0.9435089555746619,
"connectedSystems": [ "connectedSystems": [
"Cistuvaert", "Cistuvaert",
@@ -100,8 +100,8 @@
}, },
{ {
"solarSystemName": "Alenia", "solarSystemName": "Alenia",
"x": "210", "x": 210,
"y": "495", "y": 495,
"security": 0.9239133100077668, "security": 0.9239133100077668,
"connectedSystems": [ "connectedSystems": [
"Tourier", "Tourier",
@@ -111,8 +111,8 @@
}, },
{ {
"solarSystemName": "Luse", "solarSystemName": "Luse",
"x": "225", "x": 225,
"y": "95", "y": 95,
"security": 0.8924239050701559, "security": 0.8924239050701559,
"connectedSystems": [ "connectedSystems": [
"Eletta", "Eletta",
@@ -123,8 +123,8 @@
}, },
{ {
"solarSystemName": "Scheenins", "solarSystemName": "Scheenins",
"x": "231", "x": 231,
"y": "272", "y": 272,
"security": 0.5374285569171331, "security": 0.5374285569171331,
"connectedSystems": [ "connectedSystems": [
"Jufvitte", "Jufvitte",
@@ -133,8 +133,8 @@
}, },
{ {
"solarSystemName": "Tourier", "solarSystemName": "Tourier",
"x": "250", "x": 250,
"y": "445", "y": 445,
"security": 0.9111339832233286, "security": 0.9111339832233286,
"connectedSystems": [ "connectedSystems": [
"Yulai", "Yulai",
@@ -146,8 +146,8 @@
}, },
{ {
"solarSystemName": "Theruesse", "solarSystemName": "Theruesse",
"x": "252", "x": 252,
"y": "368", "y": 368,
"security": 0.879221297979419, "security": 0.879221297979419,
"connectedSystems": [ "connectedSystems": [
"Ellmay" "Ellmay"
@@ -155,8 +155,8 @@
}, },
{ {
"solarSystemName": "Vaere", "solarSystemName": "Vaere",
"x": "255", "x": 255,
"y": "540", "y": 540,
"security": 0.8215773718240504, "security": 0.8215773718240504,
"connectedSystems": [ "connectedSystems": [
"Alenia", "Alenia",
@@ -165,8 +165,8 @@
}, },
{ {
"solarSystemName": "Ekuenbiron", "solarSystemName": "Ekuenbiron",
"x": "270", "x": 270,
"y": "60", "y": 60,
"security": 0.7930523223960513, "security": 0.7930523223960513,
"connectedSystems": [ "connectedSystems": [
"Luse", "Luse",
@@ -175,8 +175,8 @@
}, },
{ {
"solarSystemName": "Vay", "solarSystemName": "Vay",
"x": "275", "x": 275,
"y": "155", "y": 155,
"security": 0.7585221108867841, "security": 0.7585221108867841,
"connectedSystems": [ "connectedSystems": [
"Eletta", "Eletta",
@@ -187,8 +187,8 @@
}, },
{ {
"solarSystemName": "Channace", "solarSystemName": "Channace",
"x": "290", "x": 290,
"y": "500", "y": 500,
"security": 0.8998076955528059, "security": 0.8998076955528059,
"connectedSystems": [ "connectedSystems": [
"Tourier" "Tourier"
@@ -196,8 +196,8 @@
}, },
{ {
"solarSystemName": "Amygnon", "solarSystemName": "Amygnon",
"x": "313", "x": 313,
"y": "275", "y": 275,
"security": 0.637568637975, "security": 0.637568637975,
"connectedSystems": [ "connectedSystems": [
"Jufvitte", "Jufvitte",
@@ -206,8 +206,8 @@
}, },
{ {
"solarSystemName": "Ellmay", "solarSystemName": "Ellmay",
"x": "315", "x": 315,
"y": "389", "y": 389,
"security": 0.8610439141991231, "security": 0.8610439141991231,
"connectedSystems": [ "connectedSystems": [
"Gisleres", "Gisleres",
@@ -216,8 +216,8 @@
}, },
{ {
"solarSystemName": "Jufvitte", "solarSystemName": "Jufvitte",
"x": "319", "x": 319,
"y": "321", "y": 321,
"security": 0.5204881243554254, "security": 0.5204881243554254,
"connectedSystems": [ "connectedSystems": [
"Ouelletta", "Ouelletta",
@@ -228,8 +228,8 @@
}, },
{ {
"solarSystemName": "Raneilles", "solarSystemName": "Raneilles",
"x": "325", "x": 325,
"y": "95", "y": 95,
"security": 0.5502352253249355, "security": 0.5502352253249355,
"connectedSystems": [ "connectedSystems": [
"Ekuenbiron", "Ekuenbiron",
@@ -239,8 +239,8 @@
}, },
{ {
"solarSystemName": "Ansalle", "solarSystemName": "Ansalle",
"x": "365", "x": 365,
"y": "359", "y": 359,
"security": 0.6207122277591464, "security": 0.6207122277591464,
"connectedSystems": [ "connectedSystems": [
"Jufvitte", "Jufvitte",
@@ -249,8 +249,8 @@
}, },
{ {
"solarSystemName": "Gisleres", "solarSystemName": "Gisleres",
"x": "391", "x": 391,
"y": "406", "y": 406,
"security": 0.7613834393954677, "security": 0.7613834393954677,
"connectedSystems": [ "connectedSystems": [
"Scolluzer", "Scolluzer",
@@ -260,8 +260,8 @@
}, },
{ {
"solarSystemName": "Loes", "solarSystemName": "Loes",
"x": "424", "x": 424,
"y": "222", "y": 222,
"security": 0.2659361455011099, "security": 0.2659361455011099,
"connectedSystems": [ "connectedSystems": [
"Ouelletta", "Ouelletta",
@@ -270,8 +270,8 @@
}, },
{ {
"solarSystemName": "Hevrice", "solarSystemName": "Hevrice",
"x": "435", "x": 435,
"y": "70", "y": 70,
"security": 0.4186093732969881, "security": 0.4186093732969881,
"connectedSystems": [ "connectedSystems": [
"Muetralle", "Muetralle",
@@ -281,8 +281,8 @@
}, },
{ {
"solarSystemName": "Scolluzer", "solarSystemName": "Scolluzer",
"x": "450", "x": 450,
"y": "580", "y": 580,
"security": 0.8227355609226984, "security": 0.8227355609226984,
"connectedSystems": [ "connectedSystems": [
"Alentene", "Alentene",
@@ -293,8 +293,8 @@
}, },
{ {
"solarSystemName": "Ouelletta", "solarSystemName": "Ouelletta",
"x": "465", "x": 465,
"y": "255", "y": 255,
"security": 0.4185788281145386, "security": 0.4185788281145386,
"connectedSystems": [ "connectedSystems": [
"Melmaniel", "Melmaniel",
@@ -304,8 +304,8 @@
}, },
{ {
"solarSystemName": "Sortet", "solarSystemName": "Sortet",
"x": "465", "x": 465,
"y": "605", "y": 605,
"security": 0.7758136377012856, "security": 0.7758136377012856,
"connectedSystems": [ "connectedSystems": [
"Scolluzer", "Scolluzer",
@@ -314,8 +314,8 @@
}, },
{ {
"solarSystemName": "Claulenne", "solarSystemName": "Claulenne",
"x": "490", "x": 490,
"y": "640", "y": 640,
"security": 0.7187143138610363, "security": 0.7187143138610363,
"connectedSystems": [ "connectedSystems": [
"Sortet", "Sortet",
@@ -324,8 +324,8 @@
}, },
{ {
"solarSystemName": "Muetralle", "solarSystemName": "Muetralle",
"x": "510", "x": 510,
"y": "95", "y": 95,
"security": 0.2399638665794995, "security": 0.2399638665794995,
"connectedSystems": [ "connectedSystems": [
"Costolle", "Costolle",
@@ -334,8 +334,8 @@
}, },
{ {
"solarSystemName": "Melmaniel", "solarSystemName": "Melmaniel",
"x": "515", "x": 515,
"y": "205", "y": 205,
"security": 0.2552530417760114, "security": 0.2552530417760114,
"connectedSystems": [ "connectedSystems": [
"Murethand", "Murethand",
@@ -345,8 +345,8 @@
}, },
{ {
"solarSystemName": "Jovainnon", "solarSystemName": "Jovainnon",
"x": "530", "x": 530,
"y": "45", "y": 45,
"security": 0.2981414191407068, "security": 0.2981414191407068,
"connectedSystems": [ "connectedSystems": [
"Hevrice", "Hevrice",
@@ -355,8 +355,8 @@
}, },
{ {
"solarSystemName": "Masalle", "solarSystemName": "Masalle",
"x": "530", "x": 530,
"y": "675", "y": 675,
"security": 0.7832032727573532, "security": 0.7832032727573532,
"connectedSystems": [ "connectedSystems": [
"Claulenne", "Claulenne",
@@ -365,8 +365,8 @@
}, },
{ {
"solarSystemName": "Costolle", "solarSystemName": "Costolle",
"x": "535", "x": 535,
"y": "145", "y": 145,
"security": 0.2068101630720891, "security": 0.2068101630720891,
"connectedSystems": [ "connectedSystems": [
"Melmaniel", "Melmaniel",
@@ -375,8 +375,8 @@
}, },
{ {
"solarSystemName": "Annelle", "solarSystemName": "Annelle",
"x": "585", "x": 585,
"y": "705", "y": 705,
"security": 0.757016855715469, "security": 0.757016855715469,
"connectedSystems": [ "connectedSystems": [
"Masalle", "Masalle",
@@ -385,8 +385,8 @@
}, },
{ {
"solarSystemName": "Murethand", "solarSystemName": "Murethand",
"x": "590", "x": 590,
"y": "200", "y": 200,
"security": 0.2864525220048827, "security": 0.2864525220048827,
"connectedSystems": [ "connectedSystems": [
"Mesybier", "Mesybier",
@@ -396,8 +396,8 @@
}, },
{ {
"solarSystemName": "Aeschee", "solarSystemName": "Aeschee",
"x": "620", "x": 620,
"y": "40", "y": 40,
"security": 0.1565304917557424, "security": 0.1565304917557424,
"connectedSystems": [ "connectedSystems": [
"Adirain", "Adirain",
@@ -409,8 +409,8 @@
}, },
{ {
"solarSystemName": "Chesiette", "solarSystemName": "Chesiette",
"x": "655", "x": 655,
"y": "725", "y": 725,
"security": 0.5727048525501588, "security": 0.5727048525501588,
"connectedSystems": [ "connectedSystems": [
"Annelle", "Annelle",
@@ -419,8 +419,8 @@
}, },
{ {
"solarSystemName": "Osmomonne", "solarSystemName": "Osmomonne",
"x": "710", "x": 710,
"y": "455", "y": 455,
"security": 0.7680664243703583, "security": 0.7680664243703583,
"connectedSystems": [ "connectedSystems": [
"Scolluzer", "Scolluzer",
@@ -430,8 +430,8 @@
}, },
{ {
"solarSystemName": "Reblier", "solarSystemName": "Reblier",
"x": "720", "x": 720,
"y": "735", "y": 735,
"security": 0.3980138379721859, "security": 0.3980138379721859,
"connectedSystems": [ "connectedSystems": [
"Chesiette", "Chesiette",
@@ -440,8 +440,8 @@
}, },
{ {
"solarSystemName": "Stou", "solarSystemName": "Stou",
"x": "745", "x": 745,
"y": "345", "y": 345,
"security": 0.5188180285077717, "security": 0.5188180285077717,
"connectedSystems": [ "connectedSystems": [
"Amoderia", "Amoderia",
@@ -450,8 +450,8 @@
}, },
{ {
"solarSystemName": "Chantrousse", "solarSystemName": "Chantrousse",
"x": "770", "x": 770,
"y": "415", "y": 415,
"security": 0.6393165779303467, "security": 0.6393165779303467,
"connectedSystems": [ "connectedSystems": [
"Ourapheh", "Ourapheh",
@@ -462,8 +462,8 @@
}, },
{ {
"solarSystemName": "Amoderia", "solarSystemName": "Amoderia",
"x": "780", "x": 780,
"y": "310", "y": 310,
"security": 0.4048520216710199, "security": 0.4048520216710199,
"connectedSystems": [ "connectedSystems": [
"Pemene", "Pemene",
@@ -473,8 +473,8 @@
}, },
{ {
"solarSystemName": "Tierijev", "solarSystemName": "Tierijev",
"x": "785", "x": 785,
"y": "470", "y": 470,
"security": 0.8379695899076048, "security": 0.8379695899076048,
"connectedSystems": [ "connectedSystems": [
"Chantrousse", "Chantrousse",
@@ -485,8 +485,8 @@
}, },
{ {
"solarSystemName": "Arraron", "solarSystemName": "Arraron",
"x": "815", "x": 815,
"y": "360", "y": 360,
"security": 0.471987249510464, "security": 0.471987249510464,
"connectedSystems": [ "connectedSystems": [
"Amoderia", "Amoderia",
@@ -497,8 +497,8 @@
}, },
{ {
"solarSystemName": "Attyn", "solarSystemName": "Attyn",
"x": "870", "x": 870,
"y": "270", "y": 270,
"security": 0.669496111392775, "security": 0.669496111392775,
"connectedSystems": [ "connectedSystems": [
"Laurvier", "Laurvier",
@@ -507,8 +507,8 @@
}, },
{ {
"solarSystemName": "Covryn", "solarSystemName": "Covryn",
"x": "0", "x": 0,
"y": "175", "y": 175,
"security": 0.3559005292141887, "security": 0.3559005292141887,
"connectedSystems": [ "connectedSystems": [
"Stacmon", "Stacmon",
@@ -518,8 +518,8 @@
}, },
{ {
"solarSystemName": "Avaux", "solarSystemName": "Avaux",
"x": "0", "x": 0,
"y": "320", "y": 320,
"security": 0.4477052030541426, "security": 0.4477052030541426,
"connectedSystems": [ "connectedSystems": [
"Aidart", "Aidart",
@@ -528,8 +528,8 @@
}, },
{ {
"solarSystemName": "Dastryns", "solarSystemName": "Dastryns",
"x": "65", "x": 65,
"y": "155", "y": 155,
"security": 0.2523946698025977, "security": 0.2523946698025977,
"connectedSystems": [ "connectedSystems": [
"Stacmon", "Stacmon",
@@ -540,8 +540,8 @@
}, },
{ {
"solarSystemName": "Slays", "solarSystemName": "Slays",
"x": "105", "x": 105,
"y": "250", "y": 250,
"security": 0.4871707730193347, "security": 0.4871707730193347,
"connectedSystems": [ "connectedSystems": [
"Stacmon", "Stacmon",
@@ -551,8 +551,8 @@
}, },
{ {
"solarSystemName": "Ostingele", "solarSystemName": "Ostingele",
"x": "115", "x": 115,
"y": "190", "y": 190,
"security": 0.1726206117578859, "security": 0.1726206117578859,
"connectedSystems": [ "connectedSystems": [
"Agoze", "Agoze",
@@ -565,8 +565,8 @@
}, },
{ {
"solarSystemName": "Tar", "solarSystemName": "Tar",
"x": "155", "x": 155,
"y": "415", "y": 415,
"security": 0.7566772446611076, "security": 0.7566772446611076,
"connectedSystems": [ "connectedSystems": [
"Pakhshi", "Pakhshi",
@@ -577,8 +577,8 @@
}, },
{ {
"solarSystemName": "Intaki", "solarSystemName": "Intaki",
"x": "315", "x": 315,
"y": "225", "y": 225,
"security": 0.6, "security": 0.6,
"connectedSystems": [ "connectedSystems": [
"Agoze", "Agoze",
@@ -589,8 +589,8 @@
}, },
{ {
"solarSystemName": "Agoze", "solarSystemName": "Agoze",
"x": "348", "x": 348,
"y": "187", "y": 187,
"security": 0.2086483619822196, "security": 0.2086483619822196,
"connectedSystems": [ "connectedSystems": [
"Loes", "Loes",
@@ -602,8 +602,8 @@
}, },
{ {
"solarSystemName": "Diaderi", "solarSystemName": "Diaderi",
"x": "350", "x": 350,
"y": "465", "y": 465,
"security": 0.7713307785797243, "security": 0.7713307785797243,
"connectedSystems": [ "connectedSystems": [
"Tourier", "Tourier",
@@ -612,8 +612,8 @@
}, },
{ {
"solarSystemName": "Yulai", "solarSystemName": "Yulai",
"x": "500", "x": 500,
"y": "415", "y": 415,
"security": 1, "security": 1,
"connectedSystems": [ "connectedSystems": [
"Ourapheh", "Ourapheh",
@@ -623,8 +623,8 @@
}, },
{ {
"solarSystemName": "Ladistier", "solarSystemName": "Ladistier",
"x": "570", "x": 570,
"y": "0", "y": 0,
"security": 0.2849998893118635, "security": 0.2849998893118635,
"connectedSystems": [ "connectedSystems": [
"Vifrevaert", "Vifrevaert",
@@ -634,8 +634,8 @@
}, },
{ {
"solarSystemName": "Ourapheh", "solarSystemName": "Ourapheh",
"x": "600", "x": 600,
"y": "410", "y": 410,
"security": 0.861960173311, "security": 0.861960173311,
"connectedSystems": [ "connectedSystems": [
"Manarq", "Manarq",
@@ -647,8 +647,8 @@
}, },
{ {
"solarSystemName": "Indregulle", "solarSystemName": "Indregulle",
"x": "620", "x": 620,
"y": "245", "y": 245,
"security": 0.241978689738401, "security": 0.241978689738401,
"connectedSystems": [ "connectedSystems": [
"Heydieles", "Heydieles",
@@ -657,8 +657,8 @@
}, },
{ {
"solarSystemName": "Onne", "solarSystemName": "Onne",
"x": "675", "x": 675,
"y": "0", "y": 0,
"security": 0.3882801087888061, "security": 0.3882801087888061,
"connectedSystems": [ "connectedSystems": [
"Deninard", "Deninard",
@@ -669,8 +669,8 @@
}, },
{ {
"solarSystemName": "Mesybier", "solarSystemName": "Mesybier",
"x": "700", "x": 700,
"y": "215", "y": 215,
"security": 0.4703787655727688, "security": 0.4703787655727688,
"connectedSystems": [ "connectedSystems": [
"Caslemon", "Caslemon",
@@ -681,8 +681,8 @@
}, },
{ {
"solarSystemName": "Lisbaetanne", "solarSystemName": "Lisbaetanne",
"x": "740", "x": 740,
"y": "110", "y": 110,
"security": 0.373262599738129, "security": 0.373262599738129,
"connectedSystems": [ "connectedSystems": [
"Aere", "Aere",
@@ -691,8 +691,8 @@
}, },
{ {
"solarSystemName": "Pemene", "solarSystemName": "Pemene",
"x": "755", "x": 755,
"y": "265", "y": 265,
"security": 0.4501924356223205, "security": 0.4501924356223205,
"connectedSystems": [ "connectedSystems": [
"Mesybier", "Mesybier",
@@ -702,8 +702,8 @@
}, },
{ {
"solarSystemName": "Tannolen", "solarSystemName": "Tannolen",
"x": "760", "x": 760,
"y": "520", "y": 520,
"security": 0.3036259362881431, "security": 0.3036259362881431,
"connectedSystems": [ "connectedSystems": [
"Onatoh", "Onatoh",
@@ -712,8 +712,8 @@
}, },
{ {
"solarSystemName": "6-CZ49", "solarSystemName": "6-CZ49",
"x": "800", "x": 800,
"y": "725", "y": 725,
"security": -0.157212654503891, "security": -0.157212654503891,
"connectedSystems": [ "connectedSystems": [
"Reblier", "Reblier",
@@ -724,8 +724,8 @@
}, },
{ {
"solarSystemName": "Adirain", "solarSystemName": "Adirain",
"x": "805", "x": 805,
"y": "75", "y": 75,
"security": 0.4236857698809219, "security": 0.4236857698809219,
"connectedSystems": [ "connectedSystems": [
"Arnon", "Arnon",
@@ -735,8 +735,8 @@
}, },
{ {
"solarSystemName": "Laurvier", "solarSystemName": "Laurvier",
"x": "860", "x": 860,
"y": "120", "y": 120,
"security": 0.7310495583442387, "security": 0.7310495583442387,
"connectedSystems": [ "connectedSystems": [
"Arnon", "Arnon",
@@ -746,8 +746,8 @@
}, },
{ {
"solarSystemName": "Derririntel", "solarSystemName": "Derririntel",
"x": "885", "x": 885,
"y": "480", "y": 480,
"security": 0.8188007274569858, "security": 0.8188007274569858,
"connectedSystems": [ "connectedSystems": [
"Tierijev", "Tierijev",

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[ [
{ {
"solarSystemName": "Zarzakh", "solarSystemName": "Zarzakh",
"x": "505", "x": 505,
"y": "288", "y": 288,
"security": -1, "security": -1,
"connectedSystems": [ "connectedSystems": [
"Turnur", "Turnur",
@@ -13,8 +13,8 @@
}, },
{ {
"solarSystemName": "Alsavoinon", "solarSystemName": "Alsavoinon",
"x": "321", "x": 321,
"y": "136", "y": 136,
"security": 0.266366286154, "security": 0.266366286154,
"connectedSystems": [ "connectedSystems": [
"Vlillirier", "Vlillirier",
@@ -24,8 +24,8 @@
}, },
{ {
"solarSystemName": "Turnur", "solarSystemName": "Turnur",
"x": "323", "x": 323,
"y": "333", "y": 333,
"security": 0.387434219905, "security": 0.387434219905,
"connectedSystems": [ "connectedSystems": [
"Uisper", "Uisper",
@@ -36,8 +36,8 @@
}, },
{ {
"solarSystemName": "H-PA29", "solarSystemName": "H-PA29",
"x": "509", "x": 509,
"y": "140", "y": 140,
"security": -0.241053552113, "security": -0.241053552113,
"connectedSystems": [ "connectedSystems": [
"P-FSQE", "P-FSQE",
@@ -48,8 +48,8 @@
}, },
{ {
"solarSystemName": "G-0Q86", "solarSystemName": "G-0Q86",
"x": "513", "x": 513,
"y": "382", "y": 382,
"security": -0.0173427293383, "security": -0.0173427293383,
"connectedSystems": [ "connectedSystems": [
"G-R4W1", "G-R4W1",

View File

@@ -1,4 +1,3 @@
import React, { useState, useRef, useCallback, useEffect } from 'react'; import React, { useState, useRef, useCallback, useEffect } from 'react';
import { useNavigate } from 'react-router-dom'; import { useNavigate } from 'react-router-dom';
import { MapNode } from './MapNode'; import { MapNode } from './MapNode';
@@ -10,8 +9,8 @@ import { getSecurityColor } from '../utils/securityColors';
interface SolarSystem { interface SolarSystem {
solarSystemName: string; solarSystemName: string;
x: string; x: number;
y: string; y: number;
security: number; security: number;
connectedSystems: string[]; connectedSystems: string[];
} }
@@ -48,8 +47,8 @@ export const RegionMap: React.FC<{ regionName: string }> = ({ regionName }) => {
const positions: Record<string, Position> = {}; const positions: Record<string, Position> = {};
systems.forEach(system => { systems.forEach(system => {
positions[system.solarSystemName] = { positions[system.solarSystemName] = {
x: parseInt(system.x), x: system.x,
y: parseInt(system.y) y: system.y
}; };
}); });
setNodePositions(positions); setNodePositions(positions);