From 16bfd1d9a6684f79dfe0fdbdf32220d4ae9194cb Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 15 Jun 2025 17:48:03 +0200 Subject: [PATCH] Squash merge feature/wormholes into master --- ingest/fuckifier3.js | 15 + public/A821-A.json | 184 +--- public/Aridia.json | 485 ++-------- public/Black Rise.json | 336 ++----- public/Branch.json | 548 +++-------- public/Cache.json | 339 ++----- public/Catch.json | 704 +++----------- public/Cloud Ring.json | 267 +----- public/Cobalt Edge.json | 436 ++------- public/Curse.json | 361 ++------ public/Deklein.json | 483 ++-------- public/Delve.json | 600 +++--------- public/Derelik.json | 722 +++------------ public/Detorid.json | 599 +++--------- public/Devoid.json | 380 ++------ public/Domain.json | 1258 +++++--------------------- public/Esoteria.json | 486 ++-------- public/Essence.json | 534 ++--------- public/Etherium Reach.json | 643 +++---------- public/Everyshore.json | 447 ++------- public/Fade.json | 187 +--- public/Feythabolis.json | 508 ++--------- public/Fountain.json | 659 +++----------- public/Geminate.json | 520 ++--------- public/Genesis.json | 767 +++------------- public/Great Wildlands.json | 625 +++---------- public/Heimatar.json | 607 +++---------- public/Immensea.json | 505 ++--------- public/Impass.json | 284 ++---- public/Insmother.json | 711 +++------------ public/J7HZ-F.json | 308 ++----- public/Kador.json | 613 +++---------- public/Khanid.json | 507 ++--------- public/Kor-Azor.json | 428 ++------- public/Lonetrek.json | 689 +++----------- public/Malpais.json | 678 +++----------- public/Metropolis.json | 1069 ++++------------------ public/Molden Heath.json | 239 +---- public/Oasa.json | 572 ++---------- public/Omist.json | 248 +---- public/Outer Passage.json | 525 ++--------- public/Outer Ring.json | 363 ++------ public/Paragon Soul.json | 279 +----- public/Period Basis.json | 239 +---- public/Perrigen Falls.json | 702 +++----------- public/Placid.json | 493 ++-------- public/Pochven.json | 141 +-- public/Providence.json | 560 ++---------- public/Pure Blind.json | 584 +++--------- public/Querious.json | 590 +++--------- public/Scalding Pass.json | 617 +++---------- public/Sinq Laison.json | 816 +++-------------- public/Solitude.json | 257 +----- public/Stain.json | 723 +++------------ public/Syndicate.json | 702 +++----------- public/Tash-Murkon.json | 711 +++------------ public/Tenal.json | 414 ++------- public/Tenerifis.json | 484 ++-------- public/The Bleak Lands.json | 264 +----- public/The Citadel.json | 622 +++---------- public/The Forge.json | 621 +++---------- public/The Kalevala Expanse.json | 494 ++-------- public/The Spire.json | 480 ++-------- public/Tribute.json | 597 +++--------- public/UUA-F4.json | 447 +++------ public/Vale of the Silent.json | 775 +++------------- public/Venal.json | 597 +++--------- public/Verge Vendor.json | 411 ++------- public/Wicked Creek.json | 549 ++--------- public/Wormhole.json | 1 + public/Yasna Zakh.json | 35 +- public/universe.json | 520 ++--------- src/components/Connection.tsx | 23 +- src/components/GalaxyMap.tsx | 21 +- src/components/MapNode.tsx | 64 +- src/components/RegionMap.tsx | 599 +++++++----- src/components/SignatureCard.tsx | 2 +- src/components/SignatureListItem.tsx | 2 +- src/components/SystemContextMenu.tsx | 89 ++ src/components/SystemTracker.tsx | 16 +- src/hooks/use-toast.ts | 3 +- src/hooks/useRegionData.ts | 25 +- src/index.css | 1 - src/lib/types.ts | 42 + src/pages/RegionPage.tsx | 6 +- src/utils/wormholeStorage.ts | 42 + 86 files changed, 7037 insertions(+), 30062 deletions(-) create mode 100644 ingest/fuckifier3.js create mode 100644 public/Wormhole.json create mode 100644 src/components/SystemContextMenu.tsx create mode 100644 src/lib/types.ts create mode 100644 src/utils/wormholeStorage.ts diff --git a/ingest/fuckifier3.js b/ingest/fuckifier3.js new file mode 100644 index 0000000..3fb7d4c --- /dev/null +++ b/ingest/fuckifier3.js @@ -0,0 +1,15 @@ +import fs from 'fs'; + +const jsonFiles = fs.readdirSync('../public'); + +for (const file of jsonFiles) { + if (!file.endsWith('.json')) continue + const data = fs.readFileSync(`../public/${file}`, 'utf8'); + const json = JSON.parse(data); + for (const region of json) { + if (region.connectedSystems) { + region.connectedSystems = region.connectedSystems.join(','); + } + } + fs.writeFileSync(`../public/${file}`, JSON.stringify(json, null, 2)); +} diff --git a/public/A821-A.json b/public/A821-A.json index eb5f606..371dd6f 100644 --- a/public/A821-A.json +++ b/public/A821-A.json @@ -4,413 +4,321 @@ "x": 735, "y": 460, "security": -0.03404445577795956, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "0Z-VHC", "x": 900, "y": 435, "security": -0.02370289385487612, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "9-BUSQ", "x": 805, "y": 410, "security": -0.01628768910843548, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "LQB-TC", "x": 755, "y": 525, "security": -0.02503484730840144, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "II-1B3", "x": 895, "y": 370, "security": -0.0235022945994906, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6-HFD6", "x": 825, "y": 485, "security": -0.0232951710310092, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "P3UD-M", "x": 800, "y": 325, "security": -0.03954292310310381, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "LCN-0V", "x": 835, "y": 280, "security": -0.03266386052216164, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "FX-XMW", "x": 780, "y": 240, "security": -0.02053900506488138, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "G-N6MC", "x": 715, "y": 305, "security": -0.02359277837861407, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "7-8XK0", "x": 630, "y": 315, "security": -0.03127612097217147, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "90G-OA", "x": 540, "y": 305, "security": -0.03325497458419024, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "DT-7EO", "x": 480, "y": 360, "security": -0.03472869008915058, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "B-Y06L", "x": 320, "y": 355, "security": -0.06661757275385227, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "HHQ-8L", "x": 430, "y": 410, "security": -0.02687274070075907, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Z-KPAR", "x": 340, "y": 420, "security": -0.06042589021452882, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "8U-RZH", "x": 440, "y": 460, "security": -0.02043230570552179, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "2RV-06", "x": 340, "y": 470, "security": -0.07827419872843178, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "CLDT-L", "x": 225, "y": 385, "security": -0.05013289458924908, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "QU7-EE", "x": 450, "y": 510, "security": -0.01566951706063569, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "UC-X28", "x": 535, "y": 225, "security": -0.03313184293294469, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "R79-I7", "x": 450, "y": 220, "security": -0.035995282492432, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "E-RPGP", "x": 375, "y": 210, "security": -0.03272737815868709, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "ZV-KZO", "x": 305, "y": 195, "security": -0.02321449055405889, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "NSE-U1", "x": 230, "y": 180, "security": -0.02351788804762856, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "KER-EU", "x": 155, "y": 170, "security": -0.04351583532713421, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "69A-54", "x": 200, "y": 475, "security": -0.03371852827718991, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "M9-OS2", "x": 125, "y": 515, "security": -0.02480228788709815, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "5V-YL6", "x": 230, "y": 520, "security": -0.02815760460963324, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "8-UWFS", "x": 40, "y": 515, "security": -0.01269866547902154, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "PQWA-L", "x": 75, "y": 570, "security": -0.0104690923575288, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "BWO-UU", "x": 70, "y": 615, "security": -0.008386049763518533, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "SQVI-U", "x": 245, "y": 580, "security": -0.03039303163302687, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "T-YWDD", "x": 135, "y": 350, "security": -0.04500862483220181, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "DLY-RG", "x": 50, "y": 360, "security": -0.06506757132417762, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "T-C5A0", "x": 50, "y": 315, "security": -0.1012231477101665, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "UP-L3Y", "x": 150, "y": 300, "security": -0.05571884310798658, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "F-KBNV", "x": 30, "y": 410, "security": -0.04573214005663084, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "JL-P9P", "x": 35, "y": 265, "security": -0.1131701122846339, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "FR-RCH", "x": 290, "y": 125, "security": -0.01697362814699932, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "FNS3-F", "x": 215, "y": 105, "security": -0.02138916191779106, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "7BA-TK", "x": 380, "y": 105, "security": -0.01058669611237539, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "IAWJ-X", "x": 305, "y": 85, "security": -0.01900169536705909, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "50-TJY", "x": 295, "y": 40, "security": -0.02839246375053395, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "3-CE1R", "x": 230, "y": 5, "security": -0.02114286131273202, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "0IRK-R", "x": 475, "y": 105, "security": -0.006288421467540051, - "connectedSystems": [ - "" - ] + "connectedSystems": "" } ] \ No newline at end of file diff --git a/public/Aridia.json b/public/Aridia.json index 6e33b23..b199fd9 100644 --- a/public/Aridia.json +++ b/public/Aridia.json @@ -4,914 +4,601 @@ "x": 795, "y": 15, "security": 0.07120088191083751, - "connectedSystems": [ - "Faurulle", - "Shirshocin" - ] + "connectedSystems": "Faurulle,Shirshocin" }, { "solarSystemName": "Rafeme", "x": 43, "y": 703, "security": 0.1832812042101505, - "connectedSystems": [ - "Pout", - "Anath" - ] + "connectedSystems": "Pout,Anath" }, { "solarSystemName": "Van", "x": 960, "y": 65, "security": 0.3124498837243469, - "connectedSystems": [ - "Otakod", - "Shakasi", - "Zayi" - ] + "connectedSystems": "Otakod,Shakasi,Zayi" }, { "solarSystemName": "Shakasi", "x": 960, "y": 145, "security": 0.3177314845768791, - "connectedSystems": [ - "Van", - "Maalna", - "Maseera" - ] + "connectedSystems": "Van,Maalna,Maseera" }, { "solarSystemName": "Zayi", "x": 875, "y": 65, "security": 0.3215850073100112, - "connectedSystems": [ - "Van", - "Shirshocin", - "Maseera" - ] + "connectedSystems": "Van,Shirshocin,Maseera" }, { "solarSystemName": "Shirshocin", "x": 795, "y": 65, "security": 0.264278260864831, - "connectedSystems": [ - "Zayi", - "Yehaba", - "Agaullores" - ] + "connectedSystems": "Zayi,Yehaba,Agaullores" }, { "solarSystemName": "Maalna", "x": 920, "y": 230, "security": 0.3240645240287904, - "connectedSystems": [ - "Shakasi", - "Maseera" - ] + "connectedSystems": "Shakasi,Maseera" }, { "solarSystemName": "Maseera", "x": 875, "y": 145, "security": 0.3372040041790461, - "connectedSystems": [ - "Shakasi", - "Zayi", - "Maalna" - ] + "connectedSystems": "Shakasi,Zayi,Maalna" }, { "solarSystemName": "Yehaba", "x": 795, "y": 135, "security": 0.241706551655, - "connectedSystems": [ - "Shirshocin", - "Kenahehab", - "Gens" - ] + "connectedSystems": "Shirshocin,Kenahehab,Gens" }, { "solarSystemName": "Kenahehab", "x": 710, "y": 150, "security": 0.2294651782289705, - "connectedSystems": [ - "Yehaba", - "Gens", - "Jasson" - ] + "connectedSystems": "Yehaba,Gens,Jasson" }, { "solarSystemName": "Gens", "x": 795, "y": 215, "security": 0.1710619207962286, - "connectedSystems": [ - "Yehaba", - "Kenahehab", - "Kamih" - ] + "connectedSystems": "Yehaba,Kenahehab,Kamih" }, { "solarSystemName": "Kamih", "x": 745, "y": 270, "security": 0.2446716176578679, - "connectedSystems": [ - "Gens", - "Hier", - "Jasson", - "Fihrneh" - ] + "connectedSystems": "Gens,Hier,Jasson,Fihrneh" }, { "solarSystemName": "Hier", "x": 825, "y": 395, "security": 0.3607799657102757, - "connectedSystems": [ - "Kamih", - "Sadana", - "Nema" - ] + "connectedSystems": "Kamih,Sadana,Nema" }, { "solarSystemName": "Jasson", "x": 640, "y": 185, "security": 0.2506199243906265, - "connectedSystems": [ - "Kenahehab", - "Kamih", - "Haimeh" - ] + "connectedSystems": "Kenahehab,Kamih,Haimeh" }, { "solarSystemName": "Sadana", "x": 920, "y": 395, "security": 0.3646884189362021, - "connectedSystems": [ - "Hier", - "Isid", - "Onanam" - ] + "connectedSystems": "Hier,Isid,Onanam" }, { "solarSystemName": "Isid", "x": 920, "y": 355, "security": 0.2740715123060192, - "connectedSystems": [ - "Sadana", - "Marmeha" - ] + "connectedSystems": "Sadana,Marmeha" }, { "solarSystemName": "Onanam", "x": 920, "y": 430, "security": 0.3885338669657803, - "connectedSystems": [ - "Sadana", - "Udianoor" - ] + "connectedSystems": "Sadana,Udianoor" }, { "solarSystemName": "Udianoor", "x": 920, "y": 460, "security": 0.3763894826550489, - "connectedSystems": [ - "Onanam", - "Vehan" - ] + "connectedSystems": "Onanam,Vehan" }, { "solarSystemName": "Vehan", "x": 920, "y": 490, "security": 0.3665234185227236, - "connectedSystems": [ - "Udianoor", - "Zinkon" - ] + "connectedSystems": "Udianoor,Zinkon" }, { "solarSystemName": "Marmeha", "x": 920, "y": 315, "security": 0.2796446096390225, - "connectedSystems": [ - "Isid" - ] + "connectedSystems": "Isid" }, { "solarSystemName": "Haimeh", "x": 590, "y": 145, "security": 0.4985548327159305, - "connectedSystems": [ - "Jasson", - "Avada", - "Chibi", - "Bazadod" - ] + "connectedSystems": "Jasson,Avada,Chibi,Bazadod" }, { "solarSystemName": "Avada", "x": 620, "y": 90, "security": 0.6893498195436256, - "connectedSystems": [ - "Haimeh", - "Mishi", - "Pahineh" - ] + "connectedSystems": "Haimeh,Mishi,Pahineh" }, { "solarSystemName": "Chibi", "x": 550, "y": 90, "security": 0.4786732021611831, - "connectedSystems": [ - "Haimeh" - ] + "connectedSystems": "Haimeh" }, { "solarSystemName": "Mishi", "x": 670, "y": 30, "security": 0.7146642993142036, - "connectedSystems": [ - "Avada", - "Pahineh" - ] + "connectedSystems": "Avada,Pahineh" }, { "solarSystemName": "Bazadod", "x": 705, "y": 90, "security": 0.4709653922168261, - "connectedSystems": [ - "Haimeh" - ] + "connectedSystems": "Haimeh" }, { "solarSystemName": "Pahineh", "x": 570, "y": 30, "security": 0.7518781391064108, - "connectedSystems": [ - "Avada", - "Mishi" - ] + "connectedSystems": "Avada,Mishi" }, { "solarSystemName": "Fihrneh", "x": 420, "y": 270, "security": 0.1051347891132364, - "connectedSystems": [ - "Kamih", - "Parouz", - "Edilkam", - "Hakatiz", - "Gesh" - ] + "connectedSystems": "Kamih,Parouz,Edilkam,Hakatiz,Gesh" }, { "solarSystemName": "Parouz", "x": 335, "y": 270, "security": 0.1225004716798661, - "connectedSystems": [ - "Fihrneh" - ] + "connectedSystems": "Fihrneh" }, { "solarSystemName": "Edilkam", "x": 425, "y": 160, "security": 0.0720004563916109, - "connectedSystems": [ - "Fihrneh", - "Yiratal" - ] + "connectedSystems": "Fihrneh,Yiratal" }, { "solarSystemName": "Hakatiz", "x": 215, "y": 185, "security": 0.1125732364967466, - "connectedSystems": [ - "Fihrneh", - "Khnar" - ] + "connectedSystems": "Fihrneh,Khnar" }, { "solarSystemName": "Khnar", "x": 215, "y": 95, "security": 0.09160755771984741, - "connectedSystems": [ - "Hakatiz", - "Ertoo" - ] + "connectedSystems": "Hakatiz,Ertoo" }, { "solarSystemName": "Ertoo", "x": 270, "y": 15, "security": 0.1369328788487924, - "connectedSystems": [ - "Khnar", - "Balas" - ] + "connectedSystems": "Khnar,Balas" }, { "solarSystemName": "Yiratal", "x": 425, "y": 85, "security": 0.03798658154165491, - "connectedSystems": [ - "Edilkam", - "Balas", - "Pemsah", - "Feshur" - ] + "connectedSystems": "Edilkam,Balas,Pemsah,Feshur" }, { "solarSystemName": "Balas", "x": 425, "y": 15, "security": 0.04363471827257703, - "connectedSystems": [ - "Ertoo", - "Yiratal", - "Hoseen" - ] + "connectedSystems": "Ertoo,Yiratal,Hoseen" }, { "solarSystemName": "Pemsah", "x": 320, "y": 115, "security": 0.04794596615506108, - "connectedSystems": [ - "Yiratal", - "Feshur", - "Yekh" - ] + "connectedSystems": "Yiratal,Feshur,Yekh" }, { "solarSystemName": "Feshur", "x": 320, "y": 60, "security": 0.03551866568541762, - "connectedSystems": [ - "Yiratal", - "Pemsah" - ] + "connectedSystems": "Yiratal,Pemsah" }, { "solarSystemName": "Hoseen", "x": 505, "y": 40, "security": 0.07572570824181035, - "connectedSystems": [ - "Balas", - "Gesh" - ] + "connectedSystems": "Balas,Gesh" }, { "solarSystemName": "Yekh", "x": 320, "y": 175, "security": 0.04443374189552629, - "connectedSystems": [ - "Pemsah" - ] + "connectedSystems": "Pemsah" }, { "solarSystemName": "Gesh", "x": 505, "y": 160, "security": 0.1114069857026571, - "connectedSystems": [ - "Fihrneh", - "Hoseen" - ] + "connectedSystems": "Fihrneh,Hoseen" }, { "solarSystemName": "Nema", "x": 730, "y": 395, "security": 0.3068477974176139, - "connectedSystems": [ - "Hier", - "Shenda", - "Afrah", - "Sota" - ] + "connectedSystems": "Hier,Shenda,Afrah,Sota" }, { "solarSystemName": "Shenda", "x": 630, "y": 395, "security": 0.4551778744853768, - "connectedSystems": [ - "Nema", - "Rashagh", - "Sazilid" - ] + "connectedSystems": "Nema,Rashagh,Sazilid" }, { "solarSystemName": "Rashagh", "x": 570, "y": 325, "security": 0.400523883338445, - "connectedSystems": [ - "Shenda", - "Sazilid", - "Sota" - ] + "connectedSystems": "Shenda,Sazilid,Sota" }, { "solarSystemName": "Sazilid", "x": 525, "y": 395, "security": 0.5319720406751727, - "connectedSystems": [ - "Shenda", - "Rashagh", - "Nalnifan" - ] + "connectedSystems": "Shenda,Rashagh,Nalnifan" }, { "solarSystemName": "Afrah", "x": 680, "y": 465, "security": 0.3162071299439512, - "connectedSystems": [ - "Nema", - "Soliara" - ] + "connectedSystems": "Nema,Soliara" }, { "solarSystemName": "Sota", "x": 665, "y": 325, "security": 0.3151422604736529, - "connectedSystems": [ - "Nema", - "Rashagh" - ] + "connectedSystems": "Nema,Rashagh" }, { "solarSystemName": "Soliara", "x": 680, "y": 525, "security": 0.1633963725857686, - "connectedSystems": [ - "Afrah", - "Nielez", - "Tukanas", - "Fageras", - "Ajna", - "Ahraghen" - ] + "connectedSystems": "Afrah,Nielez,Tukanas,Fageras,Ajna,Ahraghen" }, { "solarSystemName": "Nielez", "x": 590, "y": 525, "security": 0.1133205173043533, - "connectedSystems": [ - "Soliara", - "Tukanas" - ] + "connectedSystems": "Soliara,Tukanas" }, { "solarSystemName": "Tukanas", "x": 590, "y": 600, "security": 0.113999928235053, - "connectedSystems": [ - "Soliara", - "Nielez", - "Sheri", - "Ahraghen" - ] + "connectedSystems": "Soliara,Nielez,Sheri,Ahraghen" }, { "solarSystemName": "Fageras", "x": 770, "y": 525, "security": 0.1345305082640104, - "connectedSystems": [ - "Soliara" - ] + "connectedSystems": "Soliara" }, { "solarSystemName": "Ajna", "x": 770, "y": 600, "security": 0.1853875895772117, - "connectedSystems": [ - "Soliara", - "Sheri", - "Ahraghen" - ] + "connectedSystems": "Soliara,Sheri,Ahraghen" }, { "solarSystemName": "Sheri", "x": 690, "y": 675, "security": 0.05685317434277215, - "connectedSystems": [ - "Tukanas", - "Ajna" - ] + "connectedSystems": "Tukanas,Ajna" }, { "solarSystemName": "Ahraghen", "x": 680, "y": 600, "security": 0.2031488846245733, - "connectedSystems": [ - "Soliara", - "Tukanas", - "Ajna" - ] + "connectedSystems": "Soliara,Tukanas,Ajna" }, { "solarSystemName": "Nalnifan", "x": 465, "y": 495, "security": 0.2860095147774159, - "connectedSystems": [ - "Sazilid", - "Jerhesh", - "Getrenjesa", - "Shafrak" - ] + "connectedSystems": "Sazilid,Jerhesh,Getrenjesa,Shafrak" }, { "solarSystemName": "Jerhesh", "x": 460, "y": 380, "security": 0.3441314605322881, - "connectedSystems": [ - "Nalnifan", - "Getrenjesa" - ] + "connectedSystems": "Nalnifan,Getrenjesa" }, { "solarSystemName": "Getrenjesa", "x": 410, "y": 440, "security": 0.3175652705453472, - "connectedSystems": [ - "Nalnifan", - "Jerhesh", - "Zazamye" - ] + "connectedSystems": "Nalnifan,Jerhesh,Zazamye" }, { "solarSystemName": "Shafrak", "x": 330, "y": 495, "security": 0.1629193861813669, - "connectedSystems": [ - "Nalnifan", - "Defsunun", - "Zazamye" - ] + "connectedSystems": "Nalnifan,Defsunun,Zazamye" }, { "solarSystemName": "Defsunun", "x": 260, "y": 495, "security": 0.1033691533022925, - "connectedSystems": [ - "Shafrak", - "Efu" - ] + "connectedSystems": "Shafrak,Efu" }, { "solarSystemName": "Zazamye", "x": 330, "y": 440, "security": 0.2147071351820927, - "connectedSystems": [ - "Getrenjesa", - "Shafrak", - "Yahyerer" - ] + "connectedSystems": "Getrenjesa,Shafrak,Yahyerer" }, { "solarSystemName": "Yahyerer", "x": 330, "y": 380, "security": 0.2290075103872252, - "connectedSystems": [ - "Zazamye", - "Esubara" - ] + "connectedSystems": "Zazamye,Esubara" }, { "solarSystemName": "Esubara", "x": 255, "y": 380, "security": 0.2421877522108065, - "connectedSystems": [ - "Yahyerer", - "Ghekon" - ] + "connectedSystems": "Yahyerer,Ghekon" }, { "solarSystemName": "Ghekon", "x": 190, "y": 380, "security": 0.3855900037176088, - "connectedSystems": [ - "Esubara", - "Vaini", - "Zaveral", - "Soza", - "Pserz" - ] + "connectedSystems": "Esubara,Vaini,Zaveral,Soza,Pserz" }, { "solarSystemName": "Vaini", "x": 85, "y": 380, "security": 0.2281417258566025, - "connectedSystems": [ - "Ghekon", - "Anohel", - "Pserz" - ] + "connectedSystems": "Ghekon,Anohel,Pserz" }, { "solarSystemName": "Zaveral", "x": 190, "y": 280, "security": 0.6174299282377307, - "connectedSystems": [ - "Ghekon", - "Keba" - ] + "connectedSystems": "Ghekon,Keba" }, { "solarSystemName": "Anohel", "x": 85, "y": 430, "security": 0.1383081651418778, - "connectedSystems": [ - "Vaini", - "Illi" - ] + "connectedSystems": "Vaini,Illi" }, { "solarSystemName": "Soza", "x": 190, "y": 435, "security": 0.2754995122632081, - "connectedSystems": [ - "Ghekon", - "Illi" - ] + "connectedSystems": "Ghekon,Illi" }, { "solarSystemName": "Pserz", "x": 135, "y": 315, "security": 0.3832672193237587, - "connectedSystems": [ - "Ghekon", - "Vaini", - "Keba", - "Bapraya" - ] + "connectedSystems": "Ghekon,Vaini,Keba,Bapraya" }, { "solarSystemName": "Illi", "x": 130, "y": 485, "security": 0.1606561509432662, - "connectedSystems": [ - "Anohel", - "Soza" - ] + "connectedSystems": "Anohel,Soza" }, { "solarSystemName": "Keba", "x": 145, "y": 245, "security": 0.4721050627061526, - "connectedSystems": [ - "Zaveral", - "Pserz", - "Bapraya" - ] + "connectedSystems": "Zaveral,Pserz,Bapraya" }, { "solarSystemName": "Bapraya", "x": 85, "y": 280, "security": 0.2956583079883427, - "connectedSystems": [ - "Pserz", - "Keba", - "Fobiner" - ] + "connectedSystems": "Pserz,Keba,Fobiner" }, { "solarSystemName": "Efu", "x": 260, "y": 550, "security": 0.09231339820455098, - "connectedSystems": [ - "Defsunun", - "Tisot" - ] + "connectedSystems": "Defsunun,Tisot" }, { "solarSystemName": "Tisot", "x": 260, "y": 605, "security": 0.0898759448846681, - "connectedSystems": [ - "Efu", - "Sakht", - "Naga", - "Omigiav" - ] + "connectedSystems": "Efu,Sakht,Naga,Omigiav" }, { "solarSystemName": "Sakht", "x": 260, "y": 665, "security": 0.04149943381763355, - "connectedSystems": [ - "Tisot", - "Naga", - "Anath", - "1-SMEB" - ] + "connectedSystems": "Tisot,Naga,Anath,1-SMEB" }, { "solarSystemName": "Naga", "x": 45, "y": 600, "security": 0.03368446248994517, - "connectedSystems": [ - "Tisot", - "Sakht", - "Anath", - "Omigiav" - ] + "connectedSystems": "Tisot,Sakht,Anath,Omigiav" }, { "solarSystemName": "Anath", "x": 45, "y": 660, "security": 0.0413269226409857, - "connectedSystems": [ - "Sakht", - "Naga", - "Rafeme" - ] + "connectedSystems": "Sakht,Naga,Rafeme" }, { "solarSystemName": "Omigiav", "x": 145, "y": 560, "security": 0.1582757067793793, - "connectedSystems": [ - "Tisot", - "Naga" - ] + "connectedSystems": "Tisot,Naga" }, { "solarSystemName": "Fobiner", "x": 85, "y": 215, "security": 0.1750571545686148, - "connectedSystems": [ - "Bapraya", - "Huna", - "Esaeel", - "Karan", - "Nouta" - ] + "connectedSystems": "Bapraya,Huna,Esaeel,Karan,Nouta" }, { "solarSystemName": "Huna", "x": 85, "y": 160, "security": 0.11250758627479, - "connectedSystems": [ - "Fobiner", - "Karan" - ] + "connectedSystems": "Fobiner,Karan" }, { "solarSystemName": "Esaeel", "x": 15, "y": 215, "security": 0.1013797108554942, - "connectedSystems": [ - "Fobiner" - ] + "connectedSystems": "Fobiner" }, { "solarSystemName": "Karan", "x": 15, "y": 160, "security": 0.04473630502072346, - "connectedSystems": [ - "Fobiner", - "Huna", - "Hophib" - ] + "connectedSystems": "Fobiner,Huna,Hophib" }, { "solarSystemName": "Nouta", "x": 15, "y": 280, "security": 0.2663121442851905, - "connectedSystems": [ - "Fobiner", - "Ned" - ] + "connectedSystems": "Fobiner,Ned" }, { "solarSystemName": "Ned", "x": 15, "y": 325, "security": 0.1767475886451217, - "connectedSystems": [ - "Nouta" - ] + "connectedSystems": "Nouta" }, { "solarSystemName": "Hophib", "x": 15, "y": 105, "security": 0.02914748942441414, - "connectedSystems": [ - "Karan", - "D4KU-5" - ] + "connectedSystems": "Karan,D4KU-5" }, { "solarSystemName": "D4KU-5", "x": 15, "y": 50, "security": -0.1097036371952269, - "connectedSystems": [ - "L-A5XP", - "Hophib" - ] + "connectedSystems": "L-A5XP,Hophib" }, { "solarSystemName": "1-SMEB", "x": 260, "y": 700, "security": -0.1026428634292512, - "connectedSystems": [ - "Q-HESZ", - "M5-CGW", - "6Q-R50", - "Sakht" - ] + "connectedSystems": "Q-HESZ,M5-CGW,6Q-R50,Sakht" }, { "solarSystemName": "Zinkon", "x": 920, "y": 520, "security": 0.7084131673911223, - "connectedSystems": [ - "Nare", - "Vehan" - ] + "connectedSystems": "Nare,Vehan" }, { "solarSystemName": "Otakod", "x": 955, "y": 15, "security": 0.3321149173254194, - "connectedSystems": [ - "Olin", - "Galnafsad", - "Van" - ] + "connectedSystems": "Olin,Galnafsad,Van" } ] \ No newline at end of file diff --git a/public/Black Rise.json b/public/Black Rise.json index 313d725..590ea76 100644 --- a/public/Black Rise.json +++ b/public/Black Rise.json @@ -4,620 +4,398 @@ "x": 790, "y": 155, "security": 0.7411521742777911, - "connectedSystems": [ - "Elonaya", - "Haajinen", - "Onnamon" - ] + "connectedSystems": "Elonaya,Haajinen,Onnamon" }, { "solarSystemName": "Ohbochi", "x": 530, "y": 185, "security": 0.4109272722293859, - "connectedSystems": [ - "Elanoda", - "Isie", - "Raihbaka" - ] + "connectedSystems": "Elanoda,Isie,Raihbaka" }, { "solarSystemName": "Karjataimon", "x": 10, "y": 10, "security": 0.2847066068577709, - "connectedSystems": [ - "Nannaras", - "Anin", - "Tartoken", - "Saranen", - "Sarenemi" - ] + "connectedSystems": "Nannaras,Anin,Tartoken,Saranen,Sarenemi" }, { "solarSystemName": "Manjonakko", "x": 205, "y": 195, "security": 0.3347173713759986, - "connectedSystems": [ - "Uuna", - "Mushikegi" - ] + "connectedSystems": "Uuna,Mushikegi" }, { "solarSystemName": "Tama", "x": 25, "y": 355, "security": 0.2825556883337969, - "connectedSystems": [ - "Sujarento", - "Nourvukaiken", - "Kedama" - ] + "connectedSystems": "Sujarento,Nourvukaiken,Kedama" }, { "solarSystemName": "Aldranette", "x": 745, "y": 560, "security": 0.3675104837434901, - "connectedSystems": [ - "Vlillirier", - "Evaulon", - "Nennamaila" - ] + "connectedSystems": "Vlillirier,Evaulon,Nennamaila" }, { "solarSystemName": "Oicx", "x": 915, "y": 25, "security": 0.3300450347926329, - "connectedSystems": [ - "Vlillirier", - "Eha" - ] + "connectedSystems": "Vlillirier,Eha" }, { "solarSystemName": "Athounon", "x": 579, "y": 359, "security": 0.07620591158878565, - "connectedSystems": [ - "Mercomesier", - "Samanuni" - ] + "connectedSystems": "Mercomesier,Samanuni" }, { "solarSystemName": "W-4NUU", "x": 285, "y": 70, "security": -0.02001883213499212, - "connectedSystems": [ - "6-4V20", - "Okagaiken" - ] + "connectedSystems": "6-4V20,Okagaiken" }, { "solarSystemName": "Abune", "x": 110, "y": 540, "security": 0.2856340438691167, - "connectedSystems": [ - "Heydieles", - "Oinasiken" - ] + "connectedSystems": "Heydieles,Oinasiken" }, { "solarSystemName": "Hykanima", "x": 160, "y": 10, "security": 0.2468593790859909, - "connectedSystems": [ - "Villasen", - "Sarenemi", - "Ashitsu" - ] + "connectedSystems": "Villasen,Sarenemi,Ashitsu" }, { "solarSystemName": "Okagaiken", "x": 255, "y": 30, "security": 0.1400771017942635, - "connectedSystems": [ - "Villasen", - "Ienakkamon", - "W-4NUU" - ] + "connectedSystems": "Villasen,Ienakkamon,W-4NUU" }, { "solarSystemName": "Kehjari", "x": 340, "y": 105, "security": 0.2475813871572802, - "connectedSystems": [ - "Villasen", - "Ashitsu", - "Martoh" - ] + "connectedSystems": "Villasen,Ashitsu,Martoh" }, { "solarSystemName": "Villasen", "x": 340, "y": 10, "security": 0.1406933648209858, - "connectedSystems": [ - "Okagaiken", - "Korasen", - "Hykanima", - "Kehjari" - ] + "connectedSystems": "Okagaiken,Korasen,Hykanima,Kehjari" }, { "solarSystemName": "Sarenemi", "x": 90, "y": 10, "security": 0.2168523187684844, - "connectedSystems": [ - "Hykanima", - "Karjataimon" - ] + "connectedSystems": "Hykanima,Karjataimon" }, { "solarSystemName": "Ashitsu", "x": 160, "y": 105, "security": 0.264888227498742, - "connectedSystems": [ - "Hykanima", - "Ienakkamon", - "Kehjari" - ] + "connectedSystems": "Hykanima,Ienakkamon,Kehjari" }, { "solarSystemName": "Korasen", "x": 415, "y": 10, "security": 0.1289910484804758, - "connectedSystems": [ - "Villasen" - ] + "connectedSystems": "Villasen" }, { "solarSystemName": "Ienakkamon", "x": 200, "y": 60, "security": 0.1079880907762967, - "connectedSystems": [ - "Okagaiken", - "Ashitsu" - ] + "connectedSystems": "Okagaiken,Ashitsu" }, { "solarSystemName": "Kinakka", "x": 700, "y": 110, "security": 0.4156230084766713, - "connectedSystems": [ - "Martoh", - "Innia", - "Raihbaka", - "Onnamon" - ] + "connectedSystems": "Martoh,Innia,Raihbaka,Onnamon" }, { "solarSystemName": "Raihbaka", "x": 620, "y": 130, "security": 0.3798002003045615, - "connectedSystems": [ - "Iralaja", - "Kinakka", - "Ohbochi" - ] + "connectedSystems": "Iralaja,Kinakka,Ohbochi" }, { "solarSystemName": "Innia", "x": 740, "y": 60, "security": 0.3171389730733891, - "connectedSystems": [ - "Martoh", - "Kinakka", - "Eha", - "Pavanakka" - ] + "connectedSystems": "Martoh,Kinakka,Eha,Pavanakka" }, { "solarSystemName": "Iralaja", "x": 550, "y": 100, "security": 0.3197668723516429, - "connectedSystems": [ - "Raihbaka", - "Martoh" - ] + "connectedSystems": "Raihbaka,Martoh" }, { "solarSystemName": "Martoh", "x": 550, "y": 45, "security": 0.3828368832655683, - "connectedSystems": [ - "Kehjari", - "Iralaja", - "Eha", - "Innia", - "Kinakka" - ] + "connectedSystems": "Kehjari,Iralaja,Eha,Innia,Kinakka" }, { "solarSystemName": "Eha", "x": 665, "y": 20, "security": 0.3971850789636056, - "connectedSystems": [ - "Martoh", - "Innia", - "Oicx" - ] + "connectedSystems": "Martoh,Innia,Oicx" }, { "solarSystemName": "Pavanakka", "x": 920, "y": 110, "security": 0.3956485128095337, - "connectedSystems": [ - "Innia", - "Aivonen" - ] + "connectedSystems": "Innia,Aivonen" }, { "solarSystemName": "Uchomida", "x": 705, "y": 330, "security": 0.4947269335963372, - "connectedSystems": [ - "Samanuni", - "Rohamaa" - ] + "connectedSystems": "Samanuni,Rohamaa" }, { "solarSystemName": "Samanuni", "x": 620, "y": 295, "security": 0.6527848435914495, - "connectedSystems": [ - "Uchomida", - "Uuhulanen", - "Ikoskio", - "Athounon" - ] + "connectedSystems": "Uchomida,Uuhulanen,Ikoskio,Athounon" }, { "solarSystemName": "Astoh", "x": 605, "y": 220, "security": 0.612424055025467, - "connectedSystems": [ - "Tsuruma", - "Uuhulanen" - ] + "connectedSystems": "Tsuruma,Uuhulanen" }, { "solarSystemName": "Onnamon", "x": 780, "y": 220, "security": 0.555534508863, - "connectedSystems": [ - "Kinakka", - "Rohamaa", - "Uuhulanen", - "Tsuruma", - "Piak" - ] + "connectedSystems": "Kinakka,Rohamaa,Uuhulanen,Tsuruma,Piak" }, { "solarSystemName": "Rohamaa", "x": 735, "y": 275, "security": 0.5047168855302212, - "connectedSystems": [ - "Uchomida", - "Onnamon" - ] + "connectedSystems": "Uchomida,Onnamon" }, { "solarSystemName": "Uuhulanen", "x": 685, "y": 250, "security": 0.4920794878017317, - "connectedSystems": [ - "Samanuni", - "Onnamon", - "Astoh" - ] + "connectedSystems": "Samanuni,Onnamon,Astoh" }, { "solarSystemName": "Tsuruma", "x": 680, "y": 195, "security": 0.5426334127741059, - "connectedSystems": [ - "Onnamon", - "Astoh" - ] + "connectedSystems": "Onnamon,Astoh" }, { "solarSystemName": "Okkamon", "x": 310, "y": 295, "security": 0.2853636062219562, - "connectedSystems": [ - "Asakai", - "Mushikegi", - "Reitsato" - ] + "connectedSystems": "Asakai,Mushikegi,Reitsato" }, { "solarSystemName": "Vaaralen", "x": 355, "y": 220, "security": 0.3134974203737037, - "connectedSystems": [ - "Asakai", - "Mushikegi", - "Teskanen" - ] + "connectedSystems": "Asakai,Mushikegi,Teskanen" }, { "solarSystemName": "Asakai", "x": 425, "y": 285, "security": 0.2563743679780248, - "connectedSystems": [ - "Prism", - "Elunala", - "Okkamon", - "Ikoskio", - "Mushikegi", - "Vaaralen" - ] + "connectedSystems": "Prism,Elunala,Okkamon,Ikoskio,Mushikegi,Vaaralen" }, { "solarSystemName": "Prism", "x": 495, "y": 235, "security": 0.2350872343187915, - "connectedSystems": [ - "Asakai", - "Ikoskio", - "Elunala" - ] + "connectedSystems": "Asakai,Ikoskio,Elunala" }, { "solarSystemName": "Mushikegi", "x": 280, "y": 220, "security": 0.4336119498002067, - "connectedSystems": [ - "Asakai", - "Vaaralen", - "Okkamon", - "Manjonakko" - ] + "connectedSystems": "Asakai,Vaaralen,Okkamon,Manjonakko" }, { "solarSystemName": "Teskanen", "x": 380, "y": 170, "security": 0.287172039785336, - "connectedSystems": [ - "Vaaralen" - ] + "connectedSystems": "Vaaralen" }, { "solarSystemName": "Elunala", "x": 425, "y": 235, "security": 0.2525983678075129, - "connectedSystems": [ - "Prism", - "Asakai" - ] + "connectedSystems": "Prism,Asakai" }, { "solarSystemName": "Ikoskio", "x": 495, "y": 285, "security": 0.2833122411630536, - "connectedSystems": [ - "Samanuni", - "Prism", - "Asakai" - ] + "connectedSystems": "Samanuni,Prism,Asakai" }, { "solarSystemName": "Hikkoken", "x": 445, "y": 520, "security": 0.3427550899386341, - "connectedSystems": [ - "Immuri", - "Nennamaila", - "Hallanen", - "Pynekastoh" - ] + "connectedSystems": "Immuri,Nennamaila,Hallanen,Pynekastoh" }, { "solarSystemName": "Enaluri", "x": 630, "y": 490, "security": 0.3277980248613788, - "connectedSystems": [ - "Akidagi", - "Nennamaila", - "Hallanen" - ] + "connectedSystems": "Akidagi,Nennamaila,Hallanen" }, { "solarSystemName": "Aivonen", "x": 850, "y": 415, "security": 0.3773302510081624, - "connectedSystems": [ - "Pavanakka", - "Akidagi" - ] + "connectedSystems": "Pavanakka,Akidagi" }, { "solarSystemName": "Hallanen", "x": 540, "y": 510, "security": 0.3643611153478946, - "connectedSystems": [ - "Enaluri", - "Hikkoken" - ] + "connectedSystems": "Enaluri,Hikkoken" }, { "solarSystemName": "Akidagi", "x": 730, "y": 465, "security": 0.4449388239034815, - "connectedSystems": [ - "Aivonen", - "Nennamaila", - "Enaluri" - ] + "connectedSystems": "Aivonen,Nennamaila,Enaluri" }, { "solarSystemName": "Immuri", "x": 500, "y": 580, "security": 0.4211598176049199, - "connectedSystems": [ - "Nennamaila", - "Hikkoken" - ] + "connectedSystems": "Nennamaila,Hikkoken" }, { "solarSystemName": "Nennamaila", "x": 625, "y": 565, "security": 0.2742577740469258, - "connectedSystems": [ - "Immuri", - "Akidagi", - "Enaluri", - "Hikkoken", - "Aldranette" - ] + "connectedSystems": "Immuri,Akidagi,Enaluri,Hikkoken,Aldranette" }, { "solarSystemName": "Hirri", "x": 170, "y": 430, "security": 0.3355040326242781, - "connectedSystems": [ - "Nisuwa", - "Pynekastoh", - "Kedama" - ] + "connectedSystems": "Nisuwa,Pynekastoh,Kedama" }, { "solarSystemName": "Kedama", "x": 120, "y": 360, "security": 0.338464408401388, - "connectedSystems": [ - "Nisuwa", - "Reitsato", - "Hirri", - "Teimo", - "Tama" - ] + "connectedSystems": "Nisuwa,Reitsato,Hirri,Teimo,Tama" }, { "solarSystemName": "Oinasiken", "x": 135, "y": 480, "security": 0.2337136584963991, - "connectedSystems": [ - "Nisuwa", - "Pynekastoh", - "Abune" - ] + "connectedSystems": "Nisuwa,Pynekastoh,Abune" }, { "solarSystemName": "Notoras", "x": 10, "y": 495, "security": 0.1887906329280157, - "connectedSystems": [ - "Nisuwa" - ] + "connectedSystems": "Nisuwa" }, { "solarSystemName": "Rakapas", "x": 235, "y": 410, "security": 0.2227803741106745, - "connectedSystems": [ - "Pynekastoh", - "Iwisoda", - "Reitsato" - ] + "connectedSystems": "Pynekastoh,Iwisoda,Reitsato" }, { "solarSystemName": "Teimo", "x": 120, "y": 270, "security": 0.2732082220038178, - "connectedSystems": [ - "Kedama" - ] + "connectedSystems": "Kedama" }, { "solarSystemName": "Iwisoda", "x": 315, "y": 410, "security": 0.2383604680234293, - "connectedSystems": [ - "Rakapas" - ] + "connectedSystems": "Rakapas" }, { "solarSystemName": "Nisuwa", "x": 75, "y": 430, "security": 0.3094325504125951, - "connectedSystems": [ - "Hirri", - "Kedama", - "Oinasiken", - "Notoras" - ] + "connectedSystems": "Hirri,Kedama,Oinasiken,Notoras" }, { "solarSystemName": "Pynekastoh", "x": 270, "y": 485, "security": 0.2396328126460955, - "connectedSystems": [ - "Hikkoken", - "Oinasiken", - "Rakapas", - "Hirri" - ] + "connectedSystems": "Hikkoken,Oinasiken,Rakapas,Hirri" }, { "solarSystemName": "Reitsato", "x": 250, "y": 330, "security": 0.1895104797339514, - "connectedSystems": [ - "Okkamon", - "Rakapas", - "Kedama" - ] + "connectedSystems": "Okkamon,Rakapas,Kedama" } ] \ No newline at end of file diff --git a/public/Branch.json b/public/Branch.json index d6a0e9c..4178af6 100644 --- a/public/Branch.json +++ b/public/Branch.json @@ -4,1052 +4,706 @@ "x": 960, "y": 15, "security": -0.1439365891492418, - "connectedSystems": [ - "QHJ-FW", - "EIV-1W", - "UQ9-3C" - ] + "connectedSystems": "QHJ-FW,EIV-1W,UQ9-3C" }, { "solarSystemName": "92D-OI", "x": 360, "y": 675, "security": -0.3219846122086086, - "connectedSystems": [ - "N-5476", - "MA-VDX" - ] + "connectedSystems": "N-5476,MA-VDX" }, { "solarSystemName": "UJY-HE", "x": 60, "y": 680, "security": -1, - "connectedSystems": [ - "CZDJ-1", - "RG9-7U", - "Y-1918" - ] + "connectedSystems": "CZDJ-1,RG9-7U,Y-1918" }, { "solarSystemName": "H1-ESN", "x": 945, "y": 295, "security": -0.123268077056494, - "connectedSystems": [ - "OJ-A8M", - "3DR-CR" - ] + "connectedSystems": "OJ-A8M,3DR-CR" }, { "solarSystemName": "ZXA-V6", "x": 385, "y": 260, "security": -0.300294728298554, - "connectedSystems": [ - "ZJ-QOO", - "T-Q2DD" - ] + "connectedSystems": "ZJ-QOO,T-Q2DD" }, { "solarSystemName": "2-3Q2G", "x": 897, "y": 162, "security": -1, - "connectedSystems": [ - "V7-MID", - "ZIU-EP" - ] + "connectedSystems": "V7-MID,ZIU-EP" }, { "solarSystemName": "Q1U-IU", "x": 460, "y": 675, "security": -0.4670950893221931, - "connectedSystems": [ - "JSI-LL", - "CH9L-K" - ] + "connectedSystems": "JSI-LL,CH9L-K" }, { "solarSystemName": "UQ9-3C", "x": 865, "y": 15, "security": -0.1654582491907667, - "connectedSystems": [ - "9IPC-E", - "DCI7-7", - "VL3I-M" - ] + "connectedSystems": "9IPC-E,DCI7-7,VL3I-M" }, { "solarSystemName": "DCI7-7", "x": 785, "y": 15, "security": -0.1913977423729026, - "connectedSystems": [ - "UQ9-3C", - "J7YR-1" - ] + "connectedSystems": "UQ9-3C,J7YR-1" }, { "solarSystemName": "J7YR-1", "x": 720, "y": 15, "security": -0.3401549636371452, - "connectedSystems": [ - "DCI7-7", - "PKG4-7", - "AH-B84" - ] + "connectedSystems": "DCI7-7,PKG4-7,AH-B84" }, { "solarSystemName": "PKG4-7", "x": 720, "y": 50, "security": -0.236965269190511, - "connectedSystems": [ - "J7YR-1", - "EWN-2U" - ] + "connectedSystems": "J7YR-1,EWN-2U" }, { "solarSystemName": "EWN-2U", "x": 720, "y": 85, "security": -0.2465771303296597, - "connectedSystems": [ - "PKG4-7", - "4-48K1" - ] + "connectedSystems": "PKG4-7,4-48K1" }, { "solarSystemName": "VL3I-M", "x": 876, "y": 50, "security": -0.1715121416271184, - "connectedSystems": [ - "UQ9-3C", - "KMC-WI" - ] + "connectedSystems": "UQ9-3C,KMC-WI" }, { "solarSystemName": "KMC-WI", "x": 946, "y": 68, "security": -0.1911260021736793, - "connectedSystems": [ - "VL3I-M" - ] + "connectedSystems": "VL3I-M" }, { "solarSystemName": "4-48K1", "x": 645, "y": 130, "security": -0.4476368498434076, - "connectedSystems": [ - "EWN-2U", - "NTV0-1" - ] + "connectedSystems": "EWN-2U,NTV0-1" }, { "solarSystemName": "NTV0-1", "x": 645, "y": 165, "security": -0.4194394844331963, - "connectedSystems": [ - "4-48K1", - "C-HCGU" - ] + "connectedSystems": "4-48K1,C-HCGU" }, { "solarSystemName": "C-HCGU", "x": 645, "y": 200, "security": -0.3995984340647664, - "connectedSystems": [ - "NTV0-1", - "XW-2XP", - "Q-FEEJ" - ] + "connectedSystems": "NTV0-1,XW-2XP,Q-FEEJ" }, { "solarSystemName": "XW-2XP", "x": 690, "y": 240, "security": -0.3615230290459242, - "connectedSystems": [ - "C-HCGU", - "V8W-QS" - ] + "connectedSystems": "C-HCGU,V8W-QS" }, { "solarSystemName": "Q-FEEJ", "x": 575, "y": 200, "security": -0.255397889420213, - "connectedSystems": [ - "C-HCGU", - "0P9Z-I" - ] + "connectedSystems": "C-HCGU,0P9Z-I" }, { "solarSystemName": "0P9Z-I", "x": 500, "y": 200, "security": -0.3691166848812145, - "connectedSystems": [ - "Q-FEEJ", - "Z-K495" - ] + "connectedSystems": "Q-FEEJ,Z-K495" }, { "solarSystemName": "AH-B84", "x": 580, "y": 35, "security": -0.5278705750524036, - "connectedSystems": [ - "J7YR-1", - "JTAU-5", - "HB7R-F" - ] + "connectedSystems": "J7YR-1,JTAU-5,HB7R-F" }, { "solarSystemName": "JTAU-5", "x": 495, "y": 55, "security": -0.463970828363072, - "connectedSystems": [ - "AH-B84", - "F-9F6Q" - ] + "connectedSystems": "AH-B84,F-9F6Q" }, { "solarSystemName": "HB7R-F", "x": 490, "y": 15, "security": -0.7284688097347432, - "connectedSystems": [ - "AH-B84", - "O-JPKH" - ] + "connectedSystems": "AH-B84,O-JPKH" }, { "solarSystemName": "O-JPKH", "x": 420, "y": 15, "security": -0.8727438653185396, - "connectedSystems": [ - "HB7R-F", - "B-GC1T" - ] + "connectedSystems": "HB7R-F,B-GC1T" }, { "solarSystemName": "F-9F6Q", "x": 420, "y": 55, "security": -0.6735467957640204, - "connectedSystems": [ - "JTAU-5" - ] + "connectedSystems": "JTAU-5" }, { "solarSystemName": "B-GC1T", "x": 350, "y": 15, "security": -0.903216427217322, - "connectedSystems": [ - "O-JPKH" - ] + "connectedSystems": "O-JPKH" }, { "solarSystemName": "V8W-QS", "x": 690, "y": 295, "security": -0.3629778912973535, - "connectedSystems": [ - "XW-2XP", - "JRZ-B9", - "OJ-A8M", - "CS-ZGD" - ] + "connectedSystems": "XW-2XP,JRZ-B9,OJ-A8M,CS-ZGD" }, { "solarSystemName": "JRZ-B9", "x": 615, "y": 295, "security": -0.3085979163777117, - "connectedSystems": [ - "V8W-QS", - "X4UV-Z", - "S-B7IT" - ] + "connectedSystems": "V8W-QS,X4UV-Z,S-B7IT" }, { "solarSystemName": "X4UV-Z", "x": 615, "y": 350, "security": -0.163408513060238, - "connectedSystems": [ - "JRZ-B9", - "BKG-Q2", - "CX-1XF" - ] + "connectedSystems": "JRZ-B9,BKG-Q2,CX-1XF" }, { "solarSystemName": "S-B7IT", "x": 540, "y": 295, "security": -0.551392524323151, - "connectedSystems": [ - "JRZ-B9", - "BKG-Q2" - ] + "connectedSystems": "JRZ-B9,BKG-Q2" }, { "solarSystemName": "BKG-Q2", "x": 540, "y": 350, "security": -0.673283418449736, - "connectedSystems": [ - "X4UV-Z", - "S-B7IT", - "Z-K495", - "8-4GQM", - "LXWN-W" - ] + "connectedSystems": "X4UV-Z,S-B7IT,Z-K495,8-4GQM,LXWN-W" }, { "solarSystemName": "OJ-A8M", "x": 790, "y": 295, "security": -0.2755568315702637, - "connectedSystems": [ - "V8W-QS", - "H1-ESN" - ] + "connectedSystems": "V8W-QS,H1-ESN" }, { "solarSystemName": "CX-1XF", "x": 810, "y": 355, "security": -0.09597828695662713, - "connectedSystems": [ - "X4UV-Z", - "3-TD6L" - ] + "connectedSystems": "X4UV-Z,3-TD6L" }, { "solarSystemName": "3-TD6L", "x": 880, "y": 355, "security": -0.09540202903291184, - "connectedSystems": [ - "CX-1XF", - "Q-NJZ4", - "NLPB-0", - "R4O-I6" - ] + "connectedSystems": "CX-1XF,Q-NJZ4,NLPB-0,R4O-I6" }, { "solarSystemName": "Q-NJZ4", "x": 955, "y": 410, "security": -0.1543784391859999, - "connectedSystems": [ - "3-TD6L", - "NLPB-0", - "R4O-I6" - ] + "connectedSystems": "3-TD6L,NLPB-0,R4O-I6" }, { "solarSystemName": "NLPB-0", "x": 955, "y": 355, "security": -0.06434994523949233, - "connectedSystems": [ - "3-TD6L", - "Q-NJZ4" - ] + "connectedSystems": "3-TD6L,Q-NJZ4" }, { "solarSystemName": "R4O-I6", "x": 880, "y": 410, "security": -0.25250026331117, - "connectedSystems": [ - "3-TD6L", - "Q-NJZ4", - "KL3O-J" - ] + "connectedSystems": "3-TD6L,Q-NJZ4,KL3O-J" }, { "solarSystemName": "KL3O-J", "x": 810, "y": 410, "security": -0.2730068880423211, - "connectedSystems": [ - "R4O-I6", - "BWI1-9" - ] + "connectedSystems": "R4O-I6,BWI1-9" }, { "solarSystemName": "Z-K495", "x": 320, "y": 145, "security": -0.626729117468946, - "connectedSystems": [ - "BKG-Q2", - "XM-4L0", - "0P9Z-I" - ] + "connectedSystems": "BKG-Q2,XM-4L0,0P9Z-I" }, { "solarSystemName": "XM-4L0", "x": 240, "y": 145, "security": -0.6810916971881391, - "connectedSystems": [ - "Z-K495", - "QCWA-Z", - "B8O-KJ", - "UB-UQZ" - ] + "connectedSystems": "Z-K495,QCWA-Z,B8O-KJ,UB-UQZ" }, { "solarSystemName": "QCWA-Z", "x": 240, "y": 190, "security": -0.7642367873700179, - "connectedSystems": [ - "XM-4L0", - "52G-NZ", - "5LJ-MD", - "KV-8SN" - ] + "connectedSystems": "XM-4L0,52G-NZ,5LJ-MD,KV-8SN" }, { "solarSystemName": "52G-NZ", "x": 160, "y": 235, "security": -0.7917860444919392, - "connectedSystems": [ - "QCWA-Z", - "5LJ-MD", - "6-O5GY", - "KV-8SN" - ] + "connectedSystems": "QCWA-Z,5LJ-MD,6-O5GY,KV-8SN" }, { "solarSystemName": "5LJ-MD", "x": 160, "y": 190, "security": -0.7019707326904364, - "connectedSystems": [ - "QCWA-Z", - "52G-NZ", - "B8O-KJ" - ] + "connectedSystems": "QCWA-Z,52G-NZ,B8O-KJ" }, { "solarSystemName": "B8O-KJ", "x": 160, "y": 145, "security": -0.572828721785936, - "connectedSystems": [ - "XM-4L0", - "5LJ-MD", - "UB-UQZ", - "4DTQ-K" - ] + "connectedSystems": "XM-4L0,5LJ-MD,UB-UQZ,4DTQ-K" }, { "solarSystemName": "6-O5GY", "x": 80, "y": 235, "security": -0.8194399276210649, - "connectedSystems": [ - "52G-NZ" - ] + "connectedSystems": "52G-NZ" }, { "solarSystemName": "KV-8SN", "x": 240, "y": 235, "security": -0.727141712857654, - "connectedSystems": [ - "QCWA-Z", - "52G-NZ" - ] + "connectedSystems": "QCWA-Z,52G-NZ" }, { "solarSystemName": "UB-UQZ", "x": 240, "y": 105, "security": -0.3486500596220981, - "connectedSystems": [ - "XM-4L0", - "B8O-KJ", - "YG-82V" - ] + "connectedSystems": "XM-4L0,B8O-KJ,YG-82V" }, { "solarSystemName": "YG-82V", "x": 320, "y": 105, "security": -0.2066660996537162, - "connectedSystems": [ - "UB-UQZ" - ] + "connectedSystems": "UB-UQZ" }, { "solarSystemName": "8-4GQM", "x": 400, "y": 360, "security": -0.6135571945420425, - "connectedSystems": [ - "BKG-Q2", - "T-Q2DD", - "LRWD-B" - ] + "connectedSystems": "BKG-Q2,T-Q2DD,LRWD-B" }, { "solarSystemName": "T-Q2DD", "x": 360, "y": 325, "security": -0.5489119129305959, - "connectedSystems": [ - "8-4GQM", - "QXQ-BA", - "ZXA-V6" - ] + "connectedSystems": "8-4GQM,QXQ-BA,ZXA-V6" }, { "solarSystemName": "LRWD-B", "x": 360, "y": 400, "security": -0.535141172559015, - "connectedSystems": [ - "8-4GQM", - "QXQ-BA" - ] + "connectedSystems": "8-4GQM,QXQ-BA" }, { "solarSystemName": "QXQ-BA", "x": 320, "y": 360, "security": -0.4379946997933816, - "connectedSystems": [ - "T-Q2DD", - "LRWD-B", - "X7R-JW", - "M-HU4V" - ] + "connectedSystems": "T-Q2DD,LRWD-B,X7R-JW,M-HU4V" }, { "solarSystemName": "X7R-JW", "x": 285, "y": 325, "security": -0.4119609125469824, - "connectedSystems": [ - "QXQ-BA", - "M-HU4V" - ] + "connectedSystems": "QXQ-BA,M-HU4V" }, { "solarSystemName": "M-HU4V", "x": 240, "y": 360, "security": -0.5015328397446817, - "connectedSystems": [ - "QXQ-BA", - "X7R-JW", - "C-4ZOS" - ] + "connectedSystems": "QXQ-BA,X7R-JW,C-4ZOS" }, { "solarSystemName": "CS-ZGD", "x": 799, "y": 228, "security": -0.4298216595293568, - "connectedSystems": [ - "V8W-QS", - "3-N3OO", - "A-G1FM" - ] + "connectedSystems": "V8W-QS,3-N3OO,A-G1FM" }, { "solarSystemName": "3-N3OO", "x": 935, "y": 229, "security": -0.3169261032090818, - "connectedSystems": [ - "CS-ZGD", - "4-BE0M", - "ZIU-EP" - ] + "connectedSystems": "CS-ZGD,4-BE0M,ZIU-EP" }, { "solarSystemName": "A-G1FM", "x": 799, "y": 167, "security": -0.4305243583171349, - "connectedSystems": [ - "CS-ZGD", - "4-BE0M", - "I-7RIS", - "P7Z-R3", - "ZIU-EP" - ] + "connectedSystems": "CS-ZGD,4-BE0M,I-7RIS,P7Z-R3,ZIU-EP" }, { "solarSystemName": "4-BE0M", "x": 935, "y": 116, "security": -0.3608381405717648, - "connectedSystems": [ - "3-N3OO", - "A-G1FM", - "P7Z-R3" - ] + "connectedSystems": "3-N3OO,A-G1FM,P7Z-R3" }, { "solarSystemName": "I-7RIS", "x": 732, "y": 159, "security": -0.5020592350881043, - "connectedSystems": [ - "A-G1FM" - ] + "connectedSystems": "A-G1FM" }, { "solarSystemName": "P7Z-R3", "x": 799, "y": 115, "security": -0.3773835787352439, - "connectedSystems": [ - "A-G1FM", - "4-BE0M" - ] + "connectedSystems": "A-G1FM,4-BE0M" }, { "solarSystemName": "ZIU-EP", "x": 859, "y": 197, "security": -0.3904804191410917, - "connectedSystems": [ - "3-N3OO", - "A-G1FM", - "2-3Q2G" - ] + "connectedSystems": "3-N3OO,A-G1FM,2-3Q2G" }, { "solarSystemName": "LXWN-W", "x": 360, "y": 515, "security": -0.6426880886746649, - "connectedSystems": [ - "BKG-Q2", - "C-LP3N", - "RO90-H" - ] + "connectedSystems": "BKG-Q2,C-LP3N,RO90-H" }, { "solarSystemName": "C-LP3N", "x": 280, "y": 515, "security": -0.6746794128293763, - "connectedSystems": [ - "LXWN-W", - "9F-7PZ", - "1G-MJE" - ] + "connectedSystems": "LXWN-W,9F-7PZ,1G-MJE" }, { "solarSystemName": "9F-7PZ", "x": 280, "y": 450, "security": -0.584652179711092, - "connectedSystems": [ - "C-LP3N" - ] + "connectedSystems": "C-LP3N" }, { "solarSystemName": "1G-MJE", "x": 280, "y": 565, "security": -0.7841059393743798, - "connectedSystems": [ - "C-LP3N", - "WO-AIJ", - "RO90-H" - ] + "connectedSystems": "C-LP3N,WO-AIJ,RO90-H" }, { "solarSystemName": "WO-AIJ", "x": 280, "y": 615, "security": -0.7680959745011684, - "connectedSystems": [ - "1G-MJE", - "MA-VDX" - ] + "connectedSystems": "1G-MJE,MA-VDX" }, { "solarSystemName": "MA-VDX", "x": 360, "y": 615, "security": -0.7984330614780957, - "connectedSystems": [ - "WO-AIJ", - "RO90-H", - "92D-OI" - ] + "connectedSystems": "WO-AIJ,RO90-H,92D-OI" }, { "solarSystemName": "RO90-H", "x": 360, "y": 565, "security": -0.8208194317854498, - "connectedSystems": [ - "LXWN-W", - "1G-MJE", - "MA-VDX" - ] + "connectedSystems": "LXWN-W,1G-MJE,MA-VDX" }, { "solarSystemName": "BWI1-9", "x": 810, "y": 470, "security": -0.237439311455288, - "connectedSystems": [ - "KL3O-J", - "C-LBQS" - ] + "connectedSystems": "KL3O-J,C-LBQS" }, { "solarSystemName": "C-LBQS", "x": 740, "y": 470, "security": -0.3529572831465341, - "connectedSystems": [ - "BWI1-9", - "J52-BH" - ] + "connectedSystems": "BWI1-9,J52-BH" }, { "solarSystemName": "J52-BH", "x": 665, "y": 470, "security": -0.4511986874756262, - "connectedSystems": [ - "C-LBQS", - "5-P1Y2" - ] + "connectedSystems": "C-LBQS,5-P1Y2" }, { "solarSystemName": "5-P1Y2", "x": 595, "y": 470, "security": -0.5331911303664054, - "connectedSystems": [ - "J52-BH", - "KMQ4-V" - ] + "connectedSystems": "J52-BH,KMQ4-V" }, { "solarSystemName": "KMQ4-V", "x": 525, "y": 470, "security": -0.2359152731623652, - "connectedSystems": [ - "5-P1Y2", - "KJ-QWL" - ] + "connectedSystems": "5-P1Y2,KJ-QWL" }, { "solarSystemName": "KJ-QWL", "x": 460, "y": 470, "security": -0.2070659304521647, - "connectedSystems": [ - "KMQ4-V", - "SVB-RE", - "9-B1DS" - ] + "connectedSystems": "KMQ4-V,SVB-RE,9-B1DS" }, { "solarSystemName": "SVB-RE", "x": 530, "y": 430, "security": -0.1525151618967068, - "connectedSystems": [ - "KJ-QWL" - ] + "connectedSystems": "KJ-QWL" }, { "solarSystemName": "C-4ZOS", "x": 115, "y": 395, "security": -0.6479971730622943, - "connectedSystems": [ - "M-HU4V", - "K-8SQS", - "NEH-CS", - "3F-JZF" - ] + "connectedSystems": "M-HU4V,K-8SQS,NEH-CS,3F-JZF" }, { "solarSystemName": "K-8SQS", "x": 40, "y": 395, "security": -0.74963872585895, - "connectedSystems": [ - "C-4ZOS", - "C-VGYO" - ] + "connectedSystems": "C-4ZOS,C-VGYO" }, { "solarSystemName": "C-VGYO", "x": 40, "y": 350, "security": -0.5629329864037207, - "connectedSystems": [ - "K-8SQS", - "O94U-A", - "XW-JHT" - ] + "connectedSystems": "K-8SQS,O94U-A,XW-JHT" }, { "solarSystemName": "O94U-A", "x": 75, "y": 310, "security": -0.6911097189388689, - "connectedSystems": [ - "C-VGYO" - ] + "connectedSystems": "C-VGYO" }, { "solarSystemName": "XW-JHT", "x": 5, "y": 310, "security": -0.5626825311914236, - "connectedSystems": [ - "C-VGYO" - ] + "connectedSystems": "C-VGYO" }, { "solarSystemName": "NEH-CS", "x": 115, "y": 350, "security": -0.62690758555007, - "connectedSystems": [ - "C-4ZOS" - ] + "connectedSystems": "C-4ZOS" }, { "solarSystemName": "4DTQ-K", "x": 160, "y": 80, "security": -0.4344846462473693, - "connectedSystems": [ - "B8O-KJ", - "J9-5MQ", - "EQI2-2" - ] + "connectedSystems": "B8O-KJ,J9-5MQ,EQI2-2" }, { "solarSystemName": "J9-5MQ", "x": 85, "y": 55, "security": -0.5133948276020518, - "connectedSystems": [ - "4DTQ-K", - "D4R-H7", - "313I-B", - "Q-4DEC" - ] + "connectedSystems": "4DTQ-K,D4R-H7,313I-B,Q-4DEC" }, { "solarSystemName": "D4R-H7", "x": 160, "y": 30, "security": -1, - "connectedSystems": [ - "J9-5MQ", - "EQI2-2" - ] + "connectedSystems": "J9-5MQ,EQI2-2" }, { "solarSystemName": "313I-B", "x": 10, "y": 30, "security": -0.4485380561368794, - "connectedSystems": [ - "J9-5MQ" - ] + "connectedSystems": "J9-5MQ" }, { "solarSystemName": "EQI2-2", "x": 220, "y": 55, "security": -0.6796347352738559, - "connectedSystems": [ - "4DTQ-K", - "D4R-H7" - ] + "connectedSystems": "4DTQ-K,D4R-H7" }, { "solarSystemName": "Q-4DEC", "x": 10, "y": 80, "security": -0.1593583703802155, - "connectedSystems": [ - "J9-5MQ" - ] + "connectedSystems": "J9-5MQ" }, { "solarSystemName": "3F-JZF", "x": 115, "y": 490, "security": -0.6487572869589193, - "connectedSystems": [ - "C-4ZOS", - "5-0WB9", - "W-4FA9", - "2B7A-3" - ] + "connectedSystems": "C-4ZOS,5-0WB9,W-4FA9,2B7A-3" }, { "solarSystemName": "5-0WB9", "x": 190, "y": 490, "security": -0.7845094771112202, - "connectedSystems": [ - "3F-JZF" - ] + "connectedSystems": "3F-JZF" }, { "solarSystemName": "W-4FA9", "x": 75, "y": 525, "security": -0.8029654627922196, - "connectedSystems": [ - "3F-JZF", - "1IX-C0", - "PUWL-4" - ] + "connectedSystems": "3F-JZF,1IX-C0,PUWL-4" }, { "solarSystemName": "1IX-C0", "x": 60, "y": 580, "security": -0.973000566808178, - "connectedSystems": [ - "W-4FA9", - "Y-1918" - ] + "connectedSystems": "W-4FA9,Y-1918" }, { "solarSystemName": "2B7A-3", "x": 35, "y": 490, "security": -0.5439894482515029, - "connectedSystems": [ - "3F-JZF" - ] + "connectedSystems": "3F-JZF" }, { "solarSystemName": "PUWL-4", "x": 140, "y": 560, "security": -0.8090396729252909, - "connectedSystems": [ - "W-4FA9" - ] + "connectedSystems": "W-4FA9" }, { "solarSystemName": "Y-1918", "x": 60, "y": 630, "security": -1, - "connectedSystems": [ - "1IX-C0", - "UJY-HE" - ] + "connectedSystems": "1IX-C0,UJY-HE" }, { "solarSystemName": "9-B1DS", "x": 460, "y": 565, "security": -0.4919777387599368, - "connectedSystems": [ - "KJ-QWL", - "ME-4IU", - "CH9L-K" - ] + "connectedSystems": "KJ-QWL,ME-4IU,CH9L-K" }, { "solarSystemName": "ME-4IU", "x": 535, "y": 565, "security": -0.5763208805280992, - "connectedSystems": [ - "9-B1DS", - "BU-IU4", - "I-7JR4", - "3KNA-N" - ] + "connectedSystems": "9-B1DS,BU-IU4,I-7JR4,3KNA-N" }, { "solarSystemName": "BU-IU4", "x": 605, "y": 565, "security": -0.869825828392997, - "connectedSystems": [ - "ME-4IU", - "QYZM-W" - ] + "connectedSystems": "ME-4IU,QYZM-W" }, { "solarSystemName": "I-7JR4", "x": 535, "y": 615, "security": -0.4317712628487357, - "connectedSystems": [ - "ME-4IU", - "CH9L-K", - "QYZM-W" - ] + "connectedSystems": "ME-4IU,CH9L-K,QYZM-W" }, { "solarSystemName": "CH9L-K", "x": 460, "y": 615, "security": -0.5484275297797248, - "connectedSystems": [ - "9-B1DS", - "I-7JR4", - "Q1U-IU" - ] + "connectedSystems": "9-B1DS,I-7JR4,Q1U-IU" }, { "solarSystemName": "QYZM-W", "x": 605, "y": 615, "security": -1, - "connectedSystems": [ - "BU-IU4", - "I-7JR4" - ] + "connectedSystems": "BU-IU4,I-7JR4" }, { "solarSystemName": "3KNA-N", "x": 535, "y": 515, "security": -0.4933074316432555, - "connectedSystems": [ - "ME-4IU" - ] + "connectedSystems": "ME-4IU" } ] \ No newline at end of file diff --git a/public/Cache.json b/public/Cache.json index b0eea6c..40ac3ec 100644 --- a/public/Cache.json +++ b/public/Cache.json @@ -4,643 +4,426 @@ "x": 125, "y": 385, "security": -0.1070951183760639, - "connectedSystems": [ - "Q-UEN6", - "LMM7-L", - "995-3G" - ] + "connectedSystems": "Q-UEN6,LMM7-L,995-3G" }, { "solarSystemName": "E1W-TB", "x": 110, "y": 285, "security": -0.1933371163443711, - "connectedSystems": [ - "I6-SYN", - "LMM7-L" - ] + "connectedSystems": "I6-SYN,LMM7-L" }, { "solarSystemName": "D-6H64", "x": 275, "y": 400, "security": -0.06338869886627085, - "connectedSystems": [ - "8-BIE3", - "995-3G" - ] + "connectedSystems": "8-BIE3,995-3G" }, { "solarSystemName": "8-BIE3", "x": 330, "y": 375, "security": -0.07609543140447905, - "connectedSystems": [ - "D-6H64", - "4S0-NP" - ] + "connectedSystems": "D-6H64,4S0-NP" }, { "solarSystemName": "LMM7-L", "x": 105, "y": 335, "security": -0.1932617773995348, - "connectedSystems": [ - "2-2EWC", - "E1W-TB" - ] + "connectedSystems": "2-2EWC,E1W-TB" }, { "solarSystemName": "995-3G", "x": 195, "y": 405, "security": -0.08702030249378157, - "connectedSystems": [ - "2-2EWC", - "D-6H64" - ] + "connectedSystems": "2-2EWC,D-6H64" }, { "solarSystemName": "W2T-TR", "x": 130, "y": 570, "security": -0.0502633485059043, - "connectedSystems": [ - "M-CNUD", - "YE1-9S", - "IVP-KA", - "04EI-U" - ] + "connectedSystems": "M-CNUD,YE1-9S,IVP-KA,04EI-U" }, { "solarSystemName": "Q-UEN6", "x": 145, "y": 480, "security": -0.05548692652132048, - "connectedSystems": [ - "2-2EWC", - "BLMX-B", - "YE1-9S" - ] + "connectedSystems": "2-2EWC,BLMX-B,YE1-9S" }, { "solarSystemName": "BLMX-B", "x": 245, "y": 490, "security": -0.03230071991810524, - "connectedSystems": [ - "Q-UEN6", - "M-CNUD", - "C1G-XC" - ] + "connectedSystems": "Q-UEN6,M-CNUD,C1G-XC" }, { "solarSystemName": "M-CNUD", "x": 240, "y": 550, "security": -0.04340310635271516, - "connectedSystems": [ - "W2T-TR", - "BLMX-B", - "04EI-U" - ] + "connectedSystems": "W2T-TR,BLMX-B,04EI-U" }, { "solarSystemName": "YE1-9S", "x": 140, "y": 525, "security": -0.05054645275755076, - "connectedSystems": [ - "W2T-TR", - "Q-UEN6" - ] + "connectedSystems": "W2T-TR,Q-UEN6" }, { "solarSystemName": "IVP-KA", "x": 105, "y": 620, "security": -0.0630877989118237, - "connectedSystems": [ - "W2T-TR", - "5-2PQU" - ] + "connectedSystems": "W2T-TR,5-2PQU" }, { "solarSystemName": "04EI-U", "x": 225, "y": 610, "security": -0.07727347435456167, - "connectedSystems": [ - "W2T-TR", - "M-CNUD" - ] + "connectedSystems": "W2T-TR,M-CNUD" }, { "solarSystemName": "B-T6BT", "x": 285, "y": 130, "security": -0.9010969141220727, - "connectedSystems": [ - "VK-A5G", - "8-SPNN", - "K-RMI5" - ] + "connectedSystems": "VK-A5G,8-SPNN,K-RMI5" }, { "solarSystemName": "VK-A5G", "x": 215, "y": 130, "security": -0.5608118176835264, - "connectedSystems": [ - "B-T6BT", - "I6-SYN" - ] + "connectedSystems": "B-T6BT,I6-SYN" }, { "solarSystemName": "I6-SYN", "x": 135, "y": 150, "security": -0.3493166010410577, - "connectedSystems": [ - "E1W-TB", - "VK-A5G", - "O-5TN1", - "K-IYNW" - ] + "connectedSystems": "E1W-TB,VK-A5G,O-5TN1,K-IYNW" }, { "solarSystemName": "O-5TN1", "x": 70, "y": 175, "security": -0.4044791172851695, - "connectedSystems": [ - "I6-SYN", - "U-QMOA" - ] + "connectedSystems": "I6-SYN,U-QMOA" }, { "solarSystemName": "8-SPNN", "x": 300, "y": 85, "security": -0.952164152232162, - "connectedSystems": [ - "B-T6BT", - "JNG7-K" - ] + "connectedSystems": "B-T6BT,JNG7-K" }, { "solarSystemName": "U-QMOA", "x": 20, "y": 210, "security": -0.3097907558894293, - "connectedSystems": [ - "O-5TN1" - ] + "connectedSystems": "O-5TN1" }, { "solarSystemName": "4S0-NP", "x": 365, "y": 290, "security": -0.08260341513017899, - "connectedSystems": [ - "8-BIE3", - "K-RMI5" - ] + "connectedSystems": "8-BIE3,K-RMI5" }, { "solarSystemName": "K-RMI5", "x": 365, "y": 240, "security": -0.100320876795382, - "connectedSystems": [ - "4S0-NP", - "C-6YHJ", - "B-T6BT" - ] + "connectedSystems": "4S0-NP,C-6YHJ,B-T6BT" }, { "solarSystemName": "C-6YHJ", "x": 435, "y": 240, "security": -0.1293951707527842, - "connectedSystems": [ - "K-RMI5", - "M53-1V", - "I-2705" - ] + "connectedSystems": "K-RMI5,M53-1V,I-2705" }, { "solarSystemName": "M53-1V", "x": 470, "y": 195, "security": -0.1921027022239121, - "connectedSystems": [ - "C-6YHJ", - "E5T-CS" - ] + "connectedSystems": "C-6YHJ,E5T-CS" }, { "solarSystemName": "E5T-CS", "x": 505, "y": 240, "security": -0.1971987061964969, - "connectedSystems": [ - "M53-1V", - "W4C8-Q", - "I-2705" - ] + "connectedSystems": "M53-1V,W4C8-Q,I-2705" }, { "solarSystemName": "W4C8-Q", "x": 580, "y": 240, "security": -0.2721625932036238, - "connectedSystems": [ - "E5T-CS", - "5F-MG1" - ] + "connectedSystems": "E5T-CS,5F-MG1" }, { "solarSystemName": "I-2705", "x": 470, "y": 285, "security": -0.09067345182967623, - "connectedSystems": [ - "C-6YHJ", - "E5T-CS" - ] + "connectedSystems": "C-6YHJ,E5T-CS" }, { "solarSystemName": "5F-MG1", "x": 670, "y": 290, "security": -0.3149895336513341, - "connectedSystems": [ - "W4C8-Q", - "P7-45V" - ] + "connectedSystems": "W4C8-Q,P7-45V" }, { "solarSystemName": "P7-45V", "x": 740, "y": 290, "security": -0.3385785677245056, - "connectedSystems": [ - "5F-MG1", - "M-MCP8", - "JZ-B5Y", - "TPG-DD" - ] + "connectedSystems": "5F-MG1,M-MCP8,JZ-B5Y,TPG-DD" }, { "solarSystemName": "M-MCP8", "x": 740, "y": 245, "security": -0.3857152494706989, - "connectedSystems": [ - "P7-45V", - "TPG-DD", - "LQ-01M" - ] + "connectedSystems": "P7-45V,TPG-DD,LQ-01M" }, { "solarSystemName": "JZ-B5Y", "x": 740, "y": 335, "security": -0.3889556008238376, - "connectedSystems": [ - "P7-45V", - "NIF-JE" - ] + "connectedSystems": "P7-45V,NIF-JE" }, { "solarSystemName": "TPG-DD", "x": 815, "y": 270, "security": -0.3035746736139761, - "connectedSystems": [ - "P7-45V", - "M-MCP8" - ] + "connectedSystems": "P7-45V,M-MCP8" }, { "solarSystemName": "NIF-JE", "x": 740, "y": 380, "security": -0.6150638433308662, - "connectedSystems": [ - "JZ-B5Y", - "BTLH-I" - ] + "connectedSystems": "JZ-B5Y,BTLH-I" }, { "solarSystemName": "BTLH-I", "x": 670, "y": 455, "security": -0.6291512729745483, - "connectedSystems": [ - "NIF-JE", - "U93O-A", - "0LY-W1" - ] + "connectedSystems": "NIF-JE,U93O-A,0LY-W1" }, { "solarSystemName": "U93O-A", "x": 670, "y": 505, "security": -0.842993300166003, - "connectedSystems": [ - "BTLH-I", - "4YO-QK" - ] + "connectedSystems": "BTLH-I,4YO-QK" }, { "solarSystemName": "0LY-W1", "x": 605, "y": 455, "security": -0.5500394384713057, - "connectedSystems": [ - "BTLH-I" - ] + "connectedSystems": "BTLH-I" }, { "solarSystemName": "4YO-QK", "x": 670, "y": 555, "security": -0.9061297147447775, - "connectedSystems": [ - "U93O-A", - "LJ-RJK", - "8-VC6H" - ] + "connectedSystems": "U93O-A,LJ-RJK,8-VC6H" }, { "solarSystemName": "LJ-RJK", "x": 735, "y": 590, "security": -0.8828175102311439, - "connectedSystems": [ - "4YO-QK", - "RT64-C" - ] + "connectedSystems": "4YO-QK,RT64-C" }, { "solarSystemName": "8-VC6H", "x": 600, "y": 545, "security": -1, - "connectedSystems": [ - "4YO-QK", - "3-0FYP" - ] + "connectedSystems": "4YO-QK,3-0FYP" }, { "solarSystemName": "LQ-01M", "x": 740, "y": 145, "security": -0.5795548658688002, - "connectedSystems": [ - "M-MCP8", - "NG-M8K", - "RV5-TT" - ] + "connectedSystems": "M-MCP8,NG-M8K,RV5-TT" }, { "solarSystemName": "NG-M8K", "x": 740, "y": 100, "security": -0.909781935292084, - "connectedSystems": [ - "LQ-01M", - "8OYE-Z", - "K85Y-6" - ] + "connectedSystems": "LQ-01M,8OYE-Z,K85Y-6" }, { "solarSystemName": "RV5-TT", "x": 820, "y": 145, "security": -0.3723657989861278, - "connectedSystems": [ - "LQ-01M", - "PKN-NJ" - ] + "connectedSystems": "LQ-01M,PKN-NJ" }, { "solarSystemName": "8OYE-Z", "x": 695, "y": 65, "security": -0.5344909786812211, - "connectedSystems": [ - "NG-M8K", - "DVN6-0" - ] + "connectedSystems": "NG-M8K,DVN6-0" }, { "solarSystemName": "K85Y-6", "x": 800, "y": 70, "security": -1, - "connectedSystems": [ - "NG-M8K", - "LTT-AP" - ] + "connectedSystems": "NG-M8K,LTT-AP" }, { "solarSystemName": "PKN-NJ", "x": 900, "y": 145, "security": -0.2606331827376328, - "connectedSystems": [ - "RV5-TT", - "XUPK-Z" - ] + "connectedSystems": "RV5-TT,XUPK-Z" }, { "solarSystemName": "5-2PQU", "x": 60, "y": 685, "security": -0.08096009412649185, - "connectedSystems": [ - "2JT-3Q", - "7-JT09", - "6BJH-3", - "IVP-KA" - ] + "connectedSystems": "2JT-3Q,7-JT09,6BJH-3,IVP-KA" }, { "solarSystemName": "C1G-XC", "x": 385, "y": 525, "security": -0.5640370413560221, - "connectedSystems": [ - "4LB-EL", - "5IH-GL", - "3-0FYP", - "BLMX-B" - ] + "connectedSystems": "4LB-EL,5IH-GL,3-0FYP,BLMX-B" }, { "solarSystemName": "3-0FYP", "x": 470, "y": 535, "security": -0.4918123009961911, - "connectedSystems": [ - "C1G-XC", - "8-VC6H" - ] + "connectedSystems": "C1G-XC,8-VC6H" }, { "solarSystemName": "K-IYNW", "x": 50, "y": 70, "security": -0.1234021233333819, - "connectedSystems": [ - "M9U-75", - "Atioth", - "I6-SYN" - ] + "connectedSystems": "M9U-75,Atioth,I6-SYN" }, { "solarSystemName": "HIK-MC", "x": 410, "y": 70, "security": -0.353683806, - "connectedSystems": [ - "L-WG68", - "E4-E8W", - "5LAJ-8", - "Y4OK-W" - ] + "connectedSystems": "L-WG68,E4-E8W,5LAJ-8,Y4OK-W" }, { "solarSystemName": "B9EA-G", "x": 475, "y": 25, "security": -0.194869134, - "connectedSystems": [ - "E4-E8W", - "5LAJ-8", - "GF-GR7" - ] + "connectedSystems": "E4-E8W,5LAJ-8,GF-GR7" }, { "solarSystemName": "5LAJ-8", "x": 405, "y": 30, "security": -0.196860708, - "connectedSystems": [ - "HIK-MC", - "B9EA-G", - "JNG7-K" - ] + "connectedSystems": "HIK-MC,B9EA-G,JNG7-K" }, { "solarSystemName": "VX1-HV", "x": 250, "y": 10, "security": -0.302375747, - "connectedSystems": [ - "QQGH-G", - "JNG7-K", - "K-XJJT", - "FO1U-K" - ] + "connectedSystems": "QQGH-G,JNG7-K,K-XJJT,FO1U-K" }, { "solarSystemName": "JNG7-K", "x": 325, "y": 35, "security": -0.302369984, - "connectedSystems": [ - "VX1-HV", - "8-SPNN", - "5LAJ-8" - ] + "connectedSystems": "VX1-HV,8-SPNN,5LAJ-8" }, { "solarSystemName": "GF-GR7", "x": 550, "y": 25, "security": -0.104726179, - "connectedSystems": [ - "B9EA-G", - "DVN6-0", - "Z19-B8", - "HPMN-V" - ] + "connectedSystems": "B9EA-G,DVN6-0,Z19-B8,HPMN-V" }, { "solarSystemName": "DVN6-0", "x": 625, "y": 30, "security": -0.109999248, - "connectedSystems": [ - "GF-GR7", - "U1-VHY", - "8OYE-Z" - ] + "connectedSystems": "GF-GR7,U1-VHY,8OYE-Z" }, { "solarSystemName": "Z19-B8", "x": 585, "y": 70, "security": -0.072118831, - "connectedSystems": [ - "GF-GR7", - "HPMN-V", - "XR-ZL7" - ] + "connectedSystems": "GF-GR7,HPMN-V,XR-ZL7" }, { "solarSystemName": "HPMN-V", "x": 505, "y": 70, "security": -0.092647534, - "connectedSystems": [ - "GF-GR7", - "Z19-B8", - "XR-ZL7" - ] + "connectedSystems": "GF-GR7,Z19-B8,XR-ZL7" }, { "solarSystemName": "U1-VHY", "x": 695, "y": 10, "security": -0.112325043, - "connectedSystems": [ - "DVN6-0" - ] + "connectedSystems": "DVN6-0" }, { "solarSystemName": "XUPK-Z", "x": 900, "y": 195, "security": -0.177313464, - "connectedSystems": [ - "O-O2GN", - "PKN-NJ", - "XR-ZL7" - ] + "connectedSystems": "O-O2GN,PKN-NJ,XR-ZL7" }, { "solarSystemName": "RT64-C", "x": 735, "y": 640, "security": -0.234027985, - "connectedSystems": [ - "QG3-Z0", - "LJ-RJK" - ] + "connectedSystems": "QG3-Z0,LJ-RJK" }, { "solarSystemName": "LTT-AP", "x": 800, "y": 25, "security": -0.087988692, - "connectedSystems": [ - "YC-ANK", - "K85Y-6" - ] + "connectedSystems": "YC-ANK,K85Y-6" } ] \ No newline at end of file diff --git a/public/Catch.json b/public/Catch.json index 6d4e4ec..794638d 100644 --- a/public/Catch.json +++ b/public/Catch.json @@ -4,1333 +4,881 @@ "x": 490, "y": 325, "security": -0.1598818990739779, - "connectedSystems": [ - "JWJ-P1", - "V-IUEL", - "D87E-A", - "U-QVWD" - ] + "connectedSystems": "JWJ-P1,V-IUEL,D87E-A,U-QVWD" }, { "solarSystemName": "Jamunda", "x": 955, "y": 300, "security": -0.03783249182028758, - "connectedSystems": [ - "Litom", - "1P-WGB" - ] + "connectedSystems": "Litom,1P-WGB" }, { "solarSystemName": "F9E-KX", "x": 85, "y": 170, "security": -0.2538480322745085, - "connectedSystems": [ - "SV5-8N", - "D-GTMI" - ] + "connectedSystems": "SV5-8N,D-GTMI" }, { "solarSystemName": "9KOE-A", "x": 315, "y": 205, "security": -0.0470117270861683, - "connectedSystems": [ - "36N-HZ", - "WD-VTV" - ] + "connectedSystems": "36N-HZ,WD-VTV" }, { "solarSystemName": "U-QVWD", "x": 395, "y": 260, "security": -0.07059840490173475, - "connectedSystems": [ - "B-3QPD", - "36N-HZ", - "0SHT-A" - ] + "connectedSystems": "B-3QPD,36N-HZ,0SHT-A" }, { "solarSystemName": "B-3QPD", "x": 395, "y": 305, "security": -0.07574337491484584, - "connectedSystems": [ - "U-QVWD", - "V-3YG7" - ] + "connectedSystems": "U-QVWD,V-3YG7" }, { "solarSystemName": "36N-HZ", "x": 395, "y": 205, "security": -0.06173274029050058, - "connectedSystems": [ - "9KOE-A", - "QSM-LM", - "U-QVWD" - ] + "connectedSystems": "9KOE-A,QSM-LM,U-QVWD" }, { "solarSystemName": "SV5-8N", "x": 160, "y": 205, "security": -0.2067933912087375, - "connectedSystems": [ - "F9E-KX", - "WD-VTV", - "HED-GP" - ] + "connectedSystems": "F9E-KX,WD-VTV,HED-GP" }, { "solarSystemName": "HY-RWO", "x": 440, "y": 385, "security": -0.07578513235585738, - "connectedSystems": [ - "V-3YG7", - "EX6-AO", - "6X7-JO" - ] + "connectedSystems": "V-3YG7,EX6-AO,6X7-JO" }, { "solarSystemName": "WD-VTV", "x": 235, "y": 205, "security": -0.08543929482391599, - "connectedSystems": [ - "9KOE-A", - "SV5-8N" - ] + "connectedSystems": "9KOE-A,SV5-8N" }, { "solarSystemName": "HED-GP", "x": 70, "y": 225, "security": -0.1463222206852534, - "connectedSystems": [ - "SV5-8N", - "Keberz" - ] + "connectedSystems": "SV5-8N,Keberz" }, { "solarSystemName": "V-3YG7", "x": 395, "y": 350, "security": -0.08211143968067047, - "connectedSystems": [ - "B-3QPD", - "HY-RWO", - "GE-8JV" - ] + "connectedSystems": "B-3QPD,HY-RWO,GE-8JV" }, { "solarSystemName": "QSM-LM", "x": 470, "y": 205, "security": -0.05518385246259294, - "connectedSystems": [ - "36N-HZ", - "QBQ-RF" - ] + "connectedSystems": "36N-HZ,QBQ-RF" }, { "solarSystemName": "KDF-GY", "x": 625, "y": 300, "security": -0.1076878903414913, - "connectedSystems": [ - "9-8GBA", - "6-K738", - "ZXIC-7" - ] + "connectedSystems": "9-8GBA,6-K738,ZXIC-7" }, { "solarSystemName": "QBQ-RF", "x": 545, "y": 205, "security": -0.0465950146454378, - "connectedSystems": [ - "QSM-LM", - "6-K738" - ] + "connectedSystems": "QSM-LM,6-K738" }, { "solarSystemName": "9-8GBA", "x": 570, "y": 255, "security": -0.1388272666369121, - "connectedSystems": [ - "KDF-GY", - "XD-JW7", - "6-K738" - ] + "connectedSystems": "KDF-GY,XD-JW7,6-K738" }, { "solarSystemName": "6-K738", "x": 625, "y": 205, "security": -0.05489690553717597, - "connectedSystems": [ - "KDF-GY", - "QBQ-RF", - "9-8GBA", - "2J-WJY" - ] + "connectedSystems": "KDF-GY,QBQ-RF,9-8GBA,2J-WJY" }, { "solarSystemName": "ZXIC-7", "x": 710, "y": 300, "security": -0.106447995801245, - "connectedSystems": [ - "F4R2-Q", - "KDF-GY", - "WQH-4K", - "2J-WJY" - ] + "connectedSystems": "F4R2-Q,KDF-GY,WQH-4K,2J-WJY" }, { "solarSystemName": "2J-WJY", "x": 710, "y": 205, "security": -0.0510096335646032, - "connectedSystems": [ - "GMLH-K", - "6-K738", - "ZXIC-7" - ] + "connectedSystems": "GMLH-K,6-K738,ZXIC-7" }, { "solarSystemName": "1P-WGB", "x": 885, "y": 300, "security": -0.1088431934261545, - "connectedSystems": [ - "F4R2-Q", - "K0CN-3", - "Jamunda" - ] + "connectedSystems": "F4R2-Q,K0CN-3,Jamunda" }, { "solarSystemName": "F4R2-Q", "x": 815, "y": 300, "security": -0.1668501535579502, - "connectedSystems": [ - "1P-WGB", - "WLAR-J", - "ZXIC-7", - "VA6-DR" - ] + "connectedSystems": "1P-WGB,WLAR-J,ZXIC-7,VA6-DR" }, { "solarSystemName": "K0CN-3", "x": 885, "y": 255, "security": -0.1075778364610981, - "connectedSystems": [ - "1P-WGB", - "L7XS-5", - "VA6-DR" - ] + "connectedSystems": "1P-WGB,L7XS-5,VA6-DR" }, { "solarSystemName": "WLAR-J", "x": 815, "y": 345, "security": -0.3017177449268266, - "connectedSystems": [ - "F4R2-Q", - "MB-NKE" - ] + "connectedSystems": "F4R2-Q,MB-NKE" }, { "solarSystemName": "L7XS-5", "x": 955, "y": 255, "security": -0.1545884920177123, - "connectedSystems": [ - "K0CN-3" - ] + "connectedSystems": "K0CN-3" }, { "solarSystemName": "VA6-DR", "x": 815, "y": 255, "security": -0.1230472478649971, - "connectedSystems": [ - "F4R2-Q", - "K0CN-3" - ] + "connectedSystems": "F4R2-Q,K0CN-3" }, { "solarSystemName": "S-U2VD", "x": 870, "y": 205, "security": -0.09549635537624745, - "connectedSystems": [ - "GE-94X", - "GMLH-K" - ] + "connectedSystems": "GE-94X,GMLH-K" }, { "solarSystemName": "GE-94X", "x": 940, "y": 190, "security": -0.15283068707557, - "connectedSystems": [ - "S-U2VD", - "W9-DID" - ] + "connectedSystems": "S-U2VD,W9-DID" }, { "solarSystemName": "GMLH-K", "x": 795, "y": 205, "security": -0.06058259062228533, - "connectedSystems": [ - "S-U2VD", - "2J-WJY" - ] + "connectedSystems": "S-U2VD,2J-WJY" }, { "solarSystemName": "W9-DID", "x": 965, "y": 150, "security": -0.3535710600737728, - "connectedSystems": [ - "GE-94X", - "KW-I6T" - ] + "connectedSystems": "GE-94X,KW-I6T" }, { "solarSystemName": "KW-I6T", "x": 940, "y": 110, "security": -0.2252840220455412, - "connectedSystems": [ - "W9-DID", - "EX-0LQ" - ] + "connectedSystems": "W9-DID,EX-0LQ" }, { "solarSystemName": "EX-0LQ", "x": 870, "y": 95, "security": -0.1434656770275402, - "connectedSystems": [ - "KW-I6T", - "CB4-Q2" - ] + "connectedSystems": "KW-I6T,CB4-Q2" }, { "solarSystemName": "MB-NKE", "x": 815, "y": 455, "security": -0.4535322370372515, - "connectedSystems": [ - "WLAR-J", - "G-7WUF", - "6-MM99", - "JBY6-F" - ] + "connectedSystems": "WLAR-J,G-7WUF,6-MM99,JBY6-F" }, { "solarSystemName": "G-7WUF", "x": 865, "y": 495, "security": -0.5347722686822953, - "connectedSystems": [ - "MB-NKE", - "6-MM99", - "RNF-YH" - ] + "connectedSystems": "MB-NKE,6-MM99,RNF-YH" }, { "solarSystemName": "6-MM99", "x": 915, "y": 455, "security": -0.4741302865596063, - "connectedSystems": [ - "MB-NKE", - "G-7WUF", - "JBY6-F" - ] + "connectedSystems": "MB-NKE,G-7WUF,JBY6-F" }, { "solarSystemName": "JBY6-F", "x": 865, "y": 415, "security": -0.5177002166694333, - "connectedSystems": [ - "MB-NKE", - "6-MM99", - "FZ-6A5" - ] + "connectedSystems": "MB-NKE,6-MM99,FZ-6A5" }, { "solarSystemName": "FZ-6A5", "x": 950, "y": 415, "security": -0.3664234138481245, - "connectedSystems": [ - "JBY6-F" - ] + "connectedSystems": "JBY6-F" }, { "solarSystemName": "RNF-YH", "x": 950, "y": 495, "security": -0.6514756502670749, - "connectedSystems": [ - "G-7WUF" - ] + "connectedSystems": "G-7WUF" }, { "solarSystemName": "I-8D0G", "x": 645, "y": 385, "security": -0.06038598533748119, - "connectedSystems": [ - "A-803L", - "WQH-4K" - ] + "connectedSystems": "A-803L,WQH-4K" }, { "solarSystemName": "R-K4QY", "x": 710, "y": 435, "security": -0.04347691136920839, - "connectedSystems": [ - "OGL8-Q", - "WQH-4K" - ] + "connectedSystems": "OGL8-Q,WQH-4K" }, { "solarSystemName": "JWZ2-V", "x": 575, "y": 485, "security": -0.05152387888735022, - "connectedSystems": [ - "GJ0-OJ", - "J-ODE7" - ] + "connectedSystems": "GJ0-OJ,J-ODE7" }, { "solarSystemName": "OGL8-Q", "x": 710, "y": 490, "security": -0.04625511498206714, - "connectedSystems": [ - "R-K4QY", - "J-ODE7" - ] + "connectedSystems": "R-K4QY,J-ODE7" }, { "solarSystemName": "GJ0-OJ", "x": 575, "y": 435, "security": -0.04905064637851642, - "connectedSystems": [ - "JWZ2-V", - "A-803L", - "Q-S7ZD" - ] + "connectedSystems": "JWZ2-V,A-803L,Q-S7ZD" }, { "solarSystemName": "A-803L", "x": 575, "y": 385, "security": -0.04207684485346586, - "connectedSystems": [ - "I-8D0G", - "GJ0-OJ", - "6X7-JO" - ] + "connectedSystems": "I-8D0G,GJ0-OJ,6X7-JO" }, { "solarSystemName": "WQH-4K", "x": 710, "y": 385, "security": -0.06440736750457088, - "connectedSystems": [ - "I-8D0G", - "R-K4QY", - "ZXIC-7" - ] + "connectedSystems": "I-8D0G,R-K4QY,ZXIC-7" }, { "solarSystemName": "J-ODE7", "x": 640, "y": 520, "security": -0.03998104390792179, - "connectedSystems": [ - "JWZ2-V", - "OGL8-Q" - ] + "connectedSystems": "JWZ2-V,OGL8-Q" }, { "solarSystemName": "Q-S7ZD", "x": 645, "y": 435, "security": -0.03271000451562434, - "connectedSystems": [ - "GJ0-OJ", - "3L3N-X" - ] + "connectedSystems": "GJ0-OJ,3L3N-X" }, { "solarSystemName": "6X7-JO", "x": 505, "y": 385, "security": -0.06534882091754435, - "connectedSystems": [ - "A-803L", - "HY-RWO" - ] + "connectedSystems": "A-803L,HY-RWO" }, { "solarSystemName": "GE-8JV", "x": 287, "y": 378, "security": -0.2094229652862409, - "connectedSystems": [ - "V-3YG7", - "3-OKDA", - "AX-DOT", - "YHN-3K" - ] + "connectedSystems": "V-3YG7,3-OKDA,AX-DOT,YHN-3K" }, { "solarSystemName": "3-OKDA", "x": 219, "y": 392, "security": -0.1691504293830543, - "connectedSystems": [ - "GE-8JV", - "3GD6-8", - "4M-HGL", - "MY-W1V" - ] + "connectedSystems": "GE-8JV,3GD6-8,4M-HGL,MY-W1V" }, { "solarSystemName": "3GD6-8", "x": 263, "y": 433, "security": -0.2152522138896185, - "connectedSystems": [ - "3-OKDA", - "4M-HGL", - "YHN-3K", - "DSS-EZ" - ] + "connectedSystems": "3-OKDA,4M-HGL,YHN-3K,DSS-EZ" }, { "solarSystemName": "4M-HGL", "x": 199, "y": 440, "security": -0.1680307631924968, - "connectedSystems": [ - "3-OKDA", - "3GD6-8" - ] + "connectedSystems": "3-OKDA,3GD6-8" }, { "solarSystemName": "MY-W1V", "x": 153, "y": 405, "security": -0.08607958655386794, - "connectedSystems": [ - "3-OKDA", - "8B-2YA" - ] + "connectedSystems": "3-OKDA,8B-2YA" }, { "solarSystemName": "AX-DOT", "x": 284, "y": 340, "security": -0.2569791326898986, - "connectedSystems": [ - "GE-8JV", - "MUXX-4" - ] + "connectedSystems": "GE-8JV,MUXX-4" }, { "solarSystemName": "YHN-3K", "x": 325, "y": 415, "security": -0.1236210809177987, - "connectedSystems": [ - "GE-8JV", - "3GD6-8" - ] + "connectedSystems": "GE-8JV,3GD6-8" }, { "solarSystemName": "CB4-Q2", "x": 795, "y": 95, "security": -0.2052717355860315, - "connectedSystems": [ - "EX-0LQ", - "CBL-XP", - "WJ-9YO", - "N-8BZ6" - ] + "connectedSystems": "EX-0LQ,CBL-XP,WJ-9YO,N-8BZ6" }, { "solarSystemName": "CBL-XP", "x": 720, "y": 95, "security": -0.2841958729571543, - "connectedSystems": [ - "CB4-Q2", - "KA6D-K", - "UQ-PWD" - ] + "connectedSystems": "CB4-Q2,KA6D-K,UQ-PWD" }, { "solarSystemName": "WJ-9YO", "x": 795, "y": 140, "security": -0.2175761351831725, - "connectedSystems": [ - "CB4-Q2" - ] + "connectedSystems": "CB4-Q2" }, { "solarSystemName": "UQ-PWD", "x": 720, "y": 50, "security": -0.3361548098729448, - "connectedSystems": [ - "CBL-XP" - ] + "connectedSystems": "CBL-XP" }, { "solarSystemName": "N-8BZ6", "x": 795, "y": 50, "security": -0.1515770130666739, - "connectedSystems": [ - "CB4-Q2", - "A-VILQ" - ] + "connectedSystems": "CB4-Q2,A-VILQ" }, { "solarSystemName": "A-VILQ", "x": 850, "y": 20, "security": -0.08227891317969793, - "connectedSystems": [ - "N-8BZ6", - "X3FQ-W", - "3-SFWG" - ] + "connectedSystems": "N-8BZ6,X3FQ-W,3-SFWG" }, { "solarSystemName": "X3FQ-W", "x": 910, "y": 50, "security": -0.0925745445185312, - "connectedSystems": [ - "A-VILQ" - ] + "connectedSystems": "A-VILQ" }, { "solarSystemName": "3-SFWG", "x": 910, "y": 0, "security": -0.07539722159378359, - "connectedSystems": [ - "A-VILQ" - ] + "connectedSystems": "A-VILQ" }, { "solarSystemName": "MUXX-4", "x": 266, "y": 294, "security": -0.3613868480353829, - "connectedSystems": [ - "AX-DOT", - "E1-4YH" - ] + "connectedSystems": "AX-DOT,E1-4YH" }, { "solarSystemName": "E1-4YH", "x": 200, "y": 295, "security": -0.5599689496517621, - "connectedSystems": [ - "MUXX-4", - "B-XJX4", - "AOK-WQ", - "7LHB-Z" - ] + "connectedSystems": "MUXX-4,B-XJX4,AOK-WQ,7LHB-Z" }, { "solarSystemName": "B-XJX4", "x": 165, "y": 260, "security": -0.6763327711053237, - "connectedSystems": [ - "E1-4YH", - "AOK-WQ" - ] + "connectedSystems": "E1-4YH,AOK-WQ" }, { "solarSystemName": "AOK-WQ", "x": 130, "y": 295, "security": -0.7129127374942096, - "connectedSystems": [ - "E1-4YH", - "B-XJX4", - "E3-SDZ", - "7LHB-Z" - ] + "connectedSystems": "E1-4YH,B-XJX4,E3-SDZ,7LHB-Z" }, { "solarSystemName": "E3-SDZ", "x": 65, "y": 295, "security": -0.7569526546482184, - "connectedSystems": [ - "AOK-WQ", - "N-CREL" - ] + "connectedSystems": "AOK-WQ,N-CREL" }, { "solarSystemName": "7LHB-Z", "x": 165, "y": 330, "security": -0.6072106680225375, - "connectedSystems": [ - "E1-4YH", - "AOK-WQ" - ] + "connectedSystems": "E1-4YH,AOK-WQ" }, { "solarSystemName": "8B-2YA", "x": 70, "y": 420, "security": -0.07695816816818102, - "connectedSystems": [ - "MY-W1V", - "SNFV-I" - ] + "connectedSystems": "MY-W1V,SNFV-I" }, { "solarSystemName": "SNFV-I", "x": 45, "y": 475, "security": -0.08707057116643757, - "connectedSystems": [ - "8B-2YA", - "HP-64T", - "V2-VC2", - "CX65-5" - ] + "connectedSystems": "8B-2YA,HP-64T,V2-VC2,CX65-5" }, { "solarSystemName": "HP-64T", "x": 5, "y": 430, "security": -0.09124629741776702, - "connectedSystems": [ - "SNFV-I", - "V2-VC2" - ] + "connectedSystems": "SNFV-I,V2-VC2" }, { "solarSystemName": "V2-VC2", "x": 5, "y": 520, "security": -0.1142989653171865, - "connectedSystems": [ - "SNFV-I", - "HP-64T", - "L-B55M" - ] + "connectedSystems": "SNFV-I,HP-64T,L-B55M" }, { "solarSystemName": "L-B55M", "x": 5, "y": 555, "security": -0.1471603374362583, - "connectedSystems": [ - "V2-VC2", - "K717-8" - ] + "connectedSystems": "V2-VC2,K717-8" }, { "solarSystemName": "CX65-5", "x": 85, "y": 520, "security": -0.08975161437039436, - "connectedSystems": [ - "SNFV-I", - "JA-O6J" - ] + "connectedSystems": "SNFV-I,JA-O6J" }, { "solarSystemName": "JA-O6J", "x": 85, "y": 555, "security": -0.1104870853752672, - "connectedSystems": [ - "CX65-5", - "5-N2EY" - ] + "connectedSystems": "CX65-5,5-N2EY" }, { "solarSystemName": "ZQ-Z3Y", "x": 545, "y": 55, "security": -0.09470715859254542, - "connectedSystems": [ - "9UY4-H", - "G-AOTH" - ] + "connectedSystems": "9UY4-H,G-AOTH" }, { "solarSystemName": "G-AOTH", "x": 420, "y": 95, "security": -0.1357720952711935, - "connectedSystems": [ - "ZQ-Z3Y", - "TA3T-3", - "UL-7I8" - ] + "connectedSystems": "ZQ-Z3Y,TA3T-3,UL-7I8" }, { "solarSystemName": "TA3T-3", "x": 495, "y": 95, "security": -0.14519977023563, - "connectedSystems": [ - "G-AOTH", - "E-YJ8G", - "J6QB-P" - ] + "connectedSystems": "G-AOTH,E-YJ8G,J6QB-P" }, { "solarSystemName": "E-YJ8G", "x": 495, "y": 140, "security": -0.1230146988242306, - "connectedSystems": [ - "TA3T-3" - ] + "connectedSystems": "TA3T-3" }, { "solarSystemName": "J6QB-P", "x": 570, "y": 95, "security": -0.1898521292577785, - "connectedSystems": [ - "TA3T-3", - "KA6D-K" - ] + "connectedSystems": "TA3T-3,KA6D-K" }, { "solarSystemName": "KA6D-K", "x": 645, "y": 95, "security": -0.243812629642391, - "connectedSystems": [ - "CBL-XP", - "J6QB-P" - ] + "connectedSystems": "CBL-XP,J6QB-P" }, { "solarSystemName": "7MD-S1", "x": 190, "y": 95, "security": -0.2158056776879901, - "connectedSystems": [ - "T-RPFU", - "ERVK-P" - ] + "connectedSystems": "T-RPFU,ERVK-P" }, { "solarSystemName": "ERVK-P", "x": 265, "y": 95, "security": -0.2811912850542074, - "connectedSystems": [ - "7MD-S1", - "UL-7I8", - "BR-N97" - ] + "connectedSystems": "7MD-S1,UL-7I8,BR-N97" }, { "solarSystemName": "UL-7I8", "x": 340, "y": 95, "security": -0.3027493645199628, - "connectedSystems": [ - "G-AOTH", - "ERVK-P", - "OXIY-V" - ] + "connectedSystems": "G-AOTH,ERVK-P,OXIY-V" }, { "solarSystemName": "BR-N97", "x": 265, "y": 50, "security": -0.2511036920319065, - "connectedSystems": [ - "ERVK-P", - "IS-R7P", - "S25C-K" - ] + "connectedSystems": "ERVK-P,IS-R7P,S25C-K" }, { "solarSystemName": "IS-R7P", "x": 265, "y": 5, "security": -0.1446083071929287, - "connectedSystems": [ - "BR-N97", - "DP-JD4", - "3KB-J0" - ] + "connectedSystems": "BR-N97,DP-JD4,3KB-J0" }, { "solarSystemName": "S25C-K", "x": 190, "y": 50, "security": -0.2673369306351775, - "connectedSystems": [ - "BR-N97" - ] + "connectedSystems": "BR-N97" }, { "solarSystemName": "K717-8", "x": 5, "y": 590, "security": -0.2479413710900142, - "connectedSystems": [ - "L-B55M", - "NH-1X6" - ] + "connectedSystems": "L-B55M,NH-1X6" }, { "solarSystemName": "NH-1X6", "x": 45, "y": 630, "security": -0.2428568917199186, - "connectedSystems": [ - "K717-8", - "KH0Z-0", - "5-N2EY" - ] + "connectedSystems": "K717-8,KH0Z-0,5-N2EY" }, { "solarSystemName": "KH0Z-0", "x": 95, "y": 655, "security": -0.1809136570471357, - "connectedSystems": [ - "NH-1X6", - "KB-U56" - ] + "connectedSystems": "NH-1X6,KB-U56" }, { "solarSystemName": "5-N2EY", "x": 85, "y": 590, "security": -0.2131768332539026, - "connectedSystems": [ - "NH-1X6", - "JA-O6J" - ] + "connectedSystems": "NH-1X6,JA-O6J" }, { "solarSystemName": "KB-U56", "x": 160, "y": 645, "security": -0.2667343043110791, - "connectedSystems": [ - "KH0Z-0", - "JGW-OT" - ] + "connectedSystems": "KH0Z-0,JGW-OT" }, { "solarSystemName": "JGW-OT", "x": 220, "y": 620, "security": -0.3739701357915491, - "connectedSystems": [ - "KB-U56", - "UCG4-B" - ] + "connectedSystems": "KB-U56,UCG4-B" }, { "solarSystemName": "UCG4-B", "x": 280, "y": 590, "security": -0.4953818897134408, - "connectedSystems": [ - "JGW-OT", - "BUZ-DB" - ] + "connectedSystems": "JGW-OT,BUZ-DB" }, { "solarSystemName": "BUZ-DB", "x": 330, "y": 560, "security": -0.5283541967010674, - "connectedSystems": [ - "UCG4-B", - "QETZ-W" - ] + "connectedSystems": "UCG4-B,QETZ-W" }, { "solarSystemName": "QETZ-W", "x": 385, "y": 525, "security": -0.4045146181189495, - "connectedSystems": [ - "BUZ-DB", - "WFC-MY", - "Q-U96U" - ] + "connectedSystems": "BUZ-DB,WFC-MY,Q-U96U" }, { "solarSystemName": "WFC-MY", "x": 440, "y": 560, "security": -0.4565769125737326, - "connectedSystems": [ - "QETZ-W", - "Q-U96U", - "X4-WL0" - ] + "connectedSystems": "QETZ-W,Q-U96U,X4-WL0" }, { "solarSystemName": "Q-U96U", "x": 440, "y": 495, "security": -0.4964727070655741, - "connectedSystems": [ - "QETZ-W", - "WFC-MY", - "X4-WL0", - "EX6-AO" - ] + "connectedSystems": "QETZ-W,WFC-MY,X4-WL0,EX6-AO" }, { "solarSystemName": "X4-WL0", "x": 490, "y": 525, "security": -0.5053002797472319, - "connectedSystems": [ - "WFC-MY", - "Q-U96U", - "W-MPTH", - "4NBN-9" - ] + "connectedSystems": "WFC-MY,Q-U96U,W-MPTH,4NBN-9" }, { "solarSystemName": "W-MPTH", "x": 540, "y": 560, "security": -0.624422708533767, - "connectedSystems": [ - "X4-WL0", - "4NBN-9" - ] + "connectedSystems": "X4-WL0,4NBN-9" }, { "solarSystemName": "4NBN-9", "x": 490, "y": 595, "security": -0.6307494041644832, - "connectedSystems": [ - "X4-WL0", - "W-MPTH", - "CZK-ZQ" - ] + "connectedSystems": "X4-WL0,W-MPTH,CZK-ZQ" }, { "solarSystemName": "EX6-AO", "x": 440, "y": 440, "security": -0.5315898182937921, - "connectedSystems": [ - "Q-U96U", - "HY-RWO" - ] + "connectedSystems": "Q-U96U,HY-RWO" }, { "solarSystemName": "CZK-ZQ", "x": 490, "y": 650, "security": -0.6604133041532364, - "connectedSystems": [ - "4NBN-9", - "CNC-4V" - ] + "connectedSystems": "4NBN-9,CNC-4V" }, { "solarSystemName": "CNC-4V", "x": 405, "y": 700, "security": -0.7094880588875951, - "connectedSystems": [ - "CZK-ZQ", - "Y-PNRL", - "FAT-6P" - ] + "connectedSystems": "CZK-ZQ,Y-PNRL,FAT-6P" }, { "solarSystemName": "Y-PNRL", "x": 335, "y": 680, "security": -0.7747709710354638, - "connectedSystems": [ - "CNC-4V", - "FAT-6P", - "6BPS-T" - ] + "connectedSystems": "CNC-4V,FAT-6P,6BPS-T" }, { "solarSystemName": "FAT-6P", "x": 335, "y": 720, "security": -0.6404137464907134, - "connectedSystems": [ - "CNC-4V", - "Y-PNRL", - "25S-6P" - ] + "connectedSystems": "CNC-4V,Y-PNRL,25S-6P" }, { "solarSystemName": "6BPS-T", "x": 255, "y": 680, "security": -0.8287678363433412, - "connectedSystems": [ - "Y-PNRL", - "25S-6P" - ] + "connectedSystems": "Y-PNRL,25S-6P" }, { "solarSystemName": "25S-6P", "x": 255, "y": 720, "security": -0.9490402173816451, - "connectedSystems": [ - "FAT-6P", - "6BPS-T", - "RR-D05" - ] + "connectedSystems": "FAT-6P,6BPS-T,RR-D05" }, { "solarSystemName": "RR-D05", "x": 170, "y": 720, "security": -0.9781857072083749, - "connectedSystems": [ - "25S-6P", - "4-07MU" - ] + "connectedSystems": "25S-6P,4-07MU" }, { "solarSystemName": "4-07MU", "x": 95, "y": 720, "security": -1, - "connectedSystems": [ - "RR-D05", - "49-U6U" - ] + "connectedSystems": "RR-D05,49-U6U" }, { "solarSystemName": "DSS-EZ", "x": 300, "y": 475, "security": -0.2624149418586028, - "connectedSystems": [ - "3GD6-8", - "MB4D-4" - ] + "connectedSystems": "3GD6-8,MB4D-4" }, { "solarSystemName": "XD-JW7", "x": 510, "y": 255, "security": -0.236784086482294, - "connectedSystems": [ - "9-8GBA", - "H-RXNZ" - ] + "connectedSystems": "9-8GBA,H-RXNZ" }, { "solarSystemName": "N-CREL", "x": 0, "y": 295, "security": -0.4494580187060111, - "connectedSystems": [ - "3-UCBF", - "TM-0P2", - "E3-SDZ" - ] + "connectedSystems": "3-UCBF,TM-0P2,E3-SDZ" }, { "solarSystemName": "9UY4-H", "x": 545, "y": 5, "security": -0.07843607092740745, - "connectedSystems": [ - "4B-NQN", - "49GC-R", - "U-HYMT", - "H6-CX8", - "ZQ-Z3Y" - ] + "connectedSystems": "4B-NQN,49GC-R,U-HYMT,H6-CX8,ZQ-Z3Y" }, { "solarSystemName": "D-GTMI", "x": 75, "y": 130, "security": -0.32470219483077, - "connectedSystems": [ - "F9E-KX", - "FSW-3C", - "T-RPFU" - ] + "connectedSystems": "F9E-KX,FSW-3C,T-RPFU" }, { "solarSystemName": "T-RPFU", "x": 115, "y": 95, "security": -0.1805739511042769, - "connectedSystems": [ - "D-GTMI", - "MH9C-S", - "7MD-S1" - ] + "connectedSystems": "D-GTMI,MH9C-S,7MD-S1" }, { "solarSystemName": "U-HYMT", "x": 480, "y": 5, "security": -0.06693908437650087, - "connectedSystems": [ - "9UY4-H", - "FC-3YI", - "QR-K85", - "5IO8-U" - ] + "connectedSystems": "9UY4-H,FC-3YI,QR-K85,5IO8-U" }, { "solarSystemName": "FC-3YI", "x": 480, "y": 40, "security": -0.0786671332786969, - "connectedSystems": [ - "U-HYMT", - "QR-K85", - "5IO8-U" - ] + "connectedSystems": "U-HYMT,QR-K85,5IO8-U" }, { "solarSystemName": "QR-K85", "x": 410, "y": 5, "security": -0.0636179690232247, - "connectedSystems": [ - "U-HYMT", - "FC-3YI", - "5IO8-U", - "DP-JD4" - ] + "connectedSystems": "U-HYMT,FC-3YI,5IO8-U,DP-JD4" }, { "solarSystemName": "5IO8-U", "x": 410, "y": 40, "security": -0.05232591336092385, - "connectedSystems": [ - "U-HYMT", - "FC-3YI", - "QR-K85", - "DP-JD4" - ] + "connectedSystems": "U-HYMT,FC-3YI,QR-K85,DP-JD4" }, { "solarSystemName": "DP-JD4", "x": 340, "y": 5, "security": -0.06466910229329725, - "connectedSystems": [ - "QR-K85", - "5IO8-U", - "IS-R7P", - "OXIY-V" - ] + "connectedSystems": "QR-K85,5IO8-U,IS-R7P,OXIY-V" }, { "solarSystemName": "OXIY-V", "x": 340, "y": 50, "security": -0.1451260080299894, - "connectedSystems": [ - "UL-7I8", - "DP-JD4" - ] + "connectedSystems": "UL-7I8,DP-JD4" }, { "solarSystemName": "3KB-J0", "x": 140, "y": 5, "security": -0.121407710013292, - "connectedSystems": [ - "IS-R7P", - "0B-HLZ", - "Z-RFE3", - "3D-CQU" - ] + "connectedSystems": "IS-R7P,0B-HLZ,Z-RFE3,3D-CQU" }, { "solarSystemName": "Keberz", "x": 0, "y": 225, "security": 0.5301299306254539, - "connectedSystems": [ - "Lansez", - "Nourbal", - "Arzanni", - "HED-GP" - ] + "connectedSystems": "Lansez,Nourbal,Arzanni,HED-GP" }, { "solarSystemName": "49-U6U", "x": 10, "y": 720, "security": -0.5723242736926968, - "connectedSystems": [ - "5V-BJI", - "N-M1A3", - "8QT-H4", - "4-07MU" - ] + "connectedSystems": "5V-BJI,N-M1A3,8QT-H4,4-07MU" }, { "solarSystemName": "3L3N-X", "x": 645, "y": 470, "security": -0.181099666376092, - "connectedSystems": [ - "UALX-3", - "4-P4FE", - "Q-S7ZD" - ] + "connectedSystems": "UALX-3,4-P4FE,Q-S7ZD" } ] \ No newline at end of file diff --git a/public/Cloud Ring.json b/public/Cloud Ring.json index abbc2bb..52e462f 100644 --- a/public/Cloud Ring.json +++ b/public/Cloud Ring.json @@ -4,501 +4,328 @@ "x": 0, "y": 55, "security": -0.1221818968968269, - "connectedSystems": [ - "Y-C3EQ", - "Z-Y7R7" - ] + "connectedSystems": "Y-C3EQ,Z-Y7R7" }, { "solarSystemName": "A-SJ8X", "x": 0, "y": 565, "security": -0.08675687608557547, - "connectedSystems": [ - "2P-4LS", - "1-3HWZ" - ] + "connectedSystems": "2P-4LS,1-3HWZ" }, { "solarSystemName": "E9KD-N", "x": 960, "y": 105, "security": -0.4070671272367341, - "connectedSystems": [ - "FIO1-8", - "WQY-IQ", - "6RCQ-V" - ] + "connectedSystems": "FIO1-8,WQY-IQ,6RCQ-V" }, { "solarSystemName": "Alsavoinon", "x": 920, "y": 515, "security": 0.266366286154, - "connectedSystems": [ - "Vlillirier", - "F7C-H0", - "Zarzakh" - ] + "connectedSystems": "Vlillirier,F7C-H0,Zarzakh" }, { "solarSystemName": "1-3HWZ", "x": 85, "y": 565, "security": -0.0448786043391316, - "connectedSystems": [ - "A-SJ8X", - "XT-R36" - ] + "connectedSystems": "A-SJ8X,XT-R36" }, { "solarSystemName": "XT-R36", "x": 165, "y": 565, "security": -0.04296387832147797, - "connectedSystems": [ - "1-3HWZ", - "5-MLDT", - "QXW-PV" - ] + "connectedSystems": "1-3HWZ,5-MLDT,QXW-PV" }, { "solarSystemName": "5-MLDT", "x": 165, "y": 610, "security": -0.03385612466470866, - "connectedSystems": [ - "XT-R36", - "B-DBYQ", - "IZ-AOB" - ] + "connectedSystems": "XT-R36,B-DBYQ,IZ-AOB" }, { "solarSystemName": "B-DBYQ", "x": 240, "y": 610, "security": -0.002609770767337483, - "connectedSystems": [ - "5-MLDT", - "QXW-PV", - "DY-F70", - "J5A-IX" - ] + "connectedSystems": "5-MLDT,QXW-PV,DY-F70,J5A-IX" }, { "solarSystemName": "QXW-PV", "x": 240, "y": 565, "security": -0.002044712876400179, - "connectedSystems": [ - "XT-R36", - "B-DBYQ", - "MJYW-3" - ] + "connectedSystems": "XT-R36,B-DBYQ,MJYW-3" }, { "solarSystemName": "DY-F70", "x": 320, "y": 615, "security": -0.007362731729718464, - "connectedSystems": [ - "B-DBYQ", - "FD53-H" - ] + "connectedSystems": "B-DBYQ,FD53-H" }, { "solarSystemName": "FD53-H", "x": 705, "y": 615, "security": -0.005354848468190898, - "connectedSystems": [ - "DY-F70", - "O-ZXUV" - ] + "connectedSystems": "DY-F70,O-ZXUV" }, { "solarSystemName": "O-ZXUV", "x": 705, "y": 560, "security": -0.007994752925850723, - "connectedSystems": [ - "FD53-H", - "77-KDQ", - "F7C-H0", - "1-NW2G", - "O-0HW8" - ] + "connectedSystems": "FD53-H,77-KDQ,F7C-H0,1-NW2G,O-0HW8" }, { "solarSystemName": "77-KDQ", "x": 785, "y": 615, "security": -0.01790663920877245, - "connectedSystems": [ - "O-ZXUV", - "F7C-H0", - "TN-T7T" - ] + "connectedSystems": "O-ZXUV,F7C-H0,TN-T7T" }, { "solarSystemName": "F7C-H0", "x": 785, "y": 560, "security": -0.01188774378195434, - "connectedSystems": [ - "O-ZXUV", - "77-KDQ", - "Alsavoinon" - ] + "connectedSystems": "O-ZXUV,77-KDQ,Alsavoinon" }, { "solarSystemName": "TN-T7T", "x": 785, "y": 675, "security": -0.01017633350946778, - "connectedSystems": [ - "77-KDQ" - ] + "connectedSystems": "77-KDQ" }, { "solarSystemName": "1-NW2G", "x": 630, "y": 560, "security": -0.006275317560416216, - "connectedSystems": [ - "O-ZXUV", - "O-IVNH" - ] + "connectedSystems": "O-ZXUV,O-IVNH" }, { "solarSystemName": "O-IVNH", "x": 555, "y": 560, "security": -0.003346701416147346, - "connectedSystems": [ - "1-NW2G" - ] + "connectedSystems": "1-NW2G" }, { "solarSystemName": "O-0HW8", "x": 705, "y": 430, "security": -0.03024487333728532, - "connectedSystems": [ - "O-ZXUV", - "YI-8ZM", - "6-4V20" - ] + "connectedSystems": "O-ZXUV,YI-8ZM,6-4V20" }, { "solarSystemName": "YI-8ZM", "x": 705, "y": 375, "security": -0.05093929965989297, - "connectedSystems": [ - "O-0HW8", - "OU-X3P", - "6-4V20", - "8R-RTB" - ] + "connectedSystems": "O-0HW8,OU-X3P,6-4V20,8R-RTB" }, { "solarSystemName": "OU-X3P", "x": 790, "y": 375, "security": -0.06297115395777131, - "connectedSystems": [ - "YI-8ZM", - "Q-UA3C" - ] + "connectedSystems": "YI-8ZM,Q-UA3C" }, { "solarSystemName": "6-4V20", "x": 790, "y": 430, "security": -0.02242325275663348, - "connectedSystems": [ - "O-0HW8", - "YI-8ZM", - "W-4NUU" - ] + "connectedSystems": "O-0HW8,YI-8ZM,W-4NUU" }, { "solarSystemName": "Q-UA3C", "x": 790, "y": 320, "security": -0.245152777735229, - "connectedSystems": [ - "OU-X3P", - "8R-RTB" - ] + "connectedSystems": "OU-X3P,8R-RTB" }, { "solarSystemName": "W-4NUU", "x": 875, "y": 430, "security": -0.02001883213499212, - "connectedSystems": [ - "6-4V20", - "Okagaiken" - ] + "connectedSystems": "6-4V20,Okagaiken" }, { "solarSystemName": "8R-RTB", "x": 705, "y": 320, "security": -0.02500262657486585, - "connectedSystems": [ - "YI-8ZM", - "Q-UA3C", - "PPG-XC" - ] + "connectedSystems": "YI-8ZM,Q-UA3C,PPG-XC" }, { "solarSystemName": "6Z9-0M", "x": 350, "y": 110, "security": -0.1360479711936794, - "connectedSystems": [ - "FQ9W-C", - "U65-CN" - ] + "connectedSystems": "FQ9W-C,U65-CN" }, { "solarSystemName": "FQ9W-C", "x": 275, "y": 110, "security": -0.09182389750881959, - "connectedSystems": [ - "6Z9-0M", - "9-4RP2" - ] + "connectedSystems": "6Z9-0M,9-4RP2" }, { "solarSystemName": "9-4RP2", "x": 190, "y": 110, "security": -0.2435577682985913, - "connectedSystems": [ - "FQ9W-C", - "O-BDXB", - "G8AD-C", - "XZH-4X" - ] + "connectedSystems": "FQ9W-C,O-BDXB,G8AD-C,XZH-4X" }, { "solarSystemName": "O-BDXB", "x": 105, "y": 110, "security": -0.2559108006527751, - "connectedSystems": [ - "9-4RP2", - "Z-Y7R7", - "MJYW-3" - ] + "connectedSystems": "9-4RP2,Z-Y7R7,MJYW-3" }, { "solarSystemName": "G8AD-C", "x": 190, "y": 55, "security": -0.1119759443172027, - "connectedSystems": [ - "9-4RP2", - "Z-Y7R7" - ] + "connectedSystems": "9-4RP2,Z-Y7R7" }, { "solarSystemName": "XZH-4X", "x": 275, "y": 55, "security": -0.7509958839878208, - "connectedSystems": [ - "9-4RP2" - ] + "connectedSystems": "9-4RP2" }, { "solarSystemName": "Z-Y7R7", "x": 105, "y": 55, "security": -0.1464815492433629, - "connectedSystems": [ - "O-BDXB", - "G8AD-C", - "7D-0SQ" - ] + "connectedSystems": "O-BDXB,G8AD-C,7D-0SQ" }, { "solarSystemName": "MJYW-3", "x": 105, "y": 165, "security": -0.3717410204706892, - "connectedSystems": [ - "O-BDXB", - "QXW-PV" - ] + "connectedSystems": "O-BDXB,QXW-PV" }, { "solarSystemName": "PPG-XC", "x": 765, "y": 230, "security": -0.01313043511453349, - "connectedSystems": [ - "8R-RTB", - "QA1-BT", - "00TY-J" - ] + "connectedSystems": "8R-RTB,QA1-BT,00TY-J" }, { "solarSystemName": "QA1-BT", "x": 845, "y": 230, "security": -0.01662270459059778, - "connectedSystems": [ - "PPG-XC", - "5S-KNL" - ] + "connectedSystems": "PPG-XC,5S-KNL" }, { "solarSystemName": "5S-KNL", "x": 845, "y": 170, "security": -0.02636775927414414, - "connectedSystems": [ - "QA1-BT", - "00TY-J" - ] + "connectedSystems": "QA1-BT,00TY-J" }, { "solarSystemName": "00TY-J", "x": 765, "y": 170, "security": -0.02859959782793287, - "connectedSystems": [ - "PPG-XC", - "5S-KNL", - "XG-D1L", - "6RCQ-V" - ] + "connectedSystems": "PPG-XC,5S-KNL,XG-D1L,6RCQ-V" }, { "solarSystemName": "XG-D1L", "x": 765, "y": 110, "security": -0.02536604515314889, - "connectedSystems": [ - "00TY-J", - "6RCQ-V", - "P5-KCC" - ] + "connectedSystems": "00TY-J,6RCQ-V,P5-KCC" }, { "solarSystemName": "6RCQ-V", "x": 845, "y": 110, "security": -0.03794446565783982, - "connectedSystems": [ - "00TY-J", - "XG-D1L", - "E9KD-N" - ] + "connectedSystems": "00TY-J,XG-D1L,E9KD-N" }, { "solarSystemName": "28O-JY", "x": 620, "y": 15, "security": -0.01072118757267837, - "connectedSystems": [ - "CX7-70", - "P5-KCC" - ] + "connectedSystems": "CX7-70,P5-KCC" }, { "solarSystemName": "CX7-70", "x": 550, "y": 15, "security": -0.0113149838201505, - "connectedSystems": [ - "28O-JY", - "6ON-RW" - ] + "connectedSystems": "28O-JY,6ON-RW" }, { "solarSystemName": "6ON-RW", "x": 550, "y": 60, "security": -0.008812565106644743, - "connectedSystems": [ - "CX7-70", - "U65-CN", - "X-M9ON", - "P5-KCC" - ] + "connectedSystems": "CX7-70,U65-CN,X-M9ON,P5-KCC" }, { "solarSystemName": "U65-CN", "x": 470, "y": 110, "security": -0.007446802851027945, - "connectedSystems": [ - "6ON-RW", - "X-M9ON", - "6Z9-0M" - ] + "connectedSystems": "6ON-RW,X-M9ON,6Z9-0M" }, { "solarSystemName": "X-M9ON", "x": 550, "y": 110, "security": -0.009812247312785294, - "connectedSystems": [ - "6ON-RW", - "U65-CN", - "P5-KCC" - ] + "connectedSystems": "6ON-RW,U65-CN,P5-KCC" }, { "solarSystemName": "P5-KCC", "x": 630, "y": 110, "security": -0.01573532232551533, - "connectedSystems": [ - "28O-JY", - "6ON-RW", - "X-M9ON", - "XG-D1L" - ] + "connectedSystems": "28O-JY,6ON-RW,X-M9ON,XG-D1L" }, { "solarSystemName": "IZ-AOB", "x": 40, "y": 660, "security": -0.02395156562231193, - "connectedSystems": [ - "NP6-38", - "G-YT55", - "G5-EN3", - "5-MLDT" - ] + "connectedSystems": "NP6-38,G-YT55,G5-EN3,5-MLDT" }, { "solarSystemName": "J5A-IX", "x": 240, "y": 690, "security": -0.003571340476976825, - "connectedSystems": [ - "EI-O0O", - "B-DBYQ" - ] + "connectedSystems": "EI-O0O,B-DBYQ" }, { "solarSystemName": "Okagaiken", "x": 950, "y": 430, "security": 0.1400771017942635, - "connectedSystems": [ - "Villasen", - "Ienakkamon", - "W-4NUU" - ] + "connectedSystems": "Villasen,Ienakkamon,W-4NUU" } ] \ No newline at end of file diff --git a/public/Cobalt Edge.json b/public/Cobalt Edge.json index 7fa7bc3..8ce7e56 100644 --- a/public/Cobalt Edge.json +++ b/public/Cobalt Edge.json @@ -4,820 +4,538 @@ "x": 155, "y": 735, "security": -0.335264243, - "connectedSystems": [ - "SK7-G6", - "FVQF-W", - "8K-QCZ" - ] + "connectedSystems": "SK7-G6,FVQF-W,8K-QCZ" }, { "solarSystemName": "R8WV-7", "x": 0, "y": 655, "security": -0.433411971, - "connectedSystems": [ - "X-Z4JW", - "5JEZ-I", - "FV-YEA" - ] + "connectedSystems": "X-Z4JW,5JEZ-I,FV-YEA" }, { "solarSystemName": "XEF6-Z", "x": 650, "y": 720, "security": -0.383923643, - "connectedSystems": [ - "5JEZ-I", - "SON-TW", - "V-X0KM" - ] + "connectedSystems": "5JEZ-I,SON-TW,V-X0KM" }, { "solarSystemName": "SON-TW", "x": 595, "y": 675, "security": -0.431835634, - "connectedSystems": [ - "XEF6-Z", - "U9SE-N", - "XXZ-3W" - ] + "connectedSystems": "XEF6-Z,U9SE-N,XXZ-3W" }, { "solarSystemName": "U9SE-N", "x": 515, "y": 685, "security": -0.288794168, - "connectedSystems": [ - "SON-TW", - "P-NRD3" - ] + "connectedSystems": "SON-TW,P-NRD3" }, { "solarSystemName": "XXZ-3W", "x": 595, "y": 595, "security": -0.822776247, - "connectedSystems": [ - "SON-TW", - "Y-RAW3" - ] + "connectedSystems": "SON-TW,Y-RAW3" }, { "solarSystemName": "IAMJ-Q", "x": 15, "y": 340, "security": -1, - "connectedSystems": [ - "U-RELP", - "EJ-5X2" - ] + "connectedSystems": "U-RELP,EJ-5X2" }, { "solarSystemName": "SF-XJS", "x": 10, "y": 35, "security": -0.3083787934035475, - "connectedSystems": [ - "Y-YHZQ", - "A1RR-M", - "HB-5L3" - ] + "connectedSystems": "Y-YHZQ,A1RR-M,HB-5L3" }, { "solarSystemName": "FV-YEA", "x": 90, "y": 695, "security": -0.4601063389879359, - "connectedSystems": [ - "R8WV-7", - "J-A5QD", - "SK7-G6" - ] + "connectedSystems": "R8WV-7,J-A5QD,SK7-G6" }, { "solarSystemName": "J-A5QD", "x": 85, "y": 630, "security": -0.4545159107954133, - "connectedSystems": [ - "FV-YEA", - "BI0Y-X", - "5-3722" - ] + "connectedSystems": "FV-YEA,BI0Y-X,5-3722" }, { "solarSystemName": "BI0Y-X", "x": 220, "y": 625, "security": -0.4558113396949254, - "connectedSystems": [ - "J-A5QD", - "SK7-G6", - "5-3722" - ] + "connectedSystems": "J-A5QD,SK7-G6,5-3722" }, { "solarSystemName": "SK7-G6", "x": 185, "y": 685, "security": -0.392599512892519, - "connectedSystems": [ - "FV-YEA", - "BI0Y-X", - "4-PCHD", - "2ID-87" - ] + "connectedSystems": "FV-YEA,BI0Y-X,4-PCHD,2ID-87" }, { "solarSystemName": "4-PCHD", "x": 275, "y": 680, "security": -0.4404285242058794, - "connectedSystems": [ - "SK7-G6", - "GQLB-V" - ] + "connectedSystems": "SK7-G6,GQLB-V" }, { "solarSystemName": "5-3722", "x": 130, "y": 570, "security": -0.4727727011475618, - "connectedSystems": [ - "J-A5QD", - "BI0Y-X" - ] + "connectedSystems": "J-A5QD,BI0Y-X" }, { "solarSystemName": "GQLB-V", "x": 350, "y": 600, "security": -0.4155518749078542, - "connectedSystems": [ - "4-PCHD", - "5E-EZC", - "9KE-IT" - ] + "connectedSystems": "4-PCHD,5E-EZC,9KE-IT" }, { "solarSystemName": "5E-EZC", "x": 435, "y": 600, "security": -0.4347218954654916, - "connectedSystems": [ - "GQLB-V", - "9KE-IT", - "P-NRD3", - "S-W8CF" - ] + "connectedSystems": "GQLB-V,9KE-IT,P-NRD3,S-W8CF" }, { "solarSystemName": "9KE-IT", "x": 430, "y": 555, "security": -0.4550339654929, - "connectedSystems": [ - "GQLB-V", - "5E-EZC", - "Y-RAW3", - "YVSL-2" - ] + "connectedSystems": "GQLB-V,5E-EZC,Y-RAW3,YVSL-2" }, { "solarSystemName": "P-NRD3", "x": 460, "y": 650, "security": -0.2335844503482766, - "connectedSystems": [ - "5E-EZC", - "X-41DA", - "U9SE-N" - ] + "connectedSystems": "5E-EZC,X-41DA,U9SE-N" }, { "solarSystemName": "Y-RAW3", "x": 565, "y": 525, "security": -0.4730139721867221, - "connectedSystems": [ - "9KE-IT", - "S-W8CF", - "5E6I-W", - "KIG9-K", - "XXZ-3W", - "A-0IIQ" - ] + "connectedSystems": "9KE-IT,S-W8CF,5E6I-W,KIG9-K,XXZ-3W,A-0IIQ" }, { "solarSystemName": "S-W8CF", "x": 510, "y": 575, "security": -0.6364837514265569, - "connectedSystems": [ - "5E-EZC", - "Y-RAW3" - ] + "connectedSystems": "5E-EZC,Y-RAW3" }, { "solarSystemName": "X-41DA", "x": 425, "y": 685, "security": -0.3223264288051507, - "connectedSystems": [ - "P-NRD3" - ] + "connectedSystems": "P-NRD3" }, { "solarSystemName": "YVSL-2", "x": 355, "y": 545, "security": -0.3137318517199542, - "connectedSystems": [ - "9KE-IT" - ] + "connectedSystems": "9KE-IT" }, { "solarSystemName": "5E6I-W", "x": 685, "y": 425, "security": -0.4327660808599169, - "connectedSystems": [ - "Y-RAW3", - "I-CMZA", - "87-1PM" - ] + "connectedSystems": "Y-RAW3,I-CMZA,87-1PM" }, { "solarSystemName": "KIG9-K", "x": 700, "y": 560, "security": -0.5002432257828779, - "connectedSystems": [ - "Y-RAW3", - "MK-YNM" - ] + "connectedSystems": "Y-RAW3,MK-YNM" }, { "solarSystemName": "I-CMZA", "x": 580, "y": 395, "security": -0.3090228665624666, - "connectedSystems": [ - "5E6I-W", - "H23-B5", - "A-0IIQ", - "CBY8-J", - "E-BYOS" - ] + "connectedSystems": "5E6I-W,H23-B5,A-0IIQ,CBY8-J,E-BYOS" }, { "solarSystemName": "H23-B5", "x": 440, "y": 385, "security": -0.3178739379376478, - "connectedSystems": [ - "I-CMZA", - "A-0IIQ", - "E-BYOS", - "ETXT-F", - "VAF1-P" - ] + "connectedSystems": "I-CMZA,A-0IIQ,E-BYOS,ETXT-F,VAF1-P" }, { "solarSystemName": "A-0IIQ", "x": 430, "y": 490, "security": -0.4017153696965976, - "connectedSystems": [ - "I-CMZA", - "H23-B5", - "CBY8-J", - "E-BYOS", - "ETXT-F", - "Y-RAW3" - ] + "connectedSystems": "I-CMZA,H23-B5,CBY8-J,E-BYOS,ETXT-F,Y-RAW3" }, { "solarSystemName": "CBY8-J", "x": 555, "y": 455, "security": -0.296495884977526, - "connectedSystems": [ - "I-CMZA", - "A-0IIQ", - "E-BYOS" - ] + "connectedSystems": "I-CMZA,A-0IIQ,E-BYOS" }, { "solarSystemName": "E-BYOS", "x": 475, "y": 425, "security": -0.2833695782779959, - "connectedSystems": [ - "I-CMZA", - "H23-B5", - "A-0IIQ", - "CBY8-J", - "ETXT-F" - ] + "connectedSystems": "I-CMZA,H23-B5,A-0IIQ,CBY8-J,ETXT-F" }, { "solarSystemName": "ETXT-F", "x": 365, "y": 435, "security": -0.6027788590393616, - "connectedSystems": [ - "H23-B5", - "A-0IIQ", - "E-BYOS" - ] + "connectedSystems": "H23-B5,A-0IIQ,E-BYOS" }, { "solarSystemName": "MK-YNM", "x": 730, "y": 605, "security": -0.6873671860679774, - "connectedSystems": [ - "KIG9-K", - "2-9Z6V", - "5HN-D6", - "4A-6NI" - ] + "connectedSystems": "KIG9-K,2-9Z6V,5HN-D6,4A-6NI" }, { "solarSystemName": "2-9Z6V", "x": 770, "y": 640, "security": -0.623012975192913, - "connectedSystems": [ - "MK-YNM", - "E-B957" - ] + "connectedSystems": "MK-YNM,E-B957" }, { "solarSystemName": "5HN-D6", "x": 785, "y": 560, "security": -0.8740482632715855, - "connectedSystems": [ - "MK-YNM", - "P-H5IY" - ] + "connectedSystems": "MK-YNM,P-H5IY" }, { "solarSystemName": "E-B957", "x": 720, "y": 680, "security": -0.7067651615313716, - "connectedSystems": [ - "2-9Z6V", - "4A-6NI" - ] + "connectedSystems": "2-9Z6V,4A-6NI" }, { "solarSystemName": "P-H5IY", "x": 840, "y": 530, "security": -0.8765748298474525, - "connectedSystems": [ - "5HN-D6", - "1M7-RK" - ] + "connectedSystems": "5HN-D6,1M7-RK" }, { "solarSystemName": "4A-6NI", "x": 680, "y": 640, "security": -0.7993413420956879, - "connectedSystems": [ - "MK-YNM", - "E-B957" - ] + "connectedSystems": "MK-YNM,E-B957" }, { "solarSystemName": "1M7-RK", "x": 915, "y": 525, "security": -1, - "connectedSystems": [ - "P-H5IY" - ] + "connectedSystems": "P-H5IY" }, { "solarSystemName": "87-1PM", "x": 905, "y": 360, "security": -0.5458053467493298, - "connectedSystems": [ - "5E6I-W", - "C2-1B5", - "DN58-U" - ] + "connectedSystems": "5E6I-W,C2-1B5,DN58-U" }, { "solarSystemName": "C2-1B5", "x": 765, "y": 335, "security": -0.547630261951729, - "connectedSystems": [ - "87-1PM", - "JE-VLG", - "5ED-4E" - ] + "connectedSystems": "87-1PM,JE-VLG,5ED-4E" }, { "solarSystemName": "JE-VLG", "x": 850, "y": 315, "security": -0.719259327771931, - "connectedSystems": [ - "C2-1B5", - "5ED-4E", - "DN58-U" - ] + "connectedSystems": "C2-1B5,5ED-4E,DN58-U" }, { "solarSystemName": "5ED-4E", "x": 815, "y": 265, "security": -0.855579127269036, - "connectedSystems": [ - "C2-1B5", - "JE-VLG", - "B-U299", - "DN58-U" - ] + "connectedSystems": "C2-1B5,JE-VLG,B-U299,DN58-U" }, { "solarSystemName": "B-U299", "x": 730, "y": 245, "security": -1, - "connectedSystems": [ - "5ED-4E", - "CUT-0V" - ] + "connectedSystems": "5ED-4E,CUT-0V" }, { "solarSystemName": "DN58-U", "x": 935, "y": 295, "security": -0.6639155300082936, - "connectedSystems": [ - "87-1PM", - "JE-VLG", - "5ED-4E" - ] + "connectedSystems": "87-1PM,JE-VLG,5ED-4E" }, { "solarSystemName": "VAF1-P", "x": 525, "y": 325, "security": -0.1004116842834715, - "connectedSystems": [ - "H23-B5", - "FV1-RQ", - "QT-EBC" - ] + "connectedSystems": "H23-B5,FV1-RQ,QT-EBC" }, { "solarSystemName": "FV1-RQ", "x": 595, "y": 300, "security": -0.08617618924286996, - "connectedSystems": [ - "VAF1-P", - "QT-EBC" - ] + "connectedSystems": "VAF1-P,QT-EBC" }, { "solarSystemName": "QT-EBC", "x": 520, "y": 285, "security": -0.1373404966938315, - "connectedSystems": [ - "VAF1-P", - "FV1-RQ", - "O-F4SN", - "CUT-0V" - ] + "connectedSystems": "VAF1-P,FV1-RQ,O-F4SN,CUT-0V" }, { "solarSystemName": "O-F4SN", "x": 448, "y": 310, "security": -0.1689331785349186, - "connectedSystems": [ - "QT-EBC" - ] + "connectedSystems": "QT-EBC" }, { "solarSystemName": "CUT-0V", "x": 505, "y": 235, "security": -0.3311127013506665, - "connectedSystems": [ - "QT-EBC", - "9-WEMC", - "U6R-F9", - "B-U299" - ] + "connectedSystems": "QT-EBC,9-WEMC,U6R-F9,B-U299" }, { "solarSystemName": "9-WEMC", "x": 505, "y": 195, "security": -0.4332698850887559, - "connectedSystems": [ - "CUT-0V", - "E0DR-G" - ] + "connectedSystems": "CUT-0V,E0DR-G" }, { "solarSystemName": "U6R-F9", "x": 275, "y": 350, "security": -0.479750655878828, - "connectedSystems": [ - "CUT-0V", - "L-Z9NB", - "HXK-J6" - ] + "connectedSystems": "CUT-0V,L-Z9NB,HXK-J6" }, { "solarSystemName": "L-Z9NB", "x": 195, "y": 380, "security": -0.4558736005910863, - "connectedSystems": [ - "U6R-F9", - "EJ-5X2", - "4LNE-M" - ] + "connectedSystems": "U6R-F9,EJ-5X2,4LNE-M" }, { "solarSystemName": "EJ-5X2", "x": 110, "y": 375, "security": -0.2603449360071101, - "connectedSystems": [ - "L-Z9NB", - "IAMJ-Q" - ] + "connectedSystems": "L-Z9NB,IAMJ-Q" }, { "solarSystemName": "HXK-J6", "x": 275, "y": 300, "security": -0.5658051324954598, - "connectedSystems": [ - "U6R-F9", - "4LNE-M" - ] + "connectedSystems": "U6R-F9,4LNE-M" }, { "solarSystemName": "4LNE-M", "x": 200, "y": 335, "security": -0.5669175313278483, - "connectedSystems": [ - "L-Z9NB", - "HXK-J6", - "DK0-N8", - "D9Z-VY" - ] + "connectedSystems": "L-Z9NB,HXK-J6,DK0-N8,D9Z-VY" }, { "solarSystemName": "DK0-N8", "x": 230, "y": 260, "security": -0.4569599208960238, - "connectedSystems": [ - "4LNE-M", - "J-QOKQ" - ] + "connectedSystems": "4LNE-M,J-QOKQ" }, { "solarSystemName": "E0DR-G", "x": 675, "y": 95, "security": -0.5010299747649564, - "connectedSystems": [ - "9-WEMC", - "KI2-S3", - "0B-VOJ" - ] + "connectedSystems": "9-WEMC,KI2-S3,0B-VOJ" }, { "solarSystemName": "KI2-S3", "x": 765, "y": 95, "security": -0.7665840332567362, - "connectedSystems": [ - "E0DR-G", - "CHP-76", - "58Z-IH" - ] + "connectedSystems": "E0DR-G,CHP-76,58Z-IH" }, { "solarSystemName": "CHP-76", "x": 765, "y": 20, "security": -0.8928760409668915, - "connectedSystems": [ - "KI2-S3", - "T-67F8", - "M-VACR" - ] + "connectedSystems": "KI2-S3,T-67F8,M-VACR" }, { "solarSystemName": "T-67F8", "x": 865, "y": 60, "security": -0.9337288147666191, - "connectedSystems": [ - "CHP-76", - "58Z-IH" - ] + "connectedSystems": "CHP-76,58Z-IH" }, { "solarSystemName": "58Z-IH", "x": 960, "y": 100, "security": -0.9492513945272189, - "connectedSystems": [ - "KI2-S3", - "T-67F8", - "M-VACR" - ] + "connectedSystems": "KI2-S3,T-67F8,M-VACR" }, { "solarSystemName": "M-VACR", "x": 960, "y": 20, "security": -1, - "connectedSystems": [ - "CHP-76", - "58Z-IH" - ] + "connectedSystems": "CHP-76,58Z-IH" }, { "solarSystemName": "0B-VOJ", "x": 675, "y": 20, "security": -0.5586921452377778, - "connectedSystems": [ - "E0DR-G" - ] + "connectedSystems": "E0DR-G" }, { "solarSystemName": "J-QOKQ", "x": 355, "y": 175, "security": -0.3169780916041168, - "connectedSystems": [ - "DK0-N8", - "4GSZ-1", - "9-7SRQ", - "4T-VDE" - ] + "connectedSystems": "DK0-N8,4GSZ-1,9-7SRQ,4T-VDE" }, { "solarSystemName": "4GSZ-1", "x": 365, "y": 120, "security": -0.3681830431479177, - "connectedSystems": [ - "J-QOKQ", - "E-EFAM" - ] + "connectedSystems": "J-QOKQ,E-EFAM" }, { "solarSystemName": "E-EFAM", "x": 365, "y": 80, "security": -0.3580586129416495, - "connectedSystems": [ - "4GSZ-1", - "SBEN-Q", - "VEQ-3V" - ] + "connectedSystems": "4GSZ-1,SBEN-Q,VEQ-3V" }, { "solarSystemName": "SBEN-Q", "x": 415, "y": 25, "security": -0.2168391062785832, - "connectedSystems": [ - "E-EFAM" - ] + "connectedSystems": "E-EFAM" }, { "solarSystemName": "9-7SRQ", "x": 445, "y": 145, "security": -0.2282773755632893, - "connectedSystems": [ - "J-QOKQ" - ] + "connectedSystems": "J-QOKQ" }, { "solarSystemName": "VEQ-3V", "x": 305, "y": 35, "security": -0.6751785614806416, - "connectedSystems": [ - "E-EFAM" - ] + "connectedSystems": "E-EFAM" }, { "solarSystemName": "4T-VDE", "x": 255, "y": 165, "security": -0.3324635024280316, - "connectedSystems": [ - "J-QOKQ" - ] + "connectedSystems": "J-QOKQ" }, { "solarSystemName": "D9Z-VY", "x": 135, "y": 205, "security": -0.7040232114078424, - "connectedSystems": [ - "4LNE-M", - "MO-YDG", - "RGU1-T" - ] + "connectedSystems": "4LNE-M,MO-YDG,RGU1-T" }, { "solarSystemName": "MO-YDG", "x": 70, "y": 165, "security": -0.9072899377263395, - "connectedSystems": [ - "D9Z-VY", - "42SU-L", - "Q-VTWJ" - ] + "connectedSystems": "D9Z-VY,42SU-L,Q-VTWJ" }, { "solarSystemName": "42SU-L", "x": 10, "y": 145, "security": -0.8094543824076506, - "connectedSystems": [ - "MO-YDG" - ] + "connectedSystems": "MO-YDG" }, { "solarSystemName": "RGU1-T", "x": 150, "y": 140, "security": -0.8883792564879458, - "connectedSystems": [ - "D9Z-VY", - "1GT-MA", - "VY-866" - ] + "connectedSystems": "D9Z-VY,1GT-MA,VY-866" }, { "solarSystemName": "1GT-MA", "x": 220, "y": 125, "security": -0.825312911898187, - "connectedSystems": [ - "RGU1-T" - ] + "connectedSystems": "RGU1-T" }, { "solarSystemName": "VY-866", "x": 135, "y": 90, "security": -0.9865672686576988, - "connectedSystems": [ - "RGU1-T", - "HB-5L3" - ] + "connectedSystems": "RGU1-T,HB-5L3" }, { "solarSystemName": "HB-5L3", "x": 95, "y": 45, "security": -1, - "connectedSystems": [ - "VY-866", - "SF-XJS" - ] + "connectedSystems": "VY-866,SF-XJS" }, { "solarSystemName": "Q-VTWJ", "x": 65, "y": 125, "security": -0.9357041395510824, - "connectedSystems": [ - "MO-YDG" - ] + "connectedSystems": "MO-YDG" } ] \ No newline at end of file diff --git a/public/Curse.json b/public/Curse.json index bf84c29..fa8a902 100644 --- a/public/Curse.json +++ b/public/Curse.json @@ -4,675 +4,440 @@ "x": 0, "y": 278, "security": 0.293932972095294, - "connectedSystems": [ - "Kazna", - "Mifrata", - "Onsooh", - "Doril" - ] + "connectedSystems": "Kazna,Mifrata,Onsooh,Doril" }, { "solarSystemName": "EIN-QG", "x": 705, "y": 345, "security": -0.1088872898864562, - "connectedSystems": [ - "S-E6ES", - "R-3FBU", - "JMH-PT", - "GN-PDU" - ] + "connectedSystems": "S-E6ES,R-3FBU,JMH-PT,GN-PDU" }, { "solarSystemName": "ARG-3R", "x": 615, "y": 305, "security": -0.04280709126251392, - "connectedSystems": [ - "R-3FBU", - "P-N5N9", - "9PX2-F", - "VOL-MI", - "K212-A" - ] + "connectedSystems": "R-3FBU,P-N5N9,9PX2-F,VOL-MI,K212-A" }, { "solarSystemName": "S-E6ES", "x": 730, "y": 395, "security": -0.1116498510466151, - "connectedSystems": [ - "EIN-QG", - "K7-LDX", - "H-ADOC", - "ES-UWY" - ] + "connectedSystems": "EIN-QG,K7-LDX,H-ADOC,ES-UWY" }, { "solarSystemName": "R-3FBU", "x": 630, "y": 365, "security": -0.05746308828167901, - "connectedSystems": [ - "EIN-QG", - "ARG-3R", - "K7-LDX", - "GN-PDU", - "HJ-BCH" - ] + "connectedSystems": "EIN-QG,ARG-3R,K7-LDX,GN-PDU,HJ-BCH" }, { "solarSystemName": "K7-LDX", "x": 655, "y": 415, "security": -0.1130261058762769, - "connectedSystems": [ - "S-E6ES", - "R-3FBU", - "U-IVGH", - "AH8-Q7" - ] + "connectedSystems": "S-E6ES,R-3FBU,U-IVGH,AH8-Q7" }, { "solarSystemName": "U-IVGH", "x": 625, "y": 455, "security": -0.1052909746951052, - "connectedSystems": [ - "K7-LDX", - "K212-A" - ] + "connectedSystems": "K7-LDX,K212-A" }, { "solarSystemName": "ZFJH-T", "x": 710, "y": 205, "security": -0.1001644564245213, - "connectedSystems": [ - "HQ-Q1Q", - "G15Z-W", - "XX9-WV" - ] + "connectedSystems": "HQ-Q1Q,G15Z-W,XX9-WV" }, { "solarSystemName": "AH8-Q7", "x": 700, "y": 455, "security": -0.1924305649504369, - "connectedSystems": [ - "K7-LDX", - "V-S9YY", - "F2-NXA" - ] + "connectedSystems": "K7-LDX,V-S9YY,F2-NXA" }, { "solarSystemName": "UT-UZB", "x": 515, "y": 80, "security": -0.008474898999475622, - "connectedSystems": [ - "VXO-OM", - "BY5-V8", - "KLMT-W" - ] + "connectedSystems": "VXO-OM,BY5-V8,KLMT-W" }, { "solarSystemName": "H-ADOC", "x": 835, "y": 445, "security": -0.1247627997996251, - "connectedSystems": [ - "S-E6ES", - "Y-DW5K", - "G-G78S", - "EQX-AE", - "OSY-UD" - ] + "connectedSystems": "S-E6ES,Y-DW5K,G-G78S,EQX-AE,OSY-UD" }, { "solarSystemName": "G-G78S", "x": 835, "y": 490, "security": -0.1625193885860913, - "connectedSystems": [ - "H-ADOC", - "UW9B-F", - "ZZ-ZWC", - "OSY-UD" - ] + "connectedSystems": "H-ADOC,UW9B-F,ZZ-ZWC,OSY-UD" }, { "solarSystemName": "UW9B-F", "x": 790, "y": 525, "security": -0.1330498378370933, - "connectedSystems": [ - "G-G78S", - "K-MGJ7" - ] + "connectedSystems": "G-G78S,K-MGJ7" }, { "solarSystemName": "ZZ-ZWC", "x": 880, "y": 525, "security": -0.1297870644047193, - "connectedSystems": [ - "G-G78S" - ] + "connectedSystems": "G-G78S" }, { "solarSystemName": "OSY-UD", "x": 910, "y": 475, "security": -0.1593606845545676, - "connectedSystems": [ - "H-ADOC", - "G-G78S" - ] + "connectedSystems": "H-ADOC,G-G78S" }, { "solarSystemName": "K-MGJ7", "x": 740, "y": 565, "security": -0.0372919553984582, - "connectedSystems": [ - "UW9B-F" - ] + "connectedSystems": "UW9B-F" }, { "solarSystemName": "JWJ-P1", "x": 380, "y": 558, "security": -0.2232625234706922, - "connectedSystems": [ - "0SHT-A", - "J7A-UR" - ] + "connectedSystems": "0SHT-A,J7A-UR" }, { "solarSystemName": "V-IUEL", "x": 275, "y": 473, "security": -0.142840654507615, - "connectedSystems": [ - "0SHT-A", - "PO4F-3" - ] + "connectedSystems": "0SHT-A,PO4F-3" }, { "solarSystemName": "0SHT-A", "x": 325, "y": 523, "security": -0.1598818990739779, - "connectedSystems": [ - "JWJ-P1", - "V-IUEL", - "D87E-A", - "U-QVWD" - ] + "connectedSystems": "JWJ-P1,V-IUEL,D87E-A,U-QVWD" }, { "solarSystemName": "D87E-A", "x": 380, "y": 468, "security": -0.05947060391407566, - "connectedSystems": [ - "0SHT-A", - "K-B2D3", - "PO4F-3", - "5E-VR8", - "V7D-JD" - ] + "connectedSystems": "0SHT-A,K-B2D3,PO4F-3,5E-VR8,V7D-JD" }, { "solarSystemName": "K-B2D3", "x": 440, "y": 418, "security": -0.07121505654952964, - "connectedSystems": [ - "D87E-A", - "VOL-MI", - "PO4F-3", - "5E-VR8" - ] + "connectedSystems": "D87E-A,VOL-MI,PO4F-3,5E-VR8" }, { "solarSystemName": "PO4F-3", "x": 325, "y": 418, "security": -0.0880374000380938, - "connectedSystems": [ - "V-IUEL", - "D87E-A", - "K-B2D3" - ] + "connectedSystems": "V-IUEL,D87E-A,K-B2D3" }, { "solarSystemName": "J7A-UR", "x": 450, "y": 558, "security": -0.3000950482229415, - "connectedSystems": [ - "JWJ-P1" - ] + "connectedSystems": "JWJ-P1" }, { "solarSystemName": "5E-VR8", "x": 495, "y": 468, "security": -0.06920213941139397, - "connectedSystems": [ - "D87E-A", - "K-B2D3", - "V7D-JD" - ] + "connectedSystems": "D87E-A,K-B2D3,V7D-JD" }, { "solarSystemName": "V7D-JD", "x": 450, "y": 513, "security": -0.03897179794181338, - "connectedSystems": [ - "D87E-A", - "5E-VR8" - ] + "connectedSystems": "D87E-A,5E-VR8" }, { "solarSystemName": "HLW-HP", "x": 605, "y": 130, "security": -0.0227511284553884, - "connectedSystems": [ - "RA-NXN", - "VOL-MI", - "KLMT-W" - ] + "connectedSystems": "RA-NXN,VOL-MI,KLMT-W" }, { "solarSystemName": "8G-MQV", "x": 520, "y": 205, "security": -0.02503834237451552, - "connectedSystems": [ - "CL-85V", - "VOL-MI" - ] + "connectedSystems": "CL-85V,VOL-MI" }, { "solarSystemName": "RA-NXN", "x": 695, "y": 150, "security": -0.03297363788195407, - "connectedSystems": [ - "HLW-HP", - "XX9-WV" - ] + "connectedSystems": "HLW-HP,XX9-WV" }, { "solarSystemName": "VOL-MI", "x": 590, "y": 175, "security": -0.04509799856316177, - "connectedSystems": [ - "HLW-HP", - "8G-MQV", - "ARG-3R", - "K-B2D3" - ] + "connectedSystems": "HLW-HP,8G-MQV,ARG-3R,K-B2D3" }, { "solarSystemName": "KLMT-W", "x": 515, "y": 120, "security": -0.01762925753508038, - "connectedSystems": [ - "HLW-HP", - "UT-UZB", - "G-0Q86" - ] + "connectedSystems": "HLW-HP,UT-UZB,G-0Q86" }, { "solarSystemName": "XX9-WV", "x": 770, "y": 175, "security": -0.06309970430127132, - "connectedSystems": [ - "ZFJH-T", - "RA-NXN", - "M-N7WD" - ] + "connectedSystems": "ZFJH-T,RA-NXN,M-N7WD" }, { "solarSystemName": "AAM-1A", "x": 345, "y": 320, "security": -0.01914357876544215, - "connectedSystems": [ - "K-QWHE" - ] + "connectedSystems": "K-QWHE" }, { "solarSystemName": "EW-JR5", "x": 380, "y": 215, "security": -0.007565337049600163, - "connectedSystems": [ - "CL-85V", - "MDD-79" - ] + "connectedSystems": "CL-85V,MDD-79" }, { "solarSystemName": "YKE4-3", "x": 255, "y": 250, "security": -0.007013200705221823, - "connectedSystems": [ - "K-QWHE", - "RMOC-W" - ] + "connectedSystems": "K-QWHE,RMOC-W" }, { "solarSystemName": "CL-85V", "x": 380, "y": 255, "security": -0.01816411958741671, - "connectedSystems": [ - "8G-MQV", - "EW-JR5", - "K-QWHE" - ] + "connectedSystems": "8G-MQV,EW-JR5,K-QWHE" }, { "solarSystemName": "K-QWHE", "x": 310, "y": 280, "security": -0.01942420836793346, - "connectedSystems": [ - "AAM-1A", - "YKE4-3", - "CL-85V", - "RMOC-W" - ] + "connectedSystems": "AAM-1A,YKE4-3,CL-85V,RMOC-W" }, { "solarSystemName": "MDD-79", "x": 380, "y": 175, "security": -0.005197502574439072, - "connectedSystems": [ - "EW-JR5" - ] + "connectedSystems": "EW-JR5" }, { "solarSystemName": "RMOC-W", "x": 250, "y": 300, "security": -0.02314321302105238, - "connectedSystems": [ - "YKE4-3", - "K-QWHE", - "Hemin" - ] + "connectedSystems": "YKE4-3,K-QWHE,Hemin" }, { "solarSystemName": "ES-UWY", "x": 785, "y": 350, "security": -0.1137474692285172, - "connectedSystems": [ - "S-E6ES", - "Y-DW5K" - ] + "connectedSystems": "S-E6ES,Y-DW5K" }, { "solarSystemName": "S1DP-Y", "x": 895, "y": 235, "security": -0.08750845433103405, - "connectedSystems": [ - "M-N7WD" - ] + "connectedSystems": "M-N7WD" }, { "solarSystemName": "Y-DW5K", "x": 835, "y": 305, "security": -0.1000957458435079, - "connectedSystems": [ - "H-ADOC", - "ES-UWY", - "M-N7WD", - "QFEW-K" - ] + "connectedSystems": "H-ADOC,ES-UWY,M-N7WD,QFEW-K" }, { "solarSystemName": "M-N7WD", "x": 835, "y": 260, "security": -0.07998699426468603, - "connectedSystems": [ - "S1DP-Y", - "Y-DW5K", - "XX9-WV" - ] + "connectedSystems": "S1DP-Y,Y-DW5K,XX9-WV" }, { "solarSystemName": "QFEW-K", "x": 905, "y": 350, "security": -0.1303116755038072, - "connectedSystems": [ - "Y-DW5K", - "CVY-UC", - "EQX-AE" - ] + "connectedSystems": "Y-DW5K,CVY-UC,EQX-AE" }, { "solarSystemName": "CVY-UC", "x": 940, "y": 310, "security": -0.2025994768383268, - "connectedSystems": [ - "QFEW-K" - ] + "connectedSystems": "QFEW-K" }, { "solarSystemName": "EQX-AE", "x": 905, "y": 390, "security": -0.1852603466442644, - "connectedSystems": [ - "H-ADOC", - "QFEW-K" - ] + "connectedSystems": "H-ADOC,QFEW-K" }, { "solarSystemName": "G-R4W1", "x": 285, "y": 55, "security": -0.009832324866173803, - "connectedSystems": [ - "G-0Q86" - ] + "connectedSystems": "G-0Q86" }, { "solarSystemName": "BPK-XK", "x": 165, "y": 130, "security": -0.03706965290440178, - "connectedSystems": [ - "Y-K50G", - "CL-1JE" - ] + "connectedSystems": "Y-K50G,CL-1JE" }, { "solarSystemName": "LJ-YSW", "x": 205, "y": 90, "security": -0.01251398831396045, - "connectedSystems": [ - "G-0Q86", - "CL-1JE" - ] + "connectedSystems": "G-0Q86,CL-1JE" }, { "solarSystemName": "Y-K50G", "x": 240, "y": 130, "security": -0.03168270754866842, - "connectedSystems": [ - "BPK-XK", - "K88X-J", - "G-0Q86" - ] + "connectedSystems": "BPK-XK,K88X-J,G-0Q86" }, { "solarSystemName": "K88X-J", "x": 230, "y": 170, "security": -0.1271615531809138, - "connectedSystems": [ - "Y-K50G" - ] + "connectedSystems": "Y-K50G" }, { "solarSystemName": "G-0Q86", "x": 285, "y": 90, "security": -0.0173427293383, - "connectedSystems": [ - "G-R4W1", - "LJ-YSW", - "Y-K50G", - "KLMT-W", - "Zarzakh" - ] + "connectedSystems": "G-R4W1,LJ-YSW,Y-K50G,KLMT-W,Zarzakh" }, { "solarSystemName": "CL-1JE", "x": 125, "y": 90, "security": -0.06184477248196285, - "connectedSystems": [ - "BPK-XK", - "LJ-YSW", - "J4UD-J" - ] + "connectedSystems": "BPK-XK,LJ-YSW,J4UD-J" }, { "solarSystemName": "J4UD-J", "x": 50, "y": 90, "security": -0.1198134897769282, - "connectedSystems": [ - "CL-1JE" - ] + "connectedSystems": "CL-1JE" }, { "solarSystemName": "Hemin", "x": 135, "y": 348, "security": -0.0146330063955542, - "connectedSystems": [ - "RMOC-W", - "Utopia", - "Jorund" - ] + "connectedSystems": "RMOC-W,Utopia,Jorund" }, { "solarSystemName": "Utopia", "x": 95, "y": 398, "security": -0.02210073035524685, - "connectedSystems": [ - "Hemin", - "Doril", - "Litom" - ] + "connectedSystems": "Hemin,Doril,Litom" }, { "solarSystemName": "Jorund", "x": 95, "y": 298, "security": -0.007395603777949233, - "connectedSystems": [ - "Hemin", - "Doril", - "Farit" - ] + "connectedSystems": "Hemin,Doril,Farit" }, { "solarSystemName": "Doril", "x": 50, "y": 348, "security": -0.01431927738433703, - "connectedSystems": [ - "Utopia", - "Jorund", - "Sendaya" - ] + "connectedSystems": "Utopia,Jorund,Sendaya" }, { "solarSystemName": "Litom", "x": 90, "y": 460, "security": -0.04177288797610368, - "connectedSystems": [ - "Utopia", - "Jamunda" - ] + "connectedSystems": "Utopia,Jamunda" }, { "solarSystemName": "Farit", "x": 95, "y": 248, "security": -0.008266596159922202, - "connectedSystems": [ - "Jorund" - ] + "connectedSystems": "Jorund" }, { "solarSystemName": "Jamunda", "x": 60, "y": 518, "security": -0.03783249182028758, - "connectedSystems": [ - "Litom", - "1P-WGB" - ] + "connectedSystems": "Litom,1P-WGB" }, { "solarSystemName": "U-QVWD", "x": 255, "y": 568, "security": -0.07059840490173475, - "connectedSystems": [ - "B-3QPD", - "36N-HZ", - "0SHT-A" - ] + "connectedSystems": "B-3QPD,36N-HZ,0SHT-A" }, { "solarSystemName": "1P-WGB", "x": 5, "y": 563, "security": -0.1088431934261545, - "connectedSystems": [ - "F4R2-Q", - "K0CN-3", - "Jamunda" - ] + "connectedSystems": "F4R2-Q,K0CN-3,Jamunda" }, { "solarSystemName": "Zarzakh", "x": 375, "y": 57, "security": -1, - "connectedSystems": [ - "Turnur", - "Alsavoinon", - "H-PA29", - "G-0Q86" - ] + "connectedSystems": "Turnur,Alsavoinon,H-PA29,G-0Q86" } ] \ No newline at end of file diff --git a/public/Deklein.json b/public/Deklein.json index 6190172..9051702 100644 --- a/public/Deklein.json +++ b/public/Deklein.json @@ -4,912 +4,601 @@ "x": 610, "y": 555, "security": -0.0987488342680285, - "connectedSystems": [ - "R-KZK7", - "4U90-Z" - ] + "connectedSystems": "R-KZK7,4U90-Z" }, { "solarSystemName": "WLF-D3", "x": 945, "y": 5, "security": -1, - "connectedSystems": [ - "2TH-3F", - "DKUK-G" - ] + "connectedSystems": "2TH-3F,DKUK-G" }, { "solarSystemName": "U-INPD", "x": 920, "y": 525, "security": -0.1041644937773346, - "connectedSystems": [ - "A8I-C5", - "DK-FXK", - "DO6H-Q" - ] + "connectedSystems": "A8I-C5,DK-FXK,DO6H-Q" }, { "solarSystemName": "4U90-Z", "x": 580, "y": 510, "security": -0.1012806319497922, - "connectedSystems": [ - "9-R6GU", - "T-945F", - "FO8M-2", - "AD-CBT" - ] + "connectedSystems": "9-R6GU,T-945F,FO8M-2,AD-CBT" }, { "solarSystemName": "T-945F", "x": 510, "y": 535, "security": -0.08773503083957646, - "connectedSystems": [ - "4U90-Z", - "FO8M-2", - "R8S-1K" - ] + "connectedSystems": "4U90-Z,FO8M-2,R8S-1K" }, { "solarSystemName": "FO8M-2", "x": 515, "y": 475, "security": -0.1031399304587204, - "connectedSystems": [ - "4U90-Z", - "T-945F", - "QPO-WI", - "R8S-1K" - ] + "connectedSystems": "4U90-Z,T-945F,QPO-WI,R8S-1K" }, { "solarSystemName": "AD-CBT", "x": 600, "y": 475, "security": -0.1698150110997004, - "connectedSystems": [ - "4U90-Z" - ] + "connectedSystems": "4U90-Z" }, { "solarSystemName": "QPO-WI", "x": 525, "y": 440, "security": -0.1368961912301179, - "connectedSystems": [ - "FO8M-2", - "94-H3F" - ] + "connectedSystems": "FO8M-2,94-H3F" }, { "solarSystemName": "R8S-1K", "x": 455, "y": 510, "security": -0.0574612350285616, - "connectedSystems": [ - "T-945F", - "FO8M-2" - ] + "connectedSystems": "T-945F,FO8M-2" }, { "solarSystemName": "94-H3F", "x": 585, "y": 405, "security": -0.2221263010113793, - "connectedSystems": [ - "QPO-WI", - "CU9-T0", - "XCF-8N" - ] + "connectedSystems": "QPO-WI,CU9-T0,XCF-8N" }, { "solarSystemName": "CU9-T0", "x": 640, "y": 440, "security": -0.4288922526074063, - "connectedSystems": [ - "94-H3F", - "XCF-8N", - "FMB-JP" - ] + "connectedSystems": "94-H3F,XCF-8N,FMB-JP" }, { "solarSystemName": "XCF-8N", "x": 635, "y": 375, "security": -0.4492638308196597, - "connectedSystems": [ - "94-H3F", - "CU9-T0", - "FMB-JP" - ] + "connectedSystems": "94-H3F,CU9-T0,FMB-JP" }, { "solarSystemName": "FMB-JP", "x": 695, "y": 395, "security": -0.5845035797700278, - "connectedSystems": [ - "CU9-T0", - "XCF-8N", - "0P-F3K", - "TXME-A" - ] + "connectedSystems": "CU9-T0,XCF-8N,0P-F3K,TXME-A" }, { "solarSystemName": "0P-F3K", "x": 710, "y": 350, "security": -0.5663456202646291, - "connectedSystems": [ - "FMB-JP", - "K5F-Z2" - ] + "connectedSystems": "FMB-JP,K5F-Z2" }, { "solarSystemName": "K5F-Z2", "x": 730, "y": 310, "security": -0.6850054261430972, - "connectedSystems": [ - "0P-F3K" - ] + "connectedSystems": "0P-F3K" }, { "solarSystemName": "TXME-A", "x": 760, "y": 405, "security": -0.8090034640905874, - "connectedSystems": [ - "FMB-JP", - "YA0-XJ" - ] + "connectedSystems": "FMB-JP,YA0-XJ" }, { "solarSystemName": "YA0-XJ", "x": 875, "y": 425, "security": -0.8200978446894049, - "connectedSystems": [ - "TXME-A", - "2-KF56", - "2R-CRW" - ] + "connectedSystems": "TXME-A,2-KF56,2R-CRW" }, { "solarSystemName": "2-KF56", "x": 875, "y": 380, "security": -0.8280587554738534, - "connectedSystems": [ - "YA0-XJ", - "VFK-IV", - "2R-CRW" - ] + "connectedSystems": "YA0-XJ,VFK-IV,2R-CRW" }, { "solarSystemName": "VFK-IV", "x": 945, "y": 335, "security": -0.8492440963753443, - "connectedSystems": [ - "2-KF56", - "2R-CRW", - "II-5O9", - "I30-3A" - ] + "connectedSystems": "2-KF56,2R-CRW,II-5O9,I30-3A" }, { "solarSystemName": "2R-CRW", "x": 945, "y": 380, "security": -0.8775482107250313, - "connectedSystems": [ - "YA0-XJ", - "2-KF56", - "VFK-IV", - "CCP-US" - ] + "connectedSystems": "YA0-XJ,2-KF56,VFK-IV,CCP-US" }, { "solarSystemName": "CCP-US", "x": 945, "y": 425, "security": -0.9398312500293029, - "connectedSystems": [ - "2R-CRW", - "DO6H-Q" - ] + "connectedSystems": "2R-CRW,DO6H-Q" }, { "solarSystemName": "II-5O9", "x": 945, "y": 295, "security": -0.6931236033517572, - "connectedSystems": [ - "VFK-IV", - "C7Y-7Z" - ] + "connectedSystems": "VFK-IV,C7Y-7Z" }, { "solarSystemName": "I30-3A", "x": 840, "y": 290, "security": -0.8459502246077575, - "connectedSystems": [ - "VFK-IV", - "2O9G-D" - ] + "connectedSystems": "VFK-IV,2O9G-D" }, { "solarSystemName": "2O9G-D", "x": 770, "y": 270, "security": -0.8114145530904829, - "connectedSystems": [ - "I30-3A", - "NC-N3F", - "JU-OWQ" - ] + "connectedSystems": "I30-3A,NC-N3F,JU-OWQ" }, { "solarSystemName": "NC-N3F", "x": 785, "y": 220, "security": -0.6868078148720075, - "connectedSystems": [ - "2O9G-D" - ] + "connectedSystems": "2O9G-D" }, { "solarSystemName": "JU-OWQ", "x": 680, "y": 260, "security": -0.8150480434327829, - "connectedSystems": [ - "2O9G-D", - "S-DN5M", - "MXX5-9" - ] + "connectedSystems": "2O9G-D,S-DN5M,MXX5-9" }, { "solarSystemName": "S-DN5M", "x": 690, "y": 210, "security": -0.8527839475929166, - "connectedSystems": [ - "JU-OWQ" - ] + "connectedSystems": "JU-OWQ" }, { "solarSystemName": "MXX5-9", "x": 610, "y": 270, "security": -0.769939669773337, - "connectedSystems": [ - "JU-OWQ", - "ZZZR-5", - "3QE-9Q" - ] + "connectedSystems": "JU-OWQ,ZZZR-5,3QE-9Q" }, { "solarSystemName": "ZZZR-5", "x": 615, "y": 220, "security": -0.7508262024407321, - "connectedSystems": [ - "MXX5-9" - ] + "connectedSystems": "MXX5-9" }, { "solarSystemName": "C7Y-7Z", "x": 945, "y": 210, "security": -0.6777685544827647, - "connectedSystems": [ - "II-5O9", - "X-Z4DA" - ] + "connectedSystems": "II-5O9,X-Z4DA" }, { "solarSystemName": "X-Z4DA", "x": 945, "y": 170, "security": -0.4233775092854293, - "connectedSystems": [ - "C7Y-7Z", - "3OAT-Q", - "33RB-O" - ] + "connectedSystems": "C7Y-7Z,3OAT-Q,33RB-O" }, { "solarSystemName": "3OAT-Q", "x": 945, "y": 130, "security": -0.3524511714894455, - "connectedSystems": [ - "X-Z4DA", - "N-TFXK", - "33RB-O" - ] + "connectedSystems": "X-Z4DA,N-TFXK,33RB-O" }, { "solarSystemName": "N-TFXK", "x": 945, "y": 90, "security": -0.4774806103604896, - "connectedSystems": [ - "3OAT-Q", - "DKUK-G" - ] + "connectedSystems": "3OAT-Q,DKUK-G" }, { "solarSystemName": "33RB-O", "x": 870, "y": 150, "security": -0.2791384000556586, - "connectedSystems": [ - "X-Z4DA", - "3OAT-Q" - ] + "connectedSystems": "X-Z4DA,3OAT-Q" }, { "solarSystemName": "DKUK-G", "x": 945, "y": 50, "security": -0.3608021678258166, - "connectedSystems": [ - "N-TFXK", - "WLF-D3" - ] + "connectedSystems": "N-TFXK,WLF-D3" }, { "solarSystemName": "3QE-9Q", "x": 530, "y": 290, "security": -0.7726493223503428, - "connectedSystems": [ - "MXX5-9", - "E-FIC0", - "ZOYW-O" - ] + "connectedSystems": "MXX5-9,E-FIC0,ZOYW-O" }, { "solarSystemName": "E-FIC0", "x": 510, "y": 250, "security": -0.732806212248015, - "connectedSystems": [ - "3QE-9Q", - "85-B52", - "YZ-UKA" - ] + "connectedSystems": "3QE-9Q,85-B52,YZ-UKA" }, { "solarSystemName": "ZOYW-O", "x": 410, "y": 350, "security": -0.8172330097471693, - "connectedSystems": [ - "3QE-9Q", - "RO0-AF" - ] + "connectedSystems": "3QE-9Q,RO0-AF" }, { "solarSystemName": "85-B52", "x": 545, "y": 200, "security": -0.765416284247885, - "connectedSystems": [ - "E-FIC0", - "YZ-UKA" - ] + "connectedSystems": "E-FIC0,YZ-UKA" }, { "solarSystemName": "YZ-UKA", "x": 465, "y": 225, "security": -0.7525217594806278, - "connectedSystems": [ - "E-FIC0", - "85-B52" - ] + "connectedSystems": "E-FIC0,85-B52" }, { "solarSystemName": "RO0-AF", "x": 360, "y": 390, "security": -0.8384732736608081, - "connectedSystems": [ - "ZOYW-O", - "5W3-DG" - ] + "connectedSystems": "ZOYW-O,5W3-DG" }, { "solarSystemName": "5W3-DG", "x": 310, "y": 470, "security": -0.7792952918178596, - "connectedSystems": [ - "RO0-AF", - "LT-DRO", - "7T6P-C" - ] + "connectedSystems": "RO0-AF,LT-DRO,7T6P-C" }, { "solarSystemName": "LT-DRO", "x": 300, "y": 540, "security": -0.7251044880962256, - "connectedSystems": [ - "5W3-DG", - "8S28-3" - ] + "connectedSystems": "5W3-DG,8S28-3" }, { "solarSystemName": "7T6P-C", "x": 365, "y": 480, "security": -0.6400464526674388, - "connectedSystems": [ - "5W3-DG" - ] + "connectedSystems": "5W3-DG" }, { "solarSystemName": "8S28-3", "x": 310, "y": 600, "security": -0.6667975230811056, - "connectedSystems": [ - "LT-DRO", - "E3UY-6", - "K4YZ-Y" - ] + "connectedSystems": "LT-DRO,E3UY-6,K4YZ-Y" }, { "solarSystemName": "E3UY-6", "x": 215, "y": 555, "security": -0.6138195289851123, - "connectedSystems": [ - "8S28-3", - "LEK-N5" - ] + "connectedSystems": "8S28-3,LEK-N5" }, { "solarSystemName": "LEK-N5", "x": 210, "y": 485, "security": -0.5606235120612755, - "connectedSystems": [ - "E3UY-6", - "AGG-NR", - "0V0R-R", - "OWXT-5" - ] + "connectedSystems": "E3UY-6,AGG-NR,0V0R-R,OWXT-5" }, { "solarSystemName": "AGG-NR", "x": 135, "y": 505, "security": -0.5586336814645276, - "connectedSystems": [ - "LEK-N5", - "O-2RNZ" - ] + "connectedSystems": "LEK-N5,O-2RNZ" }, { "solarSystemName": "0V0R-R", "x": 145, "y": 450, "security": -0.5797578896021174, - "connectedSystems": [ - "LEK-N5", - "OWXT-5" - ] + "connectedSystems": "LEK-N5,OWXT-5" }, { "solarSystemName": "O-2RNZ", "x": 75, "y": 550, "security": -0.5148162917771271, - "connectedSystems": [ - "AGG-NR", - "3JN9-Q" - ] + "connectedSystems": "AGG-NR,3JN9-Q" }, { "solarSystemName": "OWXT-5", "x": 215, "y": 420, "security": -0.5621141082475748, - "connectedSystems": [ - "LEK-N5", - "0V0R-R", - "3T7-M8" - ] + "connectedSystems": "LEK-N5,0V0R-R,3T7-M8" }, { "solarSystemName": "3JN9-Q", "x": 50, "y": 595, "security": -0.4953981391838555, - "connectedSystems": [ - "O-2RNZ" - ] + "connectedSystems": "O-2RNZ" }, { "solarSystemName": "3T7-M8", "x": 295, "y": 285, "security": -0.5882097195013132, - "connectedSystems": [ - "OWXT-5", - "WUZ-WM", - "MZ1E-P", - "N2IS-B" - ] + "connectedSystems": "OWXT-5,WUZ-WM,MZ1E-P,N2IS-B" }, { "solarSystemName": "WUZ-WM", "x": 335, "y": 230, "security": -0.5268157700933298, - "connectedSystems": [ - "3T7-M8", - "43B-O1", - "4N-BUI" - ] + "connectedSystems": "3T7-M8,43B-O1,4N-BUI" }, { "solarSystemName": "MZ1E-P", "x": 230, "y": 285, "security": -0.6386478756518525, - "connectedSystems": [ - "3T7-M8", - "J1AU-9" - ] + "connectedSystems": "3T7-M8,J1AU-9" }, { "solarSystemName": "43B-O1", "x": 420, "y": 180, "security": -0.5021543129071258, - "connectedSystems": [ - "WUZ-WM", - "5S-KXA" - ] + "connectedSystems": "WUZ-WM,5S-KXA" }, { "solarSystemName": "J1AU-9", "x": 165, "y": 285, "security": -0.7304211586176361, - "connectedSystems": [ - "MZ1E-P", - "X3-PBC" - ] + "connectedSystems": "MZ1E-P,X3-PBC" }, { "solarSystemName": "X3-PBC", "x": 100, "y": 285, "security": -0.7729702878024228, - "connectedSystems": [ - "J1AU-9", - "U-TJ7Y" - ] + "connectedSystems": "J1AU-9,U-TJ7Y" }, { "solarSystemName": "4N-BUI", "x": 335, "y": 180, "security": -0.5174700428545675, - "connectedSystems": [ - "WUZ-WM", - "XCBK-X", - "GY5-26", - "VPLL-N", - "9CK-KZ" - ] + "connectedSystems": "WUZ-WM,XCBK-X,GY5-26,VPLL-N,9CK-KZ" }, { "solarSystemName": "N2IS-B", "x": 245, "y": 230, "security": -0.5996565495615511, - "connectedSystems": [ - "3T7-M8", - "VPLL-N" - ] + "connectedSystems": "3T7-M8,VPLL-N" }, { "solarSystemName": "XCBK-X", "x": 295, "y": 40, "security": -0.4802004107814057, - "connectedSystems": [ - "4N-BUI", - "GY5-26", - "VPLL-N", - "9CK-KZ" - ] + "connectedSystems": "4N-BUI,GY5-26,VPLL-N,9CK-KZ" }, { "solarSystemName": "GY5-26", "x": 215, "y": 90, "security": -0.5375499182903241, - "connectedSystems": [ - "4N-BUI", - "XCBK-X", - "VPLL-N", - "9CK-KZ" - ] + "connectedSystems": "4N-BUI,XCBK-X,VPLL-N,9CK-KZ" }, { "solarSystemName": "VPLL-N", "x": 245, "y": 180, "security": -0.4900129961554601, - "connectedSystems": [ - "4N-BUI", - "N2IS-B", - "XCBK-X", - "GY5-26", - "9CK-KZ" - ] + "connectedSystems": "4N-BUI,N2IS-B,XCBK-X,GY5-26,9CK-KZ" }, { "solarSystemName": "9CK-KZ", "x": 370, "y": 90, "security": -0.5080810612436192, - "connectedSystems": [ - "4N-BUI", - "XCBK-X", - "GY5-26", - "VPLL-N" - ] + "connectedSystems": "4N-BUI,XCBK-X,GY5-26,VPLL-N" }, { "solarSystemName": "5S-KXA", "x": 420, "y": 130, "security": -0.5298048454659945, - "connectedSystems": [ - "43B-O1" - ] + "connectedSystems": "43B-O1" }, { "solarSystemName": "U-TJ7Y", "x": 100, "y": 210, "security": -0.7273555882856354, - "connectedSystems": [ - "X3-PBC", - "A4L-A2" - ] + "connectedSystems": "X3-PBC,A4L-A2" }, { "solarSystemName": "A4L-A2", "x": 100, "y": 165, "security": -0.8188470427565209, - "connectedSystems": [ - "U-TJ7Y", - "CZDJ-1", - "UEJX-G" - ] + "connectedSystems": "U-TJ7Y,CZDJ-1,UEJX-G" }, { "solarSystemName": "CZDJ-1", "x": 100, "y": 120, "security": -0.9455432536532401, - "connectedSystems": [ - "A4L-A2", - "RG9-7U", - "UJY-HE" - ] + "connectedSystems": "A4L-A2,RG9-7U,UJY-HE" }, { "solarSystemName": "RG9-7U", "x": 30, "y": 95, "security": -0.9771814115659403, - "connectedSystems": [ - "CZDJ-1", - "UJY-HE" - ] + "connectedSystems": "CZDJ-1,UJY-HE" }, { "solarSystemName": "UJY-HE", "x": 100, "y": 70, "security": -1, - "connectedSystems": [ - "CZDJ-1", - "RG9-7U", - "Y-1918" - ] + "connectedSystems": "CZDJ-1,RG9-7U,Y-1918" }, { "solarSystemName": "UEJX-G", "x": 30, "y": 165, "security": -0.7853243867344624, - "connectedSystems": [ - "A4L-A2" - ] + "connectedSystems": "A4L-A2" }, { "solarSystemName": "CR-IFM", "x": 735, "y": 520, "security": -0.3513756567284825, - "connectedSystems": [ - "E-9ORY", - "HHK-VL", - "P-33KR" - ] + "connectedSystems": "E-9ORY,HHK-VL,P-33KR" }, { "solarSystemName": "HHK-VL", "x": 785, "y": 475, "security": -0.2899101055614214, - "connectedSystems": [ - "E-9ORY", - "CR-IFM", - "DO6H-Q" - ] + "connectedSystems": "E-9ORY,CR-IFM,DO6H-Q" }, { "solarSystemName": "P-33KR", "x": 790, "y": 565, "security": -0.2810078584473175, - "connectedSystems": [ - "CR-IFM", - "DO6H-Q", - "DW-T2I" - ] + "connectedSystems": "CR-IFM,DO6H-Q,DW-T2I" }, { "solarSystemName": "DO6H-Q", "x": 845, "y": 525, "security": -0.3346377079093125, - "connectedSystems": [ - "P-33KR", - "CCP-US", - "U-INPD", - "HHK-VL" - ] + "connectedSystems": "P-33KR,CCP-US,U-INPD,HHK-VL" }, { "solarSystemName": "DW-T2I", "x": 720, "y": 615, "security": -0.2568125652197809, - "connectedSystems": [ - "P-33KR", - "O-CNPR" - ] + "connectedSystems": "P-33KR,O-CNPR" }, { "solarSystemName": "O-CNPR", "x": 640, "y": 660, "security": -0.2347712963058628, - "connectedSystems": [ - "DW-T2I", - "L-SCBU", - "VRH-H7", - "O1Y-ED" - ] + "connectedSystems": "DW-T2I,L-SCBU,VRH-H7,O1Y-ED" }, { "solarSystemName": "L-SCBU", "x": 600, "y": 620, "security": -0.2394247572849819, - "connectedSystems": [ - "O-CNPR", - "O1Y-ED" - ] + "connectedSystems": "O-CNPR,O1Y-ED" }, { "solarSystemName": "VRH-H7", "x": 645, "y": 705, "security": -0.2734731673666236, - "connectedSystems": [ - "O-CNPR", - "X36Y-G", - "E-Z2ZX" - ] + "connectedSystems": "O-CNPR,X36Y-G,E-Z2ZX" }, { "solarSystemName": "O1Y-ED", "x": 535, "y": 660, "security": -0.2728662329732383, - "connectedSystems": [ - "O-CNPR", - "L-SCBU", - "K4YZ-Y", - "L-C3O7" - ] + "connectedSystems": "O-CNPR,L-SCBU,K4YZ-Y,L-C3O7" }, { "solarSystemName": "K4YZ-Y", "x": 430, "y": 660, "security": -0.3017082184026139, - "connectedSystems": [ - "O1Y-ED", - "L-C3O7", - "8S28-3" - ] + "connectedSystems": "O1Y-ED,L-C3O7,8S28-3" }, { "solarSystemName": "X36Y-G", "x": 535, "y": 705, "security": -0.2877245507790435, - "connectedSystems": [ - "VRH-H7", - "L-C3O7", - "YKSC-A" - ] + "connectedSystems": "VRH-H7,L-C3O7,YKSC-A" }, { "solarSystemName": "L-C3O7", "x": 430, "y": 705, "security": -0.3552098608137015, - "connectedSystems": [ - "O1Y-ED", - "K4YZ-Y", - "X36Y-G", - "C4C-Z4" - ] + "connectedSystems": "O1Y-ED,K4YZ-Y,X36Y-G,C4C-Z4" }, { "solarSystemName": "YKSC-A", "x": 535, "y": 740, "security": -0.3372382413709875, - "connectedSystems": [ - "X36Y-G", - "FIO1-8", - "C-OK0R" - ] + "connectedSystems": "X36Y-G,FIO1-8,C-OK0R" }, { "solarSystemName": "C4C-Z4", "x": 330, "y": 725, "security": -0.395536057348575, - "connectedSystems": [ - "L-C3O7", - "GME-PQ" - ] + "connectedSystems": "L-C3O7,GME-PQ" }, { "solarSystemName": "Y-1918", "x": 100, "y": 20, "security": -1, - "connectedSystems": [ - "1IX-C0", - "UJY-HE" - ] + "connectedSystems": "1IX-C0,UJY-HE" } ] \ No newline at end of file diff --git a/public/Delve.json b/public/Delve.json index b5fbba1..66c9902 100644 --- a/public/Delve.json +++ b/public/Delve.json @@ -4,1149 +4,769 @@ "x": 930, "y": 35, "security": -0.00464454907136469, - "connectedSystems": [ - "T8T-RA", - "UHKL-N" - ] + "connectedSystems": "T8T-RA,UHKL-N" }, { "solarSystemName": "8QT-H4", "x": 965, "y": 340, "security": -0.1461148419317575, - "connectedSystems": [ - "49-U6U", - "M1BZ-2", - "SVM-3K" - ] + "connectedSystems": "49-U6U,M1BZ-2,SVM-3K" }, { "solarSystemName": "F2OY-X", "x": 910, "y": 180, "security": -0.03261822333764841, - "connectedSystems": [ - "1DH-SX", - "4-2UXV" - ] + "connectedSystems": "1DH-SX,4-2UXV" }, { "solarSystemName": "K4-RFZ", "x": 165, "y": 725, "security": -0.1982161369452331, - "connectedSystems": [ - "DG-L7S", - "8-YNBE" - ] + "connectedSystems": "DG-L7S,8-YNBE" }, { "solarSystemName": "8-YNBE", "x": 220, "y": 690, "security": -0.4604902237122189, - "connectedSystems": [ - "K4-RFZ", - "YQX-7U", - "E-VKJV" - ] + "connectedSystems": "K4-RFZ,YQX-7U,E-VKJV" }, { "solarSystemName": "YQX-7U", "x": 305, "y": 700, "security": -0.6302374448441743, - "connectedSystems": [ - "8-YNBE", - "QY1E-N", - "BX-VEX" - ] + "connectedSystems": "8-YNBE,QY1E-N,BX-VEX" }, { "solarSystemName": "QY1E-N", "x": 400, "y": 685, "security": -0.6047017700768571, - "connectedSystems": [ - "YQX-7U", - "C3N-3S" - ] + "connectedSystems": "YQX-7U,C3N-3S" }, { "solarSystemName": "E-VKJV", "x": 100, "y": 630, "security": -0.4639069681959539, - "connectedSystems": [ - "8-YNBE", - "3-DMQT" - ] + "connectedSystems": "8-YNBE,3-DMQT" }, { "solarSystemName": "BX-VEX", "x": 330, "y": 735, "security": -0.8570137162821334, - "connectedSystems": [ - "YQX-7U", - "B-7DFU" - ] + "connectedSystems": "YQX-7U,B-7DFU" }, { "solarSystemName": "Sakht", "x": 575, "y": 65, "security": 0.04149943381763355, - "connectedSystems": [ - "Tisot", - "Naga", - "Anath", - "1-SMEB" - ] + "connectedSystems": "Tisot,Naga,Anath,1-SMEB" }, { "solarSystemName": "Y-2ANO", "x": 220, "y": 635, "security": -1, - "connectedSystems": [ - "LBGI-2", - "ZXB-VC" - ] + "connectedSystems": "LBGI-2,ZXB-VC" }, { "solarSystemName": "UHKL-N", "x": 895, "y": 80, "security": -0.005240949287213303, - "connectedSystems": [ - "A-BO4V", - "Z3V-1W" - ] + "connectedSystems": "A-BO4V,Z3V-1W" }, { "solarSystemName": "Z3V-1W", "x": 895, "y": 115, "security": -0.004583818024859299, - "connectedSystems": [ - "UHKL-N", - "A-ELE2", - "KFIE-Z", - "1DH-SX" - ] + "connectedSystems": "UHKL-N,A-ELE2,KFIE-Z,1DH-SX" }, { "solarSystemName": "A-ELE2", "x": 830, "y": 115, "security": -0.006374306682613518, - "connectedSystems": [ - "Z3V-1W", - "1DH-SX", - "6Q-R50" - ] + "connectedSystems": "Z3V-1W,1DH-SX,6Q-R50" }, { "solarSystemName": "KFIE-Z", "x": 960, "y": 115, "security": -0.003492582069175354, - "connectedSystems": [ - "Z3V-1W" - ] + "connectedSystems": "Z3V-1W" }, { "solarSystemName": "1DH-SX", "x": 830, "y": 150, "security": -0.01527362402954746, - "connectedSystems": [ - "Z3V-1W", - "A-ELE2", - "PR-8CA", - "F2OY-X" - ] + "connectedSystems": "Z3V-1W,A-ELE2,PR-8CA,F2OY-X" }, { "solarSystemName": "PR-8CA", "x": 830, "y": 185, "security": -0.02654032655865901, - "connectedSystems": [ - "1DH-SX", - "NOL-M9", - "FWST-8" - ] + "connectedSystems": "1DH-SX,NOL-M9,FWST-8" }, { "solarSystemName": "NOL-M9", "x": 585, "y": 310, "security": -0.01176460916351996, - "connectedSystems": [ - "PR-8CA", - "O-IOAI", - "HM-XR2" - ] + "connectedSystems": "PR-8CA,O-IOAI,HM-XR2" }, { "solarSystemName": "O-IOAI", "x": 480, "y": 310, "security": -0.01084771287742847, - "connectedSystems": [ - "NOL-M9", - "QX-LIJ" - ] + "connectedSystems": "NOL-M9,QX-LIJ" }, { "solarSystemName": "QX-LIJ", "x": 410, "y": 310, "security": -0.01474883310915254, - "connectedSystems": [ - "O-IOAI", - "4K-TRB" - ] + "connectedSystems": "O-IOAI,4K-TRB" }, { "solarSystemName": "HM-XR2", "x": 585, "y": 265, "security": -0.01308334799229427, - "connectedSystems": [ - "NOL-M9", - "AJI-MA" - ] + "connectedSystems": "NOL-M9,AJI-MA" }, { "solarSystemName": "4K-TRB", "x": 335, "y": 310, "security": -0.02023318551013931, - "connectedSystems": [ - "QX-LIJ", - "D-W7F0" - ] + "connectedSystems": "QX-LIJ,D-W7F0" }, { "solarSystemName": "AJI-MA", "x": 585, "y": 225, "security": -0.009190846677633036, - "connectedSystems": [ - "HM-XR2", - "RF-K9W", - "Q-HESZ" - ] + "connectedSystems": "HM-XR2,RF-K9W,Q-HESZ" }, { "solarSystemName": "FWST-8", "x": 830, "y": 245, "security": -0.09801282540888157, - "connectedSystems": [ - "PR-8CA", - "YZ9-F6", - "G-TT5V" - ] + "connectedSystems": "PR-8CA,YZ9-F6,G-TT5V" }, { "solarSystemName": "YZ9-F6", "x": 830, "y": 285, "security": -0.177756668715361, - "connectedSystems": [ - "FWST-8", - "0N-3RO", - "319-3D" - ] + "connectedSystems": "FWST-8,0N-3RO,319-3D" }, { "solarSystemName": "0N-3RO", "x": 895, "y": 285, "security": -0.2041287924039964, - "connectedSystems": [ - "YZ9-F6", - "I3Q-II" - ] + "connectedSystems": "YZ9-F6,I3Q-II" }, { "solarSystemName": "G-TT5V", "x": 900, "y": 245, "security": -0.1271121398770064, - "connectedSystems": [ - "FWST-8" - ] + "connectedSystems": "FWST-8" }, { "solarSystemName": "319-3D", "x": 830, "y": 325, "security": -0.324312361908937, - "connectedSystems": [ - "YZ9-F6", - "D-3GIQ", - "GY6A-L" - ] + "connectedSystems": "YZ9-F6,D-3GIQ,GY6A-L" }, { "solarSystemName": "I3Q-II", "x": 960, "y": 285, "security": -0.2496021109487312, - "connectedSystems": [ - "0N-3RO" - ] + "connectedSystems": "0N-3RO" }, { "solarSystemName": "RF-K9W", "x": 480, "y": 210, "security": -0.02235032858056385, - "connectedSystems": [ - "AJI-MA", - "E3OI-U" - ] + "connectedSystems": "AJI-MA,E3OI-U" }, { "solarSystemName": "E3OI-U", "x": 480, "y": 170, "security": -0.04511237220339737, - "connectedSystems": [ - "RF-K9W", - "IP6V-X", - "R5-MM8", - "T-J6HT" - ] + "connectedSystems": "RF-K9W,IP6V-X,R5-MM8,T-J6HT" }, { "solarSystemName": "IP6V-X", "x": 480, "y": 130, "security": -0.03440128240301532, - "connectedSystems": [ - "E3OI-U", - "1B-VKF" - ] + "connectedSystems": "E3OI-U,1B-VKF" }, { "solarSystemName": "R5-MM8", "x": 405, "y": 150, "security": -0.05955079365144245, - "connectedSystems": [ - "E3OI-U" - ] + "connectedSystems": "E3OI-U" }, { "solarSystemName": "1B-VKF", "x": 480, "y": 90, "security": -0.03873156525433963, - "connectedSystems": [ - "IP6V-X", - "QC-YX6" - ] + "connectedSystems": "IP6V-X,QC-YX6" }, { "solarSystemName": "T-J6HT", "x": 405, "y": 195, "security": -0.01038333625864818, - "connectedSystems": [ - "E3OI-U" - ] + "connectedSystems": "E3OI-U" }, { "solarSystemName": "D-W7F0", "x": 220, "y": 330, "security": -0.1152165991750299, - "connectedSystems": [ - "4K-TRB", - "JP4-AA", - "T5ZI-S" - ] + "connectedSystems": "4K-TRB,JP4-AA,T5ZI-S" }, { "solarSystemName": "JP4-AA", "x": 220, "y": 380, "security": -0.1282815652026965, - "connectedSystems": [ - "D-W7F0", - "FM-JK5", - "23G-XC", - "4X0-8B" - ] + "connectedSystems": "D-W7F0,FM-JK5,23G-XC,4X0-8B" }, { "solarSystemName": "FM-JK5", "x": 310, "y": 430, "security": -0.2348713185169303, - "connectedSystems": [ - "JP4-AA", - "PDE-U3", - "4X0-8B" - ] + "connectedSystems": "JP4-AA,PDE-U3,4X0-8B" }, { "solarSystemName": "PDE-U3", "x": 310, "y": 465, "security": -0.5100003680093272, - "connectedSystems": [ - "FM-JK5" - ] + "connectedSystems": "FM-JK5" }, { "solarSystemName": "23G-XC", "x": 310, "y": 380, "security": -0.01479761931281109, - "connectedSystems": [ - "JP4-AA" - ] + "connectedSystems": "JP4-AA" }, { "solarSystemName": "T5ZI-S", "x": 115, "y": 365, "security": -0.1430664700196855, - "connectedSystems": [ - "D-W7F0", - "1DQ1-A" - ] + "connectedSystems": "D-W7F0,1DQ1-A" }, { "solarSystemName": "4X0-8B", "x": 220, "y": 430, "security": -0.2435188040365991, - "connectedSystems": [ - "JP4-AA", - "FM-JK5", - "KEE-N6" - ] + "connectedSystems": "JP4-AA,FM-JK5,KEE-N6" }, { "solarSystemName": "Q-HESZ", "x": 635, "y": 155, "security": -0.02313188266196309, - "connectedSystems": [ - "AJI-MA", - "1-SMEB", - "6Q-R50" - ] + "connectedSystems": "AJI-MA,1-SMEB,6Q-R50" }, { "solarSystemName": "1-SMEB", "x": 635, "y": 100, "security": -0.1026428634292512, - "connectedSystems": [ - "Q-HESZ", - "M5-CGW", - "6Q-R50", - "Sakht" - ] + "connectedSystems": "Q-HESZ,M5-CGW,6Q-R50,Sakht" }, { "solarSystemName": "M5-CGW", "x": 660, "y": 50, "security": -0.4336551812012816, - "connectedSystems": [ - "1-SMEB", - "ZA9-PY" - ] + "connectedSystems": "1-SMEB,ZA9-PY" }, { "solarSystemName": "6Q-R50", "x": 705, "y": 120, "security": -0.1058821443184908, - "connectedSystems": [ - "Q-HESZ", - "1-SMEB", - "RCI-VL", - "A-ELE2" - ] + "connectedSystems": "Q-HESZ,1-SMEB,RCI-VL,A-ELE2" }, { "solarSystemName": "ZA9-PY", "x": 695, "y": 5, "security": -0.8001604805529208, - "connectedSystems": [ - "M5-CGW" - ] + "connectedSystems": "M5-CGW" }, { "solarSystemName": "RCI-VL", "x": 745, "y": 70, "security": -0.6882695939839059, - "connectedSystems": [ - "6Q-R50", - "MJXW-P" - ] + "connectedSystems": "6Q-R50,MJXW-P" }, { "solarSystemName": "MJXW-P", "x": 790, "y": 25, "security": -0.9001214736919437, - "connectedSystems": [ - "RCI-VL" - ] + "connectedSystems": "RCI-VL" }, { "solarSystemName": "QC-YX6", "x": 370, "y": 75, "security": -0.02530706841542685, - "connectedSystems": [ - "1B-VKF", - "T-M0FA", - "LUA5-L" - ] + "connectedSystems": "1B-VKF,T-M0FA,LUA5-L" }, { "solarSystemName": "T-M0FA", "x": 300, "y": 75, "security": -0.1332959385737507, - "connectedSystems": [ - "QC-YX6", - "4O-239", - "T-IPZB", - "Q-JQSG" - ] + "connectedSystems": "QC-YX6,4O-239,T-IPZB,Q-JQSG" }, { "solarSystemName": "4O-239", "x": 230, "y": 125, "security": -0.3518478207227955, - "connectedSystems": [ - "T-M0FA", - "Q-JQSG", - "39P-1J" - ] + "connectedSystems": "T-M0FA,Q-JQSG,39P-1J" }, { "solarSystemName": "LUA5-L", "x": 370, "y": 25, "security": -0.0448347130063651, - "connectedSystems": [ - "QC-YX6", - "T-IPZB" - ] + "connectedSystems": "QC-YX6,T-IPZB" }, { "solarSystemName": "T-IPZB", "x": 300, "y": 25, "security": -0.1129389525919385, - "connectedSystems": [ - "T-M0FA", - "LUA5-L" - ] + "connectedSystems": "T-M0FA,LUA5-L" }, { "solarSystemName": "Q-JQSG", "x": 230, "y": 75, "security": -0.2107739624692593, - "connectedSystems": [ - "T-M0FA", - "4O-239", - "F-9PXR" - ] + "connectedSystems": "T-M0FA,4O-239,F-9PXR" }, { "solarSystemName": "D-3GIQ", "x": 830, "y": 430, "security": -0.3947281727846962, - "connectedSystems": [ - "319-3D", - "K-6K16" - ] + "connectedSystems": "319-3D,K-6K16" }, { "solarSystemName": "K-6K16", "x": 830, "y": 475, "security": -0.4346425637896922, - "connectedSystems": [ - "D-3GIQ", - "QY6-RK", - "W-KQPI", - "F-TE1T" - ] + "connectedSystems": "D-3GIQ,QY6-RK,W-KQPI,F-TE1T" }, { "solarSystemName": "QY6-RK", "x": 830, "y": 520, "security": -0.5957021269655608, - "connectedSystems": [ - "K-6K16", - "J-LPX7" - ] + "connectedSystems": "K-6K16,J-LPX7" }, { "solarSystemName": "W-KQPI", "x": 900, "y": 475, "security": -0.5864112630386639, - "connectedSystems": [ - "K-6K16", - "PUIG-F" - ] + "connectedSystems": "K-6K16,PUIG-F" }, { "solarSystemName": "PUIG-F", "x": 965, "y": 475, "security": -0.6743692550366632, - "connectedSystems": [ - "W-KQPI", - "0-HDC8" - ] + "connectedSystems": "W-KQPI,0-HDC8" }, { "solarSystemName": "J-LPX7", "x": 755, "y": 520, "security": -0.6864313097002352, - "connectedSystems": [ - "QY6-RK", - "F-TE1T" - ] + "connectedSystems": "QY6-RK,F-TE1T" }, { "solarSystemName": "0-HDC8", "x": 965, "y": 430, "security": -0.7221100140849012, - "connectedSystems": [ - "PUIG-F", - "SVM-3K" - ] + "connectedSystems": "PUIG-F,SVM-3K" }, { "solarSystemName": "F-TE1T", "x": 755, "y": 475, "security": -0.7347150135434631, - "connectedSystems": [ - "K-6K16", - "J-LPX7" - ] + "connectedSystems": "K-6K16,J-LPX7" }, { "solarSystemName": "SVM-3K", "x": 965, "y": 385, "security": -0.6251973547953029, - "connectedSystems": [ - "0-HDC8", - "8QT-H4" - ] + "connectedSystems": "0-HDC8,8QT-H4" }, { "solarSystemName": "1DQ1-A", "x": 90, "y": 465, "security": -0.3857823318152013, - "connectedSystems": [ - "T5ZI-S", - "8WA-Z6", - "N-8YET", - "MO-GZ5" - ] + "connectedSystems": "T5ZI-S,8WA-Z6,N-8YET,MO-GZ5" }, { "solarSystemName": "8WA-Z6", "x": 10, "y": 510, "security": -0.6286422949267935, - "connectedSystems": [ - "1DQ1-A", - "5BTK-M", - "MO-GZ5" - ] + "connectedSystems": "1DQ1-A,5BTK-M,MO-GZ5" }, { "solarSystemName": "5BTK-M", "x": 10, "y": 555, "security": -0.6535060872043725, - "connectedSystems": [ - "8WA-Z6", - "Y-OMTZ" - ] + "connectedSystems": "8WA-Z6,Y-OMTZ" }, { "solarSystemName": "N-8YET", "x": 90, "y": 510, "security": -0.8755865490646522, - "connectedSystems": [ - "1DQ1-A", - "3-DMQT" - ] + "connectedSystems": "1DQ1-A,3-DMQT" }, { "solarSystemName": "Y-OMTZ", "x": 10, "y": 600, "security": -0.9304832346364645, - "connectedSystems": [ - "5BTK-M" - ] + "connectedSystems": "5BTK-M" }, { "solarSystemName": "3-DMQT", "x": 90, "y": 555, "security": -1, - "connectedSystems": [ - "N-8YET", - "E-VKJV" - ] + "connectedSystems": "N-8YET,E-VKJV" }, { "solarSystemName": "MO-GZ5", "x": 10, "y": 465, "security": -0.712717966007586, - "connectedSystems": [ - "1DQ1-A", - "8WA-Z6" - ] + "connectedSystems": "1DQ1-A,8WA-Z6" }, { "solarSystemName": "39P-1J", "x": 115, "y": 235, "security": -0.5558464388413059, - "connectedSystems": [ - "4O-239", - "HZAQ-W", - "7G-QIG", - "NIDJ-K", - "PS-94K" - ] + "connectedSystems": "4O-239,HZAQ-W,7G-QIG,NIDJ-K,PS-94K" }, { "solarSystemName": "HZAQ-W", "x": 115, "y": 185, "security": -0.5820095394634517, - "connectedSystems": [ - "39P-1J", - "PS-94K" - ] + "connectedSystems": "39P-1J,PS-94K" }, { "solarSystemName": "7G-QIG", "x": 25, "y": 235, "security": -0.6897360262774368, - "connectedSystems": [ - "39P-1J", - "PS-94K" - ] + "connectedSystems": "39P-1J,PS-94K" }, { "solarSystemName": "NIDJ-K", "x": 115, "y": 285, "security": -0.6068585522509848, - "connectedSystems": [ - "39P-1J", - "8RQJ-2" - ] + "connectedSystems": "39P-1J,8RQJ-2" }, { "solarSystemName": "PS-94K", "x": 25, "y": 185, "security": -0.7543967048441289, - "connectedSystems": [ - "39P-1J", - "HZAQ-W", - "7G-QIG" - ] + "connectedSystems": "39P-1J,HZAQ-W,7G-QIG" }, { "solarSystemName": "8RQJ-2", "x": 25, "y": 285, "security": -0.5981113970786865, - "connectedSystems": [ - "NIDJ-K" - ] + "connectedSystems": "NIDJ-K" }, { "solarSystemName": "KEE-N6", "x": 220, "y": 515, "security": -0.227967611052594, - "connectedSystems": [ - "4X0-8B", - "M2-XFE", - "5-CQDA" - ] + "connectedSystems": "4X0-8B,M2-XFE,5-CQDA" }, { "solarSystemName": "M2-XFE", "x": 315, "y": 515, "security": -0.3732760258855321, - "connectedSystems": [ - "KEE-N6", - "5-CQDA", - "I-E3TG" - ] + "connectedSystems": "KEE-N6,5-CQDA,I-E3TG" }, { "solarSystemName": "5-CQDA", "x": 220, "y": 555, "security": -0.4914027686236929, - "connectedSystems": [ - "KEE-N6", - "M2-XFE", - "I-E3TG", - "S-6HHN", - "ZXB-VC" - ] + "connectedSystems": "KEE-N6,M2-XFE,I-E3TG,S-6HHN,ZXB-VC" }, { "solarSystemName": "I-E3TG", "x": 315, "y": 555, "security": -0.4892874717452741, - "connectedSystems": [ - "M2-XFE", - "5-CQDA" - ] + "connectedSystems": "M2-XFE,5-CQDA" }, { "solarSystemName": "S-6HHN", "x": 310, "y": 595, "security": -0.9132893847163905, - "connectedSystems": [ - "5-CQDA" - ] + "connectedSystems": "5-CQDA" }, { "solarSystemName": "ZXB-VC", "x": 220, "y": 595, "security": -0.9000549480074268, - "connectedSystems": [ - "5-CQDA", - "Y-2ANO" - ] + "connectedSystems": "5-CQDA,Y-2ANO" }, { "solarSystemName": "GY6A-L", "x": 715, "y": 370, "security": -0.5288476717090357, - "connectedSystems": [ - "319-3D", - "UEXO-Z", - "N8D9-Z" - ] + "connectedSystems": "319-3D,UEXO-Z,N8D9-Z" }, { "solarSystemName": "UEXO-Z", "x": 650, "y": 370, "security": -0.8263570179594707, - "connectedSystems": [ - "GY6A-L", - "9O-8W1", - "7-K6UE" - ] + "connectedSystems": "GY6A-L,9O-8W1,7-K6UE" }, { "solarSystemName": "9O-8W1", "x": 650, "y": 405, "security": -0.7727198516884156, - "connectedSystems": [ - "UEXO-Z", - "8F-TK3" - ] + "connectedSystems": "UEXO-Z,8F-TK3" }, { "solarSystemName": "8F-TK3", "x": 650, "y": 440, "security": -0.6304378357637295, - "connectedSystems": [ - "9O-8W1", - "PF-KUQ" - ] + "connectedSystems": "9O-8W1,PF-KUQ" }, { "solarSystemName": "PF-KUQ", "x": 650, "y": 475, "security": -0.4643270910349455, - "connectedSystems": [ - "8F-TK3", - "9GNS-2" - ] + "connectedSystems": "8F-TK3,9GNS-2" }, { "solarSystemName": "N8D9-Z", "x": 715, "y": 405, "security": -0.4770494065163548, - "connectedSystems": [ - "GY6A-L" - ] + "connectedSystems": "GY6A-L" }, { "solarSystemName": "F-9PXR", "x": 115, "y": 25, "security": -0.06133841330407786, - "connectedSystems": [ - "Q-JQSG", - "Y5C-YD" - ] + "connectedSystems": "Q-JQSG,Y5C-YD" }, { "solarSystemName": "Y5C-YD", "x": 20, "y": 25, "security": -0.2419064517510132, - "connectedSystems": [ - "F-9PXR", - "31X-RE", - "Q-02UL" - ] + "connectedSystems": "F-9PXR,31X-RE,Q-02UL" }, { "solarSystemName": "31X-RE", "x": 115, "y": 70, "security": -0.3628197563563715, - "connectedSystems": [ - "Y5C-YD", - "Q-02UL", - "5-6QW7" - ] + "connectedSystems": "Y5C-YD,Q-02UL,5-6QW7" }, { "solarSystemName": "Q-02UL", "x": 20, "y": 70, "security": -0.5653222910515436, - "connectedSystems": [ - "Y5C-YD", - "31X-RE", - "7UTB-F", - "5-6QW7" - ] + "connectedSystems": "Y5C-YD,31X-RE,7UTB-F,5-6QW7" }, { "solarSystemName": "7UTB-F", "x": 20, "y": 115, "security": -0.8617351273278209, - "connectedSystems": [ - "Q-02UL" - ] + "connectedSystems": "Q-02UL" }, { "solarSystemName": "5-6QW7", "x": 115, "y": 115, "security": -0.4305678508318387, - "connectedSystems": [ - "31X-RE", - "Q-02UL" - ] + "connectedSystems": "31X-RE,Q-02UL" }, { "solarSystemName": "7-K6UE", "x": 525, "y": 425, "security": -0.8460105373141349, - "connectedSystems": [ - "UEXO-Z", - "C6Y-ZF", - "6Z-CKS", - "G-M5L3" - ] + "connectedSystems": "UEXO-Z,C6Y-ZF,6Z-CKS,G-M5L3" }, { "solarSystemName": "C6Y-ZF", "x": 480, "y": 465, "security": -0.5570713016941862, - "connectedSystems": [ - "7-K6UE", - "6Z-CKS", - "KBAK-I" - ] + "connectedSystems": "7-K6UE,6Z-CKS,KBAK-I" }, { "solarSystemName": "6Z-CKS", "x": 435, "y": 425, "security": -0.568950765756296, - "connectedSystems": [ - "7-K6UE", - "C6Y-ZF", - "KBAK-I", - "M-SRKS" - ] + "connectedSystems": "7-K6UE,C6Y-ZF,KBAK-I,M-SRKS" }, { "solarSystemName": "G-M5L3", "x": 525, "y": 510, "security": -0.7786233126598026, - "connectedSystems": [ - "7-K6UE", - "KBAK-I" - ] + "connectedSystems": "7-K6UE,KBAK-I" }, { "solarSystemName": "KBAK-I", "x": 435, "y": 510, "security": -0.6373460102797082, - "connectedSystems": [ - "C6Y-ZF", - "6Z-CKS", - "G-M5L3" - ] + "connectedSystems": "C6Y-ZF,6Z-CKS,G-M5L3" }, { "solarSystemName": "M-SRKS", "x": 435, "y": 375, "security": -0.2285206708325313, - "connectedSystems": [ - "6Z-CKS" - ] + "connectedSystems": "6Z-CKS" }, { "solarSystemName": "9GNS-2", "x": 620, "y": 600, "security": -0.5523098597843781, - "connectedSystems": [ - "PF-KUQ", - "YAW-7M", - "CX8-6K", - "1-2J4P" - ] + "connectedSystems": "PF-KUQ,YAW-7M,CX8-6K,1-2J4P" }, { "solarSystemName": "YAW-7M", "x": 550, "y": 600, "security": -0.7590869037473382, - "connectedSystems": [ - "9GNS-2", - "C3N-3S" - ] + "connectedSystems": "9GNS-2,C3N-3S" }, { "solarSystemName": "C3N-3S", "x": 550, "y": 655, "security": -0.678023180759999, - "connectedSystems": [ - "YAW-7M", - "CX8-6K", - "LWX-93", - "QY1E-N" - ] + "connectedSystems": "YAW-7M,CX8-6K,LWX-93,QY1E-N" }, { "solarSystemName": "CX8-6K", "x": 620, "y": 655, "security": -0.4132219341284783, - "connectedSystems": [ - "9GNS-2", - "C3N-3S", - "1-2J4P" - ] + "connectedSystems": "9GNS-2,C3N-3S,1-2J4P" }, { "solarSystemName": "LWX-93", "x": 550, "y": 715, "security": -0.8960811446316616, - "connectedSystems": [ - "C3N-3S", - "TN25-J" - ] + "connectedSystems": "C3N-3S,TN25-J" }, { "solarSystemName": "1-2J4P", "x": 695, "y": 655, "security": -0.4084174279636026, - "connectedSystems": [ - "9GNS-2", - "CX8-6K", - "M0O-JG", - "L-YMYU" - ] + "connectedSystems": "9GNS-2,CX8-6K,M0O-JG,L-YMYU" }, { "solarSystemName": "M0O-JG", "x": 765, "y": 655, "security": -0.05963411542978059, - "connectedSystems": [ - "1-2J4P" - ] + "connectedSystems": "1-2J4P" }, { "solarSystemName": "L-YMYU", "x": 710, "y": 715, "security": -0.09441794732500142, - "connectedSystems": [ - "1-2J4P", - "35-JWD" - ] + "connectedSystems": "1-2J4P,35-JWD" }, { "solarSystemName": "TN25-J", "x": 620, "y": 715, "security": -0.9511389407889554, - "connectedSystems": [ - "HIX4-H", - "LWX-93" - ] + "connectedSystems": "HIX4-H,LWX-93" } ] \ No newline at end of file diff --git a/public/Derelik.json b/public/Derelik.json index 1b9d682..798aaed 100644 --- a/public/Derelik.json +++ b/public/Derelik.json @@ -4,1346 +4,874 @@ "x": 120, "y": 110, "security": 0.8583240688484681, - "connectedSystems": [ - "Akpivem", - "Sasta", - "Yuzier" - ] + "connectedSystems": "Akpivem,Sasta,Yuzier" }, { "solarSystemName": "Lashesih", "x": 100, "y": 60, "security": 0.7516891466979871, - "connectedSystems": [ - "Sasta", - "Lisudeh" - ] + "connectedSystems": "Sasta,Lisudeh" }, { "solarSystemName": "Akpivem", "x": 135, "y": 245, "security": 0.8462923524267263, - "connectedSystems": [ - "Tanoo", - "Asghatil", - "Maspah", - "Yuzier" - ] + "connectedSystems": "Tanoo,Asghatil,Maspah,Yuzier" }, { "solarSystemName": "Jark", "x": 215, "y": 15, "security": 0.8170005312287265, - "connectedSystems": [ - "Odatrik", - "Sasta" - ] + "connectedSystems": "Odatrik,Sasta" }, { "solarSystemName": "Sasta", "x": 185, "y": 60, "security": 0.8143367281012338, - "connectedSystems": [ - "Tanoo", - "Lashesih", - "Hasiari", - "Jark" - ] + "connectedSystems": "Tanoo,Lashesih,Hasiari,Jark" }, { "solarSystemName": "Zaid", "x": 405, "y": 170, "security": 0.8642291533962844, - "connectedSystems": [ - "Fovihi", - "Nirbhi" - ] + "connectedSystems": "Fovihi,Nirbhi" }, { "solarSystemName": "Yuzier", "x": 195, "y": 165, "security": 0.9065555104696007, - "connectedSystems": [ - "Tanoo", - "Akpivem", - "Nirbhi" - ] + "connectedSystems": "Tanoo,Akpivem,Nirbhi" }, { "solarSystemName": "Nirbhi", "x": 315, "y": 170, "security": 0.8821157147630183, - "connectedSystems": [ - "Tidacha", - "Nikh", - "Zaid", - "Yuzier" - ] + "connectedSystems": "Tidacha,Nikh,Zaid,Yuzier" }, { "solarSystemName": "Sooma", "x": 290, "y": 735, "security": 0.5778194815632102, - "connectedSystems": [ - "Chidah" - ] + "connectedSystems": "Chidah" }, { "solarSystemName": "Chidah", "x": 385, "y": 735, "security": 0.5390520130030887, - "connectedSystems": [ - "Sooma", - "Shenela", - "Onsooh" - ] + "connectedSystems": "Sooma,Shenela,Onsooh" }, { "solarSystemName": "Shenela", "x": 800, "y": 735, "security": 0.4569593547354032, - "connectedSystems": [ - "Chidah", - "Dooz" - ] + "connectedSystems": "Chidah,Dooz" }, { "solarSystemName": "Asabona", "x": 160, "y": 655, "security": 0.3228842724505184, - "connectedSystems": [ - "Onsooh", - "Irshah" - ] + "connectedSystems": "Onsooh,Irshah" }, { "solarSystemName": "Onsooh", "x": 320, "y": 670, "security": 0.4428166328867634, - "connectedSystems": [ - "Chidah", - "Asabona", - "Shamahi", - "Sendaya", - "Nazhgete" - ] + "connectedSystems": "Chidah,Asabona,Shamahi,Sendaya,Nazhgete" }, { "solarSystemName": "Shamahi", "x": 505, "y": 670, "security": 0.3552422910759415, - "connectedSystems": [ - "Ilahed", - "Onsooh", - "Kehrara" - ] + "connectedSystems": "Ilahed,Onsooh,Kehrara" }, { "solarSystemName": "Sendaya", "x": 430, "y": 585, "security": 0.293932972095294, - "connectedSystems": [ - "Kazna", - "Mifrata", - "Onsooh", - "Doril" - ] + "connectedSystems": "Kazna,Mifrata,Onsooh,Doril" }, { "solarSystemName": "Nazhgete", "x": 300, "y": 630, "security": 0.3914970556839353, - "connectedSystems": [ - "Onsooh" - ] + "connectedSystems": "Onsooh" }, { "solarSystemName": "Futzchag", "x": 420, "y": 480, "security": 0.1722285597675846, - "connectedSystems": [ - "Kazna", - "Lilmad", - "Jayneleb" - ] + "connectedSystems": "Kazna,Lilmad,Jayneleb" }, { "solarSystemName": "Kazna", "x": 425, "y": 525, "security": 0.2312626250401885, - "connectedSystems": [ - "Futzchag", - "Sendaya" - ] + "connectedSystems": "Futzchag,Sendaya" }, { "solarSystemName": "Podion", "x": 405, "y": 380, "security": 0.1097049725986509, - "connectedSystems": [ - "Jayneleb" - ] + "connectedSystems": "Jayneleb" }, { "solarSystemName": "Lilmad", "x": 475, "y": 455, "security": 0.1604491933025002, - "connectedSystems": [ - "Futzchag" - ] + "connectedSystems": "Futzchag" }, { "solarSystemName": "Jayneleb", "x": 420, "y": 430, "security": 0.1138399569959028, - "connectedSystems": [ - "Futzchag", - "Podion" - ] + "connectedSystems": "Futzchag,Podion" }, { "solarSystemName": "Fovihi", "x": 505, "y": 170, "security": 0.8693943492210876, - "connectedSystems": [ - "Zaid", - "Kiereend", - "Kasrasi" - ] + "connectedSystems": "Zaid,Kiereend,Kasrasi" }, { "solarSystemName": "Kiereend", "x": 505, "y": 255, "security": 0.8408345483229294, - "connectedSystems": [ - "Fovihi", - "Rashy", - "Psasa", - "Eshtah" - ] + "connectedSystems": "Fovihi,Rashy,Psasa,Eshtah" }, { "solarSystemName": "Rashy", "x": 560, "y": 205, "security": 0.803265994106465, - "connectedSystems": [ - "Kiereend", - "Ordize", - "Psasa", - "Eshtah" - ] + "connectedSystems": "Kiereend,Ordize,Psasa,Eshtah" }, { "solarSystemName": "Ordize", "x": 645, "y": 230, "security": 0.6955641731383873, - "connectedSystems": [ - "Rashy", - "Eshtah", - "Lachailes", - "Kasrasi" - ] + "connectedSystems": "Rashy,Eshtah,Lachailes,Kasrasi" }, { "solarSystemName": "Psasa", "x": 570, "y": 240, "security": 0.7499132887868195, - "connectedSystems": [ - "Kiereend", - "Rashy", - "Eshtah" - ] + "connectedSystems": "Kiereend,Rashy,Eshtah" }, { "solarSystemName": "Eshtah", "x": 640, "y": 270, "security": 0.768432631428651, - "connectedSystems": [ - "Kiereend", - "Rashy", - "Ordize", - "Psasa", - "Zet" - ] + "connectedSystems": "Kiereend,Rashy,Ordize,Psasa,Zet" }, { "solarSystemName": "Lachailes", "x": 620, "y": 195, "security": 0.5730512267921072, - "connectedSystems": [ - "Ordize", - "Kasrasi" - ] + "connectedSystems": "Ordize,Kasrasi" }, { "solarSystemName": "Kasrasi", "x": 670, "y": 170, "security": 0.5730756770113123, - "connectedSystems": [ - "Fovihi", - "Ordize", - "Lachailes", - "Arnola" - ] + "connectedSystems": "Fovihi,Ordize,Lachailes,Arnola" }, { "solarSystemName": "Mohas", "x": 475, "y": 50, "security": 0.6817834382090477, - "connectedSystems": [ - "Radima", - "Nimambal" - ] + "connectedSystems": "Radima,Nimambal" }, { "solarSystemName": "Hasiari", "x": 285, "y": 50, "security": 0.7981876170552368, - "connectedSystems": [ - "Sasta", - "Radima", - "Alkez" - ] + "connectedSystems": "Sasta,Radima,Alkez" }, { "solarSystemName": "Radima", "x": 385, "y": 50, "security": 0.7539199523500497, - "connectedSystems": [ - "Mohas", - "Hasiari" - ] + "connectedSystems": "Mohas,Hasiari" }, { "solarSystemName": "Alkez", "x": 285, "y": 85, "security": 0.7821229098512418, - "connectedSystems": [ - "Hasiari" - ] + "connectedSystems": "Hasiari" }, { "solarSystemName": "Nimambal", "x": 575, "y": 50, "security": 0.5940505702561383, - "connectedSystems": [ - "Mohas", - "Yishinoon", - "Ubtes" - ] + "connectedSystems": "Mohas,Yishinoon,Ubtes" }, { "solarSystemName": "Yishinoon", "x": 530, "y": 15, "security": 0.4247181820393805, - "connectedSystems": [ - "Nimambal", - "Uplingur" - ] + "connectedSystems": "Nimambal,Uplingur" }, { "solarSystemName": "Uplingur", "x": 445, "y": 5, "security": 0.4220693149316711, - "connectedSystems": [ - "Yishinoon", - "Trytedald" - ] + "connectedSystems": "Yishinoon,Trytedald" }, { "solarSystemName": "Dooz", "x": 800, "y": 530, "security": 0.4237288551862491, - "connectedSystems": [ - "Shenela", - "Bayuka", - "Uzistoon", - "Sari" - ] + "connectedSystems": "Shenela,Bayuka,Uzistoon,Sari" }, { "solarSystemName": "Bayuka", "x": 855, "y": 480, "security": 0.4007220364848294, - "connectedSystems": [ - "Dooz", - "Uzistoon", - "Bairshir" - ] + "connectedSystems": "Dooz,Uzistoon,Bairshir" }, { "solarSystemName": "Uzistoon", "x": 785, "y": 465, "security": 0.3906456008221982, - "connectedSystems": [ - "Dooz", - "Bayuka", - "Sari" - ] + "connectedSystems": "Dooz,Bayuka,Sari" }, { "solarSystemName": "Bairshir", "x": 915, "y": 465, "security": 0.3640877470149704, - "connectedSystems": [ - "Bayuka", - "Moh" - ] + "connectedSystems": "Bayuka,Moh" }, { "solarSystemName": "Moh", "x": 960, "y": 425, "security": 0.4728350039371306, - "connectedSystems": [ - "Bairshir" - ] + "connectedSystems": "Bairshir" }, { "solarSystemName": "Sari", "x": 745, "y": 505, "security": 0.3793431216886645, - "connectedSystems": [ - "Dooz", - "Uzistoon", - "Timeor" - ] + "connectedSystems": "Dooz,Uzistoon,Timeor" }, { "solarSystemName": "Faspera", "x": 285, "y": 580, "security": 0.1282584758085201, - "connectedSystems": [ - "Jaymass", - "Mifrata" - ] + "connectedSystems": "Jaymass,Mifrata" }, { "solarSystemName": "Jaymass", "x": 225, "y": 555, "security": 0.2163113397675223, - "connectedSystems": [ - "Faspera", - "Mifrata", - "Ihal", - "Camal" - ] + "connectedSystems": "Faspera,Mifrata,Ihal,Camal" }, { "solarSystemName": "Mifrata", "x": 310, "y": 530, "security": 0.3038029901318554, - "connectedSystems": [ - "Faspera", - "Jaymass", - "Majamar", - "Sendaya", - "Ihal" - ] + "connectedSystems": "Faspera,Jaymass,Majamar,Sendaya,Ihal" }, { "solarSystemName": "Majamar", "x": 335, "y": 490, "security": 0.3691862576585916, - "connectedSystems": [ - "Mifrata", - "Fera" - ] + "connectedSystems": "Mifrata,Fera" }, { "solarSystemName": "Ihal", "x": 245, "y": 510, "security": 0.492701244651463, - "connectedSystems": [ - "Jaymass", - "Mifrata", - "Shedoo" - ] + "connectedSystems": "Jaymass,Mifrata,Shedoo" }, { "solarSystemName": "Camal", "x": 205, "y": 595, "security": 0.2129768849215417, - "connectedSystems": [ - "Jaymass" - ] + "connectedSystems": "Jaymass" }, { "solarSystemName": "Fera", "x": 350, "y": 455, "security": 0.4772463535388862, - "connectedSystems": [ - "Majamar" - ] + "connectedSystems": "Majamar" }, { "solarSystemName": "Juddi", "x": 300, "y": 300, "security": 0.6491366386060877, - "connectedSystems": [ - "Maspah", - "Ibaria", - "Berta", - "Khankenirdia" - ] + "connectedSystems": "Maspah,Ibaria,Berta,Khankenirdia" }, { "solarSystemName": "Maspah", "x": 255, "y": 265, "security": 0.7999009765168985, - "connectedSystems": [ - "Akpivem", - "Juddi", - "Ibaria", - "Shala", - "Zemalu" - ] + "connectedSystems": "Akpivem,Juddi,Ibaria,Shala,Zemalu" }, { "solarSystemName": "Ibaria", "x": 225, "y": 300, "security": 0.7309787224876795, - "connectedSystems": [ - "Juddi", - "Maspah" - ] + "connectedSystems": "Juddi,Maspah" }, { "solarSystemName": "Shala", "x": 230, "y": 230, "security": 0.7155637584087694, - "connectedSystems": [ - "Maspah", - "Zemalu" - ] + "connectedSystems": "Maspah,Zemalu" }, { "solarSystemName": "Zemalu", "x": 295, "y": 230, "security": 0.7251585253233175, - "connectedSystems": [ - "Maspah", - "Shala" - ] + "connectedSystems": "Maspah,Shala" }, { "solarSystemName": "Khankenirdia", "x": 360, "y": 275, "security": 0.6135958354465538, - "connectedSystems": [ - "Juddi" - ] + "connectedSystems": "Juddi" }, { "solarSystemName": "Nikh", "x": 485, "y": 315, "security": 0.7741984605166469, - "connectedSystems": [ - "Nirbhi", - "Amphar", - "Agha", - "Usroh" - ] + "connectedSystems": "Nirbhi,Amphar,Agha,Usroh" }, { "solarSystemName": "Amphar", "x": 610, "y": 335, "security": 0.7021869949805655, - "connectedSystems": [ - "Nikh", - "Abha", - "Salashayama", - "Usroh" - ] + "connectedSystems": "Nikh,Abha,Salashayama,Usroh" }, { "solarSystemName": "Salashayama", "x": 770, "y": 345, "security": 0.6655862313997052, - "connectedSystems": [ - "Amphar", - "Janus" - ] + "connectedSystems": "Amphar,Janus" }, { "solarSystemName": "Janus", "x": 880, "y": 310, "security": 0.5455705452749011, - "connectedSystems": [ - "Salashayama", - "Iosantin", - "Orva", - "Akhrad" - ] + "connectedSystems": "Salashayama,Iosantin,Orva,Akhrad" }, { "solarSystemName": "Agha", "x": 470, "y": 345, "security": 0.7187826207898866, - "connectedSystems": [ - "Nikh" - ] + "connectedSystems": "Nikh" }, { "solarSystemName": "Iosantin", "x": 950, "y": 290, "security": 0.4503433500980485, - "connectedSystems": [ - "Janus", - "Akhrad", - "Sharir" - ] + "connectedSystems": "Janus,Akhrad,Sharir" }, { "solarSystemName": "Orva", "x": 810, "y": 300, "security": 0.5099495888277754, - "connectedSystems": [ - "Janus", - "Zet", - "Thiarer" - ] + "connectedSystems": "Janus,Zet,Thiarer" }, { "solarSystemName": "Zet", "x": 740, "y": 290, "security": 0.5696976611525619, - "connectedSystems": [ - "Orva", - "Pirohdim", - "Thiarer", - "Eshtah" - ] + "connectedSystems": "Orva,Pirohdim,Thiarer,Eshtah" }, { "solarSystemName": "Akhrad", "x": 895, "y": 220, "security": 0.3584765247599938, - "connectedSystems": [ - "Janus", - "Iosantin", - "Sharir", - "Uanzin" - ] + "connectedSystems": "Janus,Iosantin,Sharir,Uanzin" }, { "solarSystemName": "Pirohdim", "x": 755, "y": 245, "security": 0.6286960900119156, - "connectedSystems": [ - "Zet", - "Thiarer" - ] + "connectedSystems": "Zet,Thiarer" }, { "solarSystemName": "Sharir", "x": 955, "y": 250, "security": 0.3968486870350755, - "connectedSystems": [ - "Iosantin", - "Akhrad" - ] + "connectedSystems": "Iosantin,Akhrad" }, { "solarSystemName": "Usroh", "x": 555, "y": 300, "security": 0.5974575080933879, - "connectedSystems": [ - "Nikh", - "Amphar" - ] + "connectedSystems": "Nikh,Amphar" }, { "solarSystemName": "Thiarer", "x": 820, "y": 255, "security": 0.5420327808411376, - "connectedSystems": [ - "Orva", - "Zet", - "Pirohdim" - ] + "connectedSystems": "Orva,Zet,Pirohdim" }, { "solarSystemName": "Gomati", "x": 75, "y": 555, "security": 0.3874213237952314, - "connectedSystems": [ - "Bar", - "Irshah", - "Hasateem", - "Assah" - ] + "connectedSystems": "Bar,Irshah,Hasateem,Assah" }, { "solarSystemName": "Jangar", "x": 0, "y": 500, "security": 0.5273286254232467, - "connectedSystems": [ - "Hasateem" - ] + "connectedSystems": "Hasateem" }, { "solarSystemName": "Nakah", "x": 0, "y": 605, "security": 0.3638643384360537, - "connectedSystems": [ - "Hasateem", - "Assah", - "Rahadalon" - ] + "connectedSystems": "Hasateem,Assah,Rahadalon" }, { "solarSystemName": "Irshah", "x": 135, "y": 535, "security": 0.4295066450474929, - "connectedSystems": [ - "Gomati", - "Bar", - "Asabona" - ] + "connectedSystems": "Gomati,Bar,Asabona" }, { "solarSystemName": "Hasateem", "x": 0, "y": 555, "security": 0.4264964119609094, - "connectedSystems": [ - "Gomati", - "Jangar", - "Nakah", - "Assah" - ] + "connectedSystems": "Gomati,Jangar,Nakah,Assah" }, { "solarSystemName": "Assah", "x": 75, "y": 605, "security": 0.297802198708, - "connectedSystems": [ - "Gomati", - "Nakah", - "Hasateem", - "G-5EN2" - ] + "connectedSystems": "Gomati,Nakah,Hasateem,G-5EN2" }, { "solarSystemName": "Tidacha", "x": 315, "y": 125, "security": 0.8200990448245785, - "connectedSystems": [ - "Nirbhi", - "Odlib", - "Milu" - ] + "connectedSystems": "Nirbhi,Odlib,Milu" }, { "solarSystemName": "Odlib", "x": 385, "y": 125, "security": 0.8245166008988138, - "connectedSystems": [ - "Tidacha", - "Jofan", - "Yadi" - ] + "connectedSystems": "Tidacha,Jofan,Yadi" }, { "solarSystemName": "Jofan", "x": 415, "y": 95, "security": 0.779548203790202, - "connectedSystems": [ - "Odlib", - "Yadi" - ] + "connectedSystems": "Odlib,Yadi" }, { "solarSystemName": "Milu", "x": 250, "y": 125, "security": 0.7696253176133432, - "connectedSystems": [ - "Tidacha" - ] + "connectedSystems": "Tidacha" }, { "solarSystemName": "Yadi", "x": 450, "y": 125, "security": 0.7502684756901108, - "connectedSystems": [ - "Odlib", - "Jofan", - "Buftiar" - ] + "connectedSystems": "Odlib,Jofan,Buftiar" }, { "solarSystemName": "Buftiar", "x": 515, "y": 125, "security": 0.70874129661025, - "connectedSystems": [ - "Yadi" - ] + "connectedSystems": "Yadi" }, { "solarSystemName": "Jarizza", "x": 20, "y": 330, "security": 0.7654309803282681, - "connectedSystems": [ - "Ejahi", - "Asghatil", - "Bar" - ] + "connectedSystems": "Ejahi,Asghatil,Bar" }, { "solarSystemName": "Ejahi", "x": 10, "y": 275, "security": 0.7289102351778224, - "connectedSystems": [ - "Jarizza", - "Gelhan" - ] + "connectedSystems": "Jarizza,Gelhan" }, { "solarSystemName": "Asghatil", "x": 105, "y": 290, "security": 0.7947781679879239, - "connectedSystems": [ - "Jarizza", - "Akpivem", - "Sucha" - ] + "connectedSystems": "Jarizza,Akpivem,Sucha" }, { "solarSystemName": "Bar", "x": 90, "y": 375, "security": 0.6658381295163531, - "connectedSystems": [ - "Jarizza", - "Gomati", - "Irshah", - "Sucha", - "Gamis" - ] + "connectedSystems": "Jarizza,Gomati,Irshah,Sucha,Gamis" }, { "solarSystemName": "Sucha", "x": 105, "y": 340, "security": 0.6582647871191092, - "connectedSystems": [ - "Asghatil", - "Bar" - ] + "connectedSystems": "Asghatil,Bar" }, { "solarSystemName": "Gelhan", "x": 25, "y": 225, "security": 0.7016764276412114, - "connectedSystems": [ - "Ejahi", - "Akeva" - ] + "connectedSystems": "Ejahi,Akeva" }, { "solarSystemName": "Akeva", "x": 45, "y": 185, "security": 0.6648348486452957, - "connectedSystems": [ - "Gelhan" - ] + "connectedSystems": "Gelhan" }, { "solarSystemName": "Sosa", "x": 640, "y": 670, "security": 0.3011790274372882, - "connectedSystems": [ - "Ilahed", - "Eshwil", - "Aranir" - ] + "connectedSystems": "Ilahed,Eshwil,Aranir" }, { "solarSystemName": "Ilahed", "x": 575, "y": 670, "security": 0.3159434659252198, - "connectedSystems": [ - "Sosa", - "Shamahi", - "Ishkad" - ] + "connectedSystems": "Sosa,Shamahi,Ishkad" }, { "solarSystemName": "Eshwil", "x": 640, "y": 705, "security": 0.2189684714622466, - "connectedSystems": [ - "Sosa" - ] + "connectedSystems": "Sosa" }, { "solarSystemName": "Aranir", "x": 705, "y": 670, "security": 0.2427886069822752, - "connectedSystems": [ - "Sosa", - "Hahyil" - ] + "connectedSystems": "Sosa,Hahyil" }, { "solarSystemName": "Ishkad", "x": 575, "y": 705, "security": 0.366035538407793, - "connectedSystems": [ - "Ilahed" - ] + "connectedSystems": "Ilahed" }, { "solarSystemName": "Hahyil", "x": 770, "y": 670, "security": 0.2081148416511353, - "connectedSystems": [ - "Aranir" - ] + "connectedSystems": "Aranir" }, { "solarSystemName": "Asilem", "x": 645, "y": 490, "security": 0.2849976955353134, - "connectedSystems": [ - "Shach", - "Dysa" - ] + "connectedSystems": "Shach,Dysa" }, { "solarSystemName": "Mahnagh", "x": 615, "y": 585, "security": 0.2050033779664229, - "connectedSystems": [ - "Shach" - ] + "connectedSystems": "Shach" }, { "solarSystemName": "Shach", "x": 625, "y": 530, "security": 0.3260430802421385, - "connectedSystems": [ - "Asilem", - "Mahnagh", - "Kehrara", - "Timeor" - ] + "connectedSystems": "Asilem,Mahnagh,Kehrara,Timeor" }, { "solarSystemName": "Kehrara", "x": 555, "y": 510, "security": 0.3648440243307085, - "connectedSystems": [ - "Shach", - "Shamahi", - "Arena", - "Dysa" - ] + "connectedSystems": "Shach,Shamahi,Arena,Dysa" }, { "solarSystemName": "Arena", "x": 565, "y": 460, "security": 0.44232988166039, - "connectedSystems": [ - "Kehrara", - "Uhtafal", - "Dysa", - "Serad" - ] + "connectedSystems": "Kehrara,Uhtafal,Dysa,Serad" }, { "solarSystemName": "Timeor", "x": 690, "y": 530, "security": 0.3141310687442284, - "connectedSystems": [ - "Shach", - "Sari" - ] + "connectedSystems": "Shach,Sari" }, { "solarSystemName": "Uhtafal", "x": 590, "y": 410, "security": 0.4996122855288159, - "connectedSystems": [ - "Arena", - "Serad", - "Abha" - ] + "connectedSystems": "Arena,Serad,Abha" }, { "solarSystemName": "Dysa", "x": 635, "y": 450, "security": 0.2361953091778621, - "connectedSystems": [ - "Asilem", - "Kehrara", - "Arena", - "Mahti" - ] + "connectedSystems": "Asilem,Kehrara,Arena,Mahti" }, { "solarSystemName": "Serad", "x": 520, "y": 420, "security": 0.5258363730847042, - "connectedSystems": [ - "Arena", - "Uhtafal" - ] + "connectedSystems": "Arena,Uhtafal" }, { "solarSystemName": "Mahti", "x": 690, "y": 415, "security": 0.2282817863644987, - "connectedSystems": [ - "Dysa" - ] + "connectedSystems": "Dysa" }, { "solarSystemName": "Abha", "x": 600, "y": 375, "security": 0.4341013131342409, - "connectedSystems": [ - "Uhtafal", - "Amphar" - ] + "connectedSystems": "Uhtafal,Amphar" }, { "solarSystemName": "Shedoo", "x": 245, "y": 465, "security": 0.5061177385311889, - "connectedSystems": [ - "Ihal", - "Gamis", - "Berta" - ] + "connectedSystems": "Ihal,Gamis,Berta" }, { "solarSystemName": "Gamis", "x": 160, "y": 415, "security": 0.4739061737264941, - "connectedSystems": [ - "Bar", - "Shedoo", - "Nieril", - "Bekirdod", - "Hothomouh" - ] + "connectedSystems": "Bar,Shedoo,Nieril,Bekirdod,Hothomouh" }, { "solarSystemName": "Nieril", "x": 190, "y": 365, "security": 0.3534402077303201, - "connectedSystems": [ - "Gamis", - "Hothomouh" - ] + "connectedSystems": "Gamis,Hothomouh" }, { "solarSystemName": "Berta", "x": 305, "y": 410, "security": 0.4895572339147934, - "connectedSystems": [ - "Juddi", - "Shedoo", - "Bekirdod", - "Hothomouh" - ] + "connectedSystems": "Juddi,Shedoo,Bekirdod,Hothomouh" }, { "solarSystemName": "Bekirdod", "x": 235, "y": 425, "security": 0.4053491152939019, - "connectedSystems": [ - "Gamis", - "Berta" - ] + "connectedSystems": "Gamis,Berta" }, { "solarSystemName": "Hothomouh", "x": 250, "y": 365, "security": 0.4229810280778777, - "connectedSystems": [ - "Gamis", - "Nieril", - "Berta" - ] + "connectedSystems": "Gamis,Nieril,Berta" }, { "solarSystemName": "Arnola", "x": 730, "y": 130, "security": 0.4628354025316062, - "connectedSystems": [ - "Kasrasi", - "Astabih", - "Uanzin" - ] + "connectedSystems": "Kasrasi,Astabih,Uanzin" }, { "solarSystemName": "Astabih", "x": 750, "y": 95, "security": 0.4088175891303049, - "connectedSystems": [ - "Arnola", - "Ubtes", - "Bimener", - "Kenobanala", - "Khabi" - ] + "connectedSystems": "Arnola,Ubtes,Bimener,Kenobanala,Khabi" }, { "solarSystemName": "Ubtes", "x": 745, "y": 50, "security": 0.3360732464713935, - "connectedSystems": [ - "Astabih", - "Bimener", - "Kenobanala", - "Khabi", - "Nimambal" - ] + "connectedSystems": "Astabih,Bimener,Kenobanala,Khabi,Nimambal" }, { "solarSystemName": "Bimener", "x": 840, "y": 70, "security": 0.2700411977890497, - "connectedSystems": [ - "Astabih", - "Ubtes", - "Kenobanala", - "Khabi" - ] + "connectedSystems": "Astabih,Ubtes,Kenobanala,Khabi" }, { "solarSystemName": "Kenobanala", "x": 820, "y": 30, "security": 0.2893983494282283, - "connectedSystems": [ - "Astabih", - "Ubtes", - "Bimener", - "Audesder" - ] + "connectedSystems": "Astabih,Ubtes,Bimener,Audesder" }, { "solarSystemName": "Khabi", "x": 825, "y": 110, "security": 0.2486186151893557, - "connectedSystems": [ - "Astabih", - "Ubtes", - "Bimener", - "Uanzin", - "7Q-8Z2" - ] + "connectedSystems": "Astabih,Ubtes,Bimener,Uanzin,7Q-8Z2" }, { "solarSystemName": "Uanzin", "x": 825, "y": 145, "security": 0.4339720253805461, - "connectedSystems": [ - "Arnola", - "Akhrad", - "Khabi" - ] + "connectedSystems": "Arnola,Akhrad,Khabi" }, { "solarSystemName": "7Q-8Z2", "x": 895, "y": 110, "security": -0.303187969851367, - "connectedSystems": [ - "8YC-AN", - "SUR-F7", - "Khabi" - ] + "connectedSystems": "8YC-AN,SUR-F7,Khabi" }, { "solarSystemName": "Doril", "x": 440, "y": 620, "security": -0.01431927738433703, - "connectedSystems": [ - "Utopia", - "Jorund", - "Sendaya" - ] + "connectedSystems": "Utopia,Jorund,Sendaya" }, { "solarSystemName": "Audesder", "x": 895, "y": 10, "security": 0.2647115299035282, - "connectedSystems": [ - "Aedald", - "Kenobanala" - ] + "connectedSystems": "Aedald,Kenobanala" }, { "solarSystemName": "Trytedald", "x": 365, "y": 0, "security": 0.8796585036990263, - "connectedSystems": [ - "Odatrik", - "Uplingur", - "Ivar" - ] + "connectedSystems": "Odatrik,Uplingur,Ivar" }, { "solarSystemName": "Odatrik", "x": 285, "y": 5, "security": 0.8161785481654243, - "connectedSystems": [ - "Trytedald", - "Jark", - "Rens", - "Abudban" - ] + "connectedSystems": "Trytedald,Jark,Rens,Abudban" }, { "solarSystemName": "Lisudeh", "x": 10, "y": 35, "security": 0.7591685476991834, - "connectedSystems": [ - "Lashesih", - "Eredan" - ] + "connectedSystems": "Lashesih,Eredan" }, { "solarSystemName": "Rahadalon", "x": 0, "y": 655, "security": 0.3935001849130038, - "connectedSystems": [ - "Nakah", - "Soosat", - "Itsyamil", - "Mendori" - ] + "connectedSystems": "Nakah,Soosat,Itsyamil,Mendori" }, { "solarSystemName": "G-5EN2", "x": 75, "y": 655, "security": -0.2045932398858896, - "connectedSystems": [ - "Assah", - "9-F0B2" - ] + "connectedSystems": "Assah,9-F0B2" } ] \ No newline at end of file diff --git a/public/Detorid.json b/public/Detorid.json index 6e1d7b3..d714c5f 100644 --- a/public/Detorid.json +++ b/public/Detorid.json @@ -4,1153 +4,776 @@ "x": 280, "y": 25, "security": -0.2606911565197964, - "connectedSystems": [ - "9N-0HF", - "V-4DBR" - ] + "connectedSystems": "9N-0HF,V-4DBR" }, { "solarSystemName": "V-4DBR", "x": 210, "y": 15, "security": -0.3225648358702772, - "connectedSystems": [ - "WU-FHQ", - "B-5UFY", - "SK42-F" - ] + "connectedSystems": "WU-FHQ,B-5UFY,SK42-F" }, { "solarSystemName": "B-5UFY", "x": 140, "y": 10, "security": -0.4014222456070663, - "connectedSystems": [ - "V-4DBR", - "PQRE-W" - ] + "connectedSystems": "V-4DBR,PQRE-W" }, { "solarSystemName": "SK42-F", "x": 180, "y": 55, "security": -0.3158692360474609, - "connectedSystems": [ - "V-4DBR", - "EU9-J3" - ] + "connectedSystems": "V-4DBR,EU9-J3" }, { "solarSystemName": "EU9-J3", "x": 135, "y": 85, "security": -0.2510197708984969, - "connectedSystems": [ - "SK42-F" - ] + "connectedSystems": "SK42-F" }, { "solarSystemName": "PQRE-W", "x": 70, "y": 15, "security": -0.620413296275578, - "connectedSystems": [ - "B-5UFY", - "OEG-K9" - ] + "connectedSystems": "B-5UFY,OEG-K9" }, { "solarSystemName": "OEG-K9", "x": 30, "y": 55, "security": -0.7984868006523067, - "connectedSystems": [ - "PQRE-W", - "V7G-RL" - ] + "connectedSystems": "PQRE-W,V7G-RL" }, { "solarSystemName": "0-W778", "x": 875, "y": 155, "security": -0.2174658912780381, - "connectedSystems": [ - "DG-8VJ", - "5J4K-9", - "MD-0AW" - ] + "connectedSystems": "DG-8VJ,5J4K-9,MD-0AW" }, { "solarSystemName": "DG-8VJ", "x": 855, "y": 90, "security": -0.3525865389010414, - "connectedSystems": [ - "4NDT-W", - "0-W778", - "5J4K-9", - "1KAW-T" - ] + "connectedSystems": "4NDT-W,0-W778,5J4K-9,1KAW-T" }, { "solarSystemName": "5J4K-9", "x": 940, "y": 125, "security": -0.2015724632285955, - "connectedSystems": [ - "0-W778", - "DG-8VJ" - ] + "connectedSystems": "0-W778,DG-8VJ" }, { "solarSystemName": "MD-0AW", "x": 855, "y": 205, "security": -0.1995432357701477, - "connectedSystems": [ - "0-W778", - "H-FGJO" - ] + "connectedSystems": "0-W778,H-FGJO" }, { "solarSystemName": "H-FGJO", "x": 665, "y": 310, "security": -0.2051128405592936, - "connectedSystems": [ - "MD-0AW", - "LT-XI4", - "O3-4MN" - ] + "connectedSystems": "MD-0AW,LT-XI4,O3-4MN" }, { "solarSystemName": "1KAW-T", "x": 785, "y": 90, "security": -0.4024754267192167, - "connectedSystems": [ - "DG-8VJ", - "0-6VZ5" - ] + "connectedSystems": "DG-8VJ,0-6VZ5" }, { "solarSystemName": "C5-SUU", "x": 155, "y": 280, "security": -0.509026273232507, - "connectedSystems": [ - "XSUD-1", - "3-LJW3", - "P7MI-T", - "3-3EZB" - ] + "connectedSystems": "XSUD-1,3-LJW3,P7MI-T,3-3EZB" }, { "solarSystemName": "XSUD-1", "x": 135, "y": 320, "security": -0.3370332709673269, - "connectedSystems": [ - "C5-SUU", - "OFVH-Y" - ] + "connectedSystems": "C5-SUU,OFVH-Y" }, { "solarSystemName": "3-LJW3", "x": 230, "y": 305, "security": -0.6152691198496179, - "connectedSystems": [ - "C5-SUU", - "5H-SM2", - "ZLO3-V" - ] + "connectedSystems": "C5-SUU,5H-SM2,ZLO3-V" }, { "solarSystemName": "ZLO3-V", "x": 285, "y": 340, "security": -0.5857486990239926, - "connectedSystems": [ - "3-LJW3", - "JFV-ID" - ] + "connectedSystems": "3-LJW3,JFV-ID" }, { "solarSystemName": "P7MI-T", "x": 195, "y": 345, "security": -0.4048852274623817, - "connectedSystems": [ - "C5-SUU", - "JFV-ID" - ] + "connectedSystems": "C5-SUU,JFV-ID" }, { "solarSystemName": "JFV-ID", "x": 245, "y": 380, "security": -0.3557651908234463, - "connectedSystems": [ - "ZLO3-V", - "P7MI-T" - ] + "connectedSystems": "ZLO3-V,P7MI-T" }, { "solarSystemName": "3-3EZB", "x": 195, "y": 250, "security": -0.5075816330262293, - "connectedSystems": [ - "C5-SUU", - "52CW-6" - ] + "connectedSystems": "C5-SUU,52CW-6" }, { "solarSystemName": "52CW-6", "x": 245, "y": 230, "security": -0.4585950840808629, - "connectedSystems": [ - "3-3EZB", - "TYB-69" - ] + "connectedSystems": "3-3EZB,TYB-69" }, { "solarSystemName": "9-OUGJ", "x": 685, "y": 35, "security": -0.360651853787621, - "connectedSystems": [ - "4NDT-W", - "U-OVFR" - ] + "connectedSystems": "4NDT-W,U-OVFR" }, { "solarSystemName": "4NDT-W", "x": 765, "y": 35, "security": -0.3336065075448417, - "connectedSystems": [ - "9-OUGJ", - "DG-8VJ", - "GM-50Y" - ] + "connectedSystems": "9-OUGJ,DG-8VJ,GM-50Y" }, { "solarSystemName": "GR-X26", "x": 540, "y": 35, "security": -0.3237183340376584, - "connectedSystems": [ - "6OU9-U", - "U-OVFR" - ] + "connectedSystems": "6OU9-U,U-OVFR" }, { "solarSystemName": "6OU9-U", "x": 465, "y": 35, "security": -0.3159863061447461, - "connectedSystems": [ - "GR-X26", - "9N-0HF" - ] + "connectedSystems": "GR-X26,9N-0HF" }, { "solarSystemName": "9N-0HF", "x": 390, "y": 35, "security": -0.2623742677896452, - "connectedSystems": [ - "SHBF-V", - "WU-FHQ", - "6OU9-U" - ] + "connectedSystems": "SHBF-V,WU-FHQ,6OU9-U" }, { "solarSystemName": "U-OVFR", "x": 615, "y": 35, "security": -0.3099517664009299, - "connectedSystems": [ - "9-OUGJ", - "GR-X26", - "D-0UI0" - ] + "connectedSystems": "9-OUGJ,GR-X26,D-0UI0" }, { "solarSystemName": "G3D-ZT", "x": 380, "y": 105, "security": -0.3351458875315841, - "connectedSystems": [ - "D-0UI0", - "L8-WNE", - "GC-LTF", - "NB-ALM" - ] + "connectedSystems": "D-0UI0,L8-WNE,GC-LTF,NB-ALM" }, { "solarSystemName": "D-0UI0", "x": 450, "y": 95, "security": -0.323092028327874, - "connectedSystems": [ - "G3D-ZT", - "U-OVFR" - ] + "connectedSystems": "G3D-ZT,U-OVFR" }, { "solarSystemName": "L8-WNE", "x": 315, "y": 110, "security": -0.4376930995674367, - "connectedSystems": [ - "G3D-ZT", - "1-GBVE" - ] + "connectedSystems": "G3D-ZT,1-GBVE" }, { "solarSystemName": "1-GBVE", "x": 245, "y": 130, "security": -0.4374977790723866, - "connectedSystems": [ - "L8-WNE", - "E-1XVP" - ] + "connectedSystems": "L8-WNE,E-1XVP" }, { "solarSystemName": "GC-LTF", "x": 425, "y": 140, "security": -0.2643469714013452, - "connectedSystems": [ - "G3D-ZT" - ] + "connectedSystems": "G3D-ZT" }, { "solarSystemName": "NB-ALM", "x": 340, "y": 75, "security": -0.4587692850396888, - "connectedSystems": [ - "G3D-ZT" - ] + "connectedSystems": "G3D-ZT" }, { "solarSystemName": "LT-XI4", "x": 635, "y": 360, "security": -0.2446022570627704, - "connectedSystems": [ - "H-FGJO", - "L-QQ6P" - ] + "connectedSystems": "H-FGJO,L-QQ6P" }, { "solarSystemName": "L-QQ6P", "x": 620, "y": 400, "security": -0.3518202398233723, - "connectedSystems": [ - "LT-XI4", - "5OJ-G2" - ] + "connectedSystems": "LT-XI4,5OJ-G2" }, { "solarSystemName": "5OJ-G2", "x": 605, "y": 435, "security": -0.4691366850573975, - "connectedSystems": [ - "L-QQ6P", - "9-02G0", - "XA5-TY" - ] + "connectedSystems": "L-QQ6P,9-02G0,XA5-TY" }, { "solarSystemName": "9-02G0", "x": 605, "y": 485, "security": -0.4749472750919265, - "connectedSystems": [ - "5OJ-G2", - "M-XUZZ" - ] + "connectedSystems": "5OJ-G2,M-XUZZ" }, { "solarSystemName": "XA5-TY", "x": 670, "y": 445, "security": -0.5303782492500768, - "connectedSystems": [ - "5OJ-G2" - ] + "connectedSystems": "5OJ-G2" }, { "solarSystemName": "M-XUZZ", "x": 625, "y": 520, "security": -0.4594491437578323, - "connectedSystems": [ - "9-02G0", - "SLVP-D" - ] + "connectedSystems": "9-02G0,SLVP-D" }, { "solarSystemName": "OFVH-Y", "x": 120, "y": 400, "security": -0.3003791832882483, - "connectedSystems": [ - "XSUD-1", - "2-X0PF", - "QLPX-J" - ] + "connectedSystems": "XSUD-1,2-X0PF,QLPX-J" }, { "solarSystemName": "2-X0PF", "x": 190, "y": 430, "security": -0.3777087783642841, - "connectedSystems": [ - "OFVH-Y", - "1-PGSG", - "QLPX-J" - ] + "connectedSystems": "OFVH-Y,1-PGSG,QLPX-J" }, { "solarSystemName": "1-PGSG", "x": 275, "y": 445, "security": -0.4965527513126938, - "connectedSystems": [ - "2-X0PF" - ] + "connectedSystems": "2-X0PF" }, { "solarSystemName": "QLPX-J", "x": 115, "y": 450, "security": -0.2788776212203329, - "connectedSystems": [ - "OFVH-Y", - "2-X0PF", - "A-C5TC" - ] + "connectedSystems": "OFVH-Y,2-X0PF,A-C5TC" }, { "solarSystemName": "A-C5TC", "x": 115, "y": 495, "security": -0.2414721320582062, - "connectedSystems": [ - "QLPX-J", - "RZ-PIY", - "FR46-E" - ] + "connectedSystems": "QLPX-J,RZ-PIY,FR46-E" }, { "solarSystemName": "RZ-PIY", "x": 50, "y": 515, "security": -0.2305845359020441, - "connectedSystems": [ - "A-C5TC", - "FR46-E", - "F9O-U9" - ] + "connectedSystems": "A-C5TC,FR46-E,F9O-U9" }, { "solarSystemName": "FR46-E", "x": 165, "y": 540, "security": -0.2691451606374374, - "connectedSystems": [ - "A-C5TC", - "RZ-PIY", - "SAI-T9", - "U0W-DR" - ] + "connectedSystems": "A-C5TC,RZ-PIY,SAI-T9,U0W-DR" }, { "solarSystemName": "SLVP-D", "x": 650, "y": 555, "security": -0.5720547238617264, - "connectedSystems": [ - "M-XUZZ", - "0-G8NO", - "QRFJ-Q", - "77S8-E" - ] + "connectedSystems": "M-XUZZ,0-G8NO,QRFJ-Q,77S8-E" }, { "solarSystemName": "0-G8NO", "x": 605, "y": 585, "security": -0.686597771779881, - "connectedSystems": [ - "SLVP-D", - "HZFJ-M" - ] + "connectedSystems": "SLVP-D,HZFJ-M" }, { "solarSystemName": "QRFJ-Q", "x": 700, "y": 520, "security": -0.527330358034352, - "connectedSystems": [ - "SLVP-D" - ] + "connectedSystems": "SLVP-D" }, { "solarSystemName": "HZFJ-M", "x": 640, "y": 630, "security": -0.7140626635672953, - "connectedSystems": [ - "0-G8NO", - "77S8-E" - ] + "connectedSystems": "0-G8NO,77S8-E" }, { "solarSystemName": "77S8-E", "x": 700, "y": 595, "security": -0.8197735266882034, - "connectedSystems": [ - "SLVP-D", - "HZFJ-M", - "FMH-OV", - "46DP-O" - ] + "connectedSystems": "SLVP-D,HZFJ-M,FMH-OV,46DP-O" }, { "solarSystemName": "FMH-OV", "x": 770, "y": 565, "security": -0.9011149255233543, - "connectedSystems": [ - "77S8-E", - "KZ9T-C" - ] + "connectedSystems": "77S8-E,KZ9T-C" }, { "solarSystemName": "TYB-69", "x": 345, "y": 255, "security": -0.3368960896640375, - "connectedSystems": [ - "52CW-6", - "EDQG-L", - "7-P1JO" - ] + "connectedSystems": "52CW-6,EDQG-L,7-P1JO" }, { "solarSystemName": "EDQG-L", "x": 345, "y": 220, "security": -0.2142201616426253, - "connectedSystems": [ - "TYB-69", - "J-L9MA" - ] + "connectedSystems": "TYB-69,J-L9MA" }, { "solarSystemName": "7-P1JO", "x": 405, "y": 270, "security": -0.248770634846458, - "connectedSystems": [ - "TYB-69", - "T-0JWP", - "DX-TAR" - ] + "connectedSystems": "TYB-69,T-0JWP,DX-TAR" }, { "solarSystemName": "T-0JWP", "x": 415, "y": 350, "security": -0.2380961297923233, - "connectedSystems": [ - "7-P1JO", - "DX-TAR" - ] + "connectedSystems": "7-P1JO,DX-TAR" }, { "solarSystemName": "J-L9MA", "x": 345, "y": 185, "security": -0.2384625915750703, - "connectedSystems": [ - "EDQG-L" - ] + "connectedSystems": "EDQG-L" }, { "solarSystemName": "DX-TAR", "x": 455, "y": 295, "security": -0.2352479534717683, - "connectedSystems": [ - "7-P1JO", - "T-0JWP", - "A-7XFN" - ] + "connectedSystems": "7-P1JO,T-0JWP,A-7XFN" }, { "solarSystemName": "A-7XFN", "x": 500, "y": 330, "security": -0.2320007601219418, - "connectedSystems": [ - "DX-TAR", - "O3-4MN" - ] + "connectedSystems": "DX-TAR,O3-4MN" }, { "solarSystemName": "O3-4MN", "x": 585, "y": 335, "security": -0.2527214515450982, - "connectedSystems": [ - "H-FGJO", - "A-7XFN", - "U-MFTL", - "IAS-I5" - ] + "connectedSystems": "H-FGJO,A-7XFN,U-MFTL,IAS-I5" }, { "solarSystemName": "U-MFTL", "x": 550, "y": 290, "security": -0.3095529442104793, - "connectedSystems": [ - "O3-4MN", - "W6P-7U" - ] + "connectedSystems": "O3-4MN,W6P-7U" }, { "solarSystemName": "8FN-GP", "x": 945, "y": 380, "security": -0.5116518939697225, - "connectedSystems": [ - "5C-RPA", - "FIDY-8" - ] + "connectedSystems": "5C-RPA,FIDY-8" }, { "solarSystemName": "FIDY-8", "x": 940, "y": 425, "security": -0.5152087551562285, - "connectedSystems": [ - "8FN-GP", - "X40H-9" - ] + "connectedSystems": "8FN-GP,X40H-9" }, { "solarSystemName": "X40H-9", "x": 925, "y": 465, "security": -0.622517255712166, - "connectedSystems": [ - "FIDY-8", - "F2W-C6" - ] + "connectedSystems": "FIDY-8,F2W-C6" }, { "solarSystemName": "F2W-C6", "x": 895, "y": 505, "security": -0.7096158889735021, - "connectedSystems": [ - "X40H-9", - "KZ9T-C" - ] + "connectedSystems": "X40H-9,KZ9T-C" }, { "solarSystemName": "KZ9T-C", "x": 835, "y": 530, "security": -0.7716695216972302, - "connectedSystems": [ - "F2W-C6", - "XW2H-V", - "FMH-OV" - ] + "connectedSystems": "F2W-C6,XW2H-V,FMH-OV" }, { "solarSystemName": "XW2H-V", "x": 805, "y": 490, "security": -0.8655767743047016, - "connectedSystems": [ - "KZ9T-C" - ] + "connectedSystems": "KZ9T-C" }, { "solarSystemName": "F9O-U9", "x": 55, "y": 290, "security": -0.1694332893613382, - "connectedSystems": [ - "RZ-PIY", - "S-51XG", - "QIMO-2" - ] + "connectedSystems": "RZ-PIY,S-51XG,QIMO-2" }, { "solarSystemName": "S-51XG", "x": 75, "y": 235, "security": -0.1426498837104965, - "connectedSystems": [ - "F9O-U9", - "E-1XVP", - "E-ACV6" - ] + "connectedSystems": "F9O-U9,E-1XVP,E-ACV6" }, { "solarSystemName": "E-1XVP", "x": 140, "y": 185, "security": -0.2103908003374551, - "connectedSystems": [ - "S-51XG", - "1-GBVE" - ] + "connectedSystems": "S-51XG,1-GBVE" }, { "solarSystemName": "E-ACV6", "x": 40, "y": 200, "security": -0.1558700059554657, - "connectedSystems": [ - "S-51XG", - "BOZ1-O", - "Z-2Y2Y" - ] + "connectedSystems": "S-51XG,BOZ1-O,Z-2Y2Y" }, { "solarSystemName": "BOZ1-O", "x": 0, "y": 235, "security": -0.1527507424192054, - "connectedSystems": [ - "E-ACV6", - "QIMO-2", - "Q0J-RH" - ] + "connectedSystems": "E-ACV6,QIMO-2,Q0J-RH" }, { "solarSystemName": "QIMO-2", "x": 0, "y": 270, "security": -0.1545027555525832, - "connectedSystems": [ - "F9O-U9", - "BOZ1-O" - ] + "connectedSystems": "F9O-U9,BOZ1-O" }, { "solarSystemName": "Z-2Y2Y", "x": 70, "y": 160, "security": -0.1524732895652621, - "connectedSystems": [ - "E-ACV6" - ] + "connectedSystems": "E-ACV6" }, { "solarSystemName": "Q0J-RH", "x": 0, "y": 160, "security": -0.1351724097889837, - "connectedSystems": [ - "BOZ1-O" - ] + "connectedSystems": "BOZ1-O" }, { "solarSystemName": "SAI-T9", "x": 400, "y": 530, "security": -0.3066237124741803, - "connectedSystems": [ - "FR46-E", - "IAS-I5", - "K7S-FF", - "RT-9WL" - ] + "connectedSystems": "FR46-E,IAS-I5,K7S-FF,RT-9WL" }, { "solarSystemName": "IAS-I5", "x": 490, "y": 475, "security": -0.3932012570772743, - "connectedSystems": [ - "SAI-T9", - "K7S-FF", - "RT-9WL", - "O3-4MN" - ] + "connectedSystems": "SAI-T9,K7S-FF,RT-9WL,O3-4MN" }, { "solarSystemName": "K7S-FF", "x": 415, "y": 465, "security": -0.3363892210430991, - "connectedSystems": [ - "SAI-T9", - "IAS-I5" - ] + "connectedSystems": "SAI-T9,IAS-I5" }, { "solarSystemName": "RT-9WL", "x": 490, "y": 560, "security": -0.500871142362201, - "connectedSystems": [ - "SAI-T9", - "IAS-I5", - "O5Q7-U" - ] + "connectedSystems": "SAI-T9,IAS-I5,O5Q7-U" }, { "solarSystemName": "O5Q7-U", "x": 515, "y": 600, "security": -0.602105231627831, - "connectedSystems": [ - "RT-9WL", - "62O-UE" - ] + "connectedSystems": "RT-9WL,62O-UE" }, { "solarSystemName": "62O-UE", "x": 540, "y": 650, "security": -0.563763361528814, - "connectedSystems": [ - "O5Q7-U", - "M-ZJWJ" - ] + "connectedSystems": "O5Q7-U,M-ZJWJ" }, { "solarSystemName": "U0W-DR", "x": 145, "y": 590, "security": -0.2442084603292731, - "connectedSystems": [ - "FR46-E", - "SY-UWN", - "DX-DFJ" - ] + "connectedSystems": "FR46-E,SY-UWN,DX-DFJ" }, { "solarSystemName": "SY-UWN", "x": 200, "y": 629, "security": -0.1792128282838219, - "connectedSystems": [ - "U0W-DR", - "X-31TE" - ] + "connectedSystems": "U0W-DR,X-31TE" }, { "solarSystemName": "DX-DFJ", "x": 115, "y": 635, "security": -0.2735606614730843, - "connectedSystems": [ - "U0W-DR", - "DVWV-3", - "KE-0FB" - ] + "connectedSystems": "U0W-DR,DVWV-3,KE-0FB" }, { "solarSystemName": "X-31TE", "x": 274, "y": 648, "security": -0.2012819085398562, - "connectedSystems": [ - "SY-UWN" - ] + "connectedSystems": "SY-UWN" }, { "solarSystemName": "DVWV-3", "x": 130, "y": 685, "security": -0.3628853061132876, - "connectedSystems": [ - "DX-DFJ", - "KE-0FB", - "I-9GI1" - ] + "connectedSystems": "DX-DFJ,KE-0FB,I-9GI1" }, { "solarSystemName": "KE-0FB", "x": 60, "y": 650, "security": -0.2485389003532799, - "connectedSystems": [ - "DX-DFJ", - "DVWV-3", - "I-9GI1" - ] + "connectedSystems": "DX-DFJ,DVWV-3,I-9GI1" }, { "solarSystemName": "I-9GI1", "x": 70, "y": 715, "security": -0.2014115982881773, - "connectedSystems": [ - "DVWV-3", - "KE-0FB", - "E8-YS9" - ] + "connectedSystems": "DVWV-3,KE-0FB,E8-YS9" }, { "solarSystemName": "W6P-7U", "x": 540, "y": 230, "security": -0.3227901012421821, - "connectedSystems": [ - "U-MFTL", - "0IF-26", - "H-93YV" - ] + "connectedSystems": "U-MFTL,0IF-26,H-93YV" }, { "solarSystemName": "0IF-26", "x": 475, "y": 230, "security": -0.3963359052177962, - "connectedSystems": [ - "W6P-7U" - ] + "connectedSystems": "W6P-7U" }, { "solarSystemName": "H-93YV", "x": 540, "y": 195, "security": -0.3275323103959624, - "connectedSystems": [ - "W6P-7U", - "E51-JE", - "7-A6XV", - "QXE-1N" - ] + "connectedSystems": "W6P-7U,E51-JE,7-A6XV,QXE-1N" }, { "solarSystemName": "E51-JE", "x": 605, "y": 195, "security": -0.2801027878251855, - "connectedSystems": [ - "H-93YV" - ] + "connectedSystems": "H-93YV" }, { "solarSystemName": "7-A6XV", "x": 540, "y": 160, "security": -0.4520587452274119, - "connectedSystems": [ - "H-93YV", - "U69-YC" - ] + "connectedSystems": "H-93YV,U69-YC" }, { "solarSystemName": "QXE-1N", "x": 475, "y": 195, "security": -0.3476313136273624, - "connectedSystems": [ - "H-93YV" - ] + "connectedSystems": "H-93YV" }, { "solarSystemName": "U69-YC", "x": 540, "y": 125, "security": -0.5164991974396793, - "connectedSystems": [ - "GB-6X5", - "7-A6XV", - "L-L7PE" - ] + "connectedSystems": "GB-6X5,7-A6XV,L-L7PE" }, { "solarSystemName": "L-L7PE", "x": 540, "y": 90, "security": -0.5593778237329248, - "connectedSystems": [ - "U69-YC" - ] + "connectedSystems": "U69-YC" }, { "solarSystemName": "GM-50Y", "x": 890, "y": 30, "security": -0.1667668034724693, - "connectedSystems": [ - "MKIG-5", - "L-FM3P", - "4NDT-W", - "G9L-LP" - ] + "connectedSystems": "MKIG-5,L-FM3P,4NDT-W,G9L-LP" }, { "solarSystemName": "5H-SM2", "x": 280, "y": 275, "security": -0.7108604604496631, - "connectedSystems": [ - "1L-OEK", - "3-LJW3" - ] + "connectedSystems": "1L-OEK,3-LJW3" }, { "solarSystemName": "V7G-RL", "x": 30, "y": 105, "security": -0.4412940414248303, - "connectedSystems": [ - "WRL4-2", - "OEG-K9" - ] + "connectedSystems": "WRL4-2,OEG-K9" }, { "solarSystemName": "SHBF-V", "x": 390, "y": 0, "security": -0.2924155137917048, - "connectedSystems": [ - "G-EURJ", - "RERZ-L", - "9N-0HF" - ] + "connectedSystems": "G-EURJ,RERZ-L,9N-0HF" }, { "solarSystemName": "0-6VZ5", "x": 710, "y": 105, "security": -0.4991567887051503, - "connectedSystems": [ - "1KAW-T", - "GB-6X5" - ] + "connectedSystems": "1KAW-T,GB-6X5" }, { "solarSystemName": "GB-6X5", "x": 620, "y": 120, "security": -0.5246538574361307, - "connectedSystems": [ - "0-6VZ5", - "7EX-14", - "U69-YC" - ] + "connectedSystems": "0-6VZ5,7EX-14,U69-YC" }, { "solarSystemName": "7EX-14", "x": 690, "y": 165, "security": -0.5574444574860857, - "connectedSystems": [ - "GB-6X5", - "N7-KGJ" - ] + "connectedSystems": "GB-6X5,N7-KGJ" }, { "solarSystemName": "N7-KGJ", "x": 745, "y": 205, "security": -0.5937019562167565, - "connectedSystems": [ - "7EX-14", - "VD-8QY" - ] + "connectedSystems": "7EX-14,VD-8QY" }, { "solarSystemName": "VD-8QY", "x": 845, "y": 260, "security": -0.5606207422049986, - "connectedSystems": [ - "N7-KGJ", - "J-ZYSZ" - ] + "connectedSystems": "N7-KGJ,J-ZYSZ" }, { "solarSystemName": "J-ZYSZ", "x": 895, "y": 300, "security": -0.5125586114302069, - "connectedSystems": [ - "VD-8QY", - "5C-RPA" - ] + "connectedSystems": "VD-8QY,5C-RPA" }, { "solarSystemName": "5C-RPA", "x": 930, "y": 335, "security": -0.4979423806163473, - "connectedSystems": [ - "J-ZYSZ", - "CR2-PQ", - "8FN-GP" - ] + "connectedSystems": "J-ZYSZ,CR2-PQ,8FN-GP" }, { "solarSystemName": "CR2-PQ", "x": 850, "y": 360, "security": -0.4993716815777902, - "connectedSystems": [ - "5C-RPA", - "38NZ-1" - ] + "connectedSystems": "5C-RPA,38NZ-1" }, { "solarSystemName": "E8-YS9", "x": 0, "y": 715, "security": -0.3044363402430225, - "connectedSystems": [ - "AC-7LZ", - "LBA-SO", - "I-9GI1" - ] + "connectedSystems": "AC-7LZ,LBA-SO,I-9GI1" }, { "solarSystemName": "M-ZJWJ", "x": 565, "y": 690, "security": -0.4731058525078024, - "connectedSystems": [ - "62O-UE", - "O7-VJ5", - "FRTC-5", - "NI-J0B" - ] + "connectedSystems": "62O-UE,O7-VJ5,FRTC-5,NI-J0B" }, { "solarSystemName": "46DP-O", "x": 760, "y": 665, "security": -0.6610868066546085, - "connectedSystems": [ - "T6GY-Y", - "9-980U", - "ZO-P5K", - "77S8-E" - ] + "connectedSystems": "T6GY-Y,9-980U,ZO-P5K,77S8-E" } ] \ No newline at end of file diff --git a/public/Devoid.json b/public/Devoid.json index 4869952..a3e4ea1 100644 --- a/public/Devoid.json +++ b/public/Devoid.json @@ -4,689 +4,433 @@ "x": 905, "y": 15, "security": 0.7516891466979871, - "connectedSystems": [ - "Sasta", - "Lisudeh" - ] + "connectedSystems": "Sasta,Lisudeh" }, { "solarSystemName": "Nakah", "x": 400, "y": 730, "security": 0.3638643384360537, - "connectedSystems": [ - "Hasateem", - "Assah", - "Rahadalon" - ] + "connectedSystems": "Hasateem,Assah,Rahadalon" }, { "solarSystemName": "Vard", "x": 475, "y": 10, "security": 0.3790959384381266, - "connectedSystems": [ - "Amamake", - "Siseide", - "Lantorn", - "Dal", - "Ezzara" - ] + "connectedSystems": "Amamake,Siseide,Lantorn,Dal,Ezzara" }, { "solarSystemName": "Tzvi", "x": 570, "y": 135, "security": 0.2798709362336334, - "connectedSystems": [ - "Lamaa", - "Raa", - "Sifilar", - "Oyeman" - ] + "connectedSystems": "Lamaa,Raa,Sifilar,Oyeman" }, { "solarSystemName": "Raa", "x": 570, "y": 85, "security": 0.3096569808265264, - "connectedSystems": [ - "Tzvi", - "Sifilar", - "Mehatoor" - ] + "connectedSystems": "Tzvi,Sifilar,Mehatoor" }, { "solarSystemName": "Sifilar", "x": 495, "y": 85, "security": 0.2573027247571059, - "connectedSystems": [ - "Tzvi", - "Raa", - "Arzad", - "Oyeman" - ] + "connectedSystems": "Tzvi,Raa,Arzad,Oyeman" }, { "solarSystemName": "Arzad", "x": 415, "y": 85, "security": 0.2204297800964233, - "connectedSystems": [ - "Sifilar", - "Ezzara", - "Tararan" - ] + "connectedSystems": "Sifilar,Ezzara,Tararan" }, { "solarSystemName": "Oyeman", "x": 495, "y": 135, "security": 0.2223806645733133, - "connectedSystems": [ - "Tzvi", - "Sifilar" - ] + "connectedSystems": "Tzvi,Sifilar" }, { "solarSystemName": "Ezzara", "x": 415, "y": 40, "security": 0.1845107388212133, - "connectedSystems": [ - "Arzad", - "Vard" - ] + "connectedSystems": "Arzad,Vard" }, { "solarSystemName": "Odin", "x": 680, "y": 290, "security": 0.6066692904545463, - "connectedSystems": [ - "Ohide", - "Esescama" - ] + "connectedSystems": "Ohide,Esescama" }, { "solarSystemName": "Esescama", "x": 600, "y": 300, "security": 0.6126919593838573, - "connectedSystems": [ - "Odin", - "Choonka", - "Dital", - "Uadelah" - ] + "connectedSystems": "Odin,Choonka,Dital,Uadelah" }, { "solarSystemName": "Choonka", "x": 490, "y": 300, "security": 0.6498122005263374, - "connectedSystems": [ - "Esescama", - "Thasinaz", - "Dihra", - "Dital", - "Kamela" - ] + "connectedSystems": "Esescama,Thasinaz,Dihra,Dital,Kamela" }, { "solarSystemName": "Thasinaz", "x": 395, "y": 300, "security": 0.637162894568094, - "connectedSystems": [ - "Choonka", - "Dihra" - ] + "connectedSystems": "Choonka,Dihra" }, { "solarSystemName": "Dihra", "x": 395, "y": 360, "security": 0.5892868426460812, - "connectedSystems": [ - "Choonka", - "Thasinaz", - "Dital", - "Naeel" - ] + "connectedSystems": "Choonka,Thasinaz,Dital,Naeel" }, { "solarSystemName": "Dital", "x": 490, "y": 360, "security": 0.4787153992693476, - "connectedSystems": [ - "Esescama", - "Choonka", - "Dihra", - "KBP7-G" - ] + "connectedSystems": "Esescama,Choonka,Dihra,KBP7-G" }, { "solarSystemName": "Eredan", "x": 795, "y": 70, "security": 0.7016515123701302, - "connectedSystems": [ - "Lisudeh", - "Mehatoor" - ] + "connectedSystems": "Lisudeh,Mehatoor" }, { "solarSystemName": "Ohide", "x": 740, "y": 235, "security": 0.5739069549734275, - "connectedSystems": [ - "Odin", - "Sasoutikh", - "Kamela" - ] + "connectedSystems": "Odin,Sasoutikh,Kamela" }, { "solarSystemName": "Sasoutikh", "x": 760, "y": 200, "security": 0.5936436206622375, - "connectedSystems": [ - "Ohide", - "Gheth" - ] + "connectedSystems": "Ohide,Gheth" }, { "solarSystemName": "Gheth", "x": 775, "y": 155, "security": 0.5965759839355379, - "connectedSystems": [ - "Sasoutikh", - "Mehatoor" - ] + "connectedSystems": "Sasoutikh,Mehatoor" }, { "solarSystemName": "Lisudeh", "x": 840, "y": 35, "security": 0.7591685476991834, - "connectedSystems": [ - "Lashesih", - "Eredan" - ] + "connectedSystems": "Lashesih,Eredan" }, { "solarSystemName": "Mehatoor", "x": 770, "y": 110, "security": 0.659472795101, - "connectedSystems": [ - "Eredan", - "Gheth", - "Raa" - ] + "connectedSystems": "Eredan,Gheth,Raa" }, { "solarSystemName": "Roushzar", "x": 320, "y": 210, "security": 0.3669797694155156, - "connectedSystems": [ - "Huola", - "Labapi" - ] + "connectedSystems": "Huola,Labapi" }, { "solarSystemName": "Labapi", "x": 275, "y": 175, "security": 0.3837827138333774, - "connectedSystems": [ - "Roushzar", - "Arayar", - "Asghed" - ] + "connectedSystems": "Roushzar,Arayar,Asghed" }, { "solarSystemName": "Arayar", "x": 180, "y": 170, "security": 0.3862650720220674, - "connectedSystems": [ - "Labapi", - "Asghed", - "Halmah" - ] + "connectedSystems": "Labapi,Asghed,Halmah" }, { "solarSystemName": "Asghed", "x": 225, "y": 120, "security": 0.355537673646794, - "connectedSystems": [ - "Labapi", - "Arayar", - "Tararan", - "Sosan", - "Halmah" - ] + "connectedSystems": "Labapi,Arayar,Tararan,Sosan,Halmah" }, { "solarSystemName": "Tararan", "x": 230, "y": 60, "security": 0.3271879622626721, - "connectedSystems": [ - "Asghed", - "Sosan", - "Halmah", - "Arzad" - ] + "connectedSystems": "Asghed,Sosan,Halmah,Arzad" }, { "solarSystemName": "Sosan", "x": 305, "y": 110, "security": 0.3356513056210158, - "connectedSystems": [ - "Asghed", - "Tararan", - "Oyonata" - ] + "connectedSystems": "Asghed,Tararan,Oyonata" }, { "solarSystemName": "Halmah", "x": 140, "y": 95, "security": 0.448846397094033, - "connectedSystems": [ - "Arayar", - "Asghed", - "Tararan", - "Mili" - ] + "connectedSystems": "Arayar,Asghed,Tararan,Mili" }, { "solarSystemName": "Rahadalon", "x": 405, "y": 685, "security": 0.3935001849130038, - "connectedSystems": [ - "Nakah", - "Soosat", - "Itsyamil", - "Mendori" - ] + "connectedSystems": "Nakah,Soosat,Itsyamil,Mendori" }, { "solarSystemName": "Soosat", "x": 325, "y": 715, "security": 0.3366267607223346, - "connectedSystems": [ - "Rahadalon", - "Ibash" - ] + "connectedSystems": "Rahadalon,Ibash" }, { "solarSystemName": "Ibash", "x": 245, "y": 685, "security": 0.219099196448876, - "connectedSystems": [ - "Soosat", - "Itsyamil", - "Ussad" - ] + "connectedSystems": "Soosat,Itsyamil,Ussad" }, { "solarSystemName": "Itsyamil", "x": 325, "y": 655, "security": 0.2482966226576141, - "connectedSystems": [ - "Rahadalon", - "Ibash" - ] + "connectedSystems": "Rahadalon,Ibash" }, { "solarSystemName": "Mendori", "x": 425, "y": 645, "security": 0.5382202178939379, - "connectedSystems": [ - "Rahadalon", - "Nakatre", - "Ehnoum" - ] + "connectedSystems": "Rahadalon,Nakatre,Ehnoum" }, { "solarSystemName": "Ussad", "x": 160, "y": 685, "security": 0.1623698193930272, - "connectedSystems": [ - "Ibash" - ] + "connectedSystems": "Ibash" }, { "solarSystemName": "Nakatre", "x": 545, "y": 565, "security": 0.5820389968868144, - "connectedSystems": [ - "Mendori", - "Laddiaha", - "Hakshma", - "Riavayed" - ] + "connectedSystems": "Mendori,Laddiaha,Hakshma,Riavayed" }, { "solarSystemName": "Laddiaha", "x": 545, "y": 485, "security": 0.717931375141341, - "connectedSystems": [ - "Nakatre", - "Naeel", - "Uadelah", - "Lower Debyl", - "Upper Debyl" - ] + "connectedSystems": "Nakatre,Naeel,Uadelah,Lower Debyl,Upper Debyl" }, { "solarSystemName": "Hakshma", "x": 545, "y": 610, "security": 0.5624689770488587, - "connectedSystems": [ - "Nakatre", - "Riavayed", - "Shastal" - ] + "connectedSystems": "Nakatre,Riavayed,Shastal" }, { "solarSystemName": "Uadelah", "x": 625, "y": 485, "security": 0.8296938312262335, - "connectedSystems": [ - "Esescama", - "Laddiaha", - "Akes", - "Hati" - ] + "connectedSystems": "Esescama,Laddiaha,Akes,Hati" }, { "solarSystemName": "Akes", "x": 705, "y": 495, "security": 0.8085227567244411, - "connectedSystems": [ - "Uadelah", - "Hati" - ] + "connectedSystems": "Uadelah,Hati" }, { "solarSystemName": "Riavayed", "x": 660, "y": 590, "security": 0.6476009328804138, - "connectedSystems": [ - "Nakatre", - "Hakshma", - "Hati" - ] + "connectedSystems": "Nakatre,Hakshma,Hati" }, { "solarSystemName": "Hati", "x": 705, "y": 560, "security": 0.8490347652854575, - "connectedSystems": [ - "Uadelah", - "Akes", - "Riavayed", - "Yuhelia", - "Jarkkolen" - ] + "connectedSystems": "Uadelah,Akes,Riavayed,Yuhelia,Jarkkolen" }, { "solarSystemName": "Naeel", "x": 365, "y": 480, "security": 0.5818266599058805, - "connectedSystems": [ - "Dihra", - "Laddiaha", - "Lower Debyl", - "Shastal" - ] + "connectedSystems": "Dihra,Laddiaha,Lower Debyl,Shastal" }, { "solarSystemName": "Lower Debyl", "x": 405, "y": 535, "security": 0.6006793931499531, - "connectedSystems": [ - "Naeel", - "Laddiaha", - "Ehnoum", - "Upper Debyl", - "Shastal" - ] + "connectedSystems": "Naeel,Laddiaha,Ehnoum,Upper Debyl,Shastal" }, { "solarSystemName": "Ehnoum", "x": 450, "y": 570, "security": 0.5671268401941059, - "connectedSystems": [ - "Mendori", - "Lower Debyl", - "Upper Debyl", - "Shastal" - ] + "connectedSystems": "Mendori,Lower Debyl,Upper Debyl,Shastal" }, { "solarSystemName": "Upper Debyl", "x": 505, "y": 535, "security": 0.6951284529494342, - "connectedSystems": [ - "Laddiaha", - "Lower Debyl", - "Ehnoum" - ] + "connectedSystems": "Laddiaha,Lower Debyl,Ehnoum" }, { "solarSystemName": "Shastal", "x": 360, "y": 610, "security": 0.4950195213680276, - "connectedSystems": [ - "Naeel", - "Hakshma", - "Lower Debyl", - "Ehnoum", - "Thakala" - ] + "connectedSystems": "Naeel,Hakshma,Lower Debyl,Ehnoum,Thakala" }, { "solarSystemName": "Thakala", "x": 230, "y": 560, "security": 0.352545064395382, - "connectedSystems": [ - "Shastal" - ] + "connectedSystems": "Shastal" }, { "solarSystemName": "Mili", "x": 105, "y": 245, "security": 0.5605604109421383, - "connectedSystems": [ - "Halmah", - "Faktun", - "Halenan" - ] + "connectedSystems": "Halmah,Faktun,Halenan" }, { "solarSystemName": "Faktun", "x": 35, "y": 245, "security": 0.6263665042529165, - "connectedSystems": [ - "Mili", - "Ulerah" - ] + "connectedSystems": "Mili,Ulerah" }, { "solarSystemName": "Halenan", "x": 105, "y": 295, "security": 0.6372471827433932, - "connectedSystems": [ - "Mili", - "Ulerah", - "Uktiad" - ] + "connectedSystems": "Mili,Ulerah,Uktiad" }, { "solarSystemName": "Ulerah", "x": 30, "y": 295, "security": 0.6807070842448673, - "connectedSystems": [ - "Faktun", - "Halenan", - "Nidebora" - ] + "connectedSystems": "Faktun,Halenan,Nidebora" }, { "solarSystemName": "Uktiad", "x": 135, "y": 345, "security": 0.5569112862720097, - "connectedSystems": [ - "Halenan", - "Arveyil" - ] + "connectedSystems": "Halenan,Arveyil" }, { "solarSystemName": "Nidebora", "x": 5, "y": 345, "security": 0.8118524346585991, - "connectedSystems": [ - "Ulerah", - "Palpis" - ] + "connectedSystems": "Ulerah,Palpis" }, { "solarSystemName": "Arveyil", "x": 100, "y": 395, "security": 0.5253927894594405, - "connectedSystems": [ - "Uktiad", - "Palpis" - ] + "connectedSystems": "Uktiad,Palpis" }, { "solarSystemName": "Palpis", "x": 30, "y": 395, "security": 0.4961653622186937, - "connectedSystems": [ - "Nidebora", - "Arveyil" - ] + "connectedSystems": "Nidebora,Arveyil" }, { "solarSystemName": "Lamaa", "x": 570, "y": 185, "security": 0.3552711738175655, - "connectedSystems": [ - "Tzvi", - "Kourmonen", - "Kamela" - ] + "connectedSystems": "Tzvi,Kourmonen,Kamela" }, { "solarSystemName": "Huola", "x": 390, "y": 215, "security": 0.3702485876678229, - "connectedSystems": [ - "Otelen", - "Kourmonen", - "Roushzar" - ] + "connectedSystems": "Otelen,Kourmonen,Roushzar" }, { "solarSystemName": "Kamela", "x": 570, "y": 230, "security": 0.4408656784799183, - "connectedSystems": [ - "Lamaa", - "Tuomuta", - "Ohide", - "Kourmonen", - "Sosala", - "Choonka" - ] + "connectedSystems": "Lamaa,Tuomuta,Ohide,Kourmonen,Sosala,Choonka" }, { "solarSystemName": "Jarkkolen", "x": 775, "y": 525, "security": 0.8206006543419168, - "connectedSystems": [ - "Hati", - "Ronne", - "Junsen" - ] + "connectedSystems": "Hati,Ronne,Junsen" }, { "solarSystemName": "Oyonata", "x": 395, "y": 165, "security": 0.2588910561861462, - "connectedSystems": [ - "Sahtogas", - "Kurniainen", - "Sosan" - ] + "connectedSystems": "Sahtogas,Kurniainen,Sosan" }, { "solarSystemName": "Yuhelia", "x": 775, "y": 600, "security": 0.7996092811555462, - "connectedSystems": [ - "Aghesi", - "Hati", - "Maiah", - "Barira" - ] + "connectedSystems": "Aghesi,Hati,Maiah,Barira" }, { "solarSystemName": "KBP7-G", "x": 490, "y": 415, "security": -0.2589483112254808, - "connectedSystems": [ - "Dital", - "B-WPLZ", - "XHQ-7V" - ] + "connectedSystems": "Dital,B-WPLZ,XHQ-7V" } ] \ No newline at end of file diff --git a/public/Domain.json b/public/Domain.json index 2c20c65..2c38676 100644 --- a/public/Domain.json +++ b/public/Domain.json @@ -4,2312 +4,1476 @@ "x": 535, "y": 730, "security": 0.5973921699556728, - "connectedSystems": [ - "Tividu", - "Tendhyes", - "Andabiar", - "Adahum", - "Ahrosseas" - ] + "connectedSystems": "Tividu,Tendhyes,Andabiar,Adahum,Ahrosseas" }, { "solarSystemName": "Riramia", "x": 75, "y": 545, "security": 0.5657311417804272, - "connectedSystems": [ - "Pimsu", - "Joppaya" - ] + "connectedSystems": "Pimsu,Joppaya" }, { "solarSystemName": "Nafomeh", "x": 310, "y": 160, "security": 0.7090617070032872, - "connectedSystems": [ - "Khopa", - "Pimsu", - "Jarzalad", - "Artoun" - ] + "connectedSystems": "Khopa,Pimsu,Jarzalad,Artoun" }, { "solarSystemName": "Matyas", "x": 150, "y": 700, "security": 0.5541377422388757, - "connectedSystems": [ - "Jarzalad", - "Jarshitsan" - ] + "connectedSystems": "Jarzalad,Jarshitsan" }, { "solarSystemName": "Shousran", "x": 135, "y": 745, "security": 0.5508193814585486, - "connectedSystems": [ - "Nuzair", - "Pera", - "Yong", - "Nomash" - ] + "connectedSystems": "Nuzair,Pera,Yong,Nomash" }, { "solarSystemName": "Yong", "x": 470, "y": 745, "security": 0.2861308494778108, - "connectedSystems": [ - "Gemodi", - "Shousran", - "Biphi" - ] + "connectedSystems": "Gemodi,Shousran,Biphi" }, { "solarSystemName": "Tash-Murkon Prime", "x": 435, "y": 360, "security": 0.8321338757893988, - "connectedSystems": [ - "Pimebeka", - "Baviasi", - "Emrayur", - "Hilaban", - "Remoriu", - "Yanuel", - "Marthia", - "Bhizheba" - ] + "connectedSystems": "Pimebeka,Baviasi,Emrayur,Hilaban,Remoriu,Yanuel,Marthia,Bhizheba" }, { "solarSystemName": "Iro", "x": 0, "y": 745, "security": 0.5631214660297281, - "connectedSystems": [ - "Abai", - "Nehkiah", - "Aldali" - ] + "connectedSystems": "Abai,Nehkiah,Aldali" }, { "solarSystemName": "Amarr", "x": 505, "y": 335, "security": 1, - "connectedSystems": [ - "Hedion", - "Ashab", - "Irnin", - "Bhizheba", - "Sarum Prime", - "Kor-Azor Prime" - ] + "connectedSystems": "Hedion,Ashab,Irnin,Bhizheba,Sarum Prime,Kor-Azor Prime" }, { "solarSystemName": "Boranai", "x": 380, "y": 170, "security": 0.893772340766678, - "connectedSystems": [ - "Hedion", - "Toshabia", - "Kador Prime", - "Kehour" - ] + "connectedSystems": "Hedion,Toshabia,Kador Prime,Kehour" }, { "solarSystemName": "Hedion", "x": 455, "y": 190, "security": 0.9638534148359403, - "connectedSystems": [ - "Amarr", - "Boranai", - "Mabnen", - "Ebidan", - "Ashab" - ] + "connectedSystems": "Amarr,Boranai,Mabnen,Ebidan,Ashab" }, { "solarSystemName": "Mabnen", "x": 435, "y": 230, "security": 0.9403681570426137, - "connectedSystems": [ - "Hedion", - "Martha", - "Simbeloud", - "Ebidan" - ] + "connectedSystems": "Hedion,Martha,Simbeloud,Ebidan" }, { "solarSystemName": "Toshabia", "x": 345, "y": 200, "security": 0.8130267430071192, - "connectedSystems": [ - "Boranai", - "Irnin", - "Mamenkhanar" - ] + "connectedSystems": "Boranai,Irnin,Mamenkhanar" }, { "solarSystemName": "Irnin", "x": 350, "y": 255, "security": 0.7347463022042039, - "connectedSystems": [ - "Amarr", - "Toshabia", - "Martha" - ] + "connectedSystems": "Amarr,Toshabia,Martha" }, { "solarSystemName": "Kehour", "x": 335, "y": 75, "security": 0.9164770562972958, - "connectedSystems": [ - "Akhragan", - "Boranai", - "Ashab" - ] + "connectedSystems": "Akhragan,Boranai,Ashab" }, { "solarSystemName": "Martha", "x": 425, "y": 255, "security": 0.6746395780333754, - "connectedSystems": [ - "Mabnen", - "Irnin", - "Kooreng" - ] + "connectedSystems": "Mabnen,Irnin,Kooreng" }, { "solarSystemName": "Simbeloud", "x": 375, "y": 230, "security": 0.856066895759973, - "connectedSystems": [ - "Mabnen", - "Ebidan" - ] + "connectedSystems": "Mabnen,Ebidan" }, { "solarSystemName": "Ebidan", "x": 395, "y": 205, "security": 0.8960377524607622, - "connectedSystems": [ - "Hedion", - "Mabnen", - "Simbeloud" - ] + "connectedSystems": "Hedion,Mabnen,Simbeloud" }, { "solarSystemName": "Akhragan", "x": 225, "y": 75, "security": 0.798783934621364, - "connectedSystems": [ - "Zororzih", - "Mikhir", - "Ziona", - "Kehour" - ] + "connectedSystems": "Zororzih,Mikhir,Ziona,Kehour" }, { "solarSystemName": "Mikhir", "x": 170, "y": 90, "security": 0.7383552817799586, - "connectedSystems": [ - "Akhragan", - "Bashakru", - "Ziona" - ] + "connectedSystems": "Akhragan,Bashakru,Ziona" }, { "solarSystemName": "Bashakru", "x": 120, "y": 90, "security": 0.6445600700143643, - "connectedSystems": [ - "Mikhir", - "Sukirah", - "Shuria", - "Arera" - ] + "connectedSystems": "Mikhir,Sukirah,Shuria,Arera" }, { "solarSystemName": "Sukirah", "x": 120, "y": 65, "security": 0.6022177126973418, - "connectedSystems": [ - "Bashakru" - ] + "connectedSystems": "Bashakru" }, { "solarSystemName": "Shuria", "x": 70, "y": 90, "security": 0.4794720225688423, - "connectedSystems": [ - "Bashakru", - "Narai", - "Milal" - ] + "connectedSystems": "Bashakru,Narai,Milal" }, { "solarSystemName": "Narai", "x": 45, "y": 115, "security": 0.4684220031488384, - "connectedSystems": [ - "Shuria", - "Fensi" - ] + "connectedSystems": "Shuria,Fensi" }, { "solarSystemName": "Ziona", "x": 170, "y": 65, "security": 0.6295617700298755, - "connectedSystems": [ - "Akhragan", - "Mikhir" - ] + "connectedSystems": "Akhragan,Mikhir" }, { "solarSystemName": "Gaha", "x": 375, "y": 655, "security": 0.7393601137398711, - "connectedSystems": [ - "Armala", - "Uchat" - ] + "connectedSystems": "Armala,Uchat" }, { "solarSystemName": "Armala", "x": 425, "y": 635, "security": 0.7821631570893318, - "connectedSystems": [ - "Gaha", - "Andabiar", - "Murema", - "Ilonarav", - "Uchat" - ] + "connectedSystems": "Gaha,Andabiar,Murema,Ilonarav,Uchat" }, { "solarSystemName": "Murema", "x": 425, "y": 610, "security": 0.6647019279548656, - "connectedSystems": [ - "Armala", - "Cailanar", - "Aghesi", - "Warouh" - ] + "connectedSystems": "Armala,Cailanar,Aghesi,Warouh" }, { "solarSystemName": "Cailanar", "x": 375, "y": 605, "security": 0.6843236641469592, - "connectedSystems": [ - "Murema" - ] + "connectedSystems": "Murema" }, { "solarSystemName": "Ilonarav", "x": 295, "y": 625, "security": 0.7501373570182677, - "connectedSystems": [ - "Armala", - "Nadohman", - "Sahdil", - "Esteban", - "Ebo" - ] + "connectedSystems": "Armala,Nadohman,Sahdil,Esteban,Ebo" }, { "solarSystemName": "Uchat", "x": 425, "y": 670, "security": 0.6566179886877753, - "connectedSystems": [ - "Gaha", - "Armala" - ] + "connectedSystems": "Gaha,Armala" }, { "solarSystemName": "Joppaya", "x": 55, "y": 575, "security": 0.5312561841030161, - "connectedSystems": [ - "Riramia", - "Pelkia" - ] + "connectedSystems": "Riramia,Pelkia" }, { "solarSystemName": "Pelkia", "x": 0, "y": 595, "security": 0.5184443966874613, - "connectedSystems": [ - "Joppaya", - "Raren", - "Mazitah" - ] + "connectedSystems": "Joppaya,Raren,Mazitah" }, { "solarSystemName": "Raren", "x": 5, "y": 560, "security": 0.506317266972046, - "connectedSystems": [ - "Pelkia", - "Noli" - ] + "connectedSystems": "Pelkia,Noli" }, { "solarSystemName": "Mazitah", "x": 0, "y": 635, "security": 0.4739923119256565, - "connectedSystems": [ - "Pelkia", - "Hiramu", - "Sakhti", - "Hutian" - ] + "connectedSystems": "Pelkia,Hiramu,Sakhti,Hutian" }, { "solarSystemName": "Hiramu", "x": 55, "y": 650, "security": 0.4931342184715509, - "connectedSystems": [ - "Mazitah" - ] + "connectedSystems": "Mazitah" }, { "solarSystemName": "Sakhti", "x": 0, "y": 685, "security": 0.4548419296492871, - "connectedSystems": [ - "Mazitah", - "Aldali", - "Nomash", - "Gademam" - ] + "connectedSystems": "Mazitah,Aldali,Nomash,Gademam" }, { "solarSystemName": "Aldali", "x": 0, "y": 720, "security": 0.4268761897231272, - "connectedSystems": [ - "Iro", - "Sakhti" - ] + "connectedSystems": "Iro,Sakhti" }, { "solarSystemName": "Hutian", "x": 55, "y": 625, "security": 0.5447610453076897, - "connectedSystems": [ - "Mazitah" - ] + "connectedSystems": "Mazitah" }, { "solarSystemName": "Noli", "x": 20, "y": 525, "security": 0.5535223844136118, - "connectedSystems": [ - "Bika", - "Raren" - ] + "connectedSystems": "Bika,Raren" }, { "solarSystemName": "Nomash", "x": 60, "y": 720, "security": 0.3954442880155952, - "connectedSystems": [ - "Sakhti", - "Shousran" - ] + "connectedSystems": "Sakhti,Shousran" }, { "solarSystemName": "Aghesi", "x": 675, "y": 530, "security": 0.7708182265751001, - "connectedSystems": [ - "Murema", - "Murzi", - "Yuhelia", - "Maiah", - "Fabin", - "Airshaz", - "Patzcha", - "Charra" - ] + "connectedSystems": "Murema,Murzi,Yuhelia,Maiah,Fabin,Airshaz,Patzcha,Charra" }, { "solarSystemName": "Fabin", "x": 875, "y": 540, "security": 0.7209380712090084, - "connectedSystems": [ - "Aghesi", - "Maiah" - ] + "connectedSystems": "Aghesi,Maiah" }, { "solarSystemName": "Airshaz", "x": 720, "y": 565, "security": 0.7271847957431021, - "connectedSystems": [ - "Mista", - "Aghesi" - ] + "connectedSystems": "Mista,Aghesi" }, { "solarSystemName": "Patzcha", "x": 605, "y": 500, "security": 0.727014637573661, - "connectedSystems": [ - "Aghesi", - "Madimal", - "Charra" - ] + "connectedSystems": "Aghesi,Madimal,Charra" }, { "solarSystemName": "Charra", "x": 660, "y": 490, "security": 0.7547111335571617, - "connectedSystems": [ - "Aghesi", - "Patzcha" - ] + "connectedSystems": "Aghesi,Patzcha" }, { "solarSystemName": "Thebeka", "x": 315, "y": 385, "security": 0.8737715496022969, - "connectedSystems": [ - "Youl", - "Irnal", - "Rasile", - "Sitanan" - ] + "connectedSystems": "Youl,Irnal,Rasile,Sitanan" }, { "solarSystemName": "Rasile", "x": 295, "y": 460, "security": 0.8694861235553246, - "connectedSystems": [ - "Thebeka", - "Nererut", - "Ardishapur Prime", - "Moussou" - ] + "connectedSystems": "Thebeka,Nererut,Ardishapur Prime,Moussou" }, { "solarSystemName": "Nererut", "x": 220, "y": 460, "security": 0.764728882201372, - "connectedSystems": [ - "Rasile", - "Vashkah", - "Gid", - "Nifshed" - ] + "connectedSystems": "Rasile,Vashkah,Gid,Nifshed" }, { "solarSystemName": "Sitanan", "x": 350, "y": 425, "security": 0.7938752892053853, - "connectedSystems": [ - "Thebeka", - "Dakba" - ] + "connectedSystems": "Thebeka,Dakba" }, { "solarSystemName": "Vashkah", "x": 250, "y": 495, "security": 0.7445027474556078, - "connectedSystems": [ - "Nererut", - "Nifshed" - ] + "connectedSystems": "Nererut,Nifshed" }, { "solarSystemName": "Ardishapur Prime", "x": 135, "y": 410, "security": 0.7400229191240997, - "connectedSystems": [ - "Rasile", - "Gid", - "Ekid" - ] + "connectedSystems": "Rasile,Gid,Ekid" }, { "solarSystemName": "Gid", "x": 70, "y": 410, "security": 0.7375689860146499, - "connectedSystems": [ - "Nererut", - "Ardishapur Prime", - "Shumam", - "Isamm" - ] + "connectedSystems": "Nererut,Ardishapur Prime,Shumam,Isamm" }, { "solarSystemName": "Dakba", "x": 350, "y": 460, "security": 0.7104175137731037, - "connectedSystems": [ - "Sitanan" - ] + "connectedSystems": "Sitanan" }, { "solarSystemName": "Nifshed", "x": 190, "y": 495, "security": 0.6547265004482694, - "connectedSystems": [ - "Nererut", - "Vashkah", - "Sadye" - ] + "connectedSystems": "Nererut,Vashkah,Sadye" }, { "solarSystemName": "Shumam", "x": 10, "y": 410, "security": 0.6773697798683259, - "connectedSystems": [ - "Gid" - ] + "connectedSystems": "Gid" }, { "solarSystemName": "Milal", "x": 25, "y": 80, "security": 0.2979225382694439, - "connectedSystems": [ - "Shuria", - "Sobenah", - "Rammi" - ] + "connectedSystems": "Shuria,Sobenah,Rammi" }, { "solarSystemName": "Sobenah", "x": 0, "y": 55, "security": 0.3595898485024202, - "connectedSystems": [ - "Milal", - "Bourar" - ] + "connectedSystems": "Milal,Bourar" }, { "solarSystemName": "Bourar", "x": 0, "y": 30, "security": 0.3829606554712776, - "connectedSystems": [ - "Sobenah", - "Rimbah" - ] + "connectedSystems": "Sobenah,Rimbah" }, { "solarSystemName": "Rammi", "x": 45, "y": 55, "security": 0.2998897350793776, - "connectedSystems": [ - "Milal", - "Arodan" - ] + "connectedSystems": "Milal,Arodan" }, { "solarSystemName": "Arodan", "x": 45, "y": 30, "security": 0.3210996815738504, - "connectedSystems": [ - "Rammi", - "Rimbah" - ] + "connectedSystems": "Rammi,Rimbah" }, { "solarSystemName": "Rimbah", "x": 25, "y": 5, "security": 0.3249244141989981, - "connectedSystems": [ - "Bourar", - "Arodan" - ] + "connectedSystems": "Bourar,Arodan" }, { "solarSystemName": "Mamenkhanar", "x": 175, "y": 200, "security": 0.7038494443704768, - "connectedSystems": [ - "Toshabia", - "Seiradih" - ] + "connectedSystems": "Toshabia,Seiradih" }, { "solarSystemName": "Seiradih", "x": 120, "y": 185, "security": 0.5587485373036167, - "connectedSystems": [ - "Mamenkhanar", - "Arera", - "Neziel", - "Hai" - ] + "connectedSystems": "Mamenkhanar,Arera,Neziel,Hai" }, { "solarSystemName": "Arera", "x": 120, "y": 145, "security": 0.6460614977388988, - "connectedSystems": [ - "Bashakru", - "Seiradih", - "Hizhara", - "Ahala", - "Knophtikoo" - ] + "connectedSystems": "Bashakru,Seiradih,Hizhara,Ahala,Knophtikoo" }, { "solarSystemName": "Hizhara", "x": 180, "y": 130, "security": 0.5812557417089785, - "connectedSystems": [ - "Arera", - "Ahala" - ] + "connectedSystems": "Arera,Ahala" }, { "solarSystemName": "Neziel", "x": 65, "y": 195, "security": 0.4499435862760683, - "connectedSystems": [ - "Seiradih", - "Ruchy", - "Hai" - ] + "connectedSystems": "Seiradih,Ruchy,Hai" }, { "solarSystemName": "Ahala", "x": 180, "y": 160, "security": 0.5449055861223007, - "connectedSystems": [ - "Arera", - "Hizhara" - ] + "connectedSystems": "Arera,Hizhara" }, { "solarSystemName": "Knophtikoo", "x": 70, "y": 150, "security": 0.693325722514508, - "connectedSystems": [ - "Arera" - ] + "connectedSystems": "Arera" }, { "solarSystemName": "Ruchy", "x": 10, "y": 195, "security": 0.363667633157856, - "connectedSystems": [ - "Neziel" - ] + "connectedSystems": "Neziel" }, { "solarSystemName": "Hai", "x": 110, "y": 215, "security": 0.505246765581142, - "connectedSystems": [ - "Seiradih", - "Neziel" - ] + "connectedSystems": "Seiradih,Neziel" }, { "solarSystemName": "Sadye", "x": 130, "y": 495, "security": 0.6030887431865739, - "connectedSystems": [ - "Nifshed", - "Bika", - "Arshat", - "Jerma" - ] + "connectedSystems": "Nifshed,Bika,Arshat,Jerma" }, { "solarSystemName": "Bika", "x": 60, "y": 495, "security": 0.4591591858495103, - "connectedSystems": [ - "Sadye", - "Jerma", - "Miyeli", - "Reyi", - "Noli" - ] + "connectedSystems": "Sadye,Jerma,Miyeli,Reyi,Noli" }, { "solarSystemName": "Arshat", "x": 150, "y": 460, "security": 0.5809035809951802, - "connectedSystems": [ - "Sadye", - "Jerma" - ] + "connectedSystems": "Sadye,Jerma" }, { "solarSystemName": "Jerma", "x": 90, "y": 460, "security": 0.481445785162, - "connectedSystems": [ - "Sadye", - "Bika", - "Arshat" - ] + "connectedSystems": "Sadye,Bika,Arshat" }, { "solarSystemName": "Miyeli", "x": 0, "y": 495, "security": 0.3767716313509426, - "connectedSystems": [ - "Bika", - "Reyi" - ] + "connectedSystems": "Bika,Reyi" }, { "solarSystemName": "Reyi", "x": 30, "y": 460, "security": 0.3181707586922441, - "connectedSystems": [ - "Bika", - "Miyeli" - ] + "connectedSystems": "Bika,Miyeli" }, { "solarSystemName": "Moussou", "x": 295, "y": 540, "security": 0.8205437406868205, - "connectedSystems": [ - "Rasile", - "Nadohman" - ] + "connectedSystems": "Rasile,Nadohman" }, { "solarSystemName": "Nadohman", "x": 295, "y": 575, "security": 0.7488676648498643, - "connectedSystems": [ - "Ilonarav", - "Moussou", - "Sahdil" - ] + "connectedSystems": "Ilonarav,Moussou,Sahdil" }, { "solarSystemName": "Sahdil", "x": 245, "y": 600, "security": 0.7068056945261652, - "connectedSystems": [ - "Ilonarav", - "Nadohman", - "Esteban", - "Luromooh" - ] + "connectedSystems": "Ilonarav,Nadohman,Esteban,Luromooh" }, { "solarSystemName": "Esteban", "x": 245, "y": 650, "security": 0.5516316955565804, - "connectedSystems": [ - "Ilonarav", - "Sahdil", - "Luromooh", - "Ebo" - ] + "connectedSystems": "Ilonarav,Sahdil,Luromooh,Ebo" }, { "solarSystemName": "Luromooh", "x": 195, "y": 630, "security": 0.6261416144082237, - "connectedSystems": [ - "Sahdil", - "Jarshitsan", - "Esteban", - "Nalu", - "Azizora", - "Shabura" - ] + "connectedSystems": "Sahdil,Jarshitsan,Esteban,Nalu,Azizora,Shabura" }, { "solarSystemName": "Nalu", "x": 195, "y": 560, "security": 0.5813248943324829, - "connectedSystems": [ - "Luromooh" - ] + "connectedSystems": "Luromooh" }, { "solarSystemName": "Jarshitsan", "x": 195, "y": 670, "security": 0.5711620660046258, - "connectedSystems": [ - "Matyas", - "Luromooh", - "Hadonoo", - "Ahmak" - ] + "connectedSystems": "Matyas,Luromooh,Hadonoo,Ahmak" }, { "solarSystemName": "Hadonoo", "x": 140, "y": 670, "security": 0.6012821760592396, - "connectedSystems": [ - "Jarshitsan", - "Azizora" - ] + "connectedSystems": "Jarshitsan,Azizora" }, { "solarSystemName": "Azizora", "x": 140, "y": 640, "security": 0.6230301928593323, - "connectedSystems": [ - "Luromooh", - "Hadonoo", - "Shabura" - ] + "connectedSystems": "Luromooh,Hadonoo,Shabura" }, { "solarSystemName": "Ahmak", "x": 225, "y": 700, "security": 0.6017409735893389, - "connectedSystems": [ - "Jarshitsan" - ] + "connectedSystems": "Jarshitsan" }, { "solarSystemName": "Shabura", "x": 140, "y": 610, "security": 0.6730595002704389, - "connectedSystems": [ - "Luromooh", - "Azizora", - "Adia" - ] + "connectedSystems": "Luromooh,Azizora,Adia" }, { "solarSystemName": "Adia", "x": 140, "y": 580, "security": 0.6665683206422148, - "connectedSystems": [ - "Shabura" - ] + "connectedSystems": "Shabura" }, { "solarSystemName": "Ebo", "x": 295, "y": 670, "security": 0.5230451030614887, - "connectedSystems": [ - "Ilonarav", - "Esteban", - "Avair", - "Rayl", - "Porsharrah" - ] + "connectedSystems": "Ilonarav,Esteban,Avair,Rayl,Porsharrah" }, { "solarSystemName": "Avair", "x": 355, "y": 680, "security": 0.4111128860948753, - "connectedSystems": [ - "Ebo", - "Rayl", - "Asoutar", - "Tastela" - ] + "connectedSystems": "Ebo,Rayl,Asoutar,Tastela" }, { "solarSystemName": "Rayl", "x": 335, "y": 720, "security": 0.4665438747521612, - "connectedSystems": [ - "Ebo", - "Avair", - "Asoutar", - "Porsharrah" - ] + "connectedSystems": "Ebo,Avair,Asoutar,Porsharrah" }, { "solarSystemName": "Asoutar", "x": 385, "y": 730, "security": 0.2734976686692342, - "connectedSystems": [ - "Avair", - "Rayl" - ] + "connectedSystems": "Avair,Rayl" }, { "solarSystemName": "Porsharrah", "x": 280, "y": 710, "security": 0.3556813666229991, - "connectedSystems": [ - "Ebo", - "Rayl" - ] + "connectedSystems": "Ebo,Rayl" }, { "solarSystemName": "Tastela", "x": 415, "y": 710, "security": 0.3911291482140351, - "connectedSystems": [ - "Avair", - "Clarelam" - ] + "connectedSystems": "Avair,Clarelam" }, { "solarSystemName": "Clarelam", "x": 460, "y": 695, "security": 0.4966115847653967, - "connectedSystems": [ - "Tastela" - ] + "connectedSystems": "Tastela" }, { "solarSystemName": "Isamm", "x": 70, "y": 250, "security": 0.6832403562814204, - "connectedSystems": [ - "Gid", - "Ebtesham" - ] + "connectedSystems": "Gid,Ebtesham" }, { "solarSystemName": "Ebtesham", "x": 250, "y": 250, "security": 0.7167982292636951, - "connectedSystems": [ - "Isamm", - "Artoun", - "Safizon" - ] + "connectedSystems": "Isamm,Artoun,Safizon" }, { "solarSystemName": "Artoun", "x": 290, "y": 220, "security": 0.7523862792754515, - "connectedSystems": [ - "Nafomeh", - "Ebtesham", - "Safizon" - ] + "connectedSystems": "Nafomeh,Ebtesham,Safizon" }, { "solarSystemName": "Safizon", "x": 290, "y": 275, "security": 0.8098998906669457, - "connectedSystems": [ - "Ebtesham", - "Artoun", - "Zatsyaki", - "Eba", - "Jennim" - ] + "connectedSystems": "Ebtesham,Artoun,Zatsyaki,Eba,Jennim" }, { "solarSystemName": "Zatsyaki", "x": 370, "y": 290, "security": 0.8818138331054783, - "connectedSystems": [ - "Safizon", - "Eba", - "Bhizheba" - ] + "connectedSystems": "Safizon,Eba,Bhizheba" }, { "solarSystemName": "Eba", "x": 355, "y": 320, "security": 0.911785401985552, - "connectedSystems": [ - "Safizon", - "Zatsyaki", - "Bhizheba", - "Fora" - ] + "connectedSystems": "Safizon,Zatsyaki,Bhizheba,Fora" }, { "solarSystemName": "Bhizheba", "x": 435, "y": 335, "security": 0.9636458045513323, - "connectedSystems": [ - "Amarr", - "Zatsyaki", - "Eba", - "Tash-Murkon Prime", - "Romi" - ] + "connectedSystems": "Amarr,Zatsyaki,Eba,Tash-Murkon Prime,Romi" }, { "solarSystemName": "Esmes", "x": 270, "y": 35, "security": 0.1056885533308696, - "connectedSystems": [ - "Aetree", - "Basan" - ] + "connectedSystems": "Aetree,Basan" }, { "solarSystemName": "Hati", "x": 845, "y": 430, "security": 0.8490347652854575, - "connectedSystems": [ - "Uadelah", - "Akes", - "Riavayed", - "Yuhelia", - "Jarkkolen" - ] + "connectedSystems": "Uadelah,Akes,Riavayed,Yuhelia,Jarkkolen" }, { "solarSystemName": "Otelen", "x": 620, "y": 240, "security": 0.7848193934860858, - "connectedSystems": [ - "Kuomi", - "Huola", - "Mahrokht" - ] + "connectedSystems": "Kuomi,Huola,Mahrokht" }, { "solarSystemName": "Fahruni", "x": 480, "y": 5, "security": 0.5181563189611639, - "connectedSystems": [ - "Hiroudeh", - "Ealur" - ] + "connectedSystems": "Hiroudeh,Ealur" }, { "solarSystemName": "Sahda", "x": 365, "y": 5, "security": 0.4157434933896931, - "connectedSystems": [ - "Naguton", - "Ealur", - "Shajarleg" - ] + "connectedSystems": "Naguton,Ealur,Shajarleg" }, { "solarSystemName": "Naguton", "x": 365, "y": 30, "security": 0.309692319652166, - "connectedSystems": [ - "Sahda", - "Sayartchen" - ] + "connectedSystems": "Sahda,Sayartchen" }, { "solarSystemName": "Ealur", "x": 425, "y": 5, "security": 0.4517007206579004, - "connectedSystems": [ - "Fahruni", - "Sahda" - ] + "connectedSystems": "Fahruni,Sahda" }, { "solarSystemName": "Shajarleg", "x": 320, "y": 5, "security": 0.3485804613168554, - "connectedSystems": [ - "Sahda", - "Basan" - ] + "connectedSystems": "Sahda,Basan" }, { "solarSystemName": "Basan", "x": 270, "y": 5, "security": 0.3044070342006607, - "connectedSystems": [ - "Shajarleg", - "Akila", - "Esmes" - ] + "connectedSystems": "Shajarleg,Akila,Esmes" }, { "solarSystemName": "Akila", "x": 220, "y": 5, "security": 0.3311382684817456, - "connectedSystems": [ - "Basan", - "Amod" - ] + "connectedSystems": "Basan,Amod" }, { "solarSystemName": "Amod", "x": 170, "y": 5, "security": 0.2958858210029968, - "connectedSystems": [ - "Akila", - "Mod" - ] + "connectedSystems": "Akila,Mod" }, { "solarSystemName": "Unefsih", "x": 640, "y": 605, "security": 0.388206060970235, - "connectedSystems": [ - "Valmu", - "Kheram" - ] + "connectedSystems": "Valmu,Kheram" }, { "solarSystemName": "Mista", "x": 760, "y": 675, "security": 0.5373803422440373, - "connectedSystems": [ - "Andabiar", - "Kheram", - "Murzi", - "Airshaz" - ] + "connectedSystems": "Andabiar,Kheram,Murzi,Airshaz" }, { "solarSystemName": "Valmu", "x": 590, "y": 610, "security": 0.2202790453750069, - "connectedSystems": [ - "Unefsih", - "Mamet" - ] + "connectedSystems": "Unefsih,Mamet" }, { "solarSystemName": "Sibot", "x": 635, "y": 570, "security": 0.1714050405370464, - "connectedSystems": [ - "Kheram", - "Bittanshal" - ] + "connectedSystems": "Kheram,Bittanshal" }, { "solarSystemName": "Andabiar", "x": 595, "y": 730, "security": 0.6072722378097172, - "connectedSystems": [ - "Mista", - "Armala", - "Goram" - ] + "connectedSystems": "Mista,Armala,Goram" }, { "solarSystemName": "Kheram", "x": 690, "y": 600, "security": 0.3598638448200328, - "connectedSystems": [ - "Unefsih", - "Mista", - "Sibot" - ] + "connectedSystems": "Unefsih,Mista,Sibot" }, { "solarSystemName": "Arbaz", "x": 665, "y": 0, "security": 0.9073789351676526, - "connectedSystems": [ - "Chaven", - "Kudi", - "Deepari" - ] + "connectedSystems": "Chaven,Kudi,Deepari" }, { "solarSystemName": "Penirgman", "x": 395, "y": 110, "security": 0.8583217773389822, - "connectedSystems": [ - "Chaven", - "Khopa", - "Ashab", - "Orkashu" - ] + "connectedSystems": "Chaven,Khopa,Ashab,Orkashu" }, { "solarSystemName": "Chaven", "x": 430, "y": 60, "security": 1, - "connectedSystems": [ - "Arbaz", - "Penirgman", - "Ashab" - ] + "connectedSystems": "Arbaz,Penirgman,Ashab" }, { "solarSystemName": "Khopa", "x": 395, "y": 135, "security": 0.8104575606375514, - "connectedSystems": [ - "Penirgman", - "Nafomeh", - "Yeeramoun" - ] + "connectedSystems": "Penirgman,Nafomeh,Yeeramoun" }, { "solarSystemName": "Ashab", "x": 500, "y": 110, "security": 0.9094599909851684, - "connectedSystems": [ - "Penirgman", - "Amarr", - "Teshi", - "Hedion", - "Kehour", - "Chaven", - "Madirmilire" - ] + "connectedSystems": "Penirgman,Amarr,Teshi,Hedion,Kehour,Chaven,Madirmilire" }, { "solarSystemName": "Orkashu", "x": 280, "y": 120, "security": 0.8259262061289339, - "connectedSystems": [ - "Penirgman", - "Youl" - ] + "connectedSystems": "Penirgman,Youl" }, { "solarSystemName": "Youl", "x": 175, "y": 280, "security": 0.8407050387405599, - "connectedSystems": [ - "Orkashu", - "Thebeka", - "Ekid", - "Nakri", - "Sharhelund" - ] + "connectedSystems": "Orkashu,Thebeka,Ekid,Nakri,Sharhelund" }, { "solarSystemName": "Ekid", "x": 135, "y": 325, "security": 0.7372731084917176, - "connectedSystems": [ - "Youl", - "Ardishapur Prime", - "Nakri" - ] + "connectedSystems": "Youl,Ardishapur Prime,Nakri" }, { "solarSystemName": "Nakri", "x": 120, "y": 290, "security": 0.8052914567432885, - "connectedSystems": [ - "Youl", - "Ekid" - ] + "connectedSystems": "Youl,Ekid" }, { "solarSystemName": "Zaimeth", "x": 230, "y": 365, "security": 0.5246793482534998, - "connectedSystems": [ - "Sharhelund", - "Mai" - ] + "connectedSystems": "Sharhelund,Mai" }, { "solarSystemName": "Sharhelund", "x": 215, "y": 335, "security": 0.5734149042391641, - "connectedSystems": [ - "Youl", - "Zaimeth" - ] + "connectedSystems": "Youl,Zaimeth" }, { "solarSystemName": "Mai", "x": 255, "y": 395, "security": 0.4280525686655029, - "connectedSystems": [ - "Zaimeth" - ] + "connectedSystems": "Zaimeth" }, { "solarSystemName": "Sharji", "x": 755, "y": 30, "security": 0.7727032313207635, - "connectedSystems": [ - "Kudi", - "Sayartchen", - "Fabum", - "Gosalav" - ] + "connectedSystems": "Kudi,Sayartchen,Fabum,Gosalav" }, { "solarSystemName": "Kudi", "x": 805, "y": 0, "security": 0.6978559926700438, - "connectedSystems": [ - "Arbaz", - "Sharji", - "Bahromab", - "Fabum" - ] + "connectedSystems": "Arbaz,Sharji,Bahromab,Fabum" }, { "solarSystemName": "Bahromab", "x": 880, "y": 65, "security": 0.5694262942850132, - "connectedSystems": [ - "Kudi", - "Madirmilire", - "Saana" - ] + "connectedSystems": "Kudi,Madirmilire,Saana" }, { "solarSystemName": "Madirmilire", "x": 825, "y": 110, "security": 0.6032282071634718, - "connectedSystems": [ - "Romi", - "Bahromab", - "Saana", - "Ashab" - ] + "connectedSystems": "Romi,Bahromab,Saana,Ashab" }, { "solarSystemName": "Fabum", "x": 805, "y": 30, "security": 0.7139043208976276, - "connectedSystems": [ - "Sharji", - "Kudi" - ] + "connectedSystems": "Sharji,Kudi" }, { "solarSystemName": "Saana", "x": 825, "y": 65, "security": 0.5527291872273616, - "connectedSystems": [ - "Bahromab", - "Madirmilire" - ] + "connectedSystems": "Bahromab,Madirmilire" }, { "solarSystemName": "Teshi", "x": 620, "y": 95, "security": 0.8673010812843983, - "connectedSystems": [ - "Sayartchen", - "Ashab", - "Sorzielang", - "Somouh" - ] + "connectedSystems": "Sayartchen,Ashab,Sorzielang,Somouh" }, { "solarSystemName": "Sayartchen", "x": 670, "y": 30, "security": 0.7895056940999479, - "connectedSystems": [ - "Sharji", - "Romi", - "Teshi", - "Gosalav", - "Sorzielang", - "Abaim", - "Naguton" - ] + "connectedSystems": "Sharji,Romi,Teshi,Gosalav,Sorzielang,Abaim,Naguton" }, { "solarSystemName": "Gosalav", "x": 730, "y": 70, "security": 0.739667543798977, - "connectedSystems": [ - "Sharji", - "Sayartchen" - ] + "connectedSystems": "Sharji,Sayartchen" }, { "solarSystemName": "Sorzielang", "x": 600, "y": 70, "security": 0.8206884421557024, - "connectedSystems": [ - "Teshi", - "Sayartchen", - "Somouh", - "Abaim" - ] + "connectedSystems": "Teshi,Sayartchen,Somouh,Abaim" }, { "solarSystemName": "Somouh", "x": 545, "y": 80, "security": 0.8691853294352563, - "connectedSystems": [ - "Teshi", - "Sorzielang", - "Abaim", - "Horir" - ] + "connectedSystems": "Teshi,Sorzielang,Abaim,Horir" }, { "solarSystemName": "Abaim", "x": 575, "y": 45, "security": 0.7992735462561199, - "connectedSystems": [ - "Sayartchen", - "Sorzielang", - "Somouh" - ] + "connectedSystems": "Sayartchen,Sorzielang,Somouh" }, { "solarSystemName": "Ides", "x": 725, "y": 135, "security": 0.7996270369658032, - "connectedSystems": [ - "Yeeramoun", - "Etav" - ] + "connectedSystems": "Yeeramoun,Etav" }, { "solarSystemName": "Yeeramoun", "x": 675, "y": 165, "security": 0.8086562546305724, - "connectedSystems": [ - "Khopa", - "Ides", - "Anila", - "Etav" - ] + "connectedSystems": "Khopa,Ides,Anila,Etav" }, { "solarSystemName": "Anila", "x": 765, "y": 220, "security": 0.654876045075381, - "connectedSystems": [ - "Yeeramoun", - "Pedel", - "Etav", - "Saheri", - "Hisoufad", - "Hahda", - "Afivad" - ] + "connectedSystems": "Yeeramoun,Pedel,Etav,Saheri,Hisoufad,Hahda,Afivad" }, { "solarSystemName": "Pedel", "x": 835, "y": 180, "security": 0.6507639409941524, - "connectedSystems": [ - "Anila", - "Etav" - ] + "connectedSystems": "Anila,Etav" }, { "solarSystemName": "Etav", "x": 790, "y": 145, "security": 0.7586170604761538, - "connectedSystems": [ - "Ides", - "Yeeramoun", - "Anila", - "Pedel", - "Lahnina" - ] + "connectedSystems": "Ides,Yeeramoun,Anila,Pedel,Lahnina" }, { "solarSystemName": "Saheri", "x": 750, "y": 190, "security": 0.5224314092518703, - "connectedSystems": [ - "Anila", - "Lahnina" - ] + "connectedSystems": "Anila,Lahnina" }, { "solarSystemName": "Lahnina", "x": 745, "y": 165, "security": 0.6670176246237339, - "connectedSystems": [ - "Etav", - "Saheri" - ] + "connectedSystems": "Etav,Saheri" }, { "solarSystemName": "Mahrokht", "x": 615, "y": 275, "security": 0.8599058159100952, - "connectedSystems": [ - "Otelen", - "Alkabsi" - ] + "connectedSystems": "Otelen,Alkabsi" }, { "solarSystemName": "Alkabsi", "x": 615, "y": 305, "security": 0.66215280568123, - "connectedSystems": [ - "Mahrokht", - "Sarum Prime" - ] + "connectedSystems": "Mahrokht,Sarum Prime" }, { "solarSystemName": "Sarum Prime", "x": 615, "y": 340, "security": 1, - "connectedSystems": [ - "Alkabsi", - "Hama", - "Irnal", - "Amarr" - ] + "connectedSystems": "Alkabsi,Hama,Irnal,Amarr" }, { "solarSystemName": "Hama", "x": 705, "y": 340, "security": 0.8395448391310996, - "connectedSystems": [ - "Sarum Prime", - "Bagodan" - ] + "connectedSystems": "Sarum Prime,Bagodan" }, { "solarSystemName": "Irnal", "x": 615, "y": 385, "security": 0.9507589253854561, - "connectedSystems": [ - "Sarum Prime", - "Chesoh", - "Thebeka", - "Hanan" - ] + "connectedSystems": "Sarum Prime,Chesoh,Thebeka,Hanan" }, { "solarSystemName": "Bagodan", "x": 705, "y": 435, "security": 0.717178800988929, - "connectedSystems": [ - "Hama", - "Murzi", - "Merz", - "Barira" - ] + "connectedSystems": "Hama,Murzi,Merz,Barira" }, { "solarSystemName": "Murzi", "x": 760, "y": 470, "security": 0.6193859229915386, - "connectedSystems": [ - "Mista", - "Bagodan", - "Aghesi" - ] + "connectedSystems": "Mista,Bagodan,Aghesi" }, { "solarSystemName": "Chesoh", "x": 670, "y": 385, "security": 0.8754949089121684, - "connectedSystems": [ - "Irnal", - "Herila" - ] + "connectedSystems": "Irnal,Herila" }, { "solarSystemName": "Herila", "x": 765, "y": 330, "security": 0.8203867567744533, - "connectedSystems": [ - "Chesoh", - "Chemilip" - ] + "connectedSystems": "Chesoh,Chemilip" }, { "solarSystemName": "Chemilip", "x": 770, "y": 290, "security": 0.608256365686311, - "connectedSystems": [ - "Herila", - "Raravath", - "Hisoufad", - "Jesoyeh" - ] + "connectedSystems": "Herila,Raravath,Hisoufad,Jesoyeh" }, { "solarSystemName": "Raravath", "x": 845, "y": 300, "security": 0.441865979775033, - "connectedSystems": [ - "Chemilip", - "Namaili", - "Erzoh" - ] + "connectedSystems": "Chemilip,Namaili,Erzoh" }, { "solarSystemName": "Hisoufad", "x": 775, "y": 250, "security": 0.6532806074600581, - "connectedSystems": [ - "Anila", - "Chemilip", - "Hahda", - "Uzigh" - ] + "connectedSystems": "Anila,Chemilip,Hahda,Uzigh" }, { "solarSystemName": "Jesoyeh", "x": 825, "y": 330, "security": 0.6907122475363296, - "connectedSystems": [ - "Chemilip" - ] + "connectedSystems": "Chemilip" }, { "solarSystemName": "Hahda", "x": 840, "y": 235, "security": 0.6388112320443645, - "connectedSystems": [ - "Anila", - "Hisoufad", - "Afivad" - ] + "connectedSystems": "Anila,Hisoufad,Afivad" }, { "solarSystemName": "Namaili", "x": 875, "y": 330, "security": 0.3764964568444567, - "connectedSystems": [ - "Raravath", - "Erzoh" - ] + "connectedSystems": "Raravath,Erzoh" }, { "solarSystemName": "Afivad", "x": 835, "y": 210, "security": 0.5195722396404945, - "connectedSystems": [ - "Anila", - "Hahda" - ] + "connectedSystems": "Anila,Hahda" }, { "solarSystemName": "Uzigh", "x": 845, "y": 270, "security": 0.6355233157878571, - "connectedSystems": [ - "Hisoufad" - ] + "connectedSystems": "Hisoufad" }, { "solarSystemName": "Erzoh", "x": 915, "y": 305, "security": 0.4785756402978606, - "connectedSystems": [ - "Raravath", - "Namaili" - ] + "connectedSystems": "Raravath,Namaili" }, { "solarSystemName": "Merz", "x": 605, "y": 435, "security": 0.6561367710576902, - "connectedSystems": [ - "Bagodan", - "Miakie", - "Sirkahri", - "Faswiba" - ] + "connectedSystems": "Bagodan,Miakie,Sirkahri,Faswiba" }, { "solarSystemName": "Miakie", "x": 575, "y": 405, "security": 0.4847702966073727, - "connectedSystems": [ - "Merz", - "Faswiba" - ] + "connectedSystems": "Merz,Faswiba" }, { "solarSystemName": "Sirkahri", "x": 550, "y": 440, "security": 0.5342164008225365, - "connectedSystems": [ - "Merz", - "Galeh" - ] + "connectedSystems": "Merz,Galeh" }, { "solarSystemName": "Faswiba", "x": 520, "y": 410, "security": 0.3532544012476585, - "connectedSystems": [ - "Merz", - "Miakie", - "Hayumtom" - ] + "connectedSystems": "Merz,Miakie,Hayumtom" }, { "solarSystemName": "Hayumtom", "x": 465, "y": 420, "security": 0.4605612821149194, - "connectedSystems": [ - "Faswiba", - "Zanka" - ] + "connectedSystems": "Faswiba,Zanka" }, { "solarSystemName": "Zanka", "x": 415, "y": 430, "security": 0.379878396932722, - "connectedSystems": [ - "Hayumtom" - ] + "connectedSystems": "Hayumtom" }, { "solarSystemName": "Galeh", "x": 490, "y": 445, "security": 0.4491641592522404, - "connectedSystems": [ - "Sirkahri", - "Madimal" - ] + "connectedSystems": "Sirkahri,Madimal" }, { "solarSystemName": "Yuhelia", "x": 845, "y": 465, "security": 0.7996092811555462, - "connectedSystems": [ - "Aghesi", - "Hati", - "Maiah", - "Barira" - ] + "connectedSystems": "Aghesi,Hati,Maiah,Barira" }, { "solarSystemName": "Maiah", "x": 925, "y": 500, "security": 0.7987628187247687, - "connectedSystems": [ - "Aghesi", - "Yuhelia", - "Hamse", - "Lashkai", - "Jaswelu", - "Fabin" - ] + "connectedSystems": "Aghesi,Yuhelia,Hamse,Lashkai,Jaswelu,Fabin" }, { "solarSystemName": "Hamse", "x": 975, "y": 365, "security": 0.8552200151275656, - "connectedSystems": [ - "Maiah", - "Lashkai", - "Zhilshinou", - "Jaswelu" - ] + "connectedSystems": "Maiah,Lashkai,Zhilshinou,Jaswelu" }, { "solarSystemName": "Barira", "x": 775, "y": 435, "security": 0.8152708914761224, - "connectedSystems": [ - "Bagodan", - "Yuhelia" - ] + "connectedSystems": "Bagodan,Yuhelia" }, { "solarSystemName": "Lashkai", "x": 870, "y": 365, "security": 0.9170452122583074, - "connectedSystems": [ - "Maiah", - "Hamse", - "Zhilshinou", - "Jaswelu" - ] + "connectedSystems": "Maiah,Hamse,Zhilshinou,Jaswelu" }, { "solarSystemName": "Zhilshinou", "x": 925, "y": 380, "security": 0.9038702873668074, - "connectedSystems": [ - "Hamse", - "Lashkai", - "Ana" - ] + "connectedSystems": "Hamse,Lashkai,Ana" }, { "solarSystemName": "Jaswelu", "x": 925, "y": 435, "security": 0.8421867228501454, - "connectedSystems": [ - "Maiah", - "Hamse", - "Lashkai", - "Ana" - ] + "connectedSystems": "Maiah,Hamse,Lashkai,Ana" }, { "solarSystemName": "Ana", "x": 925, "y": 405, "security": 0.9004738518271413, - "connectedSystems": [ - "Zhilshinou", - "Jaswelu" - ] + "connectedSystems": "Zhilshinou,Jaswelu" }, { "solarSystemName": "Warouh", "x": 375, "y": 535, "security": 0.5255621501974579, - "connectedSystems": [ - "Murema", - "Jambu", - "Bittanshal", - "Arton" - ] + "connectedSystems": "Murema,Jambu,Bittanshal,Arton" }, { "solarSystemName": "Jambu", "x": 395, "y": 500, "security": 0.5186055020727623, - "connectedSystems": [ - "Warouh", - "Bittanshal", - "Arton", - "Madimal" - ] + "connectedSystems": "Warouh,Bittanshal,Arton,Madimal" }, { "solarSystemName": "Bittanshal", "x": 450, "y": 520, "security": 0.4803223726126428, - "connectedSystems": [ - "Warouh", - "Jambu", - "Arton", - "Sibot" - ] + "connectedSystems": "Warouh,Jambu,Arton,Sibot" }, { "solarSystemName": "Arton", "x": 430, "y": 550, "security": 0.4269818237605546, - "connectedSystems": [ - "Warouh", - "Jambu", - "Bittanshal", - "Sieh" - ] + "connectedSystems": "Warouh,Jambu,Bittanshal,Sieh" }, { "solarSystemName": "Sieh", "x": 480, "y": 565, "security": 0.2780102854831534, - "connectedSystems": [ - "Arton" - ] + "connectedSystems": "Arton" }, { "solarSystemName": "Madimal", "x": 435, "y": 470, "security": 0.650428251388457, - "connectedSystems": [ - "Patzcha", - "Jambu", - "Galeh" - ] + "connectedSystems": "Patzcha,Jambu,Galeh" }, { "solarSystemName": "Mamet", "x": 585, "y": 640, "security": 0.1455819653216588, - "connectedSystems": [ - "Valmu", - "Hoshoun", - "Biphi", - "Ziriert", - "Misaba", - "Rephirib" - ] + "connectedSystems": "Valmu,Hoshoun,Biphi,Ziriert,Misaba,Rephirib" }, { "solarSystemName": "Hoshoun", "x": 645, "y": 635, "security": 0.085137389290599, - "connectedSystems": [ - "Mamet", - "Ziriert" - ] + "connectedSystems": "Mamet,Ziriert" }, { "solarSystemName": "Biphi", "x": 540, "y": 665, "security": 0.2068350809184066, - "connectedSystems": [ - "Mamet", - "Yong" - ] + "connectedSystems": "Mamet,Yong" }, { "solarSystemName": "Ziriert", "x": 675, "y": 670, "security": 0.05958321093124963, - "connectedSystems": [ - "Mamet", - "Hoshoun", - "Misaba" - ] + "connectedSystems": "Mamet,Hoshoun,Misaba" }, { "solarSystemName": "Misaba", "x": 610, "y": 675, "security": 0.06400797074256737, - "connectedSystems": [ - "Mamet", - "Ziriert", - "R3-K7K" - ] + "connectedSystems": "Mamet,Ziriert,R3-K7K" }, { "solarSystemName": "Rephirib", "x": 535, "y": 625, "security": 0.09563356631009157, - "connectedSystems": [ - "Mamet" - ] + "connectedSystems": "Mamet" }, { "solarSystemName": "R3-K7K", "x": 600, "y": 700, "security": -0.03429058146206299, - "connectedSystems": [ - "N8XA-L", - "X-R3NM", - "Misaba" - ] + "connectedSystems": "N8XA-L,X-R3NM,Misaba" }, { "solarSystemName": "Hiroudeh", "x": 535, "y": 5, "security": 0.4812771528596785, - "connectedSystems": [ - "Fahruni", - "Aharalel" - ] + "connectedSystems": "Fahruni,Aharalel" }, { "solarSystemName": "Romi", "x": 670, "y": 125, "security": 0.7194381798105703, - "connectedSystems": [ - "Aphend", - "Sayartchen", - "Madirmilire", - "Bhizheba" - ] + "connectedSystems": "Aphend,Sayartchen,Madirmilire,Bhizheba" }, { "solarSystemName": "Zororzih", "x": 225, "y": 100, "security": 0.7421519623961585, - "connectedSystems": [ - "Dresi", - "Akhragan", - "Gamdis", - "Gensela" - ] + "connectedSystems": "Dresi,Akhragan,Gamdis,Gensela" }, { "solarSystemName": "Kador Prime", "x": 430, "y": 160, "security": 0.6184880337199798, - "connectedSystems": [ - "Nordar", - "Khafis", - "Dantan", - "Boranai" - ] + "connectedSystems": "Nordar,Khafis,Dantan,Boranai" }, { "solarSystemName": "Mod", "x": 120, "y": 5, "security": 0.3208113727002527, - "connectedSystems": [ - "Menri", - "Omam", - "Bersyrim", - "Amod" - ] + "connectedSystems": "Menri,Omam,Bersyrim,Amod" }, { "solarSystemName": "Jennim", "x": 260, "y": 300, "security": 0.8495742159617343, - "connectedSystems": [ - "Safizon", - "Elmed" - ] + "connectedSystems": "Safizon,Elmed" }, { "solarSystemName": "Kooreng", "x": 455, "y": 280, "security": 0.6724205561863363, - "connectedSystems": [ - "Martha", - "Shaggoth", - "Yehnifi" - ] + "connectedSystems": "Martha,Shaggoth,Yehnifi" }, { "solarSystemName": "Fensi", "x": 0, "y": 115, "security": 0.3968333840647342, - "connectedSystems": [ - "Narai", - "Nebian", - "Bridi", - "Ami", - "Rannoze" - ] + "connectedSystems": "Narai,Nebian,Bridi,Ami,Rannoze" }, { "solarSystemName": "Kor-Azor Prime", "x": 565, "y": 305, "security": 0.9139081353994998, - "connectedSystems": [ - "Amdonen", - "Leva", - "Nakregde", - "Amarr", - "Sehmy" - ] + "connectedSystems": "Amdonen,Leva,Nakregde,Amarr,Sehmy" }, { "solarSystemName": "Gademam", "x": 55, "y": 685, "security": 0.3910406289863171, - "connectedSystems": [ - "Tadadan", - "Pananan", - "Sakhti" - ] + "connectedSystems": "Tadadan,Pananan,Sakhti" }, { "solarSystemName": "Deepari", "x": 595, "y": 0, "security": 0.914172634878, - "connectedSystems": [ - "Arbaz" - ] + "connectedSystems": "Arbaz" }, { "solarSystemName": "Fora", "x": 340, "y": 350, "security": 0.9128799154644551, - "connectedSystems": [ - "Eba" - ] + "connectedSystems": "Eba" }, { "solarSystemName": "Hanan", "x": 565, "y": 360, "security": 0.9075317817401246, - "connectedSystems": [ - "Irnal" - ] + "connectedSystems": "Irnal" }, { "solarSystemName": "Horir", "x": 495, "y": 80, "security": 0.9159992921917879, - "connectedSystems": [ - "Somouh" - ] + "connectedSystems": "Somouh" } ] \ No newline at end of file diff --git a/public/Esoteria.json b/public/Esoteria.json index 4917e3b..4126be8 100644 --- a/public/Esoteria.json +++ b/public/Esoteria.json @@ -4,940 +4,636 @@ "x": 25, "y": 35, "security": -0.03623797688697483, - "connectedSystems": [ - "Z2-QQP", - "VYJ-DA" - ] + "connectedSystems": "Z2-QQP,VYJ-DA" }, { "solarSystemName": "VYJ-DA", "x": 115, "y": 35, "security": -0.06575385130149236, - "connectedSystems": [ - "U-WLT9", - "HHQ-M1", - "HT4K-M" - ] + "connectedSystems": "U-WLT9,HHQ-M1,HT4K-M" }, { "solarSystemName": "HHQ-M1", "x": 70, "y": 80, "security": -0.1099145031186145, - "connectedSystems": [ - "VYJ-DA", - "A-CJGE" - ] + "connectedSystems": "VYJ-DA,A-CJGE" }, { "solarSystemName": "A-CJGE", "x": 35, "y": 130, "security": -0.1831210665403393, - "connectedSystems": [ - "HHQ-M1", - "G2-INZ", - "WAC-HW" - ] + "connectedSystems": "HHQ-M1,G2-INZ,WAC-HW" }, { "solarSystemName": "G2-INZ", "x": 100, "y": 130, "security": -0.1145951276978009, - "connectedSystems": [ - "A-CJGE" - ] + "connectedSystems": "A-CJGE" }, { "solarSystemName": "WAC-HW", "x": 35, "y": 185, "security": -0.3265878126939513, - "connectedSystems": [ - "A-CJGE", - "RBW-8G" - ] + "connectedSystems": "A-CJGE,RBW-8G" }, { "solarSystemName": "HT4K-M", "x": 205, "y": 35, "security": -0.1274667412501458, - "connectedSystems": [ - "VYJ-DA", - "4-OUKF" - ] + "connectedSystems": "VYJ-DA,4-OUKF" }, { "solarSystemName": "RBW-8G", "x": 35, "y": 225, "security": -0.5131643486848412, - "connectedSystems": [ - "WAC-HW", - "C-VZAK" - ] + "connectedSystems": "WAC-HW,C-VZAK" }, { "solarSystemName": "4-OUKF", "x": 295, "y": 35, "security": -0.278141707005548, - "connectedSystems": [ - "HT4K-M", - "HAJ-DQ", - "JAUD-V" - ] + "connectedSystems": "HT4K-M,HAJ-DQ,JAUD-V" }, { "solarSystemName": "HAJ-DQ", "x": 295, "y": 0, "security": -0.3649692977811821, - "connectedSystems": [ - "4-OUKF" - ] + "connectedSystems": "4-OUKF" }, { "solarSystemName": "JAUD-V", "x": 380, "y": 35, "security": -0.1724286860109503, - "connectedSystems": [ - "4-OUKF", - "DTX8-M" - ] + "connectedSystems": "4-OUKF,DTX8-M" }, { "solarSystemName": "DTX8-M", "x": 470, "y": 35, "security": -0.273066121928961, - "connectedSystems": [ - "JAUD-V", - "C9N-CC" - ] + "connectedSystems": "JAUD-V,C9N-CC" }, { "solarSystemName": "C9N-CC", "x": 555, "y": 35, "security": -0.3055735024959657, - "connectedSystems": [ - "DTX8-M", - "X-7BIX" - ] + "connectedSystems": "DTX8-M,X-7BIX" }, { "solarSystemName": "X-7BIX", "x": 645, "y": 35, "security": -0.2797555173709475, - "connectedSystems": [ - "C9N-CC", - "5-9UXZ", - "Q0OH-V", - "TR07-S" - ] + "connectedSystems": "C9N-CC,5-9UXZ,Q0OH-V,TR07-S" }, { "solarSystemName": "5-9UXZ", "x": 555, "y": 85, "security": -0.2760600577725382, - "connectedSystems": [ - "X-7BIX", - "Q0OH-V" - ] + "connectedSystems": "X-7BIX,Q0OH-V" }, { "solarSystemName": "Q0OH-V", "x": 645, "y": 130, "security": -0.245269227888003, - "connectedSystems": [ - "X-7BIX", - "5-9UXZ", - "XKZ8-H", - "A1-AUH" - ] + "connectedSystems": "X-7BIX,5-9UXZ,XKZ8-H,A1-AUH" }, { "solarSystemName": "C-VZAK", "x": 35, "y": 270, "security": -0.5337934890197426, - "connectedSystems": [ - "RBW-8G", - "0-O6XF" - ] + "connectedSystems": "RBW-8G,0-O6XF" }, { "solarSystemName": "0-O6XF", "x": 35, "y": 315, "security": -0.6197909819034038, - "connectedSystems": [ - "C-VZAK", - "D-FVI7", - "VL7-60", - "NH-R5B" - ] + "connectedSystems": "C-VZAK,D-FVI7,VL7-60,NH-R5B" }, { "solarSystemName": "D-FVI7", "x": 100, "y": 290, "security": -0.8092378826217175, - "connectedSystems": [ - "0-O6XF" - ] + "connectedSystems": "0-O6XF" }, { "solarSystemName": "VL7-60", "x": 100, "y": 345, "security": -0.5501663969157846, - "connectedSystems": [ - "0-O6XF" - ] + "connectedSystems": "0-O6XF" }, { "solarSystemName": "NH-R5B", "x": 35, "y": 360, "security": -0.4775104465117611, - "connectedSystems": [ - "0-O6XF", - "FN-GFQ" - ] + "connectedSystems": "0-O6XF,FN-GFQ" }, { "solarSystemName": "FN-GFQ", "x": 35, "y": 405, "security": -0.3654348993490159, - "connectedSystems": [ - "NH-R5B" - ] + "connectedSystems": "NH-R5B" }, { "solarSystemName": "XKZ8-H", "x": 755, "y": 130, "security": -0.339473378903691, - "connectedSystems": [ - "Q0OH-V", - "WX-6UX", - "Z-Y9C3" - ] + "connectedSystems": "Q0OH-V,WX-6UX,Z-Y9C3" }, { "solarSystemName": "WX-6UX", "x": 840, "y": 85, "security": -0.7285517821910918, - "connectedSystems": [ - "XKZ8-H", - "BZ-0GW", - "16P-PX" - ] + "connectedSystems": "XKZ8-H,BZ-0GW,16P-PX" }, { "solarSystemName": "BZ-0GW", "x": 840, "y": 40, "security": -0.8396576124752173, - "connectedSystems": [ - "WX-6UX" - ] + "connectedSystems": "WX-6UX" }, { "solarSystemName": "16P-PX", "x": 910, "y": 50, "security": -0.7168436430045004, - "connectedSystems": [ - "WX-6UX", - "CR-0E5" - ] + "connectedSystems": "WX-6UX,CR-0E5" }, { "solarSystemName": "CR-0E5", "x": 940, "y": 90, "security": -0.6155220653196727, - "connectedSystems": [ - "16P-PX", - "Z-Y9C3" - ] + "connectedSystems": "16P-PX,Z-Y9C3" }, { "solarSystemName": "Z-Y9C3", "x": 885, "y": 130, "security": -0.6407475886462828, - "connectedSystems": [ - "XKZ8-H", - "CR-0E5" - ] + "connectedSystems": "XKZ8-H,CR-0E5" }, { "solarSystemName": "A1-AUH", "x": 555, "y": 185, "security": -0.2073425924113043, - "connectedSystems": [ - "Q0OH-V", - "F-UVBV", - "VUAC-Y", - "G-YZUX" - ] + "connectedSystems": "Q0OH-V,F-UVBV,VUAC-Y,G-YZUX" }, { "solarSystemName": "F-UVBV", "x": 740, "y": 185, "security": -0.1640018093248857, - "connectedSystems": [ - "A1-AUH", - "R-FM0G", - "TEIZ-C", - "V-XANH" - ] + "connectedSystems": "A1-AUH,R-FM0G,TEIZ-C,V-XANH" }, { "solarSystemName": "R-FM0G", "x": 840, "y": 185, "security": -0.1545209063194525, - "connectedSystems": [ - "F-UVBV", - "TEIZ-C" - ] + "connectedSystems": "F-UVBV,TEIZ-C" }, { "solarSystemName": "TEIZ-C", "x": 785, "y": 230, "security": -0.1322605611972351, - "connectedSystems": [ - "F-UVBV", - "R-FM0G", - "OIOM-Y" - ] + "connectedSystems": "F-UVBV,R-FM0G,OIOM-Y" }, { "solarSystemName": "VUAC-Y", "x": 500, "y": 215, "security": -0.3080276535221225, - "connectedSystems": [ - "A1-AUH", - "450I-W" - ] + "connectedSystems": "A1-AUH,450I-W" }, { "solarSystemName": "V-XANH", "x": 690, "y": 230, "security": -0.2457476496115205, - "connectedSystems": [ - "F-UVBV", - "OIOM-Y" - ] + "connectedSystems": "F-UVBV,OIOM-Y" }, { "solarSystemName": "450I-W", "x": 440, "y": 245, "security": -0.4186644922278973, - "connectedSystems": [ - "VUAC-Y", - "JD-TYH" - ] + "connectedSystems": "VUAC-Y,JD-TYH" }, { "solarSystemName": "OIOM-Y", "x": 740, "y": 275, "security": -0.1418669984380686, - "connectedSystems": [ - "TEIZ-C", - "V-XANH", - "IR-FDV" - ] + "connectedSystems": "TEIZ-C,V-XANH,IR-FDV" }, { "solarSystemName": "G-YZUX", "x": 435, "y": 140, "security": -0.3166940191009736, - "connectedSystems": [ - "A1-AUH", - "CZ6U-1", - "D-PNP9", - "P-3XVV" - ] + "connectedSystems": "A1-AUH,CZ6U-1,D-PNP9,P-3XVV" }, { "solarSystemName": "CZ6U-1", "x": 435, "y": 180, "security": -0.345138716176577, - "connectedSystems": [ - "G-YZUX" - ] + "connectedSystems": "G-YZUX" }, { "solarSystemName": "D-PNP9", "x": 370, "y": 140, "security": -0.5696002347847012, - "connectedSystems": [ - "G-YZUX", - "E1UU-3", - "6EK-BV" - ] + "connectedSystems": "G-YZUX,E1UU-3,6EK-BV" }, { "solarSystemName": "E1UU-3", "x": 300, "y": 140, "security": -0.6787485090399454, - "connectedSystems": [ - "D-PNP9", - "BY-MSY" - ] + "connectedSystems": "D-PNP9,BY-MSY" }, { "solarSystemName": "P-3XVV", "x": 435, "y": 100, "security": -0.1864927518023767, - "connectedSystems": [ - "G-YZUX" - ] + "connectedSystems": "G-YZUX" }, { "solarSystemName": "BY-MSY", "x": 235, "y": 140, "security": -0.863413631767042, - "connectedSystems": [ - "E1UU-3" - ] + "connectedSystems": "E1UU-3" }, { "solarSystemName": "6EK-BV", "x": 370, "y": 180, "security": -0.3929236095251484, - "connectedSystems": [ - "D-PNP9" - ] + "connectedSystems": "D-PNP9" }, { "solarSystemName": "IR-FDV", "x": 760, "y": 345, "security": -0.02318025203254737, - "connectedSystems": [ - "OIOM-Y", - "NIZJ-0", - "6-TYRX" - ] + "connectedSystems": "OIOM-Y,NIZJ-0,6-TYRX" }, { "solarSystemName": "NIZJ-0", "x": 835, "y": 310, "security": -0.04296722372969664, - "connectedSystems": [ - "IR-FDV", - "J-RVGD", - "V1ZC-S" - ] + "connectedSystems": "IR-FDV,J-RVGD,V1ZC-S" }, { "solarSystemName": "J-RVGD", "x": 885, "y": 355, "security": -0.04248729296512477, - "connectedSystems": [ - "NIZJ-0", - "H-T40Z", - "111-F1" - ] + "connectedSystems": "NIZJ-0,H-T40Z,111-F1" }, { "solarSystemName": "V1ZC-S", "x": 890, "y": 260, "security": -0.06469368174597034, - "connectedSystems": [ - "NIZJ-0" - ] + "connectedSystems": "NIZJ-0" }, { "solarSystemName": "H-T40Z", "x": 945, "y": 310, "security": -0.05740206979570295, - "connectedSystems": [ - "J-RVGD", - "111-F1" - ] + "connectedSystems": "J-RVGD,111-F1" }, { "solarSystemName": "6-TYRX", "x": 795, "y": 400, "security": -0.01295986105252012, - "connectedSystems": [ - "IR-FDV", - "Q1-R7K" - ] + "connectedSystems": "IR-FDV,Q1-R7K" }, { "solarSystemName": "Q1-R7K", "x": 865, "y": 450, "security": -0.00862067689984769, - "connectedSystems": [ - "6-TYRX" - ] + "connectedSystems": "6-TYRX" }, { "solarSystemName": "111-F1", "x": 945, "y": 400, "security": -0.0958531350379288, - "connectedSystems": [ - "J-RVGD", - "H-T40Z" - ] + "connectedSystems": "J-RVGD,H-T40Z" }, { "solarSystemName": "JD-TYH", "x": 370, "y": 305, "security": -0.1098941783741537, - "connectedSystems": [ - "450I-W", - "02V-BK", - "A5MT-B", - "SN9S-N" - ] + "connectedSystems": "450I-W,02V-BK,A5MT-B,SN9S-N" }, { "solarSystemName": "02V-BK", "x": 410, "y": 370, "security": -0.1629020859400002, - "connectedSystems": [ - "JD-TYH", - "R-ARKN", - "DL-CDY" - ] + "connectedSystems": "JD-TYH,R-ARKN,DL-CDY" }, { "solarSystemName": "A5MT-B", "x": 330, "y": 270, "security": -0.1100654714864416, - "connectedSystems": [ - "JD-TYH" - ] + "connectedSystems": "JD-TYH" }, { "solarSystemName": "R-ARKN", "x": 480, "y": 430, "security": -0.2549326675898955, - "connectedSystems": [ - "02V-BK", - "MS2-V8", - "O4T-Z5" - ] + "connectedSystems": "02V-BK,MS2-V8,O4T-Z5" }, { "solarSystemName": "SN9S-N", "x": 310, "y": 355, "security": -0.05567670779557965, - "connectedSystems": [ - "JD-TYH", - "Z-MO29", - "JI-K5H" - ] + "connectedSystems": "JD-TYH,Z-MO29,JI-K5H" }, { "solarSystemName": "MS2-V8", "x": 565, "y": 480, "security": -0.2112074674669873, - "connectedSystems": [ - "R-ARKN", - "P9F-ZG" - ] + "connectedSystems": "R-ARKN,P9F-ZG" }, { "solarSystemName": "Z-MO29", "x": 185, "y": 460, "security": -0.0370401745440454, - "connectedSystems": [ - "SN9S-N", - "G-JC9R", - "DNEP-Y" - ] + "connectedSystems": "SN9S-N,G-JC9R,DNEP-Y" }, { "solarSystemName": "G-JC9R", "x": 115, "y": 475, "security": -0.02923825089407139, - "connectedSystems": [ - "Z-MO29", - "DIBH-Q" - ] + "connectedSystems": "Z-MO29,DIBH-Q" }, { "solarSystemName": "DIBH-Q", "x": 100, "y": 530, "security": -0.03968187213582552, - "connectedSystems": [ - "G-JC9R", - "YAP-TN", - "H-YHYM" - ] + "connectedSystems": "G-JC9R,YAP-TN,H-YHYM" }, { "solarSystemName": "DNEP-Y", "x": 240, "y": 505, "security": -0.08374838969707399, - "connectedSystems": [ - "Z-MO29", - "PE-H02" - ] + "connectedSystems": "Z-MO29,PE-H02" }, { "solarSystemName": "YAP-TN", "x": 150, "y": 575, "security": -0.04218336867064576, - "connectedSystems": [ - "DIBH-Q", - "PE-H02", - "HHE5-L" - ] + "connectedSystems": "DIBH-Q,PE-H02,HHE5-L" }, { "solarSystemName": "PE-H02", "x": 225, "y": 560, "security": -0.04582171419410741, - "connectedSystems": [ - "DNEP-Y", - "YAP-TN" - ] + "connectedSystems": "DNEP-Y,YAP-TN" }, { "solarSystemName": "H-YHYM", "x": 60, "y": 575, "security": -0.03392286785617893, - "connectedSystems": [ - "DIBH-Q", - "G-4H4C", - "HHE5-L" - ] + "connectedSystems": "DIBH-Q,G-4H4C,HHE5-L" }, { "solarSystemName": "G-4H4C", "x": 15, "y": 620, "security": -0.06356460631126004, - "connectedSystems": [ - "H-YHYM" - ] + "connectedSystems": "H-YHYM" }, { "solarSystemName": "HHE5-L", "x": 100, "y": 620, "security": -0.1183408031400908, - "connectedSystems": [ - "YAP-TN", - "H-YHYM" - ] + "connectedSystems": "YAP-TN,H-YHYM" }, { "solarSystemName": "P9F-ZG", "x": 625, "y": 560, "security": -0.2882119105207448, - "connectedSystems": [ - "MS2-V8", - "QFGB-E", - "PK-PHZ" - ] + "connectedSystems": "MS2-V8,QFGB-E,PK-PHZ" }, { "solarSystemName": "QFGB-E", "x": 625, "y": 600, "security": -0.4913515212416685, - "connectedSystems": [ - "P9F-ZG", - "7P-J38", - "WT-2J9" - ] + "connectedSystems": "P9F-ZG,7P-J38,WT-2J9" }, { "solarSystemName": "7P-J38", "x": 695, "y": 610, "security": -0.5763209055362384, - "connectedSystems": [ - "QFGB-E", - "WT-2J9" - ] + "connectedSystems": "QFGB-E,WT-2J9" }, { "solarSystemName": "WT-2J9", "x": 625, "y": 640, "security": -0.7818303301842349, - "connectedSystems": [ - "QFGB-E", - "7P-J38", - "C-PEWN" - ] + "connectedSystems": "QFGB-E,7P-J38,C-PEWN" }, { "solarSystemName": "PK-PHZ", "x": 695, "y": 560, "security": -0.2973473085900238, - "connectedSystems": [ - "P9F-ZG", - "L-M6JK" - ] + "connectedSystems": "P9F-ZG,L-M6JK" }, { "solarSystemName": "L-M6JK", "x": 765, "y": 560, "security": -0.3494384749365146, - "connectedSystems": [ - "PK-PHZ" - ] + "connectedSystems": "PK-PHZ" }, { "solarSystemName": "C-PEWN", "x": 625, "y": 680, "security": -1, - "connectedSystems": [ - "WT-2J9", - "D4-2XN" - ] + "connectedSystems": "WT-2J9,D4-2XN" }, { "solarSystemName": "DL-CDY", "x": 470, "y": 350, "security": -0.1091565276451122, - "connectedSystems": [ - "02V-BK", - "29YH-V", - "X-HISR" - ] + "connectedSystems": "02V-BK,29YH-V,X-HISR" }, { "solarSystemName": "29YH-V", "x": 515, "y": 315, "security": -0.2472269710216212, - "connectedSystems": [ - "DL-CDY", - "LG-RO2" - ] + "connectedSystems": "DL-CDY,LG-RO2" }, { "solarSystemName": "LG-RO2", "x": 560, "y": 275, "security": -0.4782397489783884, - "connectedSystems": [ - "29YH-V" - ] + "connectedSystems": "29YH-V" }, { "solarSystemName": "X-HISR", "x": 535, "y": 375, "security": -0.2451811149165639, - "connectedSystems": [ - "DL-CDY", - "QS-530", - "VR-YRV" - ] + "connectedSystems": "DL-CDY,QS-530,VR-YRV" }, { "solarSystemName": "QS-530", "x": 605, "y": 405, "security": -0.5557845704689701, - "connectedSystems": [ - "X-HISR", - "VR-YRV" - ] + "connectedSystems": "X-HISR,VR-YRV" }, { "solarSystemName": "VR-YRV", "x": 605, "y": 355, "security": -0.6315818183684372, - "connectedSystems": [ - "X-HISR", - "QS-530", - "IPX-H5" - ] + "connectedSystems": "X-HISR,QS-530,IPX-H5" }, { "solarSystemName": "IPX-H5", "x": 620, "y": 295, "security": -0.9098935637340457, - "connectedSystems": [ - "VR-YRV" - ] + "connectedSystems": "VR-YRV" }, { "solarSystemName": "KSM-1T", "x": 380, "y": 680, "security": -0.2238032161803247, - "connectedSystems": [ - "O-MCZR", - "YRV-MZ", - "6SB-BN" - ] + "connectedSystems": "O-MCZR,YRV-MZ,6SB-BN" }, { "solarSystemName": "YRV-MZ", "x": 450, "y": 680, "security": -0.2178665792680246, - "connectedSystems": [ - "KSM-1T", - "QFIU-K" - ] + "connectedSystems": "KSM-1T,QFIU-K" }, { "solarSystemName": "6SB-BN", "x": 310, "y": 680, "security": -0.4893295198484682, - "connectedSystems": [ - "KSM-1T", - "B1D-KU", - "QFIU-K", - "2R-KLH" - ] + "connectedSystems": "KSM-1T,B1D-KU,QFIU-K,2R-KLH" }, { "solarSystemName": "B1D-KU", "x": 235, "y": 680, "security": -0.3858993743162807, - "connectedSystems": [ - "6SB-BN", - "2R-KLH" - ] + "connectedSystems": "6SB-BN,2R-KLH" }, { "solarSystemName": "QFIU-K", "x": 380, "y": 715, "security": -0.3579818223350637, - "connectedSystems": [ - "YRV-MZ", - "6SB-BN", - "2R-KLH" - ] + "connectedSystems": "YRV-MZ,6SB-BN,2R-KLH" }, { "solarSystemName": "2R-KLH", "x": 310, "y": 715, "security": -0.6054659599728487, - "connectedSystems": [ - "6SB-BN", - "B1D-KU", - "QFIU-K" - ] + "connectedSystems": "6SB-BN,B1D-KU,QFIU-K" }, { "solarSystemName": "TR07-S", "x": 740, "y": 35, "security": -0.6111663265012792, - "connectedSystems": [ - "AZN-D2", - "2-F3OE", - "X-7BIX" - ] + "connectedSystems": "AZN-D2,2-F3OE,X-7BIX" }, { "solarSystemName": "D4-2XN", "x": 625, "y": 725, "security": -1, - "connectedSystems": [ - "K-9UG4", - "C-PEWN" - ] + "connectedSystems": "K-9UG4,C-PEWN" }, { "solarSystemName": "JI-K5H", "x": 340, "y": 515, "security": -0.0425932935094876, - "connectedSystems": [ - "SN9S-N", - "33-JRO", - "ARBX-9", - "O-MCZR" - ] + "connectedSystems": "SN9S-N,33-JRO,ARBX-9,O-MCZR" }, { "solarSystemName": "O-MCZR", "x": 355, "y": 580, "security": -0.08294060501674372, - "connectedSystems": [ - "JI-K5H", - "9T-APQ", - "KSM-1T" - ] + "connectedSystems": "JI-K5H,9T-APQ,KSM-1T" }, { "solarSystemName": "O4T-Z5", "x": 470, "y": 470, "security": -0.06043150597504876, - "connectedSystems": [ - "LG-WA9", - "O-97ZG", - "R-ARKN" - ] + "connectedSystems": "LG-WA9,O-97ZG,R-ARKN" } ] \ No newline at end of file diff --git a/public/Essence.json b/public/Essence.json index 915e65f..7ba1164 100644 --- a/public/Essence.json +++ b/public/Essence.json @@ -4,968 +4,608 @@ "x": 695, "y": 310, "security": 0.8177613595332925, - "connectedSystems": [ - "Luminaire", - "Auberulle", - "Du Annes", - "Adreland" - ] + "connectedSystems": "Luminaire,Auberulle,Du Annes,Adreland" }, { "solarSystemName": "Du Annes", "x": 570, "y": 280, "security": 0.6478139505356102, - "connectedSystems": [ - "Pettinck", - "Renyn", - "Balle", - "Grinacanne", - "Metserel", - "Erme" - ] + "connectedSystems": "Pettinck,Renyn,Balle,Grinacanne,Metserel,Erme" }, { "solarSystemName": "Grinacanne", "x": 505, "y": 280, "security": 0.8480630016916324, - "connectedSystems": [ - "Renyn", - "Du Annes", - "Adreland", - "Erme" - ] + "connectedSystems": "Renyn,Du Annes,Adreland,Erme" }, { "solarSystemName": "Metserel", "x": 570, "y": 230, "security": 0.6882390794916156, - "connectedSystems": [ - "Du Annes", - "Erme", - "Seyllin" - ] + "connectedSystems": "Du Annes,Erme,Seyllin" }, { "solarSystemName": "Erme", "x": 505, "y": 230, "security": 0.798155591761163, - "connectedSystems": [ - "Du Annes", - "Nausschie", - "Grinacanne", - "Metserel", - "Villore", - "Botane" - ] + "connectedSystems": "Du Annes,Nausschie,Grinacanne,Metserel,Villore,Botane" }, { "solarSystemName": "Trosquesere", "x": 500, "y": 545, "security": 0.8714566259433969, - "connectedSystems": [ - "Duripant", - "Ansone", - "Nausschie" - ] + "connectedSystems": "Duripant,Ansone,Nausschie" }, { "solarSystemName": "Lermireve", "x": 455, "y": 700, "security": 0.2705772254108247, - "connectedSystems": [ - "Raeghoscon", - "Angatalie", - "Palmon" - ] + "connectedSystems": "Raeghoscon,Angatalie,Palmon" }, { "solarSystemName": "Kassigainen", "x": 885, "y": 490, "security": 0.915852313971306, - "connectedSystems": [ - "Yashunen", - "Hatakani", - "Algogille", - "Synchelle" - ] + "connectedSystems": "Yashunen,Hatakani,Algogille,Synchelle" }, { "solarSystemName": "Yashunen", "x": 930, "y": 250, "security": 0.9512300145781948, - "connectedSystems": [ - "Kassigainen", - "Tennen", - "Hatakani", - "Jolevier" - ] + "connectedSystems": "Kassigainen,Tennen,Hatakani,Jolevier" }, { "solarSystemName": "Nagamanen", "x": 885, "y": 0, "security": 0.3047258976551928, - "connectedSystems": [ - "Hasmijaala", - "Oto", - "Sujarento", - "Deven" - ] + "connectedSystems": "Hasmijaala,Oto,Sujarento,Deven" }, { "solarSystemName": "Bereye", "x": 615, "y": 450, "security": 0.9, - "connectedSystems": [ - "Arnatele", - "Mies", - "Halle", - "Amattens", - "Jurlesel", - "Aice", - "Leremblompes" - ] + "connectedSystems": "Arnatele,Mies,Halle,Amattens,Jurlesel,Aice,Leremblompes" }, { "solarSystemName": "Orvolle", "x": 430, "y": 110, "security": 0.746238173885059, - "connectedSystems": [ - "PF-346", - "Osmeden", - "Oulley", - "Mesybier" - ] + "connectedSystems": "PF-346,Osmeden,Oulley,Mesybier" }, { "solarSystemName": "Luminaire", "x": 695, "y": 475, "security": 1, - "connectedSystems": [ - "Pettinck", - "Mies", - "Algogille" - ] + "connectedSystems": "Pettinck,Mies,Algogille" }, { "solarSystemName": "Mies", "x": 660, "y": 410, "security": 0.9473784782063247, - "connectedSystems": [ - "Luminaire", - "Bereye", - "Oursulaert" - ] + "connectedSystems": "Luminaire,Bereye,Oursulaert" }, { "solarSystemName": "Oursulaert", "x": 610, "y": 390, "security": 0.8906149761216737, - "connectedSystems": [ - "Renyn", - "Pakhshi", - "Mies" - ] + "connectedSystems": "Renyn,Pakhshi,Mies" }, { "solarSystemName": "Renyn", "x": 520, "y": 395, "security": 0.8981993375293963, - "connectedSystems": [ - "Oursulaert", - "Pakhshi", - "Duripant", - "Algogille", - "Du Annes", - "Grinacanne" - ] + "connectedSystems": "Oursulaert,Pakhshi,Duripant,Algogille,Du Annes,Grinacanne" }, { "solarSystemName": "Duripant", "x": 520, "y": 485, "security": 1, - "connectedSystems": [ - "Trosquesere", - "Renyn" - ] + "connectedSystems": "Trosquesere,Renyn" }, { "solarSystemName": "Algogille", "x": 695, "y": 570, "security": 0.9253662033104486, - "connectedSystems": [ - "Luminaire", - "Kassigainen", - "Renyn", - "Synchelle", - "Couster" - ] + "connectedSystems": "Luminaire,Kassigainen,Renyn,Synchelle,Couster" }, { "solarSystemName": "Caslemon", "x": 810, "y": 150, "security": 0.5781619382598637, - "connectedSystems": [ - "Jolevier", - "Mesybier", - "Charmerout", - "Noghere", - "Adrel" - ] + "connectedSystems": "Jolevier,Mesybier,Charmerout,Noghere,Adrel" }, { "solarSystemName": "Jolevier", "x": 895, "y": 140, "security": 0.8768835565998043, - "connectedSystems": [ - "Yashunen", - "Caslemon", - "Charmerout" - ] + "connectedSystems": "Yashunen,Caslemon,Charmerout" }, { "solarSystemName": "Mesybier", "x": 435, "y": 150, "security": 0.4703787655727688, - "connectedSystems": [ - "Caslemon", - "Pemene", - "Murethand", - "Orvolle" - ] + "connectedSystems": "Caslemon,Pemene,Murethand,Orvolle" }, { "solarSystemName": "Charmerout", "x": 810, "y": 105, "security": 0.5549203693450666, - "connectedSystems": [ - "Caslemon", - "Jolevier", - "Yvangier" - ] + "connectedSystems": "Caslemon,Jolevier,Yvangier" }, { "solarSystemName": "Yvangier", "x": 660, "y": 80, "security": 0.397838452048622, - "connectedSystems": [ - "Charmerout", - "Heydieles" - ] + "connectedSystems": "Charmerout,Heydieles" }, { "solarSystemName": "Pemene", "x": 290, "y": 200, "security": 0.4501924356223205, - "connectedSystems": [ - "Mesybier", - "Villore", - "Amoderia" - ] + "connectedSystems": "Mesybier,Villore,Amoderia" }, { "solarSystemName": "Heydieles", "x": 560, "y": 10, "security": 0.3066251979101813, - "connectedSystems": [ - "Yvangier", - "Fliet", - "Actee", - "Indregulle", - "Abune", - "Old Man Star" - ] + "connectedSystems": "Yvangier,Fliet,Actee,Indregulle,Abune,Old Man Star" }, { "solarSystemName": "Fliet", "x": 700, "y": 0, "security": 0.3455105528646093, - "connectedSystems": [ - "Heydieles", - "Actee", - "Deven" - ] + "connectedSystems": "Heydieles,Actee,Deven" }, { "solarSystemName": "Actee", "x": 700, "y": 40, "security": 0.5014649025070264, - "connectedSystems": [ - "Heydieles", - "Fliet", - "Amane" - ] + "connectedSystems": "Heydieles,Fliet,Amane" }, { "solarSystemName": "Indregulle", "x": 500, "y": 60, "security": 0.241978689738401, - "connectedSystems": [ - "Heydieles", - "Murethand" - ] + "connectedSystems": "Heydieles,Murethand" }, { "solarSystemName": "Amane", "x": 785, "y": 40, "security": 0.5528478509229514, - "connectedSystems": [ - "Actee", - "Estaunitte" - ] + "connectedSystems": "Actee,Estaunitte" }, { "solarSystemName": "Abune", "x": 580, "y": 60, "security": 0.2856340438691167, - "connectedSystems": [ - "Heydieles", - "Oinasiken" - ] + "connectedSystems": "Heydieles,Oinasiken" }, { "solarSystemName": "Deven", "x": 785, "y": 0, "security": 0.317772478577719, - "connectedSystems": [ - "Fliet", - "Nagamanen" - ] + "connectedSystems": "Fliet,Nagamanen" }, { "solarSystemName": "Estaunitte", "x": 885, "y": 40, "security": 0.4282039400458626, - "connectedSystems": [ - "Amane" - ] + "connectedSystems": "Amane" }, { "solarSystemName": "Deninard", "x": 330, "y": 555, "security": 0.7093875698729967, - "connectedSystems": [ - "Kemerk", - "Hulmate", - "Annages", - "Onne" - ] + "connectedSystems": "Kemerk,Hulmate,Annages,Onne" }, { "solarSystemName": "Hulmate", "x": 200, "y": 560, "security": 0.4318340533675543, - "connectedSystems": [ - "Deninard", - "Annages", - "Onne", - "Aere" - ] + "connectedSystems": "Deninard,Annages,Onne,Aere" }, { "solarSystemName": "Annages", "x": 275, "y": 520, "security": 0.6606257145042986, - "connectedSystems": [ - "Deninard", - "Hulmate" - ] + "connectedSystems": "Deninard,Hulmate" }, { "solarSystemName": "Onne", "x": 20, "y": 655, "security": 0.3882801087888061, - "connectedSystems": [ - "Deninard", - "Hulmate", - "Vitrauze", - "Aeschee" - ] + "connectedSystems": "Deninard,Hulmate,Vitrauze,Aeschee" }, { "solarSystemName": "Vitrauze", "x": 380, "y": 600, "security": 0.2997459714736777, - "connectedSystems": [ - "Droselory", - "Onne", - "Palmon" - ] + "connectedSystems": "Droselory,Onne,Palmon" }, { "solarSystemName": "Palmon", "x": 400, "y": 650, "security": 0.4497096686225474, - "connectedSystems": [ - "Vitrauze", - "Lermireve" - ] + "connectedSystems": "Vitrauze,Lermireve" }, { "solarSystemName": "Villore", "x": 290, "y": 120, "security": 0.9, - "connectedSystems": [ - "Pemene", - "Arant", - "Allamotte", - "Old Man Star", - "Cat", - "Erme" - ] + "connectedSystems": "Pemene,Arant,Allamotte,Old Man Star,Cat,Erme" }, { "solarSystemName": "Arant", "x": 375, "y": 200, "security": 0.6047534808332529, - "connectedSystems": [ - "Kemerk", - "Villore", - "Obalyu" - ] + "connectedSystems": "Kemerk,Villore,Obalyu" }, { "solarSystemName": "Allamotte", "x": 190, "y": 95, "security": 0.590296976810497, - "connectedSystems": [ - "Villore", - "Vifrevaert" - ] + "connectedSystems": "Villore,Vifrevaert" }, { "solarSystemName": "Obalyu", "x": 415, "y": 255, "security": 0.4235767651155716, - "connectedSystems": [ - "Arant", - "Parts" - ] + "connectedSystems": "Arant,Parts" }, { "solarSystemName": "Vifrevaert", "x": 120, "y": 65, "security": 0.394994213235969, - "connectedSystems": [ - "Allamotte", - "Ladistier" - ] + "connectedSystems": "Allamotte,Ladistier" }, { "solarSystemName": "Parts", "x": 425, "y": 310, "security": 0.3700815966232464, - "connectedSystems": [ - "Obalyu", - "Allebin" - ] + "connectedSystems": "Obalyu,Allebin" }, { "solarSystemName": "Ladistier", "x": 20, "y": 10, "security": 0.2849998893118635, - "connectedSystems": [ - "Vifrevaert", - "Old Man Star", - "Aeschee" - ] + "connectedSystems": "Vifrevaert,Old Man Star,Aeschee" }, { "solarSystemName": "Old Man Star", "x": 280, "y": 10, "security": 0.3356865888245387, - "connectedSystems": [ - "Villore", - "Ladistier", - "Heydieles" - ] + "connectedSystems": "Villore,Ladistier,Heydieles" }, { "solarSystemName": "Arnon", "x": 235, "y": 360, "security": 0.8, - "connectedSystems": [ - "Emsar", - "Laurvier", - "Adirain", - "Aere" - ] + "connectedSystems": "Emsar,Laurvier,Adirain,Aere" }, { "solarSystemName": "Laurvier", "x": 135, "y": 365, "security": 0.7310495583442387, - "connectedSystems": [ - "Arnon", - "Adirain", - "Attyn" - ] + "connectedSystems": "Arnon,Adirain,Attyn" }, { "solarSystemName": "Adirain", "x": 135, "y": 320, "security": 0.4236857698809219, - "connectedSystems": [ - "Arnon", - "Laurvier", - "Aeschee" - ] + "connectedSystems": "Arnon,Laurvier,Aeschee" }, { "solarSystemName": "Attyn", "x": 135, "y": 410, "security": 0.669496111392775, - "connectedSystems": [ - "Laurvier", - "Arraron" - ] + "connectedSystems": "Laurvier,Arraron" }, { "solarSystemName": "Aere", "x": 180, "y": 495, "security": 0.6090615715210164, - "connectedSystems": [ - "Arnon", - "Lisbaetanne", - "Hulmate" - ] + "connectedSystems": "Arnon,Lisbaetanne,Hulmate" }, { "solarSystemName": "Lisbaetanne", "x": 80, "y": 495, "security": 0.373262599738129, - "connectedSystems": [ - "Aere", - "Aeschee" - ] + "connectedSystems": "Aere,Aeschee" }, { "solarSystemName": "Aeschee", "x": 20, "y": 365, "security": 0.1565304917557424, - "connectedSystems": [ - "Adirain", - "Lisbaetanne", - "Ladistier", - "Onne", - "Jovainnon" - ] + "connectedSystems": "Adirain,Lisbaetanne,Ladistier,Onne,Jovainnon" }, { "solarSystemName": "Allebin", "x": 425, "y": 370, "security": 0.4605558807873058, - "connectedSystems": [ - "Parts", - "Atlulle", - "Haine", - "Perckhevin" - ] + "connectedSystems": "Parts,Atlulle,Haine,Perckhevin" }, { "solarSystemName": "Atlulle", "x": 425, "y": 445, "security": 0.4040958537669085, - "connectedSystems": [ - "Allebin", - "Droselory", - "Isenan" - ] + "connectedSystems": "Allebin,Droselory,Isenan" }, { "solarSystemName": "Droselory", "x": 415, "y": 525, "security": 0.5412530397555997, - "connectedSystems": [ - "Atlulle", - "Vitrauze" - ] + "connectedSystems": "Atlulle,Vitrauze" }, { "solarSystemName": "Haine", "x": 365, "y": 350, "security": 0.4364712475000889, - "connectedSystems": [ - "Allebin", - "Perckhevin" - ] + "connectedSystems": "Allebin,Perckhevin" }, { "solarSystemName": "Perckhevin", "x": 365, "y": 400, "security": 0.5317901272507735, - "connectedSystems": [ - "Allebin", - "Haine" - ] + "connectedSystems": "Allebin,Haine" }, { "solarSystemName": "Isenan", "x": 365, "y": 480, "security": 0.2544274058400347, - "connectedSystems": [ - "Atlulle" - ] + "connectedSystems": "Atlulle" }, { "solarSystemName": "Synchelle", "x": 785, "y": 375, "security": 0.8707330373887257, - "connectedSystems": [ - "Kassigainen", - "Algogille", - "Wysalan", - "Pakhshi", - "Henebene" - ] + "connectedSystems": "Kassigainen,Algogille,Wysalan,Pakhshi,Henebene" }, { "solarSystemName": "Wysalan", "x": 785, "y": 320, "security": 0.8220946561796088, - "connectedSystems": [ - "Synchelle", - "Yona", - "Aporulie", - "Mesokel" - ] + "connectedSystems": "Synchelle,Yona,Aporulie,Mesokel" }, { "solarSystemName": "Yona", "x": 815, "y": 275, "security": 0.8251904771207398, - "connectedSystems": [ - "Wysalan", - "Noghere", - "Aporulie", - "Adrel" - ] + "connectedSystems": "Wysalan,Noghere,Aporulie,Adrel" }, { "solarSystemName": "Noghere", "x": 840, "y": 215, "security": 0.680808731461797, - "connectedSystems": [ - "Caslemon", - "Yona", - "Adrel" - ] + "connectedSystems": "Caslemon,Yona,Adrel" }, { "solarSystemName": "Aporulie", "x": 710, "y": 275, "security": 0.7887401205577904, - "connectedSystems": [ - "Wysalan", - "Yona", - "Seyllin" - ] + "connectedSystems": "Wysalan,Yona,Seyllin" }, { "solarSystemName": "Seyllin", "x": 640, "y": 230, "security": 0.4139828134537368, - "connectedSystems": [ - "Metserel", - "Aporulie", - "Ane" - ] + "connectedSystems": "Metserel,Aporulie,Ane" }, { "solarSystemName": "Adrel", "x": 780, "y": 215, "security": 0.5523204232683239, - "connectedSystems": [ - "Caslemon", - "Yona", - "Noghere" - ] + "connectedSystems": "Caslemon,Yona,Noghere" }, { "solarSystemName": "Ane", "x": 640, "y": 190, "security": 0.3095079870871969, - "connectedSystems": [ - "Seyllin", - "Clorteler" - ] + "connectedSystems": "Seyllin,Clorteler" }, { "solarSystemName": "Clorteler", "x": 720, "y": 170, "security": 0.5156232199088369, - "connectedSystems": [ - "Ane" - ] + "connectedSystems": "Ane" }, { "solarSystemName": "Atlangeins", "x": 85, "y": 175, "security": 0.8804870824892538, - "connectedSystems": [ - "Ourapheh", - "Derririntel", - "Hecarrin" - ] + "connectedSystems": "Ourapheh,Derririntel,Hecarrin" }, { "solarSystemName": "Derririntel", "x": 155, "y": 190, "security": 0.8188007274569858, - "connectedSystems": [ - "Tierijev", - "Atlangeins", - "Cat" - ] + "connectedSystems": "Tierijev,Atlangeins,Cat" }, { "solarSystemName": "Cat", "x": 215, "y": 175, "security": 0.6773544114169816, - "connectedSystems": [ - "Villore", - "Derririntel", - "Ommare" - ] + "connectedSystems": "Villore,Derririntel,Ommare" }, { "solarSystemName": "Ommare", "x": 220, "y": 210, "security": 0.7267059244434768, - "connectedSystems": [ - "Cat", - "Andole" - ] + "connectedSystems": "Cat,Andole" }, { "solarSystemName": "Andole", "x": 200, "y": 245, "security": 0.7533894682218835, - "connectedSystems": [ - "Ommare" - ] + "connectedSystems": "Ommare" }, { "solarSystemName": "Pakhshi", "x": 610, "y": 350, "security": 0.845482996818, - "connectedSystems": [ - "Tar", - "Renyn", - "Oursulaert", - "Synchelle", - "Irgrus" - ] + "connectedSystems": "Tar,Renyn,Oursulaert,Synchelle,Irgrus" }, { "solarSystemName": "Emsar", "x": 225, "y": 310, "security": 0.7129289485226924, - "connectedSystems": [ - "Manarq", - "Ashokon", - "Arnon" - ] + "connectedSystems": "Manarq,Ashokon,Arnon" }, { "solarSystemName": "Ourapheh", "x": 70, "y": 210, "security": 0.861960173311, - "connectedSystems": [ - "Manarq", - "Yulai", - "Chantrousse", - "Atlangeins", - "Botane" - ] + "connectedSystems": "Manarq,Yulai,Chantrousse,Atlangeins,Botane" }, { "solarSystemName": "Kemerk", "x": 330, "y": 315, "security": 0.7669895940730661, - "connectedSystems": [ - "Yulai", - "Deninard", - "Arant", - "Manarq" - ] + "connectedSystems": "Yulai,Deninard,Arant,Manarq" }, { "solarSystemName": "Murethand", "x": 500, "y": 110, "security": 0.2864525220048827, - "connectedSystems": [ - "Mesybier", - "Melmaniel", - "Indregulle" - ] + "connectedSystems": "Mesybier,Melmaniel,Indregulle" }, { "solarSystemName": "Jovainnon", "x": 75, "y": 295, "security": 0.2981414191407068, - "connectedSystems": [ - "Hevrice", - "Aeschee" - ] + "connectedSystems": "Hevrice,Aeschee" }, { "solarSystemName": "Amoderia", "x": 290, "y": 260, "security": 0.4048520216710199, - "connectedSystems": [ - "Pemene", - "Arraron", - "Stou" - ] + "connectedSystems": "Pemene,Arraron,Stou" }, { "solarSystemName": "Arraron", "x": 290, "y": 410, "security": 0.471987249510464, - "connectedSystems": [ - "Amoderia", - "Chantrousse", - "Attyn", - "Stou" - ] + "connectedSystems": "Amoderia,Chantrousse,Attyn,Stou" }, { "solarSystemName": "Tierijev", "x": 130, "y": 225, "security": 0.8379695899076048, - "connectedSystems": [ - "Chantrousse", - "Osmomonne", - "Derririntel", - "Tannolen" - ] + "connectedSystems": "Chantrousse,Osmomonne,Derririntel,Tannolen" }, { "solarSystemName": "Couster", "x": 685, "y": 620, "security": 0.902460888452, - "connectedSystems": [ - "Algogille" - ] + "connectedSystems": "Algogille" }, { "solarSystemName": "Hecarrin", "x": 65, "y": 140, "security": 0.8275978485411967, - "connectedSystems": [ - "Atlangeins" - ] + "connectedSystems": "Atlangeins" }, { "solarSystemName": "Henebene", "x": 855, "y": 350, "security": 0.8373290185921263, - "connectedSystems": [ - "Synchelle" - ] + "connectedSystems": "Synchelle" }, { "solarSystemName": "Mesokel", "x": 850, "y": 315, "security": 0.8576548904039727, - "connectedSystems": [ - "Wysalan" - ] + "connectedSystems": "Wysalan" }, { "solarSystemName": "Oinasiken", "x": 590, "y": 100, "security": 0.2337136584963991, - "connectedSystems": [ - "Nisuwa", - "Pynekastoh", - "Abune" - ] + "connectedSystems": "Nisuwa,Pynekastoh,Abune" } ] \ No newline at end of file diff --git a/public/Etherium Reach.json b/public/Etherium Reach.json index 2fa44d7..0428559 100644 --- a/public/Etherium Reach.json +++ b/public/Etherium Reach.json @@ -4,1207 +4,790 @@ "x": 195, "y": 290, "security": 0.1343789521623037, - "connectedSystems": [ - "Uemon", - "LXQ2-T" - ] + "connectedSystems": "Uemon,LXQ2-T" }, { "solarSystemName": "EFM-C4", "x": 85, "y": 675, "security": -0.4819140155314882, - "connectedSystems": [ - "I-1QKL", - "G-QTSD" - ] + "connectedSystems": "I-1QKL,G-QTSD" }, { "solarSystemName": "BRT-OP", "x": 80, "y": 370, "security": -0.4584356712117387, - "connectedSystems": [ - "66U-1P", - "JUK0-1", - "C-4D0W" - ] + "connectedSystems": "66U-1P,JUK0-1,C-4D0W" }, { "solarSystemName": "Z0H2-4", "x": 845, "y": 270, "security": -0.198103876, - "connectedSystems": [ - "IF-KD1", - "N06Z-Q", - "63-7Q6", - "XCZ5-Y" - ] + "connectedSystems": "IF-KD1,N06Z-Q,63-7Q6,XCZ5-Y" }, { "solarSystemName": "63-7Q6", "x": 825, "y": 225, "security": -0.181499528, - "connectedSystems": [ - "Z0H2-4", - "N06Z-Q", - "W5-205" - ] + "connectedSystems": "Z0H2-4,N06Z-Q,W5-205" }, { "solarSystemName": "6-WMKE", "x": 745, "y": 115, "security": -0.707440162, - "connectedSystems": [ - "I8-AJY", - "89-JPE" - ] + "connectedSystems": "I8-AJY,89-JPE" }, { "solarSystemName": "C6C-K9", "x": 415, "y": 0, "security": -0.603736958, - "connectedSystems": [ - "AL-JSG", - "AG-SYG", - "JAWX-R" - ] + "connectedSystems": "AL-JSG,AG-SYG,JAWX-R" }, { "solarSystemName": "RXA-W1", "x": 725, "y": 715, "security": -0.337687586, - "connectedSystems": [ - "JVA-FE", - "X1-IZ0", - "D-OJEZ" - ] + "connectedSystems": "JVA-FE,X1-IZ0,D-OJEZ" }, { "solarSystemName": "2G-VDP", "x": 510, "y": 400, "security": -0.206970019, - "connectedSystems": [ - "9F-3CR", - "R-6KYM", - "KRPF-A" - ] + "connectedSystems": "9F-3CR,R-6KYM,KRPF-A" }, { "solarSystemName": "9F-3CR", "x": 440, "y": 385, "security": -0.288224371, - "connectedSystems": [ - "2G-VDP", - "BNX-AS", - "QNXJ-M" - ] + "connectedSystems": "2G-VDP,BNX-AS,QNXJ-M" }, { "solarSystemName": "J7M-3W", "x": 615, "y": 385, "security": -0.072268366, - "connectedSystems": [ - "NK-VTL", - "SY-0AM", - "9P-870" - ] + "connectedSystems": "NK-VTL,SY-0AM,9P-870" }, { "solarSystemName": "KRPF-A", "x": 585, "y": 415, "security": -0.053733294, - "connectedSystems": [ - "2G-VDP", - "9P-870" - ] + "connectedSystems": "2G-VDP,9P-870" }, { "solarSystemName": "9P-870", "x": 650, "y": 435, "security": -0.021381085, - "connectedSystems": [ - "J7M-3W", - "KRPF-A", - "DYPL-6" - ] + "connectedSystems": "J7M-3W,KRPF-A,DYPL-6" }, { "solarSystemName": "QNXJ-M", "x": 365, "y": 375, "security": -0.438490058, - "connectedSystems": [ - "KGT3-6", - "9F-3CR", - "KMH-J1" - ] + "connectedSystems": "KGT3-6,9F-3CR,KMH-J1" }, { "solarSystemName": "AID-9T", "x": 965, "y": 95, "security": -0.129641329, - "connectedSystems": [ - "L-GY1B", - "PXE-RG", - "D3S-EA" - ] + "connectedSystems": "L-GY1B,PXE-RG,D3S-EA" }, { "solarSystemName": "PXE-RG", "x": 965, "y": 135, "security": -0.18677988, - "connectedSystems": [ - "AID-9T", - "8-MXHA" - ] + "connectedSystems": "AID-9T,8-MXHA" }, { "solarSystemName": "5J-62N", "x": 965, "y": 255, "security": -0.31931921, - "connectedSystems": [ - "Z-DRIY", - "LPVL-5" - ] + "connectedSystems": "Z-DRIY,LPVL-5" }, { "solarSystemName": "Z-DRIY", "x": 965, "y": 215, "security": -0.494215783, - "connectedSystems": [ - "5J-62N", - "8-MXHA", - "BEG-RL" - ] + "connectedSystems": "5J-62N,8-MXHA,BEG-RL" }, { "solarSystemName": "8-MXHA", "x": 965, "y": 175, "security": -0.3301482, - "connectedSystems": [ - "PXE-RG", - "Z-DRIY" - ] + "connectedSystems": "PXE-RG,Z-DRIY" }, { "solarSystemName": "LPVL-5", "x": 965, "y": 300, "security": -0.073457483, - "connectedSystems": [ - "5J-62N", - "Z0G-XG" - ] + "connectedSystems": "5J-62N,Z0G-XG" }, { "solarSystemName": "D3S-EA", "x": 905, "y": 55, "security": -0.126102916, - "connectedSystems": [ - "AID-9T" - ] + "connectedSystems": "AID-9T" }, { "solarSystemName": "KGT3-6", "x": 360, "y": 450, "security": -0.473881277, - "connectedSystems": [ - "MF-PGF", - "QNXJ-M", - "L-ZJLN" - ] + "connectedSystems": "MF-PGF,QNXJ-M,L-ZJLN" }, { "solarSystemName": "4LJ6-Q", "x": 305, "y": 630, "security": -0.307623676, - "connectedSystems": [ - "SAH-AD", - "MF-PGF" - ] + "connectedSystems": "SAH-AD,MF-PGF" }, { "solarSystemName": "SAH-AD", "x": 270, "y": 695, "security": -0.247388507, - "connectedSystems": [ - "4LJ6-Q", - "G-QTSD", - "EX-GBT" - ] + "connectedSystems": "4LJ6-Q,G-QTSD,EX-GBT" }, { "solarSystemName": "MF-PGF", "x": 345, "y": 535, "security": -0.376205869, - "connectedSystems": [ - "KGT3-6", - "4LJ6-Q" - ] + "connectedSystems": "KGT3-6,4LJ6-Q" }, { "solarSystemName": "L-ZJLN", "x": 430, "y": 455, "security": -0.507204492, - "connectedSystems": [ - "KGT3-6" - ] + "connectedSystems": "KGT3-6" }, { "solarSystemName": "G-QTSD", "x": 185, "y": 685, "security": -0.155415248, - "connectedSystems": [ - "SAH-AD", - "EFM-C4", - "ZZ5X-M" - ] + "connectedSystems": "SAH-AD,EFM-C4,ZZ5X-M" }, { "solarSystemName": "3G-LFX", "x": 695, "y": 320, "security": -0.145396633, - "connectedSystems": [ - "NK-VTL", - "D-CR6W", - "BY-7PY", - "N06Z-Q" - ] + "connectedSystems": "NK-VTL,D-CR6W,BY-7PY,N06Z-Q" }, { "solarSystemName": "NK-VTL", "x": 625, "y": 340, "security": -0.098342278, - "connectedSystems": [ - "3G-LFX", - "D-CR6W", - "J7M-3W" - ] + "connectedSystems": "3G-LFX,D-CR6W,J7M-3W" }, { "solarSystemName": "D-CR6W", "x": 650, "y": 275, "security": -0.148348717, - "connectedSystems": [ - "3G-LFX", - "NK-VTL", - "GN-TNT", - "0M-24X" - ] + "connectedSystems": "3G-LFX,NK-VTL,GN-TNT,0M-24X" }, { "solarSystemName": "BY-7PY", "x": 750, "y": 350, "security": -0.016803849, - "connectedSystems": [ - "3G-LFX", - "RK-Q51", - "F69O-M" - ] + "connectedSystems": "3G-LFX,RK-Q51,F69O-M" }, { "solarSystemName": "GN-TNT", "x": 685, "y": 225, "security": -0.018573628, - "connectedSystems": [ - "D-CR6W", - "QKCU-4" - ] + "connectedSystems": "D-CR6W,QKCU-4" }, { "solarSystemName": "QKCU-4", "x": 745, "y": 235, "security": -0.049713332, - "connectedSystems": [ - "GN-TNT", - "N06Z-Q" - ] + "connectedSystems": "GN-TNT,N06Z-Q" }, { "solarSystemName": "0M-24X", "x": 610, "y": 205, "security": -0.315781076, - "connectedSystems": [ - "D-CR6W", - "IS-OBW" - ] + "connectedSystems": "D-CR6W,IS-OBW" }, { "solarSystemName": "N06Z-Q", "x": 755, "y": 285, "security": -0.033550194, - "connectedSystems": [ - "3G-LFX", - "QKCU-4", - "Z0H2-4", - "YX-0KH", - "63-7Q6" - ] + "connectedSystems": "3G-LFX,QKCU-4,Z0H2-4,YX-0KH,63-7Q6" }, { "solarSystemName": "YX-0KH", "x": 840, "y": 320, "security": -0.030253041, - "connectedSystems": [ - "N06Z-Q" - ] + "connectedSystems": "N06Z-Q" }, { "solarSystemName": "KMH-J1", "x": 360, "y": 290, "security": -0.452214568, - "connectedSystems": [ - "CYB-BZ", - "QNXJ-M" - ] + "connectedSystems": "CYB-BZ,QNXJ-M" }, { "solarSystemName": "CYB-BZ", "x": 340, "y": 195, "security": -0.304567489, - "connectedSystems": [ - "KMH-J1", - "5U-3PW", - "89JS-J" - ] + "connectedSystems": "KMH-J1,5U-3PW,89JS-J" }, { "solarSystemName": "5U-3PW", "x": 285, "y": 225, "security": -0.128692138, - "connectedSystems": [ - "CYB-BZ", - "89JS-J", - "C9R-NO" - ] + "connectedSystems": "CYB-BZ,89JS-J,C9R-NO" }, { "solarSystemName": "89JS-J", "x": 285, "y": 160, "security": -0.062228433, - "connectedSystems": [ - "CYB-BZ", - "5U-3PW", - "43-1TL" - ] + "connectedSystems": "CYB-BZ,5U-3PW,43-1TL" }, { "solarSystemName": "C9R-NO", "x": 285, "y": 305, "security": -0.150801811, - "connectedSystems": [ - "5U-3PW", - "FKR-SR" - ] + "connectedSystems": "5U-3PW,FKR-SR" }, { "solarSystemName": "FKR-SR", "x": 285, "y": 350, "security": -0.123234854, - "connectedSystems": [ - "C9R-NO", - "HV-EAP" - ] + "connectedSystems": "C9R-NO,HV-EAP" }, { "solarSystemName": "1ACJ-6", "x": 540, "y": 285, "security": -0.479886789, - "connectedSystems": [ - "F9-FUV" - ] + "connectedSystems": "F9-FUV" }, { "solarSystemName": "BNX-AS", "x": 465, "y": 320, "security": -0.440610671, - "connectedSystems": [ - "9F-3CR", - "F9-FUV", - "FB-MPY" - ] + "connectedSystems": "9F-3CR,F9-FUV,FB-MPY" }, { "solarSystemName": "XB-9U2", "x": 485, "y": 215, "security": -0.423335052, - "connectedSystems": [ - "F9-FUV" - ] + "connectedSystems": "F9-FUV" }, { "solarSystemName": "F9-FUV", "x": 480, "y": 275, "security": -0.706624267, - "connectedSystems": [ - "1ACJ-6", - "BNX-AS", - "XB-9U2", - "RO-0PZ" - ] + "connectedSystems": "1ACJ-6,BNX-AS,XB-9U2,RO-0PZ" }, { "solarSystemName": "FB-MPY", "x": 420, "y": 280, "security": -0.388876676, - "connectedSystems": [ - "BNX-AS", - "A-YB15" - ] + "connectedSystems": "BNX-AS,A-YB15" }, { "solarSystemName": "RO-0PZ", "x": 535, "y": 245, "security": -0.458968879, - "connectedSystems": [ - "F9-FUV" - ] + "connectedSystems": "F9-FUV" }, { "solarSystemName": "JTA2-2", "x": 580, "y": 550, "security": -0.145956505, - "connectedSystems": [ - "R-6KYM", - "3H58-R", - "RV-GA8" - ] + "connectedSystems": "R-6KYM,3H58-R,RV-GA8" }, { "solarSystemName": "R-6KYM", "x": 510, "y": 505, "security": -0.087538668, - "connectedSystems": [ - "2G-VDP", - "JTA2-2", - "GTY-FW", - "QZV-X3" - ] + "connectedSystems": "2G-VDP,JTA2-2,GTY-FW,QZV-X3" }, { "solarSystemName": "3H58-R", "x": 580, "y": 590, "security": -0.031323219, - "connectedSystems": [ - "JTA2-2" - ] + "connectedSystems": "JTA2-2" }, { "solarSystemName": "RV-GA8", "x": 510, "y": 590, "security": -0.11698774, - "connectedSystems": [ - "JTA2-2", - "TP-RTO", - "QZV-X3" - ] + "connectedSystems": "JTA2-2,TP-RTO,QZV-X3" }, { "solarSystemName": "TP-RTO", "x": 440, "y": 590, "security": -0.041828573, - "connectedSystems": [ - "RV-GA8", - "GTY-FW", - "1H5-3W" - ] + "connectedSystems": "RV-GA8,GTY-FW,1H5-3W" }, { "solarSystemName": "GTY-FW", "x": 440, "y": 550, "security": -0.139883495, - "connectedSystems": [ - "R-6KYM", - "TP-RTO" - ] + "connectedSystems": "R-6KYM,TP-RTO" }, { "solarSystemName": "1H5-3W", "x": 440, "y": 630, "security": -0.039416607, - "connectedSystems": [ - "TP-RTO" - ] + "connectedSystems": "TP-RTO" }, { "solarSystemName": "QZV-X3", "x": 510, "y": 550, "security": -0.057112041, - "connectedSystems": [ - "R-6KYM", - "RV-GA8" - ] + "connectedSystems": "R-6KYM,RV-GA8" }, { "solarSystemName": "IS-OBW", "x": 545, "y": 160, "security": -0.386671414, - "connectedSystems": [ - "0M-24X", - "1GH-48", - "FIZU-X" - ] + "connectedSystems": "0M-24X,1GH-48,FIZU-X" }, { "solarSystemName": "1GH-48", "x": 505, "y": 110, "security": -0.290911121, - "connectedSystems": [ - "IS-OBW", - "IRD-HU", - "B-2VXB", - "FIZU-X" - ] + "connectedSystems": "IS-OBW,IRD-HU,B-2VXB,FIZU-X" }, { "solarSystemName": "IRD-HU", "x": 450, "y": 75, "security": -0.434728119, - "connectedSystems": [ - "1GH-48", - "B-2VXB" - ] + "connectedSystems": "1GH-48,B-2VXB" }, { "solarSystemName": "B-2VXB", "x": 515, "y": 60, "security": -0.606535735, - "connectedSystems": [ - "1GH-48", - "IRD-HU", - "JAWX-R", - "4-QDIX" - ] + "connectedSystems": "1GH-48,IRD-HU,JAWX-R,4-QDIX" }, { "solarSystemName": "FIZU-X", "x": 580, "y": 120, "security": -0.595417936, - "connectedSystems": [ - "IS-OBW", - "1GH-48" - ] + "connectedSystems": "IS-OBW,1GH-48" }, { "solarSystemName": "JAWX-R", "x": 460, "y": 35, "security": -0.693827459, - "connectedSystems": [ - "B-2VXB", - "C6C-K9" - ] + "connectedSystems": "B-2VXB,C6C-K9" }, { "solarSystemName": "Z0G-XG", "x": 955, "y": 450, "security": -0.06680073, - "connectedSystems": [ - "LPVL-5", - "ALC-JM" - ] + "connectedSystems": "LPVL-5,ALC-JM" }, { "solarSystemName": "ALC-JM", "x": 920, "y": 490, "security": -0.131820233, - "connectedSystems": [ - "Z0G-XG", - "9QS5-C" - ] + "connectedSystems": "Z0G-XG,9QS5-C" }, { "solarSystemName": "9QS5-C", "x": 865, "y": 525, "security": -0.050376618, - "connectedSystems": [ - "ALC-JM", - "NWX-LI", - "N-SFZK" - ] + "connectedSystems": "ALC-JM,NWX-LI,N-SFZK" }, { "solarSystemName": "NWX-LI", "x": 715, "y": 585, "security": -0.222100922, - "connectedSystems": [ - "9QS5-C", - "N-SFZK", - "2B-UUQ", - "I64-XB" - ] + "connectedSystems": "9QS5-C,N-SFZK,2B-UUQ,I64-XB" }, { "solarSystemName": "N-SFZK", "x": 800, "y": 510, "security": -0.242598535, - "connectedSystems": [ - "9QS5-C", - "NWX-LI" - ] + "connectedSystems": "9QS5-C,NWX-LI" }, { "solarSystemName": "2B-UUQ", "x": 670, "y": 630, "security": -0.463205399, - "connectedSystems": [ - "NWX-LI", - "QHJR-E" - ] + "connectedSystems": "NWX-LI,QHJR-E" }, { "solarSystemName": "I64-XB", "x": 730, "y": 530, "security": -0.252113617, - "connectedSystems": [ - "NWX-LI", - "M-V0PQ" - ] + "connectedSystems": "NWX-LI,M-V0PQ" }, { "solarSystemName": "4-QDIX", "x": 605, "y": 60, "security": -0.654607339, - "connectedSystems": [ - "B-2VXB", - "FGJP-J" - ] + "connectedSystems": "B-2VXB,FGJP-J" }, { "solarSystemName": "FGJP-J", "x": 675, "y": 60, "security": -0.663567493, - "connectedSystems": [ - "4-QDIX", - "89-JPE", - "WU9-ZR" - ] + "connectedSystems": "4-QDIX,89-JPE,WU9-ZR" }, { "solarSystemName": "89-JPE", "x": 745, "y": 60, "security": -0.669820275, - "connectedSystems": [ - "FGJP-J", - "D-IZT9", - "6-WMKE", - "WU9-ZR", - "E8-432" - ] + "connectedSystems": "FGJP-J,D-IZT9,6-WMKE,WU9-ZR,E8-432" }, { "solarSystemName": "D-IZT9", "x": 775, "y": 15, "security": -0.660764066, - "connectedSystems": [ - "89-JPE", - "E8-432" - ] + "connectedSystems": "89-JPE,E8-432" }, { "solarSystemName": "WU9-ZR", "x": 705, "y": 15, "security": -0.692200629, - "connectedSystems": [ - "FGJP-J", - "89-JPE" - ] + "connectedSystems": "FGJP-J,89-JPE" }, { "solarSystemName": "E8-432", "x": 815, "y": 60, "security": -0.684539426, - "connectedSystems": [ - "89-JPE", - "D-IZT9" - ] + "connectedSystems": "89-JPE,D-IZT9" }, { "solarSystemName": "43-1TL", "x": 240, "y": 115, "security": -0.068253358, - "connectedSystems": [ - "89JS-J", - "O-LJOO" - ] + "connectedSystems": "89JS-J,O-LJOO" }, { "solarSystemName": "O-LJOO", "x": 155, "y": 115, "security": -0.02699887, - "connectedSystems": [ - "43-1TL", - "ZS-PNI", - "TZ-74M" - ] + "connectedSystems": "43-1TL,ZS-PNI,TZ-74M" }, { "solarSystemName": "ZS-PNI", "x": 130, "y": 170, "security": -0.08368803, - "connectedSystems": [ - "O-LJOO", - "8KE-YS" - ] + "connectedSystems": "O-LJOO,8KE-YS" }, { "solarSystemName": "TZ-74M", "x": 105, "y": 75, "security": -0.054484977, - "connectedSystems": [ - "O-LJOO", - "FZX-PU" - ] + "connectedSystems": "O-LJOO,FZX-PU" }, { "solarSystemName": "8KE-YS", "x": 130, "y": 225, "security": -0.053898784, - "connectedSystems": [ - "ZS-PNI", - "LXQ2-T" - ] + "connectedSystems": "ZS-PNI,LXQ2-T" }, { "solarSystemName": "LXQ2-T", "x": 130, "y": 285, "security": -0.076501757, - "connectedSystems": [ - "8KE-YS", - "Paala", - "PX-IHN" - ] + "connectedSystems": "8KE-YS,Paala,PX-IHN" }, { "solarSystemName": "HV-EAP", "x": 285, "y": 435, "security": -0.196973754, - "connectedSystems": [ - "FKR-SR", - "3IK-7O", - "O-EUHA", - "UAV-1E" - ] + "connectedSystems": "FKR-SR,3IK-7O,O-EUHA,UAV-1E" }, { "solarSystemName": "3IK-7O", "x": 195, "y": 460, "security": -0.173151498, - "connectedSystems": [ - "HV-EAP", - "O-EUHA", - "UAV-1E" - ] + "connectedSystems": "HV-EAP,O-EUHA,UAV-1E" }, { "solarSystemName": "O-EUHA", "x": 260, "y": 500, "security": -0.129867458, - "connectedSystems": [ - "HV-EAP", - "3IK-7O", - "MO-I1W", - "QBZO-R" - ] + "connectedSystems": "HV-EAP,3IK-7O,MO-I1W,QBZO-R" }, { "solarSystemName": "MO-I1W", "x": 260, "y": 550, "security": -0.095585478, - "connectedSystems": [ - "O-EUHA", - "ZZ5X-M" - ] + "connectedSystems": "O-EUHA,ZZ5X-M" }, { "solarSystemName": "ZZ5X-M", "x": 195, "y": 580, "security": -0.044481439, - "connectedSystems": [ - "MO-I1W", - "CL-IRS", - "G-QTSD" - ] + "connectedSystems": "MO-I1W,CL-IRS,G-QTSD" }, { "solarSystemName": "UAV-1E", "x": 230, "y": 400, "security": -0.243132922, - "connectedSystems": [ - "HV-EAP", - "3IK-7O" - ] + "connectedSystems": "HV-EAP,3IK-7O" }, { "solarSystemName": "CL-IRS", "x": 130, "y": 550, "security": -0.027507488, - "connectedSystems": [ - "ZZ5X-M", - "QBZO-R" - ] + "connectedSystems": "ZZ5X-M,QBZO-R" }, { "solarSystemName": "QBZO-R", "x": 130, "y": 500, "security": -0.045966437, - "connectedSystems": [ - "CL-IRS", - "PX-IHN", - "O-EUHA" - ] + "connectedSystems": "CL-IRS,PX-IHN,O-EUHA" }, { "solarSystemName": "QHJR-E", "x": 635, "y": 660, "security": -0.520107268, - "connectedSystems": [ - "2B-UUQ", - "1PF-BC", - "Z-FET0" - ] + "connectedSystems": "2B-UUQ,1PF-BC,Z-FET0" }, { "solarSystemName": "1PF-BC", "x": 575, "y": 740, "security": -0.711876058, - "connectedSystems": [ - "QHJR-E", - "D-OJEZ", - "C-V6DQ", - "EX-GBT" - ] + "connectedSystems": "QHJR-E,D-OJEZ,C-V6DQ,EX-GBT" }, { "solarSystemName": "D-OJEZ", "x": 650, "y": 735, "security": -0.761516359, - "connectedSystems": [ - "1PF-BC", - "RXA-W1" - ] + "connectedSystems": "1PF-BC,RXA-W1" }, { "solarSystemName": "C-V6DQ", "x": 560, "y": 710, "security": -0.872146531, - "connectedSystems": [ - "1PF-BC", - "Z-FET0", - "EX-GBT" - ] + "connectedSystems": "1PF-BC,Z-FET0,EX-GBT" }, { "solarSystemName": "Z-FET0", "x": 570, "y": 680, "security": -0.768321221, - "connectedSystems": [ - "QHJR-E", - "C-V6DQ", - "EX-GBT" - ] + "connectedSystems": "QHJR-E,C-V6DQ,EX-GBT" }, { "solarSystemName": "EX-GBT", "x": 465, "y": 690, "security": -0.906963107, - "connectedSystems": [ - "1PF-BC", - "C-V6DQ", - "Z-FET0", - "SAH-AD" - ] + "connectedSystems": "1PF-BC,C-V6DQ,Z-FET0,SAH-AD" }, { "solarSystemName": "PX-IHN", "x": 130, "y": 395, "security": -0.108995443, - "connectedSystems": [ - "QBZO-R", - "WPV-JN", - "IL-H0A", - "M9-LAN", - "LXQ2-T" - ] + "connectedSystems": "QBZO-R,WPV-JN,IL-H0A,M9-LAN,LXQ2-T" }, { "solarSystemName": "WPV-JN", "x": 70, "y": 230, "security": -0.000393402, - "connectedSystems": [ - "PX-IHN", - "C-4D0W", - "L4X-1V" - ] + "connectedSystems": "PX-IHN,C-4D0W,L4X-1V" }, { "solarSystemName": "IL-H0A", "x": 0, "y": 470, "security": -0.013026942, - "connectedSystems": [ - "PX-IHN", - "CT8K-0", - "M9-LAN", - "L4X-1V" - ] + "connectedSystems": "PX-IHN,CT8K-0,M9-LAN,L4X-1V" }, { "solarSystemName": "CT8K-0", "x": 35, "y": 345, "security": -0.045386098, - "connectedSystems": [ - "IL-H0A", - "M9-LAN", - "C-4D0W" - ] + "connectedSystems": "IL-H0A,M9-LAN,C-4D0W" }, { "solarSystemName": "M9-LAN", "x": 50, "y": 410, "security": -0.076380104, - "connectedSystems": [ - "PX-IHN", - "IL-H0A", - "CT8K-0" - ] + "connectedSystems": "PX-IHN,IL-H0A,CT8K-0" }, { "solarSystemName": "C-4D0W", "x": 55, "y": 285, "security": -0.036053895, - "connectedSystems": [ - "WPV-JN", - "CT8K-0", - "BRT-OP" - ] + "connectedSystems": "WPV-JN,CT8K-0,BRT-OP" }, { "solarSystemName": "L4X-1V", "x": 5, "y": 185, "security": -0.100332654, - "connectedSystems": [ - "WPV-JN", - "IL-H0A" - ] + "connectedSystems": "WPV-JN,IL-H0A" }, { "solarSystemName": "M-V0PQ", "x": 740, "y": 485, "security": -0.249026909, - "connectedSystems": [ - "I64-XB", - "DYPL-6", - "V-OL61" - ] + "connectedSystems": "I64-XB,DYPL-6,V-OL61" }, { "solarSystemName": "DYPL-6", "x": 710, "y": 455, "security": -0.191534956, - "connectedSystems": [ - "M-V0PQ", - "V-OL61", - "RK-Q51", - "9P-870" - ] + "connectedSystems": "M-V0PQ,V-OL61,RK-Q51,9P-870" }, { "solarSystemName": "V-OL61", "x": 795, "y": 435, "security": -0.153503578, - "connectedSystems": [ - "M-V0PQ", - "DYPL-6", - "RK-Q51" - ] + "connectedSystems": "M-V0PQ,DYPL-6,RK-Q51" }, { "solarSystemName": "RK-Q51", "x": 750, "y": 395, "security": -0.143494926, - "connectedSystems": [ - "BY-7PY", - "DYPL-6", - "V-OL61", - "F69O-M" - ] + "connectedSystems": "BY-7PY,DYPL-6,V-OL61,F69O-M" }, { "solarSystemName": "F69O-M", "x": 835, "y": 375, "security": -0.5245716, - "connectedSystems": [ - "BY-7PY", - "RK-Q51", - "T-IDGH" - ] + "connectedSystems": "BY-7PY,RK-Q51,T-IDGH" }, { "solarSystemName": "T-IDGH", "x": 905, "y": 375, "security": -0.754625851, - "connectedSystems": [ - "F69O-M" - ] + "connectedSystems": "F69O-M" }, { "solarSystemName": "SY-0AM", "x": 550, "y": 345, "security": -0.157151653, - "connectedSystems": [ - "AU2V-J", - "J7M-3W", - "QZX-L9", - "D-6PKO" - ] + "connectedSystems": "AU2V-J,J7M-3W,QZX-L9,D-6PKO" }, { "solarSystemName": "A-YB15", "x": 420, "y": 220, "security": -0.590294149, - "connectedSystems": [ - "SG-3HY", - "FB-MPY" - ] + "connectedSystems": "SG-3HY,FB-MPY" }, { "solarSystemName": "L-GY1B", "x": 965, "y": 10, "security": -0.1785059, - "connectedSystems": [ - "74-DRC", - "AID-9T", - "LE-67X", - "N-JK02" - ] + "connectedSystems": "74-DRC,AID-9T,LE-67X,N-JK02" }, { "solarSystemName": "FZX-PU", "x": 50, "y": 30, "security": -0.133647474, - "connectedSystems": [ - "GQ-7SP", - "I2D3-5", - "O9K-FT", - "TZ-74M" - ] + "connectedSystems": "GQ-7SP,I2D3-5,O9K-FT,TZ-74M" }, { "solarSystemName": "BEG-RL", "x": 895, "y": 185, "security": -0.599435918, - "connectedSystems": [ - "Z-DRIY", - "972C-1", - "Z-ENUD" - ] + "connectedSystems": "Z-DRIY,972C-1,Z-ENUD" } ] \ No newline at end of file diff --git a/public/Everyshore.json b/public/Everyshore.json index f729f1b..ef14992 100644 --- a/public/Everyshore.json +++ b/public/Everyshore.json @@ -4,786 +4,475 @@ "x": 895, "y": 135, "security": 0.8725015366781721, - "connectedSystems": [ - "Pettinck", - "Grinacanne", - "Adiere", - "Mattere" - ] + "connectedSystems": "Pettinck,Grinacanne,Adiere,Mattere" }, { "solarSystemName": "Ardene", "x": 775, "y": 720, "security": 0.5517798187001999, - "connectedSystems": [ - "Ardallabier", - "Boillair", - "Ney", - "Adrallezoen" - ] + "connectedSystems": "Ardallabier,Boillair,Ney,Adrallezoen" }, { "solarSystemName": "Schoorasana", "x": 65, "y": 480, "security": 0.4480995303675568, - "connectedSystems": [ - "Gratesier", - "Mormelot" - ] + "connectedSystems": "Gratesier,Mormelot" }, { "solarSystemName": "Vylade", "x": 865, "y": 450, "security": 0.7962889720120507, - "connectedSystems": [ - "Blameston", - "Balle", - "Auvergne", - "Dodixie", - "Eglennaert", - "Ainaille" - ] + "connectedSystems": "Blameston,Balle,Auvergne,Dodixie,Eglennaert,Ainaille" }, { "solarSystemName": "Dodixie", "x": 900, "y": 330, "security": 0.868406701643, - "connectedSystems": [ - "Vylade", - "Auvergne", - "Agrallarier", - "Botane", - "Athinard", - "Meves" - ] + "connectedSystems": "Vylade,Auvergne,Agrallarier,Botane,Athinard,Meves" }, { "solarSystemName": "Pulin", "x": 705, "y": 485, "security": 0.5419477413947693, - "connectedSystems": [ - "Foves", - "Jaschercis", - "Misneden", - "Basgerin", - "Chelien" - ] + "connectedSystems": "Foves,Jaschercis,Misneden,Basgerin,Chelien" }, { "solarSystemName": "Jel", "x": 700, "y": 710, "security": 0.6071689587518347, - "connectedSystems": [ - "Ardallabier", - "Egghelende", - "Ation" - ] + "connectedSystems": "Ardallabier,Egghelende,Ation" }, { "solarSystemName": "Brapelille", "x": 615, "y": 690, "security": 0.6724661865749801, - "connectedSystems": [ - "Ardallabier", - "Bawilan", - "Fricoure", - "Brybier", - "Adrallezoen", - "Caretyn" - ] + "connectedSystems": "Ardallabier,Bawilan,Fricoure,Brybier,Adrallezoen,Caretyn" }, { "solarSystemName": "Doussivitte", "x": 965, "y": 195, "security": 0.7619204115722225, - "connectedSystems": [ - "Parchanier", - "Abenync", - "Stetille", - "Mattere" - ] + "connectedSystems": "Parchanier,Abenync,Stetille,Mattere" }, { "solarSystemName": "Claysson", "x": 635, "y": 270, "security": 0.9376874435009036, - "connectedSystems": [ - "Harerget", - "Stetille", - "Oirtlair" - ] + "connectedSystems": "Harerget,Stetille,Oirtlair" }, { "solarSystemName": "Bourynes", "x": 710, "y": 200, "security": 1, - "connectedSystems": [ - "Alillere", - "Pozirblant", - "Aymaerne", - "Vittenyn", - "Eglennaert", - "Ethernity" - ] + "connectedSystems": "Alillere,Pozirblant,Aymaerne,Vittenyn,Eglennaert,Ethernity" }, { "solarSystemName": "Lermireve", "x": 0, "y": 500, "security": 0.2705772254108247, - "connectedSystems": [ - "Raeghoscon", - "Angatalie", - "Palmon" - ] + "connectedSystems": "Raeghoscon,Angatalie,Palmon" }, { "solarSystemName": "Arnatele", "x": 265, "y": 295, "security": 0.6229306526708074, - "connectedSystems": [ - "Halle", - "Mormoen", - "Amattens", - "Jurlesel", - "Bereye", - "Junsoraert" - ] + "connectedSystems": "Halle,Mormoen,Amattens,Jurlesel,Bereye,Junsoraert" }, { "solarSystemName": "Halle", "x": 325, "y": 330, "security": 0.7283624900874194, - "connectedSystems": [ - "Arnatele", - "Mormoen", - "Bereye" - ] + "connectedSystems": "Arnatele,Mormoen,Bereye" }, { "solarSystemName": "Mormoen", "x": 325, "y": 270, "security": 0.7180394844318911, - "connectedSystems": [ - "Arnatele", - "Halle" - ] + "connectedSystems": "Arnatele,Halle" }, { "solarSystemName": "Amattens", "x": 170, "y": 410, "security": 0.5900502183233818, - "connectedSystems": [ - "Arnatele", - "Jurlesel", - "Bereye", - "Aice", - "Junsoraert", - "Uphene" - ] + "connectedSystems": "Arnatele,Jurlesel,Bereye,Aice,Junsoraert,Uphene" }, { "solarSystemName": "Jurlesel", "x": 95, "y": 350, "security": 0.5992497127593963, - "connectedSystems": [ - "Arnatele", - "Amattens", - "Bereye", - "Aice", - "Junsoraert" - ] + "connectedSystems": "Arnatele,Amattens,Bereye,Aice,Junsoraert" }, { "solarSystemName": "Bereye", "x": 270, "y": 375, "security": 0.9, - "connectedSystems": [ - "Arnatele", - "Mies", - "Halle", - "Amattens", - "Jurlesel", - "Aice", - "Leremblompes" - ] + "connectedSystems": "Arnatele,Mies,Halle,Amattens,Jurlesel,Aice,Leremblompes" }, { "solarSystemName": "Aice", "x": 155, "y": 280, "security": 0.6911667830472876, - "connectedSystems": [ - "Amattens", - "Jurlesel", - "Bereye", - "Enedore" - ] + "connectedSystems": "Amattens,Jurlesel,Bereye,Enedore" }, { "solarSystemName": "Junsoraert", "x": 190, "y": 340, "security": 0.5241831876105647, - "connectedSystems": [ - "Arnatele", - "Amattens", - "Jurlesel" - ] + "connectedSystems": "Arnatele,Amattens,Jurlesel" }, { "solarSystemName": "Harerget", "x": 625, "y": 345, "security": 0.8337578334304113, - "connectedSystems": [ - "Claysson", - "Azer", - "Cherore", - "Ethernity" - ] + "connectedSystems": "Claysson,Azer,Cherore,Ethernity" }, { "solarSystemName": "Azer", "x": 565, "y": 400, "security": 0.6570695028087454, - "connectedSystems": [ - "Harerget", - "Cherore", - "Torvi", - "Atlanins", - "Mosson" - ] + "connectedSystems": "Harerget,Cherore,Torvi,Atlanins,Mosson" }, { "solarSystemName": "Cherore", "x": 650, "y": 420, "security": 0.7028863843480447, - "connectedSystems": [ - "Jaschercis", - "Harerget", - "Azer", - "Mosson" - ] + "connectedSystems": "Jaschercis,Harerget,Azer,Mosson" }, { "solarSystemName": "Torvi", "x": 540, "y": 355, "security": 0.5303085937931712, - "connectedSystems": [ - "Azer", - "Mya" - ] + "connectedSystems": "Azer,Mya" }, { "solarSystemName": "Mosson", "x": 590, "y": 455, "security": 0.6565800793318255, - "connectedSystems": [ - "Vaurent", - "Azer", - "Cherore" - ] + "connectedSystems": "Vaurent,Azer,Cherore" }, { "solarSystemName": "Mya", "x": 525, "y": 305, "security": 0.3710814414145367, - "connectedSystems": [ - "Torvi", - "Gerper" - ] + "connectedSystems": "Torvi,Gerper" }, { "solarSystemName": "Gerper", "x": 535, "y": 245, "security": 0.3544372000992788, - "connectedSystems": [ - "Mya" - ] + "connectedSystems": "Mya" }, { "solarSystemName": "Marosier", "x": 675, "y": 620, "security": 0.6034455992087044, - "connectedSystems": [ - "Lirsautton", - "Vaurent", - "Jaschercis" - ] + "connectedSystems": "Lirsautton,Vaurent,Jaschercis" }, { "solarSystemName": "Lirsautton", "x": 775, "y": 580, "security": 0.835555852674809, - "connectedSystems": [ - "Marosier", - "Blameston", - "Ardallabier", - "Meves" - ] + "connectedSystems": "Marosier,Blameston,Ardallabier,Meves" }, { "solarSystemName": "Blameston", "x": 840, "y": 505, "security": 0.9516095482519655, - "connectedSystems": [ - "Lirsautton", - "Vylade" - ] + "connectedSystems": "Lirsautton,Vylade" }, { "solarSystemName": "Vaurent", "x": 605, "y": 585, "security": 0.5843099765994465, - "connectedSystems": [ - "Marosier", - "Jaschercis", - "Atlanins", - "Mosson" - ] + "connectedSystems": "Marosier,Jaschercis,Atlanins,Mosson" }, { "solarSystemName": "Aclan", "x": 710, "y": 560, "security": 0.5067094851027737, - "connectedSystems": [ - "Jaschercis" - ] + "connectedSystems": "Jaschercis" }, { "solarSystemName": "Jaschercis", "x": 660, "y": 530, "security": 0.6127038720154012, - "connectedSystems": [ - "Marosier", - "Vaurent", - "Pulin", - "Aclan", - "Cherore" - ] + "connectedSystems": "Marosier,Vaurent,Pulin,Aclan,Cherore" }, { "solarSystemName": "Ardallabier", "x": 755, "y": 655, "security": 0.7136319328253772, - "connectedSystems": [ - "Lirsautton", - "Ardene", - "Jel", - "Brapelille" - ] + "connectedSystems": "Lirsautton,Ardene,Jel,Brapelille" }, { "solarSystemName": "Athinard", "x": 900, "y": 260, "security": 0.9749090362069222, - "connectedSystems": [ - "Meves", - "Ethernity", - "Dodixie" - ] + "connectedSystems": "Meves,Ethernity,Dodixie" }, { "solarSystemName": "Meves", "x": 815, "y": 295, "security": 0.9791473474606078, - "connectedSystems": [ - "Athinard", - "Ethernity", - "Mattere", - "Lirsautton", - "Dodixie" - ] + "connectedSystems": "Athinard,Ethernity,Mattere,Lirsautton,Dodixie" }, { "solarSystemName": "Ethernity", "x": 780, "y": 235, "security": 0.9356340666048935, - "connectedSystems": [ - "Harerget", - "Athinard", - "Meves", - "Mattere", - "Gicodel", - "Bourynes" - ] + "connectedSystems": "Harerget,Athinard,Meves,Mattere,Gicodel,Bourynes" }, { "solarSystemName": "Mattere", "x": 865, "y": 200, "security": 0.9511227392707943, - "connectedSystems": [ - "Meves", - "Ethernity", - "Gicodel", - "Doussivitte", - "Adreland" - ] + "connectedSystems": "Meves,Ethernity,Gicodel,Doussivitte,Adreland" }, { "solarSystemName": "Gicodel", "x": 780, "y": 165, "security": 0.858425910196692, - "connectedSystems": [ - "Ethernity", - "Mattere", - "Frarolle" - ] + "connectedSystems": "Ethernity,Mattere,Frarolle" }, { "solarSystemName": "Frarolle", "x": 730, "y": 105, "security": 0.7904602604737497, - "connectedSystems": [ - "Gicodel", - "Quier" - ] + "connectedSystems": "Gicodel,Quier" }, { "solarSystemName": "Quier", "x": 625, "y": 55, "security": 0.7338821240116722, - "connectedSystems": [ - "Frarolle" - ] + "connectedSystems": "Frarolle" }, { "solarSystemName": "Atlanins", "x": 470, "y": 600, "security": 0.6290530090471502, - "connectedSystems": [ - "Vaurent", - "Azer", - "Leremblompes", - "Bille", - "Alachene", - "Elarel" - ] + "connectedSystems": "Vaurent,Azer,Leremblompes,Bille,Alachene,Elarel" }, { "solarSystemName": "Leremblompes", "x": 390, "y": 475, "security": 0.647192765314, - "connectedSystems": [ - "Bereye", - "Atlanins", - "Bille", - "Colcer", - "Uphene", - "Avele" - ] + "connectedSystems": "Bereye,Atlanins,Bille,Colcer,Uphene,Avele" }, { "solarSystemName": "Bille", "x": 290, "y": 560, "security": 0.5158581956835364, - "connectedSystems": [ - "Atlanins", - "Leremblompes", - "Uphene", - "Elarel" - ] + "connectedSystems": "Atlanins,Leremblompes,Uphene,Elarel" }, { "solarSystemName": "Colcer", "x": 460, "y": 440, "security": 0.8512248960268549, - "connectedSystems": [ - "Leremblompes" - ] + "connectedSystems": "Leremblompes" }, { "solarSystemName": "Alachene", "x": 390, "y": 535, "security": 0.3423653062928791, - "connectedSystems": [ - "Atlanins", - "Uphene" - ] + "connectedSystems": "Atlanins,Uphene" }, { "solarSystemName": "Uphene", "x": 265, "y": 505, "security": 0.5783271720851728, - "connectedSystems": [ - "Amattens", - "Leremblompes", - "Bille", - "Alachene" - ] + "connectedSystems": "Amattens,Leremblompes,Bille,Alachene" }, { "solarSystemName": "Elarel", "x": 280, "y": 615, "security": 0.3945267478874255, - "connectedSystems": [ - "Atlanins", - "Bille", - "Groothese" - ] + "connectedSystems": "Atlanins,Bille,Groothese" }, { "solarSystemName": "Enedore", "x": 280, "y": 195, "security": 0.6467583335719689, - "connectedSystems": [ - "Aice", - "Averon", - "Laic", - "Antollare", - "Scuelazyns" - ] + "connectedSystems": "Aice,Averon,Laic,Antollare,Scuelazyns" }, { "solarSystemName": "Averon", "x": 265, "y": 160, "security": 0.5760883283177869, - "connectedSystems": [ - "Enedore", - "Carirgnottin", - "Odixie", - "Scuelazyns" - ] + "connectedSystems": "Enedore,Carirgnottin,Odixie,Scuelazyns" }, { "solarSystemName": "Carirgnottin", "x": 180, "y": 90, "security": 0.6248775511168193, - "connectedSystems": [ - "Averon", - "Odixie", - "Tolle", - "Scuelazyns" - ] + "connectedSystems": "Averon,Odixie,Tolle,Scuelazyns" }, { "solarSystemName": "Laic", "x": 345, "y": 205, "security": 0.7931729338542655, - "connectedSystems": [ - "Enedore", - "Antollare" - ] + "connectedSystems": "Enedore,Antollare" }, { "solarSystemName": "Odixie", "x": 265, "y": 90, "security": 0.5503032754762968, - "connectedSystems": [ - "Averon", - "Carirgnottin", - "Scuelazyns", - "Muer" - ] + "connectedSystems": "Averon,Carirgnottin,Scuelazyns,Muer" }, { "solarSystemName": "Antollare", "x": 360, "y": 155, "security": 0.6894271902190032, - "connectedSystems": [ - "Enedore", - "Laic", - "Avele" - ] + "connectedSystems": "Enedore,Laic,Avele" }, { "solarSystemName": "Tolle", "x": 100, "y": 90, "security": 0.708052067251361, - "connectedSystems": [ - "Manarq", - "Carirgnottin", - "Aydoteaux" - ] + "connectedSystems": "Manarq,Carirgnottin,Aydoteaux" }, { "solarSystemName": "Avele", "x": 425, "y": 210, "security": 0.7101435824422295, - "connectedSystems": [ - "Leremblompes", - "Antollare" - ] + "connectedSystems": "Leremblompes,Antollare" }, { "solarSystemName": "Scuelazyns", "x": 180, "y": 160, "security": 0.6416866619441537, - "connectedSystems": [ - "Enedore", - "Averon", - "Carirgnottin", - "Odixie", - "Muer" - ] + "connectedSystems": "Enedore,Averon,Carirgnottin,Odixie,Muer" }, { "solarSystemName": "Aydoteaux", "x": 25, "y": 90, "security": 0.6805528669102096, - "connectedSystems": [ - "Tolle", - "Girani-Fa" - ] + "connectedSystems": "Tolle,Girani-Fa" }, { "solarSystemName": "Muer", "x": 255, "y": 35, "security": 0.5811638675909376, - "connectedSystems": [ - "Odixie", - "Scuelazyns" - ] + "connectedSystems": "Odixie,Scuelazyns" }, { "solarSystemName": "Groothese", "x": 185, "y": 620, "security": 0.2682584516907588, - "connectedSystems": [ - "Elarel", - "Olide" - ] + "connectedSystems": "Elarel,Olide" }, { "solarSystemName": "Olide", "x": 115, "y": 610, "security": 0.7416001213131533, - "connectedSystems": [ - "Groothese", - "Adeel", - "Mannar" - ] + "connectedSystems": "Groothese,Adeel,Mannar" }, { "solarSystemName": "Adeel", "x": 85, "y": 645, "security": 0.3530483964302776, - "connectedSystems": [ - "Olide" - ] + "connectedSystems": "Olide" }, { "solarSystemName": "Mannar", "x": 65, "y": 580, "security": 0.285022775184, - "connectedSystems": [ - "Olide", - "Mormelot", - "Angatalie" - ] + "connectedSystems": "Olide,Mormelot,Angatalie" }, { "solarSystemName": "Mormelot", "x": 80, "y": 530, "security": 0.2320840340687989, - "connectedSystems": [ - "Mannar", - "Schoorasana" - ] + "connectedSystems": "Mannar,Schoorasana" }, { "solarSystemName": "Angatalie", "x": 15, "y": 545, "security": 0.1604663930412262, - "connectedSystems": [ - "Mannar", - "Lermireve" - ] + "connectedSystems": "Mannar,Lermireve" }, { "solarSystemName": "Mies", "x": 345, "y": 370, "security": 0.9473784782063247, - "connectedSystems": [ - "Luminaire", - "Bereye", - "Oursulaert" - ] + "connectedSystems": "Luminaire,Bereye,Oursulaert" }, { "solarSystemName": "Manarq", "x": 80, "y": 35, "security": 0.815666222756326, - "connectedSystems": [ - "Tar", - "Emsar", - "Ourapheh", - "Tolle", - "Kemerk" - ] + "connectedSystems": "Tar,Emsar,Ourapheh,Tolle,Kemerk" }, { "solarSystemName": "Girani-Fa", "x": 5, "y": 35, "security": 0.5869574506870716, - "connectedSystems": [ - "Tarta", - "Aydoteaux", - "Nasreri" - ] + "connectedSystems": "Tarta,Aydoteaux,Nasreri" } ] \ No newline at end of file diff --git a/public/Fade.json b/public/Fade.json index 534dbc7..102f621 100644 --- a/public/Fade.json +++ b/public/Fade.json @@ -4,351 +4,230 @@ "x": 755, "y": 610, "security": -0.2396970557859594, - "connectedSystems": [ - "G95-VZ", - "C8-CHY" - ] + "connectedSystems": "G95-VZ,C8-CHY" }, { "solarSystemName": "U-INPD", "x": 965, "y": 305, "security": -0.1041644937773346, - "connectedSystems": [ - "A8I-C5", - "DK-FXK", - "DO6H-Q" - ] + "connectedSystems": "A8I-C5,DK-FXK,DO6H-Q" }, { "solarSystemName": "E-Z2ZX", "x": 470, "y": 405, "security": -0.1163325021745033, - "connectedSystems": [ - "P-2TTL", - "RORZ-H", - "VRH-H7" - ] + "connectedSystems": "P-2TTL,RORZ-H,VRH-H7" }, { "solarSystemName": "CCP-US", "x": 875, "y": 190, "security": -0.9398312500293029, - "connectedSystems": [ - "2R-CRW", - "DO6H-Q" - ] + "connectedSystems": "2R-CRW,DO6H-Q" }, { "solarSystemName": "8S28-3", "x": 385, "y": 140, "security": -0.6667975230811056, - "connectedSystems": [ - "LT-DRO", - "E3UY-6", - "K4YZ-Y" - ] + "connectedSystems": "LT-DRO,E3UY-6,K4YZ-Y" }, { "solarSystemName": "C8-CHY", "x": 790, "y": 500, "security": -0.286575645007762, - "connectedSystems": [ - "ROIR-Y", - "E-9ORY" - ] + "connectedSystems": "ROIR-Y,E-9ORY" }, { "solarSystemName": "E-9ORY", "x": 790, "y": 425, "security": -0.269786385549241, - "connectedSystems": [ - "C8-CHY", - "CR-IFM", - "HHK-VL" - ] + "connectedSystems": "C8-CHY,CR-IFM,HHK-VL" }, { "solarSystemName": "CR-IFM", "x": 730, "y": 365, "security": -0.3513756567284825, - "connectedSystems": [ - "E-9ORY", - "HHK-VL", - "P-33KR" - ] + "connectedSystems": "E-9ORY,HHK-VL,P-33KR" }, { "solarSystemName": "HHK-VL", "x": 840, "y": 365, "security": -0.2899101055614214, - "connectedSystems": [ - "E-9ORY", - "CR-IFM", - "DO6H-Q" - ] + "connectedSystems": "E-9ORY,CR-IFM,DO6H-Q" }, { "solarSystemName": "P-33KR", "x": 730, "y": 295, "security": -0.2810078584473175, - "connectedSystems": [ - "CR-IFM", - "DO6H-Q", - "DW-T2I" - ] + "connectedSystems": "CR-IFM,DO6H-Q,DW-T2I" }, { "solarSystemName": "DO6H-Q", "x": 840, "y": 295, "security": -0.3346377079093125, - "connectedSystems": [ - "P-33KR", - "CCP-US", - "U-INPD", - "HHK-VL" - ] + "connectedSystems": "P-33KR,CCP-US,U-INPD,HHK-VL" }, { "solarSystemName": "DW-T2I", "x": 650, "y": 295, "security": -0.2568125652197809, - "connectedSystems": [ - "P-33KR", - "O-CNPR" - ] + "connectedSystems": "P-33KR,O-CNPR" }, { "solarSystemName": "O-CNPR", "x": 540, "y": 295, "security": -0.2347712963058628, - "connectedSystems": [ - "DW-T2I", - "L-SCBU", - "VRH-H7", - "O1Y-ED" - ] + "connectedSystems": "DW-T2I,L-SCBU,VRH-H7,O1Y-ED" }, { "solarSystemName": "L-SCBU", "x": 515, "y": 235, "security": -0.2394247572849819, - "connectedSystems": [ - "O-CNPR", - "O1Y-ED" - ] + "connectedSystems": "O-CNPR,O1Y-ED" }, { "solarSystemName": "VRH-H7", "x": 470, "y": 295, "security": -0.2734731673666236, - "connectedSystems": [ - "O-CNPR", - "X36Y-G", - "E-Z2ZX" - ] + "connectedSystems": "O-CNPR,X36Y-G,E-Z2ZX" }, { "solarSystemName": "O1Y-ED", "x": 435, "y": 235, "security": -0.2728662329732383, - "connectedSystems": [ - "O-CNPR", - "L-SCBU", - "K4YZ-Y", - "L-C3O7" - ] + "connectedSystems": "O-CNPR,L-SCBU,K4YZ-Y,L-C3O7" }, { "solarSystemName": "K4YZ-Y", "x": 370, "y": 235, "security": -0.3017082184026139, - "connectedSystems": [ - "O1Y-ED", - "L-C3O7", - "8S28-3" - ] + "connectedSystems": "O1Y-ED,L-C3O7,8S28-3" }, { "solarSystemName": "X36Y-G", "x": 400, "y": 295, "security": -0.2877245507790435, - "connectedSystems": [ - "VRH-H7", - "L-C3O7", - "YKSC-A" - ] + "connectedSystems": "VRH-H7,L-C3O7,YKSC-A" }, { "solarSystemName": "L-C3O7", "x": 330, "y": 295, "security": -0.3552098608137015, - "connectedSystems": [ - "O1Y-ED", - "K4YZ-Y", - "X36Y-G", - "C4C-Z4" - ] + "connectedSystems": "O1Y-ED,K4YZ-Y,X36Y-G,C4C-Z4" }, { "solarSystemName": "YKSC-A", "x": 310, "y": 435, "security": -0.3372382413709875, - "connectedSystems": [ - "X36Y-G", - "FIO1-8", - "C-OK0R" - ] + "connectedSystems": "X36Y-G,FIO1-8,C-OK0R" }, { "solarSystemName": "FIO1-8", "x": 275, "y": 505, "security": -0.369358991505917, - "connectedSystems": [ - "YKSC-A", - "E9KD-N", - "8W-OSE" - ] + "connectedSystems": "YKSC-A,E9KD-N,8W-OSE" }, { "solarSystemName": "C-OK0R", "x": 215, "y": 440, "security": -0.4390362374813336, - "connectedSystems": [ - "YKSC-A", - "0-ARFO" - ] + "connectedSystems": "YKSC-A,0-ARFO" }, { "solarSystemName": "0-ARFO", "x": 100, "y": 465, "security": -0.5004466229293829, - "connectedSystems": [ - "C-OK0R" - ] + "connectedSystems": "C-OK0R" }, { "solarSystemName": "E9KD-N", "x": 285, "y": 570, "security": -0.4070671272367341, - "connectedSystems": [ - "FIO1-8", - "WQY-IQ", - "6RCQ-V" - ] + "connectedSystems": "FIO1-8,WQY-IQ,6RCQ-V" }, { "solarSystemName": "8W-OSE", "x": 180, "y": 520, "security": -0.3684108109900789, - "connectedSystems": [ - "FIO1-8", - "WQY-IQ" - ] + "connectedSystems": "FIO1-8,WQY-IQ" }, { "solarSystemName": "WQY-IQ", "x": 190, "y": 585, "security": -0.3046331440843884, - "connectedSystems": [ - "E9KD-N", - "8W-OSE" - ] + "connectedSystems": "E9KD-N,8W-OSE" }, { "solarSystemName": "C4C-Z4", "x": 220, "y": 285, "security": -0.395536057348575, - "connectedSystems": [ - "L-C3O7", - "GME-PQ" - ] + "connectedSystems": "L-C3O7,GME-PQ" }, { "solarSystemName": "GME-PQ", "x": 145, "y": 265, "security": -0.492753738227007, - "connectedSystems": [ - "C4C-Z4", - "MPPA-A", - "X5-UME", - "8QMO-E" - ] + "connectedSystems": "C4C-Z4,MPPA-A,X5-UME,8QMO-E" }, { "solarSystemName": "MPPA-A", "x": 85, "y": 245, "security": -0.5920560403904244, - "connectedSystems": [ - "GME-PQ", - "I-UUI5", - "8QMO-E" - ] + "connectedSystems": "GME-PQ,I-UUI5,8QMO-E" }, { "solarSystemName": "X5-UME", "x": 155, "y": 215, "security": -0.3892173338349785, - "connectedSystems": [ - "GME-PQ" - ] + "connectedSystems": "GME-PQ" }, { "solarSystemName": "I-UUI5", "x": 25, "y": 220, "security": -0.6354250171797378, - "connectedSystems": [ - "MPPA-A" - ] + "connectedSystems": "MPPA-A" }, { "solarSystemName": "8QMO-E", "x": 90, "y": 300, "security": -0.5506613789416245, - "connectedSystems": [ - "GME-PQ", - "MPPA-A" - ] + "connectedSystems": "GME-PQ,MPPA-A" }, { "solarSystemName": "6RCQ-V", "x": 330, "y": 640, "security": -0.03794446565783982, - "connectedSystems": [ - "00TY-J", - "XG-D1L", - "E9KD-N" - ] + "connectedSystems": "00TY-J,XG-D1L,E9KD-N" } ] \ No newline at end of file diff --git a/public/Feythabolis.json b/public/Feythabolis.json index d633ec6..9db961c 100644 --- a/public/Feythabolis.json +++ b/public/Feythabolis.json @@ -4,982 +4,664 @@ "x": 74, "y": 157, "security": -0.4436635527259381, - "connectedSystems": [ - "YALR-F", - "UD-VZW" - ] + "connectedSystems": "YALR-F,UD-VZW" }, { "solarSystemName": "X-7BIX", "x": 79, "y": 244, "security": -0.2797555173709475, - "connectedSystems": [ - "C9N-CC", - "5-9UXZ", - "Q0OH-V", - "TR07-S" - ] + "connectedSystems": "C9N-CC,5-9UXZ,Q0OH-V,TR07-S" }, { "solarSystemName": "C-PEWN", "x": 20, "y": 730, "security": -1, - "connectedSystems": [ - "WT-2J9", - "D4-2XN" - ] + "connectedSystems": "WT-2J9,D4-2XN" }, { "solarSystemName": "UD-VZW", "x": 25, "y": 115, "security": -0.499025238117393, - "connectedSystems": [ - "IV-UNR", - "3-YX2D", - "V-TN6Q", - "QBH5-F" - ] + "connectedSystems": "IV-UNR,3-YX2D,V-TN6Q,QBH5-F" }, { "solarSystemName": "3-YX2D", "x": 100, "y": 90, "security": -0.4393549899738811, - "connectedSystems": [ - "UD-VZW", - "V-TN6Q", - "CFLF-P" - ] + "connectedSystems": "UD-VZW,V-TN6Q,CFLF-P" }, { "solarSystemName": "V-TN6Q", "x": 35, "y": 70, "security": -0.3864904994294819, - "connectedSystems": [ - "UD-VZW", - "3-YX2D" - ] + "connectedSystems": "UD-VZW,3-YX2D" }, { "solarSystemName": "CFLF-P", "x": 170, "y": 90, "security": -0.4061397462052269, - "connectedSystems": [ - "3-YX2D", - "9-ZFCG", - "J-TPTA" - ] + "connectedSystems": "3-YX2D,9-ZFCG,J-TPTA" }, { "solarSystemName": "QBH5-F", "x": 5, "y": 195, "security": -0.5741764894684791, - "connectedSystems": [ - "UD-VZW", - "AZN-D2" - ] + "connectedSystems": "UD-VZW,AZN-D2" }, { "solarSystemName": "9-ZFCG", "x": 245, "y": 105, "security": -0.3196696646865236, - "connectedSystems": [ - "CFLF-P", - "DUU1-K" - ] + "connectedSystems": "CFLF-P,DUU1-K" }, { "solarSystemName": "J-TPTA", "x": 220, "y": 197, "security": -0.418409335670873, - "connectedSystems": [ - "CFLF-P", - "PMV-G6", - "5-IZGE", - "OXC-UL", - "F-8Y13" - ] + "connectedSystems": "CFLF-P,PMV-G6,5-IZGE,OXC-UL,F-8Y13" }, { "solarSystemName": "PMV-G6", "x": 153, "y": 193, "security": -0.4721670327397914, - "connectedSystems": [ - "J-TPTA" - ] + "connectedSystems": "J-TPTA" }, { "solarSystemName": "5-IZGE", "x": 220, "y": 250, "security": -0.4684785216504915, - "connectedSystems": [ - "J-TPTA", - "4AZ-J8", - "X6-J6R" - ] + "connectedSystems": "J-TPTA,4AZ-J8,X6-J6R" }, { "solarSystemName": "OXC-UL", "x": 287, "y": 184, "security": -0.3982282734389229, - "connectedSystems": [ - "J-TPTA" - ] + "connectedSystems": "J-TPTA" }, { "solarSystemName": "F-8Y13", "x": 291, "y": 245, "security": -0.3709442573340005, - "connectedSystems": [ - "J-TPTA" - ] + "connectedSystems": "J-TPTA" }, { "solarSystemName": "4AZ-J8", "x": 273, "y": 306, "security": -0.4002588559474077, - "connectedSystems": [ - "5-IZGE" - ] + "connectedSystems": "5-IZGE" }, { "solarSystemName": "X6-J6R", "x": 192, "y": 304, "security": -0.3994384269263079, - "connectedSystems": [ - "5-IZGE", - "BGN1-O" - ] + "connectedSystems": "5-IZGE,BGN1-O" }, { "solarSystemName": "BGN1-O", "x": 182, "y": 347, "security": -0.3430114156738096, - "connectedSystems": [ - "X6-J6R" - ] + "connectedSystems": "X6-J6R" }, { "solarSystemName": "DUU1-K", "x": 350, "y": 145, "security": -0.2313928680617664, - "connectedSystems": [ - "9-ZFCG", - "3L-Y9M" - ] + "connectedSystems": "9-ZFCG,3L-Y9M" }, { "solarSystemName": "3L-Y9M", "x": 410, "y": 190, "security": -0.1708930089642278, - "connectedSystems": [ - "DUU1-K", - "BLC-X0", - "BJD4-E", - "Z-PNIA" - ] + "connectedSystems": "DUU1-K,BLC-X0,BJD4-E,Z-PNIA" }, { "solarSystemName": "BLC-X0", "x": 390, "y": 235, "security": -0.160816687878846, - "connectedSystems": [ - "3L-Y9M", - "K-X5AX", - "O9V-R7" - ] + "connectedSystems": "3L-Y9M,K-X5AX,O9V-R7" }, { "solarSystemName": "K-X5AX", "x": 455, "y": 260, "security": -0.1348964723093485, - "connectedSystems": [ - "BLC-X0", - "BJD4-E", - "TSG-NO" - ] + "connectedSystems": "BLC-X0,BJD4-E,TSG-NO" }, { "solarSystemName": "BJD4-E", "x": 480, "y": 215, "security": -0.1366391247772869, - "connectedSystems": [ - "3L-Y9M", - "K-X5AX", - "U-BXU9" - ] + "connectedSystems": "3L-Y9M,K-X5AX,U-BXU9" }, { "solarSystemName": "TSG-NO", "x": 460, "y": 315, "security": -0.1440851754221109, - "connectedSystems": [ - "K-X5AX", - "9MWZ-B" - ] + "connectedSystems": "K-X5AX,9MWZ-B" }, { "solarSystemName": "O9V-R7", "x": 370, "y": 290, "security": -0.1936852820643829, - "connectedSystems": [ - "BLC-X0", - "H65-HE" - ] + "connectedSystems": "BLC-X0,H65-HE" }, { "solarSystemName": "Z-PNIA", "x": 390, "y": 95, "security": -0.1623510228271677, - "connectedSystems": [ - "3L-Y9M", - "OCU4-R", - "75C-WN" - ] + "connectedSystems": "3L-Y9M,OCU4-R,75C-WN" }, { "solarSystemName": "OCU4-R", "x": 390, "y": 50, "security": -0.1376821660719809, - "connectedSystems": [ - "Z-PNIA", - "BG-W90", - "Y-YGMW" - ] + "connectedSystems": "Z-PNIA,BG-W90,Y-YGMW" }, { "solarSystemName": "BG-W90", "x": 315, "y": 20, "security": -0.1437994376719981, - "connectedSystems": [ - "OCU4-R" - ] + "connectedSystems": "OCU4-R" }, { "solarSystemName": "Y-YGMW", "x": 460, "y": 50, "security": -0.1982536608091285, - "connectedSystems": [ - "OCU4-R", - "75C-WN", - "PO-3QW", - "JI-LGM" - ] + "connectedSystems": "OCU4-R,75C-WN,PO-3QW,JI-LGM" }, { "solarSystemName": "75C-WN", "x": 460, "y": 95, "security": -0.1351332430566642, - "connectedSystems": [ - "Z-PNIA", - "Y-YGMW", - "I5Q2-S" - ] + "connectedSystems": "Z-PNIA,Y-YGMW,I5Q2-S" }, { "solarSystemName": "I5Q2-S", "x": 460, "y": 140, "security": -0.1323895620261132, - "connectedSystems": [ - "75C-WN" - ] + "connectedSystems": "75C-WN" }, { "solarSystemName": "PO-3QW", "x": 545, "y": 75, "security": -0.2413320104130654, - "connectedSystems": [ - "Y-YGMW", - "5XR-KZ", - "VF-FN6" - ] + "connectedSystems": "Y-YGMW,5XR-KZ,VF-FN6" }, { "solarSystemName": "5XR-KZ", "x": 610, "y": 95, "security": -0.2735931829592755, - "connectedSystems": [ - "PO-3QW", - "VF-FN6", - "C-0ND2" - ] + "connectedSystems": "PO-3QW,VF-FN6,C-0ND2" }, { "solarSystemName": "VF-FN6", "x": 550, "y": 115, "security": -0.2260715949041119, - "connectedSystems": [ - "PO-3QW", - "5XR-KZ" - ] + "connectedSystems": "PO-3QW,5XR-KZ" }, { "solarSystemName": "C-0ND2", "x": 680, "y": 105, "security": -0.310323785978245, - "connectedSystems": [ - "5XR-KZ", - "P8-BKO" - ] + "connectedSystems": "5XR-KZ,P8-BKO" }, { "solarSystemName": "JI-LGM", "x": 530, "y": 25, "security": -0.2326678899497919, - "connectedSystems": [ - "Y-YGMW", - "T2-V8F" - ] + "connectedSystems": "Y-YGMW,T2-V8F" }, { "solarSystemName": "U-BXU9", "x": 620, "y": 235, "security": -0.1365665603906019, - "connectedSystems": [ - "BJD4-E", - "ZXOG-O", - "NW2S-A", - "NX5W-U" - ] + "connectedSystems": "BJD4-E,ZXOG-O,NW2S-A,NX5W-U" }, { "solarSystemName": "ZXOG-O", "x": 690, "y": 215, "security": -0.1358032678580705, - "connectedSystems": [ - "U-BXU9", - "NW2S-A", - "U-JJEW" - ] + "connectedSystems": "U-BXU9,NW2S-A,U-JJEW" }, { "solarSystemName": "NW2S-A", "x": 600, "y": 175, "security": -0.126140760119733, - "connectedSystems": [ - "U-BXU9", - "ZXOG-O" - ] + "connectedSystems": "U-BXU9,ZXOG-O" }, { "solarSystemName": "U-JJEW", "x": 780, "y": 280, "security": -0.1720832477156238, - "connectedSystems": [ - "ZXOG-O", - "NX5W-U" - ] + "connectedSystems": "ZXOG-O,NX5W-U" }, { "solarSystemName": "NX5W-U", "x": 695, "y": 270, "security": -0.2347169637432688, - "connectedSystems": [ - "U-BXU9", - "U-JJEW", - "U1-C18", - "6O-XIO" - ] + "connectedSystems": "U-BXU9,U-JJEW,U1-C18,6O-XIO" }, { "solarSystemName": "U1-C18", "x": 725, "y": 345, "security": -0.2979992656871123, - "connectedSystems": [ - "NX5W-U", - "6O-XIO", - "GPUS-A" - ] + "connectedSystems": "NX5W-U,6O-XIO,GPUS-A" }, { "solarSystemName": "6O-XIO", "x": 635, "y": 320, "security": -0.293607757648704, - "connectedSystems": [ - "NX5W-U", - "U1-C18" - ] + "connectedSystems": "NX5W-U,U1-C18" }, { "solarSystemName": "H65-HE", "x": 370, "y": 380, "security": -0.1770315329461055, - "connectedSystems": [ - "O9V-R7", - "BJ-ZFD", - "QK-CDG", - "M-CMLV" - ] + "connectedSystems": "O9V-R7,BJ-ZFD,QK-CDG,M-CMLV" }, { "solarSystemName": "BJ-ZFD", "x": 365, "y": 430, "security": -0.1782217023426641, - "connectedSystems": [ - "H65-HE", - "5ELE-A", - "M-CMLV" - ] + "connectedSystems": "H65-HE,5ELE-A,M-CMLV" }, { "solarSystemName": "5ELE-A", "x": 360, "y": 480, "security": -0.1228500043718201, - "connectedSystems": [ - "BJ-ZFD", - "H-P4LB", - "2UK4-N" - ] + "connectedSystems": "BJ-ZFD,H-P4LB,2UK4-N" }, { "solarSystemName": "H-P4LB", "x": 280, "y": 515, "security": -0.1192586599325453, - "connectedSystems": [ - "5ELE-A", - "2UK4-N" - ] + "connectedSystems": "5ELE-A,2UK4-N" }, { "solarSystemName": "2UK4-N", "x": 435, "y": 535, "security": -0.1115969683396347, - "connectedSystems": [ - "5ELE-A", - "H-P4LB" - ] + "connectedSystems": "5ELE-A,H-P4LB" }, { "solarSystemName": "QK-CDG", "x": 305, "y": 410, "security": -0.1641751807195497, - "connectedSystems": [ - "H65-HE" - ] + "connectedSystems": "H65-HE" }, { "solarSystemName": "M-CMLV", "x": 440, "y": 415, "security": -0.1999607573933092, - "connectedSystems": [ - "H65-HE", - "BJ-ZFD" - ] + "connectedSystems": "H65-HE,BJ-ZFD" }, { "solarSystemName": "AZN-D2", "x": 5, "y": 285, "security": -0.563141732189294, - "connectedSystems": [ - "QBH5-F", - "E-PR0S", - "TR07-S" - ] + "connectedSystems": "QBH5-F,E-PR0S,TR07-S" }, { "solarSystemName": "E-PR0S", "x": 5, "y": 330, "security": -0.5541165019169804, - "connectedSystems": [ - "AZN-D2", - "VNGJ-U" - ] + "connectedSystems": "AZN-D2,VNGJ-U" }, { "solarSystemName": "TR07-S", "x": 79, "y": 286, "security": -0.6111663265012792, - "connectedSystems": [ - "AZN-D2", - "2-F3OE", - "X-7BIX" - ] + "connectedSystems": "AZN-D2,2-F3OE,X-7BIX" }, { "solarSystemName": "VNGJ-U", "x": 10, "y": 375, "security": -0.4665699614204455, - "connectedSystems": [ - "E-PR0S", - "5-LCI7" - ] + "connectedSystems": "E-PR0S,5-LCI7" }, { "solarSystemName": "2-F3OE", "x": 79, "y": 330, "security": -0.5160801891034502, - "connectedSystems": [ - "TR07-S" - ] + "connectedSystems": "TR07-S" }, { "solarSystemName": "5-LCI7", "x": 20, "y": 415, "security": -0.4400758467007094, - "connectedSystems": [ - "VNGJ-U", - "Y2-I3W", - "VVO-R6" - ] + "connectedSystems": "VNGJ-U,Y2-I3W,VVO-R6" }, { "solarSystemName": "Y2-I3W", "x": 80, "y": 425, "security": -0.3835652740286656, - "connectedSystems": [ - "5-LCI7", - "CL-J9W" - ] + "connectedSystems": "5-LCI7,CL-J9W" }, { "solarSystemName": "VVO-R6", "x": 35, "y": 460, "security": -0.3353965158196901, - "connectedSystems": [ - "5-LCI7", - "YHP2-D" - ] + "connectedSystems": "5-LCI7,YHP2-D" }, { "solarSystemName": "CL-J9W", "x": 145, "y": 445, "security": -0.3747502598884117, - "connectedSystems": [ - "Y2-I3W" - ] + "connectedSystems": "Y2-I3W" }, { "solarSystemName": "YHP2-D", "x": 120, "y": 535, "security": -0.2956348013811332, - "connectedSystems": [ - "VVO-R6", - "J94-MU" - ] + "connectedSystems": "VVO-R6,J94-MU" }, { "solarSystemName": "J94-MU", "x": 175, "y": 555, "security": -0.2511656620552044, - "connectedSystems": [ - "YHP2-D", - "M2GJ-X" - ] + "connectedSystems": "YHP2-D,M2GJ-X" }, { "solarSystemName": "M2GJ-X", "x": 235, "y": 570, "security": -0.2031184874387021, - "connectedSystems": [ - "J94-MU", - "JO-32L" - ] + "connectedSystems": "J94-MU,JO-32L" }, { "solarSystemName": "JO-32L", "x": 300, "y": 580, "security": -0.307017402976178, - "connectedSystems": [ - "M2GJ-X", - "UB5Z-3", - "MSKR-1" - ] + "connectedSystems": "M2GJ-X,UB5Z-3,MSKR-1" }, { "solarSystemName": "UB5Z-3", "x": 290, "y": 620, "security": -0.3456490088920312, - "connectedSystems": [ - "JO-32L" - ] + "connectedSystems": "JO-32L" }, { "solarSystemName": "MSKR-1", "x": 365, "y": 580, "security": -0.3950938915482199, - "connectedSystems": [ - "JO-32L", - "M-PGT0" - ] + "connectedSystems": "JO-32L,M-PGT0" }, { "solarSystemName": "GPUS-A", "x": 710, "y": 415, "security": -0.3876638765127024, - "connectedSystems": [ - "U1-C18", - "3-BADZ", - "23M-PX" - ] + "connectedSystems": "U1-C18,3-BADZ,23M-PX" }, { "solarSystemName": "3-BADZ", "x": 780, "y": 475, "security": -0.3664738837335982, - "connectedSystems": [ - "GPUS-A" - ] + "connectedSystems": "GPUS-A" }, { "solarSystemName": "23M-PX", "x": 650, "y": 435, "security": -0.6048654167630234, - "connectedSystems": [ - "GPUS-A", - "UTDH-N" - ] + "connectedSystems": "GPUS-A,UTDH-N" }, { "solarSystemName": "UTDH-N", "x": 610, "y": 470, "security": -0.8631898981174189, - "connectedSystems": [ - "23M-PX", - "ZS-2LT" - ] + "connectedSystems": "23M-PX,ZS-2LT" }, { "solarSystemName": "ZS-2LT", "x": 620, "y": 515, "security": -0.9083697322262241, - "connectedSystems": [ - "UTDH-N", - "DB1R-4" - ] + "connectedSystems": "UTDH-N,DB1R-4" }, { "solarSystemName": "DB1R-4", "x": 660, "y": 560, "security": -0.9503130048493728, - "connectedSystems": [ - "ZS-2LT" - ] + "connectedSystems": "ZS-2LT" }, { "solarSystemName": "P8-BKO", "x": 785, "y": 105, "security": -0.3475687126708447, - "connectedSystems": [ - "C-0ND2", - "RIT-A7" - ] + "connectedSystems": "C-0ND2,RIT-A7" }, { "solarSystemName": "RIT-A7", "x": 845, "y": 85, "security": -0.5414354054971708, - "connectedSystems": [ - "P8-BKO", - "R4K-8L", - "GHZ-SJ", - "K-J50B", - "5P-AIP" - ] + "connectedSystems": "P8-BKO,R4K-8L,GHZ-SJ,K-J50B,5P-AIP" }, { "solarSystemName": "R4K-8L", "x": 935, "y": 130, "security": -0.3505364657980401, - "connectedSystems": [ - "RIT-A7" - ] + "connectedSystems": "RIT-A7" }, { "solarSystemName": "GHZ-SJ", "x": 845, "y": 15, "security": -0.7222878182621015, - "connectedSystems": [ - "RIT-A7", - "NLO-3Z", - "5P-AIP" - ] + "connectedSystems": "RIT-A7,NLO-3Z,5P-AIP" }, { "solarSystemName": "K-J50B", "x": 954, "y": 87, "security": -0.3300911774258656, - "connectedSystems": [ - "RIT-A7", - "NLO-3Z" - ] + "connectedSystems": "RIT-A7,NLO-3Z" }, { "solarSystemName": "NLO-3Z", "x": 954, "y": 16, "security": -0.8177807244058186, - "connectedSystems": [ - "GHZ-SJ", - "K-J50B", - "5P-AIP" - ] + "connectedSystems": "GHZ-SJ,K-J50B,5P-AIP" }, { "solarSystemName": "5P-AIP", "x": 903, "y": 51, "security": -0.743612838075715, - "connectedSystems": [ - "RIT-A7", - "GHZ-SJ", - "NLO-3Z" - ] + "connectedSystems": "RIT-A7,GHZ-SJ,NLO-3Z" }, { "solarSystemName": "M-PGT0", "x": 485, "y": 600, "security": -0.4845607343452935, - "connectedSystems": [ - "MSKR-1", - "NPD9-A", - "HYPL-V" - ] + "connectedSystems": "MSKR-1,NPD9-A,HYPL-V" }, { "solarSystemName": "NPD9-A", "x": 540, "y": 645, "security": -0.5005357425634022, - "connectedSystems": [ - "M-PGT0", - "D6SK-L", - "HYPL-V" - ] + "connectedSystems": "M-PGT0,D6SK-L,HYPL-V" }, { "solarSystemName": "D6SK-L", "x": 565, "y": 685, "security": -0.5305310789739336, - "connectedSystems": [ - "NPD9-A", - "I9-ZQZ", - "0OYZ-G" - ] + "connectedSystems": "NPD9-A,I9-ZQZ,0OYZ-G" }, { "solarSystemName": "HYPL-V", "x": 565, "y": 600, "security": -0.5740967137276851, - "connectedSystems": [ - "M-PGT0", - "NPD9-A" - ] + "connectedSystems": "M-PGT0,NPD9-A" }, { "solarSystemName": "I9-ZQZ", "x": 640, "y": 665, "security": -0.4728399509868126, - "connectedSystems": [ - "D6SK-L" - ] + "connectedSystems": "D6SK-L" }, { "solarSystemName": "0OYZ-G", "x": 575, "y": 725, "security": -0.7170874180915987, - "connectedSystems": [ - "D6SK-L", - "SWBV-2", - "R97-CI" - ] + "connectedSystems": "D6SK-L,SWBV-2,R97-CI" }, { "solarSystemName": "SWBV-2", "x": 505, "y": 725, "security": -0.7879508343886893, - "connectedSystems": [ - "0OYZ-G", - "OBK-K8" - ] + "connectedSystems": "0OYZ-G,OBK-K8" }, { "solarSystemName": "R97-CI", "x": 645, "y": 725, "security": -0.5824709909494674, - "connectedSystems": [ - "0OYZ-G", - "6-ELQP" - ] + "connectedSystems": "0OYZ-G,6-ELQP" }, { "solarSystemName": "6-ELQP", "x": 710, "y": 725, "security": -0.4620200787892874, - "connectedSystems": [ - "R97-CI", - "OKEO-X" - ] + "connectedSystems": "R97-CI,OKEO-X" }, { "solarSystemName": "OBK-K8", "x": 395, "y": 725, "security": -0.8905951852074128, - "connectedSystems": [ - "SWBV-2", - "KJ-V0P" - ] + "connectedSystems": "SWBV-2,KJ-V0P" }, { "solarSystemName": "KJ-V0P", "x": 325, "y": 725, "security": -0.9329807000880862, - "connectedSystems": [ - "OBK-K8", - "ZID-LE" - ] + "connectedSystems": "OBK-K8,ZID-LE" }, { "solarSystemName": "ZID-LE", "x": 250, "y": 725, "security": -0.9574311197333308, - "connectedSystems": [ - "KJ-V0P", - "K-9UG4", - "2-RSC7" - ] + "connectedSystems": "KJ-V0P,K-9UG4,2-RSC7" }, { "solarSystemName": "K-9UG4", "x": 175, "y": 725, "security": -0.9734734324137595, - "connectedSystems": [ - "ZID-LE", - "D4-2XN" - ] + "connectedSystems": "ZID-LE,D4-2XN" }, { "solarSystemName": "D4-2XN", "x": 100, "y": 725, "security": -1, - "connectedSystems": [ - "K-9UG4", - "C-PEWN" - ] + "connectedSystems": "K-9UG4,C-PEWN" }, { "solarSystemName": "2-RSC7", "x": 250, "y": 685, "security": -0.8422690704735194, - "connectedSystems": [ - "ZID-LE" - ] + "connectedSystems": "ZID-LE" }, { "solarSystemName": "T2-V8F", "x": 640, "y": 20, "security": -0.250456514351739, - "connectedSystems": [ - "JI1-SY", - "JI-LGM" - ] + "connectedSystems": "JI1-SY,JI-LGM" }, { "solarSystemName": "9MWZ-B", "x": 515, "y": 370, "security": -0.09644728930822122, - "connectedSystems": [ - "TSG-NO", - "LS-QLX", - "S-XZHU" - ] + "connectedSystems": "TSG-NO,LS-QLX,S-XZHU" }, { "solarSystemName": "OKEO-X", "x": 790, "y": 740, "security": -0.9044983186080158, - "connectedSystems": [ - "66-PMM", - "6-ELQP" - ] + "connectedSystems": "66-PMM,6-ELQP" } ] \ No newline at end of file diff --git a/public/Fountain.json b/public/Fountain.json index c27c12e..4d50664 100644 --- a/public/Fountain.json +++ b/public/Fountain.json @@ -4,1253 +4,832 @@ "x": 970, "y": 180, "security": -0.002609770767337483, - "connectedSystems": [ - "5-MLDT", - "QXW-PV", - "DY-F70", - "J5A-IX" - ] + "connectedSystems": "5-MLDT,QXW-PV,DY-F70,J5A-IX" }, { "solarSystemName": "Hophib", "x": 675, "y": 735, "security": 0.02914748942441414, - "connectedSystems": [ - "Karan", - "D4KU-5" - ] + "connectedSystems": "Karan,D4KU-5" }, { "solarSystemName": "7-692B", "x": 970, "y": 340, "security": -0.002985117683950822, - "connectedSystems": [ - "DB-6W4", - "XF-TQL" - ] + "connectedSystems": "DB-6W4,XF-TQL" }, { "solarSystemName": "XF-TQL", "x": 855, "y": 340, "security": -0.01166477211402606, - "connectedSystems": [ - "7-692B", - "4-EP12", - "YZS5-4" - ] + "connectedSystems": "7-692B,4-EP12,YZS5-4" }, { "solarSystemName": "4-EP12", "x": 790, "y": 360, "security": -0.04760307669112207, - "connectedSystems": [ - "XF-TQL", - "3WE-KY" - ] + "connectedSystems": "XF-TQL,3WE-KY" }, { "solarSystemName": "YZS5-4", "x": 870, "y": 305, "security": -0.01534234133683465, - "connectedSystems": [ - "XF-TQL", - "Z9PP-H" - ] + "connectedSystems": "XF-TQL,Z9PP-H" }, { "solarSystemName": "3WE-KY", "x": 710, "y": 360, "security": -0.107298334869717, - "connectedSystems": [ - "4-EP12", - "IR-WT1", - "9-VO0Q", - "A8-XBW" - ] + "connectedSystems": "4-EP12,IR-WT1,9-VO0Q,A8-XBW" }, { "solarSystemName": "IR-WT1", "x": 745, "y": 320, "security": -0.1006427950418058, - "connectedSystems": [ - "3WE-KY", - "E-BWUU" - ] + "connectedSystems": "3WE-KY,E-BWUU" }, { "solarSystemName": "9-VO0Q", "x": 645, "y": 390, "security": -0.1210281748663917, - "connectedSystems": [ - "3WE-KY", - "PNQY-Y", - "5-D82P" - ] + "connectedSystems": "3WE-KY,PNQY-Y,5-D82P" }, { "solarSystemName": "A8-XBW", "x": 660, "y": 330, "security": -0.1697459747163416, - "connectedSystems": [ - "3WE-KY" - ] + "connectedSystems": "3WE-KY" }, { "solarSystemName": "PNQY-Y", "x": 705, "y": 450, "security": -0.1322878332675552, - "connectedSystems": [ - "9-VO0Q", - "RP2-OQ", - "R3W-XU" - ] + "connectedSystems": "9-VO0Q,RP2-OQ,R3W-XU" }, { "solarSystemName": "RP2-OQ", "x": 705, "y": 490, "security": -0.1510541413585766, - "connectedSystems": [ - "PNQY-Y", - "YVBE-E", - "CL-BWB", - "R3W-XU" - ] + "connectedSystems": "PNQY-Y,YVBE-E,CL-BWB,R3W-XU" }, { "solarSystemName": "YVBE-E", "x": 705, "y": 530, "security": -0.2844065557875865, - "connectedSystems": [ - "RP2-OQ", - "BYXF-Q", - "AC2E-3" - ] + "connectedSystems": "RP2-OQ,BYXF-Q,AC2E-3" }, { "solarSystemName": "BYXF-Q", "x": 675, "y": 570, "security": -0.2413591822163345, - "connectedSystems": [ - "YVBE-E", - "AC2E-3", - "C-C99Z", - "P5-EFH" - ] + "connectedSystems": "YVBE-E,AC2E-3,C-C99Z,P5-EFH" }, { "solarSystemName": "AC2E-3", "x": 640, "y": 530, "security": -0.3071852761713952, - "connectedSystems": [ - "YVBE-E", - "BYXF-Q", - "CL-BWB" - ] + "connectedSystems": "YVBE-E,BYXF-Q,CL-BWB" }, { "solarSystemName": "C-C99Z", "x": 745, "y": 570, "security": -0.3212321533359175, - "connectedSystems": [ - "BYXF-Q" - ] + "connectedSystems": "BYXF-Q" }, { "solarSystemName": "CL-BWB", "x": 640, "y": 490, "security": -0.2850933469301898, - "connectedSystems": [ - "RP2-OQ", - "AC2E-3" - ] + "connectedSystems": "RP2-OQ,AC2E-3" }, { "solarSystemName": "R3W-XU", "x": 780, "y": 470, "security": -0.1062470133489053, - "connectedSystems": [ - "PNQY-Y", - "RP2-OQ" - ] + "connectedSystems": "PNQY-Y,RP2-OQ" }, { "solarSystemName": "E-BWUU", "x": 745, "y": 250, "security": -0.09124833866872606, - "connectedSystems": [ - "IR-WT1", - "Y-1W01", - "9R4-EJ" - ] + "connectedSystems": "IR-WT1,Y-1W01,9R4-EJ" }, { "solarSystemName": "Y-1W01", "x": 730, "y": 210, "security": -0.1280491434435697, - "connectedSystems": [ - "E-BWUU", - "9R4-EJ", - "K8L-X7" - ] + "connectedSystems": "E-BWUU,9R4-EJ,K8L-X7" }, { "solarSystemName": "9R4-EJ", "x": 805, "y": 190, "security": -0.1044452353253439, - "connectedSystems": [ - "E-BWUU", - "Y-1W01", - "SPLE-Y", - "Q-XEB3" - ] + "connectedSystems": "E-BWUU,Y-1W01,SPLE-Y,Q-XEB3" }, { "solarSystemName": "SPLE-Y", "x": 730, "y": 170, "security": -0.1105021066614287, - "connectedSystems": [ - "9R4-EJ", - "K8L-X7" - ] + "connectedSystems": "9R4-EJ,K8L-X7" }, { "solarSystemName": "Q-XEB3", "x": 730, "y": 130, "security": -0.06236558466760567, - "connectedSystems": [ - "9R4-EJ", - "K8L-X7" - ] + "connectedSystems": "9R4-EJ,K8L-X7" }, { "solarSystemName": "K8L-X7", "x": 655, "y": 180, "security": -0.08737912031918726, - "connectedSystems": [ - "Y-1W01", - "SPLE-Y", - "Q-XEB3", - "UAYL-F" - ] + "connectedSystems": "Y-1W01,SPLE-Y,Q-XEB3,UAYL-F" }, { "solarSystemName": "5-D82P", "x": 550, "y": 390, "security": -0.09234555560838076, - "connectedSystems": [ - "9-VO0Q", - "8ESL-G", - "APM-6K", - "9O-ORX" - ] + "connectedSystems": "9-VO0Q,8ESL-G,APM-6K,9O-ORX" }, { "solarSystemName": "8ESL-G", "x": 475, "y": 455, "security": -0.02729498819659038, - "connectedSystems": [ - "5-D82P", - "JGOW-Y", - "APM-6K", - "KCT-0A" - ] + "connectedSystems": "5-D82P,JGOW-Y,APM-6K,KCT-0A" }, { "solarSystemName": "JGOW-Y", "x": 400, "y": 430, "security": -0.04819080035403967, - "connectedSystems": [ - "8ESL-G", - "APM-6K", - "AL8-V4" - ] + "connectedSystems": "8ESL-G,APM-6K,AL8-V4" }, { "solarSystemName": "APM-6K", "x": 400, "y": 390, "security": -0.05868563778005165, - "connectedSystems": [ - "5-D82P", - "8ESL-G", - "JGOW-Y", - "RE-C26", - "KCT-0A", - "9O-ORX" - ] + "connectedSystems": "5-D82P,8ESL-G,JGOW-Y,RE-C26,KCT-0A,9O-ORX" }, { "solarSystemName": "RE-C26", "x": 335, "y": 390, "security": -0.06185668746244377, - "connectedSystems": [ - "APM-6K", - "N2-OQG", - "00GD-D" - ] + "connectedSystems": "APM-6K,N2-OQG,00GD-D" }, { "solarSystemName": "AL8-V4", "x": 400, "y": 470, "security": -0.0716502784480072, - "connectedSystems": [ - "JGOW-Y", - "OW-TPO" - ] + "connectedSystems": "JGOW-Y,OW-TPO" }, { "solarSystemName": "KCT-0A", "x": 475, "y": 415, "security": -0.02064619453585392, - "connectedSystems": [ - "8ESL-G", - "APM-6K" - ] + "connectedSystems": "8ESL-G,APM-6K" }, { "solarSystemName": "N2-OQG", "x": 335, "y": 355, "security": -0.01421158522945065, - "connectedSystems": [ - "RE-C26" - ] + "connectedSystems": "RE-C26" }, { "solarSystemName": "OW-TPO", "x": 400, "y": 510, "security": -0.06574686655700412, - "connectedSystems": [ - "AL8-V4", - "IGE-RI" - ] + "connectedSystems": "AL8-V4,IGE-RI" }, { "solarSystemName": "9O-ORX", "x": 470, "y": 355, "security": -0.1212525813234534, - "connectedSystems": [ - "5-D82P", - "APM-6K" - ] + "connectedSystems": "5-D82P,APM-6K" }, { "solarSystemName": "IGE-RI", "x": 400, "y": 550, "security": -0.04855444310789536, - "connectedSystems": [ - "OW-TPO", - "B17O-R" - ] + "connectedSystems": "OW-TPO,B17O-R" }, { "solarSystemName": "Z9PP-H", "x": 875, "y": 265, "security": -0.02816758428007904, - "connectedSystems": [ - "YZS5-4", - "7-8S5X", - "EI-O0O" - ] + "connectedSystems": "YZS5-4,7-8S5X,EI-O0O" }, { "solarSystemName": "7-8S5X", "x": 945, "y": 265, "security": -0.02902315138768907, - "connectedSystems": [ - "Z9PP-H" - ] + "connectedSystems": "Z9PP-H" }, { "solarSystemName": "EI-O0O", "x": 875, "y": 220, "security": -0.02774747805398048, - "connectedSystems": [ - "Z9PP-H", - "7X-02R", - "J5A-IX" - ] + "connectedSystems": "Z9PP-H,7X-02R,J5A-IX" }, { "solarSystemName": "7X-02R", "x": 855, "y": 160, "security": -0.09251948298279067, - "connectedSystems": [ - "EI-O0O", - "D2AH-Z" - ] + "connectedSystems": "EI-O0O,D2AH-Z" }, { "solarSystemName": "D2AH-Z", "x": 855, "y": 120, "security": -0.2161367279398138, - "connectedSystems": [ - "7X-02R" - ] + "connectedSystems": "7X-02R" }, { "solarSystemName": "J5A-IX", "x": 910, "y": 180, "security": -0.003571340476976825, - "connectedSystems": [ - "EI-O0O", - "B-DBYQ" - ] + "connectedSystems": "EI-O0O,B-DBYQ" }, { "solarSystemName": "B17O-R", "x": 400, "y": 590, "security": -0.1204394757666231, - "connectedSystems": [ - "IGE-RI", - "6F-H3W", - "6VDT-H" - ] + "connectedSystems": "IGE-RI,6F-H3W,6VDT-H" }, { "solarSystemName": "6F-H3W", "x": 470, "y": 590, "security": -0.2363350904211991, - "connectedSystems": [ - "B17O-R", - "H-NPXW" - ] + "connectedSystems": "B17O-R,H-NPXW" }, { "solarSystemName": "H-NPXW", "x": 525, "y": 615, "security": -0.3902943573087506, - "connectedSystems": [ - "6F-H3W", - "L-1SW8" - ] + "connectedSystems": "6F-H3W,L-1SW8" }, { "solarSystemName": "L-1SW8", "x": 525, "y": 655, "security": -0.4722013530051819, - "connectedSystems": [ - "H-NPXW", - "U-SOH2" - ] + "connectedSystems": "H-NPXW,U-SOH2" }, { "solarSystemName": "U-SOH2", "x": 525, "y": 695, "security": -0.6875914150383561, - "connectedSystems": [ - "L-1SW8", - "DBRN-Z" - ] + "connectedSystems": "L-1SW8,DBRN-Z" }, { "solarSystemName": "DBRN-Z", "x": 525, "y": 735, "security": -0.7509526869282874, - "connectedSystems": [ - "U-SOH2" - ] + "connectedSystems": "U-SOH2" }, { "solarSystemName": "00GD-D", "x": 250, "y": 420, "security": -0.204488061071206, - "connectedSystems": [ - "RE-C26", - "C1XD-X", - "C-N4OD" - ] + "connectedSystems": "RE-C26,C1XD-X,C-N4OD" }, { "solarSystemName": "C1XD-X", "x": 250, "y": 455, "security": -0.4529076427336913, - "connectedSystems": [ - "00GD-D", - "G95F-H", - "B32-14" - ] + "connectedSystems": "00GD-D,G95F-H,B32-14" }, { "solarSystemName": "G95F-H", "x": 185, "y": 455, "security": -0.6846771086747454, - "connectedSystems": [ - "C1XD-X", - "B32-14", - "C-N4OD", - "CHA2-Q" - ] + "connectedSystems": "C1XD-X,B32-14,C-N4OD,CHA2-Q" }, { "solarSystemName": "B32-14", "x": 250, "y": 490, "security": -0.7222336940384888, - "connectedSystems": [ - "C1XD-X", - "G95F-H", - "CHA2-Q" - ] + "connectedSystems": "C1XD-X,G95F-H,CHA2-Q" }, { "solarSystemName": "C-N4OD", "x": 185, "y": 420, "security": -0.6065110346968458, - "connectedSystems": [ - "00GD-D", - "G95F-H", - "KVN-36" - ] + "connectedSystems": "00GD-D,G95F-H,KVN-36" }, { "solarSystemName": "CHA2-Q", "x": 185, "y": 490, "security": -0.8506259705700785, - "connectedSystems": [ - "G95F-H", - "B32-14" - ] + "connectedSystems": "G95F-H,B32-14" }, { "solarSystemName": "UAYL-F", "x": 590, "y": 180, "security": -0.03435502133286805, - "connectedSystems": [ - "K8L-X7", - "ESC-RI" - ] + "connectedSystems": "K8L-X7,ESC-RI" }, { "solarSystemName": "ESC-RI", "x": 525, "y": 180, "security": -0.02394610722408619, - "connectedSystems": [ - "UAYL-F", - "671-ST", - "A-HZYL", - "H-S80W" - ] + "connectedSystems": "UAYL-F,671-ST,A-HZYL,H-S80W" }, { "solarSystemName": "671-ST", "x": 455, "y": 180, "security": -0.01597053473143117, - "connectedSystems": [ - "ESC-RI", - "Z30S-A" - ] + "connectedSystems": "ESC-RI,Z30S-A" }, { "solarSystemName": "A-HZYL", "x": 455, "y": 135, "security": -0.1243325540344221, - "connectedSystems": [ - "ESC-RI", - "Z30S-A", - "57-KJB" - ] + "connectedSystems": "ESC-RI,Z30S-A,57-KJB" }, { "solarSystemName": "H-S80W", "x": 525, "y": 220, "security": -0.01356556003978027, - "connectedSystems": [ - "ESC-RI" - ] + "connectedSystems": "ESC-RI" }, { "solarSystemName": "Z30S-A", "x": 390, "y": 180, "security": -0.08633427597091436, - "connectedSystems": [ - "671-ST", - "A-HZYL", - "YZ-LQL" - ] + "connectedSystems": "671-ST,A-HZYL,YZ-LQL" }, { "solarSystemName": "6VDT-H", "x": 315, "y": 590, "security": -0.2194548540688383, - "connectedSystems": [ - "B17O-R", - "NDH-NV", - "15U-JY", - "7BX-6F" - ] + "connectedSystems": "B17O-R,NDH-NV,15U-JY,7BX-6F" }, { "solarSystemName": "NDH-NV", "x": 245, "y": 590, "security": -0.4664968873841281, - "connectedSystems": [ - "6VDT-H", - "QV28-G", - "NY6-FH", - "XJP-Y7" - ] + "connectedSystems": "6VDT-H,QV28-G,NY6-FH,XJP-Y7" }, { "solarSystemName": "QV28-G", "x": 180, "y": 620, "security": -0.4049716333435848, - "connectedSystems": [ - "NDH-NV", - "HMF-9D" - ] + "connectedSystems": "NDH-NV,HMF-9D" }, { "solarSystemName": "15U-JY", "x": 315, "y": 550, "security": -0.1534613508652748, - "connectedSystems": [ - "6VDT-H" - ] + "connectedSystems": "6VDT-H" }, { "solarSystemName": "NY6-FH", "x": 245, "y": 550, "security": -0.4433459682899961, - "connectedSystems": [ - "NDH-NV" - ] + "connectedSystems": "NDH-NV" }, { "solarSystemName": "XJP-Y7", "x": 245, "y": 630, "security": -0.6485687530454358, - "connectedSystems": [ - "NDH-NV", - "AV-VB6" - ] + "connectedSystems": "NDH-NV,AV-VB6" }, { "solarSystemName": "AV-VB6", "x": 280, "y": 670, "security": -0.8668318074711233, - "connectedSystems": [ - "XJP-Y7", - "7BX-6F" - ] + "connectedSystems": "XJP-Y7,7BX-6F" }, { "solarSystemName": "HMF-9D", "x": 150, "y": 665, "security": -0.206418843643304, - "connectedSystems": [ - "QV28-G" - ] + "connectedSystems": "QV28-G" }, { "solarSystemName": "7BX-6F", "x": 315, "y": 630, "security": -0.762861644321903, - "connectedSystems": [ - "6VDT-H", - "AV-VB6" - ] + "connectedSystems": "6VDT-H,AV-VB6" }, { "solarSystemName": "YZ-LQL", "x": 290, "y": 200, "security": -0.1073080538804708, - "connectedSystems": [ - "Z30S-A", - "MN5N-X", - "A-1CON", - "75FA-Z", - "D-Q04X", - "Serpentis Prime" - ] + "connectedSystems": "Z30S-A,MN5N-X,A-1CON,75FA-Z,D-Q04X,Serpentis Prime" }, { "solarSystemName": "MN5N-X", "x": 235, "y": 170, "security": -0.2767262049767004, - "connectedSystems": [ - "YZ-LQL", - "D-Q04X" - ] + "connectedSystems": "YZ-LQL,D-Q04X" }, { "solarSystemName": "A-1CON", "x": 320, "y": 160, "security": -0.08450889897680236, - "connectedSystems": [ - "YZ-LQL", - "LIWW-P" - ] + "connectedSystems": "YZ-LQL,LIWW-P" }, { "solarSystemName": "75FA-Z", "x": 220, "y": 225, "security": -0.07528687105113208, - "connectedSystems": [ - "YZ-LQL", - "WY-9LL", - "I-CUVX" - ] + "connectedSystems": "YZ-LQL,WY-9LL,I-CUVX" }, { "solarSystemName": "WY-9LL", "x": 235, "y": 260, "security": -0.1547041305675134, - "connectedSystems": [ - "75FA-Z" - ] + "connectedSystems": "75FA-Z" }, { "solarSystemName": "D-Q04X", "x": 260, "y": 125, "security": -0.4608556595824471, - "connectedSystems": [ - "YZ-LQL", - "MN5N-X", - "O-PNSN" - ] + "connectedSystems": "YZ-LQL,MN5N-X,O-PNSN" }, { "solarSystemName": "Serpentis Prime", "x": 310, "y": 245, "security": -0.1248034869813181, - "connectedSystems": [ - "YZ-LQL" - ] + "connectedSystems": "YZ-LQL" }, { "solarSystemName": "P5-EFH", "x": 675, "y": 615, "security": -0.3207472368263188, - "connectedSystems": [ - "BYXF-Q", - "L-A5XP", - "9D6O-M" - ] + "connectedSystems": "BYXF-Q,L-A5XP,9D6O-M" }, { "solarSystemName": "L-A5XP", "x": 675, "y": 655, "security": -0.3787228668051891, - "connectedSystems": [ - "P5-EFH", - "D4KU-5", - "YRNJ-8", - "3ZTV-V" - ] + "connectedSystems": "P5-EFH,D4KU-5,YRNJ-8,3ZTV-V" }, { "solarSystemName": "D4KU-5", "x": 675, "y": 695, "security": -0.1097036371952269, - "connectedSystems": [ - "L-A5XP", - "Hophib" - ] + "connectedSystems": "L-A5XP,Hophib" }, { "solarSystemName": "YRNJ-8", "x": 745, "y": 655, "security": -0.6107940412404524, - "connectedSystems": [ - "L-A5XP" - ] + "connectedSystems": "L-A5XP" }, { "solarSystemName": "3ZTV-V", "x": 610, "y": 655, "security": -0.2803628349578095, - "connectedSystems": [ - "L-A5XP", - "9D6O-M" - ] + "connectedSystems": "L-A5XP,9D6O-M" }, { "solarSystemName": "9D6O-M", "x": 610, "y": 615, "security": -0.2431203680352427, - "connectedSystems": [ - "P5-EFH", - "3ZTV-V" - ] + "connectedSystems": "P5-EFH,3ZTV-V" }, { "solarSystemName": "LIWW-P", "x": 355, "y": 115, "security": -0.1581826091444293, - "connectedSystems": [ - "A-1CON", - "G-UTHL", - "38IA-E", - "M-KXEH" - ] + "connectedSystems": "A-1CON,G-UTHL,38IA-E,M-KXEH" }, { "solarSystemName": "G-UTHL", "x": 300, "y": 45, "security": -0.1214855570680198, - "connectedSystems": [ - "LIWW-P", - "38IA-E", - "M-KXEH", - "7BIX-A" - ] + "connectedSystems": "LIWW-P,38IA-E,M-KXEH,7BIX-A" }, { "solarSystemName": "38IA-E", "x": 410, "y": 45, "security": -0.1550282814880748, - "connectedSystems": [ - "LIWW-P", - "G-UTHL", - "M-KXEH", - "TU-Y2A" - ] + "connectedSystems": "LIWW-P,G-UTHL,M-KXEH,TU-Y2A" }, { "solarSystemName": "M-KXEH", "x": 355, "y": 75, "security": -0.08720581570735375, - "connectedSystems": [ - "LIWW-P", - "G-UTHL", - "38IA-E" - ] + "connectedSystems": "LIWW-P,G-UTHL,38IA-E" }, { "solarSystemName": "TU-Y2A", "x": 410, "y": 10, "security": -0.4690009830782116, - "connectedSystems": [ - "38IA-E", - "7BIX-A" - ] + "connectedSystems": "38IA-E,7BIX-A" }, { "solarSystemName": "7BIX-A", "x": 300, "y": 10, "security": -0.6041278754191273, - "connectedSystems": [ - "G-UTHL", - "TU-Y2A" - ] + "connectedSystems": "G-UTHL,TU-Y2A" }, { "solarSystemName": "I-CUVX", "x": 145, "y": 275, "security": -0.1049731603011764, - "connectedSystems": [ - "75FA-Z", - "J-RQMF", - "14YI-D" - ] + "connectedSystems": "75FA-Z,J-RQMF,14YI-D" }, { "solarSystemName": "J-RQMF", "x": 90, "y": 350, "security": -0.1666045337292651, - "connectedSystems": [ - "I-CUVX", - "TEG-SD", - "14YI-D", - "LJ-TZW", - "KVN-36" - ] + "connectedSystems": "I-CUVX,TEG-SD,14YI-D,LJ-TZW,KVN-36" }, { "solarSystemName": "TEG-SD", "x": 5, "y": 350, "security": -0.2814577846964906, - "connectedSystems": [ - "J-RQMF", - "87XQ-0", - "XUW-3X" - ] + "connectedSystems": "J-RQMF,87XQ-0,XUW-3X" }, { "solarSystemName": "14YI-D", "x": 70, "y": 290, "security": -0.09532230783659734, - "connectedSystems": [ - "I-CUVX", - "J-RQMF" - ] + "connectedSystems": "I-CUVX,J-RQMF" }, { "solarSystemName": "87XQ-0", "x": 5, "y": 420, "security": -0.4019441076512096, - "connectedSystems": [ - "TEG-SD", - "LJ-TZW", - "KVN-36" - ] + "connectedSystems": "TEG-SD,LJ-TZW,KVN-36" }, { "solarSystemName": "LJ-TZW", "x": 45, "y": 385, "security": -0.224806821937149, - "connectedSystems": [ - "J-RQMF", - "87XQ-0" - ] + "connectedSystems": "J-RQMF,87XQ-0" }, { "solarSystemName": "KVN-36", "x": 90, "y": 420, "security": -0.4210990421766379, - "connectedSystems": [ - "J-RQMF", - "87XQ-0", - "4HS-CR", - "C-N4OD" - ] + "connectedSystems": "J-RQMF,87XQ-0,4HS-CR,C-N4OD" }, { "solarSystemName": "57-KJB", "x": 510, "y": 45, "security": -0.2845366753418821, - "connectedSystems": [ - "A-HZYL", - "V6-NY1" - ] + "connectedSystems": "A-HZYL,V6-NY1" }, { "solarSystemName": "V6-NY1", "x": 580, "y": 45, "security": -0.5595528621593923, - "connectedSystems": [ - "57-KJB", - "OL3-78", - "9DQW-W" - ] + "connectedSystems": "57-KJB,OL3-78,9DQW-W" }, { "solarSystemName": "OL3-78", "x": 640, "y": 15, "security": -0.2629233716915066, - "connectedSystems": [ - "V6-NY1", - "R-BGSU" - ] + "connectedSystems": "V6-NY1,R-BGSU" }, { "solarSystemName": "9DQW-W", "x": 640, "y": 75, "security": -0.7953310147201027, - "connectedSystems": [ - "V6-NY1", - "PXF-RF" - ] + "connectedSystems": "V6-NY1,PXF-RF" }, { "solarSystemName": "PXF-RF", "x": 710, "y": 75, "security": -1, - "connectedSystems": [ - "9DQW-W" - ] + "connectedSystems": "9DQW-W" }, { "solarSystemName": "R-BGSU", "x": 710, "y": 15, "security": -0.09789283908688573, - "connectedSystems": [ - "OL3-78" - ] + "connectedSystems": "OL3-78" }, { "solarSystemName": "O-PNSN", "x": 155, "y": 60, "security": -0.6452890666572717, - "connectedSystems": [ - "D-Q04X", - "1-5GBW", - "C-FER9", - "F2-2C3" - ] + "connectedSystems": "D-Q04X,1-5GBW,C-FER9,F2-2C3" }, { "solarSystemName": "1-5GBW", "x": 85, "y": 45, "security": -0.7280378941356969, - "connectedSystems": [ - "O-PNSN", - "F-88PJ", - "ATQ-QS" - ] + "connectedSystems": "O-PNSN,F-88PJ,ATQ-QS" }, { "solarSystemName": "C-FER9", "x": 155, "y": 15, "security": -0.5645231908197961, - "connectedSystems": [ - "O-PNSN", - "F2-2C3" - ] + "connectedSystems": "O-PNSN,F2-2C3" }, { "solarSystemName": "F2-2C3", "x": 225, "y": 40, "security": -0.5563295669542168, - "connectedSystems": [ - "O-PNSN", - "C-FER9" - ] + "connectedSystems": "O-PNSN,C-FER9" }, { "solarSystemName": "F-88PJ", "x": 15, "y": 20, "security": -0.900263599701959, - "connectedSystems": [ - "1-5GBW" - ] + "connectedSystems": "1-5GBW" }, { "solarSystemName": "ATQ-QS", "x": 15, "y": 60, "security": -0.5376063101343189, - "connectedSystems": [ - "1-5GBW" - ] + "connectedSystems": "1-5GBW" }, { "solarSystemName": "XUW-3X", "x": 45, "y": 245, "security": -0.2347679655928977, - "connectedSystems": [ - "TEG-SD", - "006-L3", - "ZUE-NS", - "ZTS-4D" - ] + "connectedSystems": "TEG-SD,006-L3,ZUE-NS,ZTS-4D" }, { "solarSystemName": "006-L3", "x": 5, "y": 205, "security": -0.2657115104218422, - "connectedSystems": [ - "XUW-3X", - "PB-0C1" - ] + "connectedSystems": "XUW-3X,PB-0C1" }, { "solarSystemName": "PB-0C1", "x": 5, "y": 120, "security": -0.2895582667302894, - "connectedSystems": [ - "006-L3", - "ZUE-NS" - ] + "connectedSystems": "006-L3,ZUE-NS" }, { "solarSystemName": "ZUE-NS", "x": 45, "y": 165, "security": -0.3103555450569777, - "connectedSystems": [ - "XUW-3X", - "PB-0C1", - "L7-APB", - "ZTS-4D" - ] + "connectedSystems": "XUW-3X,PB-0C1,L7-APB,ZTS-4D" }, { "solarSystemName": "L7-APB", "x": 85, "y": 120, "security": -0.2370024672645466, - "connectedSystems": [ - "ZUE-NS", - "ZTS-4D" - ] + "connectedSystems": "ZUE-NS,ZTS-4D" }, { "solarSystemName": "ZTS-4D", "x": 85, "y": 205, "security": -0.3608128651636794, - "connectedSystems": [ - "XUW-3X", - "ZUE-NS", - "L7-APB" - ] + "connectedSystems": "XUW-3X,ZUE-NS,L7-APB" }, { "solarSystemName": "4HS-CR", "x": 35, "y": 520, "security": -0.541977758765301, - "connectedSystems": [ - "KVN-36", - "WMH-SO", - "Z-YN5Y" - ] + "connectedSystems": "KVN-36,WMH-SO,Z-YN5Y" }, { "solarSystemName": "WMH-SO", "x": 35, "y": 565, "security": -0.7105996128573284, - "connectedSystems": [ - "4HS-CR", - "LBGI-2", - "G1CA-Y" - ] + "connectedSystems": "4HS-CR,LBGI-2,G1CA-Y" }, { "solarSystemName": "LBGI-2", "x": 35, "y": 615, "security": -0.9147234035129986, - "connectedSystems": [ - "WMH-SO", - "Y-2ANO" - ] + "connectedSystems": "WMH-SO,Y-2ANO" }, { "solarSystemName": "G1CA-Y", "x": 100, "y": 565, "security": -0.3295804556653221, - "connectedSystems": [ - "WMH-SO", - "Z-YN5Y" - ] + "connectedSystems": "WMH-SO,Z-YN5Y" }, { "solarSystemName": "Y-2ANO", "x": 35, "y": 665, "security": -1, - "connectedSystems": [ - "LBGI-2", - "ZXB-VC" - ] + "connectedSystems": "LBGI-2,ZXB-VC" }, { "solarSystemName": "Z-YN5Y", "x": 100, "y": 520, "security": -0.2955512381596791, - "connectedSystems": [ - "4HS-CR", - "G1CA-Y" - ] + "connectedSystems": "4HS-CR,G1CA-Y" }, { "solarSystemName": "ZXB-VC", "x": 35, "y": 720, "security": -0.9000549480074268, - "connectedSystems": [ - "5-CQDA", - "Y-2ANO" - ] + "connectedSystems": "5-CQDA,Y-2ANO" } ] \ No newline at end of file diff --git a/public/Geminate.json b/public/Geminate.json index 112053b..697aaa7 100644 --- a/public/Geminate.json +++ b/public/Geminate.json @@ -4,979 +4,643 @@ "x": 485, "y": 355, "security": 0.3519686534431311, - "connectedSystems": [ - "Airaken", - "Akora", - "BWF-ZZ" - ] + "connectedSystems": "Airaken,Akora,BWF-ZZ" }, { "solarSystemName": "Akkio", "x": 20, "y": 455, "security": 0.1621514141274795, - "connectedSystems": [ - "Otosela", - "EOA-ZC", - "Todifrauan" - ] + "connectedSystems": "Otosela,EOA-ZC,Todifrauan" }, { "solarSystemName": "H-5GUI", "x": 345, "y": 110, "security": -0.1405149799516499, - "connectedSystems": [ - "7-K5EL", - "FH-TTC", - "Q-EHMJ", - "MR4-MY" - ] + "connectedSystems": "7-K5EL,FH-TTC,Q-EHMJ,MR4-MY" }, { "solarSystemName": "1W-0KS", "x": 25, "y": 695, "security": -0.1025559518976393, - "connectedSystems": [ - "IT-YAU", - "QP0K-B" - ] + "connectedSystems": "IT-YAU,QP0K-B" }, { "solarSystemName": "9-GBPD", "x": 955, "y": 30, "security": -0.1596233249031059, - "connectedSystems": [ - "A3-RQ3", - "LS-JEP", - "L-TOFR" - ] + "connectedSystems": "A3-RQ3,LS-JEP,L-TOFR" }, { "solarSystemName": "K-IYNW", "x": 865, "y": 515, "security": -0.1234021233333819, - "connectedSystems": [ - "M9U-75", - "Atioth", - "I6-SYN" - ] + "connectedSystems": "M9U-75,Atioth,I6-SYN" }, { "solarSystemName": "MR4-MY", "x": 270, "y": 90, "security": -0.2034175156024005, - "connectedSystems": [ - "H-5GUI", - "SR-KBB", - "FDZ4-A" - ] + "connectedSystems": "H-5GUI,SR-KBB,FDZ4-A" }, { "solarSystemName": "SR-KBB", "x": 295, "y": 50, "security": -0.2929917223341688, - "connectedSystems": [ - "MR4-MY", - "2E-ZR5", - "NQ-9IH" - ] + "connectedSystems": "MR4-MY,2E-ZR5,NQ-9IH" }, { "solarSystemName": "FDZ4-A", "x": 240, "y": 130, "security": -0.2311616151609939, - "connectedSystems": [ - "MR4-MY", - "Roua", - "M-MD31" - ] + "connectedSystems": "MR4-MY,Roua,M-MD31" }, { "solarSystemName": "2E-ZR5", "x": 365, "y": 50, "security": -0.3123050886025112, - "connectedSystems": [ - "SR-KBB", - "O1-FTD" - ] + "connectedSystems": "SR-KBB,O1-FTD" }, { "solarSystemName": "O1-FTD", "x": 435, "y": 50, "security": -0.4084748208800353, - "connectedSystems": [ - "2E-ZR5", - "OEY-OR", - "BND-16" - ] + "connectedSystems": "2E-ZR5,OEY-OR,BND-16" }, { "solarSystemName": "Roua", "x": 310, "y": 155, "security": -0.2072050589678844, - "connectedSystems": [ - "FDZ4-A" - ] + "connectedSystems": "FDZ4-A" }, { "solarSystemName": "OEY-OR", "x": 510, "y": 50, "security": -0.3547654814155372, - "connectedSystems": [ - "O1-FTD", - "39-DGG" - ] + "connectedSystems": "O1-FTD,39-DGG" }, { "solarSystemName": "M-MD31", "x": 185, "y": 200, "security": -0.2665365572301673, - "connectedSystems": [ - "FDZ4-A", - "WH-2EZ", - "QKTR-L", - "V-MZW0" - ] + "connectedSystems": "FDZ4-A,WH-2EZ,QKTR-L,V-MZW0" }, { "solarSystemName": "WH-2EZ", "x": 255, "y": 220, "security": -0.166802387775936, - "connectedSystems": [ - "M-MD31", - "D0-F4W", - "L-HV5C" - ] + "connectedSystems": "M-MD31,D0-F4W,L-HV5C" }, { "solarSystemName": "D0-F4W", "x": 325, "y": 275, "security": -0.04974748598707746, - "connectedSystems": [ - "WH-2EZ", - "YN3-E3", - "NBPH-N", - "L-HV5C" - ] + "connectedSystems": "WH-2EZ,YN3-E3,NBPH-N,L-HV5C" }, { "solarSystemName": "QKTR-L", "x": 30, "y": 180, "security": -0.3853369418035009, - "connectedSystems": [ - "M-MD31" - ] + "connectedSystems": "M-MD31" }, { "solarSystemName": "YN3-E3", "x": 325, "y": 355, "security": -0.0716111529575163, - "connectedSystems": [ - "D0-F4W", - "NBPH-N", - "L-HV5C", - "LR-2XT" - ] + "connectedSystems": "D0-F4W,NBPH-N,L-HV5C,LR-2XT" }, { "solarSystemName": "NBPH-N", "x": 205, "y": 355, "security": -0.06921379694660157, - "connectedSystems": [ - "D0-F4W", - "YN3-E3", - "L-HV5C", - "L4X-FH", - "UBX-CC" - ] + "connectedSystems": "D0-F4W,YN3-E3,L-HV5C,L4X-FH,UBX-CC" }, { "solarSystemName": "L-HV5C", "x": 205, "y": 275, "security": -0.04842528111174249, - "connectedSystems": [ - "WH-2EZ", - "D0-F4W", - "YN3-E3", - "NBPH-N" - ] + "connectedSystems": "WH-2EZ,D0-F4W,YN3-E3,NBPH-N" }, { "solarSystemName": "L4X-FH", "x": 130, "y": 335, "security": -0.07663090040182174, - "connectedSystems": [ - "NBPH-N", - "B6-52M" - ] + "connectedSystems": "NBPH-N,B6-52M" }, { "solarSystemName": "B6-52M", "x": 100, "y": 285, "security": -0.08566023488592156, - "connectedSystems": [ - "L4X-FH", - "V-MZW0" - ] + "connectedSystems": "L4X-FH,V-MZW0" }, { "solarSystemName": "V-MZW0", "x": 125, "y": 235, "security": -0.08945037890345475, - "connectedSystems": [ - "M-MD31", - "B6-52M" - ] + "connectedSystems": "M-MD31,B6-52M" }, { "solarSystemName": "BND-16", "x": 435, "y": 215, "security": -0.4922314017804679, - "connectedSystems": [ - "O1-FTD", - "IOO-7O", - "4-CUM5" - ] + "connectedSystems": "O1-FTD,IOO-7O,4-CUM5" }, { "solarSystemName": "IOO-7O", "x": 435, "y": 265, "security": -0.5304022764763843, - "connectedSystems": [ - "BND-16", - "BWF-ZZ" - ] + "connectedSystems": "BND-16,BWF-ZZ" }, { "solarSystemName": "BWF-ZZ", "x": 485, "y": 310, "security": -0.5754449671311841, - "connectedSystems": [ - "IOO-7O", - "8MG-J6", - "RLSI-V", - "Oijanen" - ] + "connectedSystems": "IOO-7O,8MG-J6,RLSI-V,Oijanen" }, { "solarSystemName": "4-CUM5", "x": 525, "y": 215, "security": -0.4925688628875503, - "connectedSystems": [ - "BND-16", - "RLSI-V" - ] + "connectedSystems": "BND-16,RLSI-V" }, { "solarSystemName": "8MG-J6", "x": 410, "y": 310, "security": -0.6049913330317811, - "connectedSystems": [ - "BWF-ZZ" - ] + "connectedSystems": "BWF-ZZ" }, { "solarSystemName": "RLSI-V", "x": 525, "y": 265, "security": -0.5340886985430655, - "connectedSystems": [ - "BWF-ZZ", - "4-CUM5" - ] + "connectedSystems": "BWF-ZZ,4-CUM5" }, { "solarSystemName": "39-DGG", "x": 605, "y": 50, "security": -0.3554971678878102, - "connectedSystems": [ - "OEY-OR", - "SV-K8J", - "6RQ9-A" - ] + "connectedSystems": "OEY-OR,SV-K8J,6RQ9-A" }, { "solarSystemName": "SV-K8J", "x": 605, "y": 15, "security": -0.3519467635064582, - "connectedSystems": [ - "39-DGG" - ] + "connectedSystems": "39-DGG" }, { "solarSystemName": "6RQ9-A", "x": 670, "y": 55, "security": -0.4012994235701162, - "connectedSystems": [ - "39-DGG", - "K42-IE", - "3USX-F" - ] + "connectedSystems": "39-DGG,K42-IE,3USX-F" }, { "solarSystemName": "K42-IE", "x": 675, "y": 95, "security": -0.4463797797924796, - "connectedSystems": [ - "6RQ9-A", - "VSJ-PP", - "3USX-F" - ] + "connectedSystems": "6RQ9-A,VSJ-PP,3USX-F" }, { "solarSystemName": "VSJ-PP", "x": 740, "y": 135, "security": -0.392566510304233, - "connectedSystems": [ - "K42-IE", - "3USX-F", - "O-VWPB" - ] + "connectedSystems": "K42-IE,3USX-F,O-VWPB" }, { "solarSystemName": "3USX-F", "x": 735, "y": 55, "security": -0.3354413805829, - "connectedSystems": [ - "6RQ9-A", - "K42-IE", - "VSJ-PP", - "9-KWXC" - ] + "connectedSystems": "6RQ9-A,K42-IE,VSJ-PP,9-KWXC" }, { "solarSystemName": "9-KWXC", "x": 805, "y": 55, "security": -0.3250515628564726, - "connectedSystems": [ - "3USX-F", - "P-E9GN" - ] + "connectedSystems": "3USX-F,P-E9GN" }, { "solarSystemName": "NQ-9IH", "x": 165, "y": 50, "security": -0.2078996491866252, - "connectedSystems": [ - "SR-KBB", - "KR-V6G", - "AP9-LV" - ] + "connectedSystems": "SR-KBB,KR-V6G,AP9-LV" }, { "solarSystemName": "KR-V6G", "x": 95, "y": 25, "security": -0.2041480854739541, - "connectedSystems": [ - "NQ-9IH", - "0-GZX9" - ] + "connectedSystems": "NQ-9IH,0-GZX9" }, { "solarSystemName": "AP9-LV", "x": 100, "y": 75, "security": -0.2547864385856811, - "connectedSystems": [ - "NQ-9IH", - "0-GZX9", - "4NGK-F" - ] + "connectedSystems": "NQ-9IH,0-GZX9,4NGK-F" }, { "solarSystemName": "0-GZX9", "x": 30, "y": 50, "security": -0.3027248090920698, - "connectedSystems": [ - "KR-V6G", - "AP9-LV", - "2H-TSE" - ] + "connectedSystems": "KR-V6G,AP9-LV,2H-TSE" }, { "solarSystemName": "2H-TSE", "x": 30, "y": 100, "security": -0.2874845432000037, - "connectedSystems": [ - "0-GZX9" - ] + "connectedSystems": "0-GZX9" }, { "solarSystemName": "4NGK-F", "x": 100, "y": 120, "security": -0.2269509668373895, - "connectedSystems": [ - "AP9-LV" - ] + "connectedSystems": "AP9-LV" }, { "solarSystemName": "O-VWPB", "x": 685, "y": 230, "security": -0.4059163065912822, - "connectedSystems": [ - "VSJ-PP", - "LX-ZOJ", - "6L78-1", - "4VY-Y1" - ] + "connectedSystems": "VSJ-PP,LX-ZOJ,6L78-1,4VY-Y1" }, { "solarSystemName": "LX-ZOJ", "x": 755, "y": 230, "security": -0.4504539721133005, - "connectedSystems": [ - "O-VWPB", - "04-LQM", - "4VY-Y1", - "LU-HQS" - ] + "connectedSystems": "O-VWPB,04-LQM,4VY-Y1,LU-HQS" }, { "solarSystemName": "6L78-1", "x": 635, "y": 315, "security": -0.3956681062158438, - "connectedSystems": [ - "O-VWPB", - "04-LQM", - "4VY-Y1", - "U-L4KS", - "6YC-TU" - ] + "connectedSystems": "O-VWPB,04-LQM,4VY-Y1,U-L4KS,6YC-TU" }, { "solarSystemName": "04-LQM", "x": 755, "y": 315, "security": -0.640171612489613, - "connectedSystems": [ - "LX-ZOJ", - "6L78-1", - "Y8R-XZ" - ] + "connectedSystems": "LX-ZOJ,6L78-1,Y8R-XZ" }, { "solarSystemName": "4VY-Y1", "x": 720, "y": 280, "security": -0.36999360291498, - "connectedSystems": [ - "O-VWPB", - "LX-ZOJ", - "6L78-1", - "LU-HQS" - ] + "connectedSystems": "O-VWPB,LX-ZOJ,6L78-1,LU-HQS" }, { "solarSystemName": "LU-HQS", "x": 820, "y": 280, "security": -0.4165628228044405, - "connectedSystems": [ - "LX-ZOJ", - "4VY-Y1", - "K25-XD" - ] + "connectedSystems": "LX-ZOJ,4VY-Y1,K25-XD" }, { "solarSystemName": "U-L4KS", "x": 715, "y": 395, "security": -0.4790625513526161, - "connectedSystems": [ - "6L78-1", - "K25-XD", - "6YC-TU", - "D-I9HJ" - ] + "connectedSystems": "6L78-1,K25-XD,6YC-TU,D-I9HJ" }, { "solarSystemName": "K25-XD", "x": 795, "y": 355, "security": -0.5871875735742776, - "connectedSystems": [ - "LU-HQS", - "U-L4KS" - ] + "connectedSystems": "LU-HQS,U-L4KS" }, { "solarSystemName": "6YC-TU", "x": 615, "y": 375, "security": -0.3653952412607151, - "connectedSystems": [ - "6L78-1", - "U-L4KS", - "O2O-2X" - ] + "connectedSystems": "6L78-1,U-L4KS,O2O-2X" }, { "solarSystemName": "Y8R-XZ", "x": 715, "y": 350, "security": -0.5163730104063936, - "connectedSystems": [ - "04-LQM" - ] + "connectedSystems": "04-LQM" }, { "solarSystemName": "P-E9GN", "x": 890, "y": 75, "security": -0.3922965164750651, - "connectedSystems": [ - "9-KWXC", - "HJO-84", - "L-TOFR" - ] + "connectedSystems": "9-KWXC,HJO-84,L-TOFR" }, { "solarSystemName": "HJO-84", "x": 855, "y": 125, "security": -0.3539856287665917, - "connectedSystems": [ - "P-E9GN", - "4D9-66" - ] + "connectedSystems": "P-E9GN,4D9-66" }, { "solarSystemName": "4D9-66", "x": 895, "y": 160, "security": -0.4214368274647844, - "connectedSystems": [ - "HJO-84", - "L-TOFR" - ] + "connectedSystems": "HJO-84,L-TOFR" }, { "solarSystemName": "L-TOFR", "x": 935, "y": 110, "security": -0.7265550708522457, - "connectedSystems": [ - "P-E9GN", - "4D9-66", - "Q-TBHW", - "9-GBPD" - ] + "connectedSystems": "P-E9GN,4D9-66,Q-TBHW,9-GBPD" }, { "solarSystemName": "Q-TBHW", "x": 960, "y": 170, "security": -0.7837185217575374, - "connectedSystems": [ - "L-TOFR", - "9P4O-F" - ] + "connectedSystems": "L-TOFR,9P4O-F" }, { "solarSystemName": "9P4O-F", "x": 970, "y": 225, "security": -1, - "connectedSystems": [ - "Q-TBHW", - "1S-SU1" - ] + "connectedSystems": "Q-TBHW,1S-SU1" }, { "solarSystemName": "UBX-CC", "x": 105, "y": 490, "security": -0.06199336944138545, - "connectedSystems": [ - "NBPH-N", - "TJM-JJ", - "EOA-ZC", - "AD-5B8" - ] + "connectedSystems": "NBPH-N,TJM-JJ,EOA-ZC,AD-5B8" }, { "solarSystemName": "TJM-JJ", "x": 105, "y": 560, "security": -0.04745499731472957, - "connectedSystems": [ - "UBX-CC", - "EOA-ZC", - "G-73MR", - "QP0K-B" - ] + "connectedSystems": "UBX-CC,EOA-ZC,G-73MR,QP0K-B" }, { "solarSystemName": "EOA-ZC", "x": 30, "y": 525, "security": -0.07073195729285864, - "connectedSystems": [ - "UBX-CC", - "TJM-JJ", - "Akkio" - ] + "connectedSystems": "UBX-CC,TJM-JJ,Akkio" }, { "solarSystemName": "G-73MR", "x": 175, "y": 560, "security": -0.02675863281727076, - "connectedSystems": [ - "TJM-JJ", - "E-91FV", - "AD-5B8", - "54-MF6" - ] + "connectedSystems": "TJM-JJ,E-91FV,AD-5B8,54-MF6" }, { "solarSystemName": "E-91FV", "x": 175, "y": 630, "security": -0.01581235799827063, - "connectedSystems": [ - "G-73MR", - "QP0K-B", - "54-MF6" - ] + "connectedSystems": "G-73MR,QP0K-B,54-MF6" }, { "solarSystemName": "AD-5B8", "x": 175, "y": 490, "security": -0.03126532659674242, - "connectedSystems": [ - "UBX-CC", - "G-73MR", - "54-MF6", - "Eurgrana" - ] + "connectedSystems": "UBX-CC,G-73MR,54-MF6,Eurgrana" }, { "solarSystemName": "QP0K-B", "x": 105, "y": 630, "security": -0.03301919828730293, - "connectedSystems": [ - "TJM-JJ", - "E-91FV", - "1W-0KS" - ] + "connectedSystems": "TJM-JJ,E-91FV,1W-0KS" }, { "solarSystemName": "54-MF6", "x": 240, "y": 560, "security": -0.01644073900889997, - "connectedSystems": [ - "G-73MR", - "E-91FV", - "AD-5B8" - ] + "connectedSystems": "G-73MR,E-91FV,AD-5B8" }, { "solarSystemName": "D-I9HJ", "x": 745, "y": 500, "security": -0.3050861867645762, - "connectedSystems": [ - "U-L4KS", - "P-6I0B", - "8-KZXQ", - "Atioth", - "PYY3-5" - ] + "connectedSystems": "U-L4KS,P-6I0B,8-KZXQ,Atioth,PYY3-5" }, { "solarSystemName": "P-6I0B", "x": 720, "y": 570, "security": -0.3663151762953676, - "connectedSystems": [ - "D-I9HJ", - "CFYY-J" - ] + "connectedSystems": "D-I9HJ,CFYY-J" }, { "solarSystemName": "CFYY-J", "x": 725, "y": 645, "security": -0.213250820468244, - "connectedSystems": [ - "P-6I0B", - "HKYW-T" - ] + "connectedSystems": "P-6I0B,HKYW-T" }, { "solarSystemName": "8-KZXQ", "x": 655, "y": 525, "security": -0.1712925125097463, - "connectedSystems": [ - "D-I9HJ", - "3SFU-S" - ] + "connectedSystems": "D-I9HJ,3SFU-S" }, { "solarSystemName": "HKYW-T", "x": 725, "y": 710, "security": -0.04537943159817715, - "connectedSystems": [ - "CFYY-J", - "VJ-NQP", - "N-HK93" - ] + "connectedSystems": "CFYY-J,VJ-NQP,N-HK93" }, { "solarSystemName": "3SFU-S", "x": 620, "y": 580, "security": -0.06895592190553368, - "connectedSystems": [ - "8-KZXQ", - "RFGW-V" - ] + "connectedSystems": "8-KZXQ,RFGW-V" }, { "solarSystemName": "VJ-NQP", "x": 780, "y": 675, "security": -0.03181283190116513, - "connectedSystems": [ - "HKYW-T", - "U6D-9A" - ] + "connectedSystems": "HKYW-T,U6D-9A" }, { "solarSystemName": "U6D-9A", "x": 795, "y": 615, "security": -0.02553187809911039, - "connectedSystems": [ - "VJ-NQP", - "Atioth" - ] + "connectedSystems": "VJ-NQP,Atioth" }, { "solarSystemName": "Atioth", "x": 785, "y": 550, "security": -0.0184705739997717, - "connectedSystems": [ - "D-I9HJ", - "U6D-9A", - "K-IYNW" - ] + "connectedSystems": "D-I9HJ,U6D-9A,K-IYNW" }, { "solarSystemName": "PYY3-5", "x": 820, "y": 465, "security": -0.2440464342324263, - "connectedSystems": [ - "D-I9HJ" - ] + "connectedSystems": "D-I9HJ" }, { "solarSystemName": "RFGW-V", "x": 620, "y": 635, "security": -0.0847706283513594, - "connectedSystems": [ - "3SFU-S", - "N-HK93" - ] + "connectedSystems": "3SFU-S,N-HK93" }, { "solarSystemName": "N-HK93", "x": 660, "y": 685, "security": -0.209959317236662, - "connectedSystems": [ - "HKYW-T", - "RFGW-V" - ] + "connectedSystems": "HKYW-T,RFGW-V" }, { "solarSystemName": "LR-2XT", "x": 390, "y": 515, "security": -0.1159603107494328, - "connectedSystems": [ - "YN3-E3", - "TZL-WT", - "B-F1MI" - ] + "connectedSystems": "YN3-E3,TZL-WT,B-F1MI" }, { "solarSystemName": "TZL-WT", "x": 315, "y": 540, "security": -0.1643654441637265, - "connectedSystems": [ - "LR-2XT", - "4K0N-J" - ] + "connectedSystems": "LR-2XT,4K0N-J" }, { "solarSystemName": "4K0N-J", "x": 315, "y": 595, "security": -0.1282184100538483, - "connectedSystems": [ - "TZL-WT" - ] + "connectedSystems": "TZL-WT" }, { "solarSystemName": "B-F1MI", "x": 390, "y": 575, "security": -0.09066576028884088, - "connectedSystems": [ - "LR-2XT", - "W-3BSU", - "BE-UUN" - ] + "connectedSystems": "LR-2XT,W-3BSU,BE-UUN" }, { "solarSystemName": "W-3BSU", "x": 335, "y": 645, "security": -0.09018495345217203, - "connectedSystems": [ - "B-F1MI", - "BE-UUN" - ] + "connectedSystems": "B-F1MI,BE-UUN" }, { "solarSystemName": "BE-UUN", "x": 445, "y": 645, "security": -0.1246978957838398, - "connectedSystems": [ - "B-F1MI", - "W-3BSU" - ] + "connectedSystems": "B-F1MI,W-3BSU" }, { "solarSystemName": "O2O-2X", "x": 525, "y": 460, "security": -0.4250000919595468, - "connectedSystems": [ - "6YC-TU", - "JE1-36", - "5F-YRA" - ] + "connectedSystems": "6YC-TU,JE1-36,5F-YRA" }, { "solarSystemName": "JE1-36", "x": 595, "y": 460, "security": -0.5233375391645697, - "connectedSystems": [ - "O2O-2X" - ] + "connectedSystems": "O2O-2X" }, { "solarSystemName": "5F-YRA", "x": 525, "y": 505, "security": -0.4325477150129593, - "connectedSystems": [ - "O2O-2X", - "TDE4-H" - ] + "connectedSystems": "O2O-2X,TDE4-H" }, { "solarSystemName": "TDE4-H", "x": 525, "y": 550, "security": -0.584441904305893, - "connectedSystems": [ - "5F-YRA", - "UER-TH" - ] + "connectedSystems": "5F-YRA,UER-TH" }, { "solarSystemName": "UER-TH", "x": 525, "y": 595, "security": -0.7311913093891602, - "connectedSystems": [ - "TDE4-H", - "UG-UWZ" - ] + "connectedSystems": "TDE4-H,UG-UWZ" }, { "solarSystemName": "UG-UWZ", "x": 525, "y": 640, "security": -0.9585401401826347, - "connectedSystems": [ - "UER-TH" - ] + "connectedSystems": "UER-TH" }, { "solarSystemName": "1S-SU1", "x": 950, "y": 295, "security": -1, - "connectedSystems": [ - "LEM-I1", - "9P4O-F" - ] + "connectedSystems": "LEM-I1,9P4O-F" }, { "solarSystemName": "Eurgrana", "x": 265, "y": 455, "security": 0.4160243278032629, - "connectedSystems": [ - "Aldik", - "AD-5B8" - ] + "connectedSystems": "Aldik,AD-5B8" } ] \ No newline at end of file diff --git a/public/Genesis.json b/public/Genesis.json index 02a2fb6..46c17d8 100644 --- a/public/Genesis.json +++ b/public/Genesis.json @@ -4,1411 +4,902 @@ "x": 783, "y": 182, "security": 0.823653465299, - "connectedSystems": [ - "Ansila", - "Outuni", - "Ohmahailen", - "Ahbazon" - ] + "connectedSystems": "Ansila,Outuni,Ohmahailen,Ahbazon" }, { "solarSystemName": "Botane", "x": 443, "y": 0, "security": 0.8754400954412548, - "connectedSystems": [ - "Auvergne", - "Aunia", - "Agrallarier", - "Dodixie", - "Eglennaert", - "Ourapheh", - "Erme" - ] + "connectedSystems": "Auvergne,Aunia,Agrallarier,Dodixie,Eglennaert,Ourapheh,Erme" }, { "solarSystemName": "Tolle", "x": 390, "y": 135, "security": 0.708052067251361, - "connectedSystems": [ - "Manarq", - "Carirgnottin", - "Aydoteaux" - ] + "connectedSystems": "Manarq,Carirgnottin,Aydoteaux" }, { "solarSystemName": "Aydoteaux", "x": 390, "y": 161, "security": 0.6805528669102096, - "connectedSystems": [ - "Tolle", - "Girani-Fa" - ] + "connectedSystems": "Tolle,Girani-Fa" }, { "solarSystemName": "Irgrus", "x": 641, "y": 76, "security": 0.672905983767, - "connectedSystems": [ - "Hakeri", - "Oraekja", - "Pakhshi" - ] + "connectedSystems": "Hakeri,Oraekja,Pakhshi" }, { "solarSystemName": "Gensela", "x": 737, "y": 59, "security": 0.6938781966300402, - "connectedSystems": [ - "Dresi", - "Shera", - "Zororzih", - "Miah" - ] + "connectedSystems": "Dresi,Shera,Zororzih,Miah" }, { "solarSystemName": "Ansasos", "x": 651, "y": 367, "security": 0.4203563400019054, - "connectedSystems": [ - "Iderion", - "Dehrokh", - "Bordan" - ] + "connectedSystems": "Iderion,Dehrokh,Bordan" }, { "solarSystemName": "Kamda", "x": 782, "y": 87, "security": 0.574110949806276, - "connectedSystems": [ - "Shera", - "Miah", - "Peyiri" - ] + "connectedSystems": "Shera,Miah,Peyiri" }, { "solarSystemName": "Rayeret", "x": 923, "y": 465, "security": 0.4545459239309752, - "connectedSystems": [ - "Hirizan", - "Bushemal", - "Gasavak" - ] + "connectedSystems": "Hirizan,Bushemal,Gasavak" }, { "solarSystemName": "Bushemal", "x": 878, "y": 500, "security": 0.445417532971105, - "connectedSystems": [ - "Rayeret", - "Ardhis", - "Gasavak" - ] + "connectedSystems": "Rayeret,Ardhis,Gasavak" }, { "solarSystemName": "Ardhis", "x": 825, "y": 526, "security": 0.3979095529463042, - "connectedSystems": [ - "Bushemal", - "Iaokit" - ] + "connectedSystems": "Bushemal,Iaokit" }, { "solarSystemName": "Iaokit", "x": 770, "y": 557, "security": 0.4076219178311644, - "connectedSystems": [ - "Ardhis", - "Petidu" - ] + "connectedSystems": "Ardhis,Petidu" }, { "solarSystemName": "Chanoun", "x": 682, "y": 304, "security": 0.5136392667944676, - "connectedSystems": [ - "Iderion", - "Garisas", - "Aphi", - "Jakri", - "Nidupad" - ] + "connectedSystems": "Iderion,Garisas,Aphi,Jakri,Nidupad" }, { "solarSystemName": "Van", "x": 205, "y": 345, "security": 0.3124498837243469, - "connectedSystems": [ - "Otakod", - "Shakasi", - "Zayi" - ] + "connectedSystems": "Otakod,Shakasi,Zayi" }, { "solarSystemName": "Oursulaert", "x": 550, "y": 133, "security": 0.8906149761216737, - "connectedSystems": [ - "Renyn", - "Pakhshi", - "Mies" - ] + "connectedSystems": "Renyn,Pakhshi,Mies" }, { "solarSystemName": "Renyn", "x": 626, "y": 117, "security": 0.8981993375293963, - "connectedSystems": [ - "Oursulaert", - "Pakhshi", - "Duripant", - "Algogille", - "Du Annes", - "Grinacanne" - ] + "connectedSystems": "Oursulaert,Pakhshi,Duripant,Algogille,Du Annes,Grinacanne" }, { "solarSystemName": "Deninard", "x": 245, "y": 89, "security": 0.7093875698729967, - "connectedSystems": [ - "Kemerk", - "Hulmate", - "Annages", - "Onne" - ] + "connectedSystems": "Kemerk,Hulmate,Annages,Onne" }, { "solarSystemName": "Arant", "x": 263, "y": 128, "security": 0.6047534808332529, - "connectedSystems": [ - "Kemerk", - "Villore", - "Obalyu" - ] + "connectedSystems": "Kemerk,Villore,Obalyu" }, { "solarSystemName": "Arnon", "x": 524, "y": 7, "security": 0.8, - "connectedSystems": [ - "Emsar", - "Laurvier", - "Adirain", - "Aere" - ] + "connectedSystems": "Emsar,Laurvier,Adirain,Aere" }, { "solarSystemName": "Synchelle", "x": 589, "y": 47, "security": 0.8707330373887257, - "connectedSystems": [ - "Kassigainen", - "Algogille", - "Wysalan", - "Pakhshi", - "Henebene" - ] + "connectedSystems": "Kassigainen,Algogille,Wysalan,Pakhshi,Henebene" }, { "solarSystemName": "Atlangeins", "x": 319, "y": 0, "security": 0.8804870824892538, - "connectedSystems": [ - "Ourapheh", - "Derririntel", - "Hecarrin" - ] + "connectedSystems": "Ourapheh,Derririntel,Hecarrin" }, { "solarSystemName": "Nebian", "x": 780, "y": 685, "security": 0.3514966458773522, - "connectedSystems": [ - "Fensi", - "Khabara", - "Jeni", - "Noranim" - ] + "connectedSystems": "Fensi,Khabara,Jeni,Noranim" }, { "solarSystemName": "Atarli", "x": 780, "y": 730, "security": 0.4421900818066711, - "connectedSystems": [ - "Menai", - "Shokal", - "Keproh", - "Zatamaka", - "Rannoze", - "Piri" - ] + "connectedSystems": "Menai,Shokal,Keproh,Zatamaka,Rannoze,Piri" }, { "solarSystemName": "Shera", "x": 719, "y": 111, "security": 0.5980781557417596, - "connectedSystems": [ - "Lor", - "Gensela", - "Ahbazon", - "Kamda" - ] + "connectedSystems": "Lor,Gensela,Ahbazon,Kamda" }, { "solarSystemName": "Lor", "x": 680, "y": 139, "security": 0.5191716806199789, - "connectedSystems": [ - "Shera", - "Cleyd", - "Ahbazon" - ] + "connectedSystems": "Shera,Cleyd,Ahbazon" }, { "solarSystemName": "Cleyd", "x": 638, "y": 182, "security": 0.4812044915574281, - "connectedSystems": [ - "Lor", - "Vecamia", - "Atreen" - ] + "connectedSystems": "Lor,Vecamia,Atreen" }, { "solarSystemName": "Vecamia", "x": 563, "y": 182, "security": 0.4443907201111533, - "connectedSystems": [ - "Cleyd", - "Tarta" - ] + "connectedSystems": "Cleyd,Tarta" }, { "solarSystemName": "Ahbazon", "x": 750, "y": 149, "security": 0.42052036063, - "connectedSystems": [ - "Shera", - "Lor", - "Hykkota" - ] + "connectedSystems": "Shera,Lor,Hykkota" }, { "solarSystemName": "Atreen", "x": 699, "y": 203, "security": 0.4589115980227781, - "connectedSystems": [ - "Cleyd", - "Nardiarang" - ] + "connectedSystems": "Cleyd,Nardiarang" }, { "solarSystemName": "Pakhshi", "x": 548, "y": 100, "security": 0.845482996818, - "connectedSystems": [ - "Tar", - "Renyn", - "Oursulaert", - "Synchelle", - "Irgrus" - ] + "connectedSystems": "Tar,Renyn,Oursulaert,Synchelle,Irgrus" }, { "solarSystemName": "Tar", "x": 466, "y": 107, "security": 0.7566772446611076, - "connectedSystems": [ - "Pakhshi", - "Tekaima", - "Manarq", - "Merolles" - ] + "connectedSystems": "Pakhshi,Tekaima,Manarq,Merolles" }, { "solarSystemName": "Tekaima", "x": 474, "y": 148, "security": 0.5947524223637997, - "connectedSystems": [ - "Tar", - "Tarta" - ] + "connectedSystems": "Tar,Tarta" }, { "solarSystemName": "Manarq", "x": 391, "y": 105, "security": 0.815666222756326, - "connectedSystems": [ - "Tar", - "Emsar", - "Ourapheh", - "Tolle", - "Kemerk" - ] + "connectedSystems": "Tar,Emsar,Ourapheh,Tolle,Kemerk" }, { "solarSystemName": "Emsar", "x": 519, "y": 57, "security": 0.7129289485226924, - "connectedSystems": [ - "Manarq", - "Ashokon", - "Arnon" - ] + "connectedSystems": "Manarq,Ashokon,Arnon" }, { "solarSystemName": "Ourapheh", "x": 390, "y": 73, "security": 0.861960173311, - "connectedSystems": [ - "Manarq", - "Yulai", - "Chantrousse", - "Atlangeins", - "Botane" - ] + "connectedSystems": "Manarq,Yulai,Chantrousse,Atlangeins,Botane" }, { "solarSystemName": "Yulai", "x": 305, "y": 74, "security": 1, - "connectedSystems": [ - "Ourapheh", - "Kemerk", - "Tourier" - ] + "connectedSystems": "Ourapheh,Kemerk,Tourier" }, { "solarSystemName": "Tarta", "x": 467, "y": 190, "security": 0.4983635758970503, - "connectedSystems": [ - "Tekaima", - "Zoohen", - "Girani-Fa", - "Vecamia" - ] + "connectedSystems": "Tekaima,Zoohen,Girani-Fa,Vecamia" }, { "solarSystemName": "Kemerk", "x": 305, "y": 105, "security": 0.7669895940730661, - "connectedSystems": [ - "Yulai", - "Deninard", - "Arant", - "Manarq" - ] + "connectedSystems": "Yulai,Deninard,Arant,Manarq" }, { "solarSystemName": "Nardiarang", "x": 685, "y": 242, "security": 0.4312090615518989, - "connectedSystems": [ - "Atreen", - "Ziasad" - ] + "connectedSystems": "Atreen,Ziasad" }, { "solarSystemName": "Ziasad", "x": 637, "y": 269, "security": 0.4424046836475379, - "connectedSystems": [ - "Nardiarang", - "Sibe", - "Assez" - ] + "connectedSystems": "Nardiarang,Sibe,Assez" }, { "solarSystemName": "Sibe", "x": 894, "y": 252, "security": 0.4562264976085801, - "connectedSystems": [ - "Ziasad", - "Makhwasan", - "Gergish" - ] + "connectedSystems": "Ziasad,Makhwasan,Gergish" }, { "solarSystemName": "Makhwasan", "x": 949, "y": 148, "security": 0.4151196120733951, - "connectedSystems": [ - "Sibe", - "Sigga", - "Zarer", - "Toon" - ] + "connectedSystems": "Sibe,Sigga,Zarer,Toon" }, { "solarSystemName": "Zarer", "x": 953, "y": 100, "security": 0.3684772749580796, - "connectedSystems": [ - "Makhwasan", - "Sosh" - ] + "connectedSystems": "Makhwasan,Sosh" }, { "solarSystemName": "Toon", "x": 958, "y": 189, "security": 0.3535500565423784, - "connectedSystems": [ - "Makhwasan", - "Hesarid" - ] + "connectedSystems": "Makhwasan,Hesarid" }, { "solarSystemName": "Hesarid", "x": 960, "y": 252, "security": 0.3732216552900397, - "connectedSystems": [ - "Toon" - ] + "connectedSystems": "Toon" }, { "solarSystemName": "Ashokon", "x": 604, "y": 0, "security": 0.7000701489258341, - "connectedSystems": [ - "Emsar", - "Avyuh" - ] + "connectedSystems": "Emsar,Avyuh" }, { "solarSystemName": "Avyuh", "x": 767, "y": 1, "security": 0.5658836180260776, - "connectedSystems": [ - "Ashokon", - "Apanake", - "Sheroo" - ] + "connectedSystems": "Ashokon,Apanake,Sheroo" }, { "solarSystemName": "Apanake", "x": 840, "y": 0, "security": 0.4881938587972514, - "connectedSystems": [ - "Avyuh", - "Sheroo" - ] + "connectedSystems": "Avyuh,Sheroo" }, { "solarSystemName": "Sheroo", "x": 856, "y": 33, "security": 0.5999662648532458, - "connectedSystems": [ - "Avyuh", - "Apanake", - "Sosh" - ] + "connectedSystems": "Avyuh,Apanake,Sosh" }, { "solarSystemName": "Sosh", "x": 874, "y": 80, "security": 0.5173117537018355, - "connectedSystems": [ - "Sheroo", - "Sigga", - "Zarer" - ] + "connectedSystems": "Sheroo,Sigga,Zarer" }, { "solarSystemName": "Sigga", "x": 875, "y": 129, "security": 0.5421448593385269, - "connectedSystems": [ - "Makhwasan", - "Sosh", - "Keseya" - ] + "connectedSystems": "Makhwasan,Sosh,Keseya" }, { "solarSystemName": "Keseya", "x": 861, "y": 169, "security": 0.6059595197406227, - "connectedSystems": [ - "Sigga", - "Madomi" - ] + "connectedSystems": "Sigga,Madomi" }, { "solarSystemName": "Zoohen", "x": 467, "y": 225, "security": 0.4677271163215095, - "connectedSystems": [ - "Tarta", - "Serren", - "Nasreri" - ] + "connectedSystems": "Tarta,Serren,Nasreri" }, { "solarSystemName": "Serren", "x": 461, "y": 253, "security": 0.4588785097930475, - "connectedSystems": [ - "Zoohen", - "Hadji", - "Assez" - ] + "connectedSystems": "Zoohen,Hadji,Assez" }, { "solarSystemName": "Hadji", "x": 428, "y": 285, "security": 0.4927586624120507, - "connectedSystems": [ - "Serren", - "Agal" - ] + "connectedSystems": "Serren,Agal" }, { "solarSystemName": "Assez", "x": 549, "y": 271, "security": 0.4421178704718675, - "connectedSystems": [ - "Ziasad", - "Serren", - "Alal", - "Chamja" - ] + "connectedSystems": "Ziasad,Serren,Alal,Chamja" }, { "solarSystemName": "Alal", "x": 550, "y": 304, "security": 0.4435344310617713, - "connectedSystems": [ - "Assez", - "Dom-Aphis", - "Chamja" - ] + "connectedSystems": "Assez,Dom-Aphis,Chamja" }, { "solarSystemName": "Dom-Aphis", "x": 602, "y": 329, "security": 0.4363586139191783, - "connectedSystems": [ - "Alal", - "Iderion" - ] + "connectedSystems": "Alal,Iderion" }, { "solarSystemName": "Iderion", "x": 663, "y": 335, "security": 0.4745493721958605, - "connectedSystems": [ - "Dom-Aphis", - "Ansasos", - "Chanoun" - ] + "connectedSystems": "Dom-Aphis,Ansasos,Chanoun" }, { "solarSystemName": "Chamja", "x": 488, "y": 289, "security": 0.4308966600969066, - "connectedSystems": [ - "Assez", - "Alal" - ] + "connectedSystems": "Assez,Alal" }, { "solarSystemName": "Diaderi", "x": 187, "y": 26, "security": 0.7713307785797243, - "connectedSystems": [ - "Tourier", - "Manatirid" - ] + "connectedSystems": "Tourier,Manatirid" }, { "solarSystemName": "Manatirid", "x": 109, "y": 34, "security": 0.5485262611448714, - "connectedSystems": [ - "Diaderi", - "Pashanai" - ] + "connectedSystems": "Diaderi,Pashanai" }, { "solarSystemName": "Pashanai", "x": 57, "y": 76, "security": 0.4576432567976212, - "connectedSystems": [ - "Manatirid", - "Pamah", - "Leran", - "Beke" - ] + "connectedSystems": "Manatirid,Pamah,Leran,Beke" }, { "solarSystemName": "Pamah", "x": 0, "y": 100, "security": 0.4974491589352776, - "connectedSystems": [ - "Pashanai", - "Leran", - "Malma" - ] + "connectedSystems": "Pashanai,Leran,Malma" }, { "solarSystemName": "Leran", "x": 0, "y": 54, "security": 0.4199505670474508, - "connectedSystems": [ - "Pashanai", - "Pamah" - ] + "connectedSystems": "Pashanai,Pamah" }, { "solarSystemName": "Beke", "x": 74, "y": 124, "security": 0.3451195252289031, - "connectedSystems": [ - "Pashanai", - "Ebasez" - ] + "connectedSystems": "Pashanai,Ebasez" }, { "solarSystemName": "Malma", "x": 0, "y": 170, "security": 0.5338990892839118, - "connectedSystems": [ - "Pamah", - "Bherdasopt" - ] + "connectedSystems": "Pamah,Bherdasopt" }, { "solarSystemName": "Noranim", "x": 710, "y": 685, "security": 0.3372209643033397, - "connectedSystems": [ - "Nebian", - "Chej", - "Menai" - ] + "connectedSystems": "Nebian,Chej,Menai" }, { "solarSystemName": "Chej", "x": 685, "y": 635, "security": 0.2834491302594168, - "connectedSystems": [ - "Noranim", - "Aring", - "Gayar" - ] + "connectedSystems": "Noranim,Aring,Gayar" }, { "solarSystemName": "Menai", "x": 710, "y": 730, "security": 0.3414024860831691, - "connectedSystems": [ - "Noranim", - "Atarli" - ] + "connectedSystems": "Noranim,Atarli" }, { "solarSystemName": "Aring", "x": 640, "y": 585, "security": 0.2673237137260147, - "connectedSystems": [ - "Chej", - "Gayar", - "Petidu", - "Antem" - ] + "connectedSystems": "Chej,Gayar,Petidu,Antem" }, { "solarSystemName": "Gayar", "x": 610, "y": 680, "security": 0.2994758547244816, - "connectedSystems": [ - "Chej", - "Aring", - "Naka" - ] + "connectedSystems": "Chej,Aring,Naka" }, { "solarSystemName": "Petidu", "x": 716, "y": 585, "security": 0.3144130993628007, - "connectedSystems": [ - "Aring", - "Iaokit" - ] + "connectedSystems": "Aring,Iaokit" }, { "solarSystemName": "Naka", "x": 545, "y": 730, "security": 0.2966709532622422, - "connectedSystems": [ - "Gayar", - "Saphthar" - ] + "connectedSystems": "Gayar,Saphthar" }, { "solarSystemName": "Madomi", "x": 675, "y": 407, "security": 0.5874952486308322, - "connectedSystems": [ - "Keseya", - "Gergish", - "Doza" - ] + "connectedSystems": "Keseya,Gergish,Doza" }, { "solarSystemName": "Gergish", "x": 711, "y": 448, "security": 0.5829559652384098, - "connectedSystems": [ - "Sibe", - "Madomi", - "Tahli", - "Imya", - "Kobam" - ] + "connectedSystems": "Sibe,Madomi,Tahli,Imya,Kobam" }, { "solarSystemName": "Tahli", "x": 818, "y": 409, "security": 0.5618446498176826, - "connectedSystems": [ - "Gergish", - "Kobam", - "Hirizan" - ] + "connectedSystems": "Gergish,Kobam,Hirizan" }, { "solarSystemName": "Imya", "x": 639, "y": 479, "security": 0.51844118541348, - "connectedSystems": [ - "Gergish", - "Anyed", - "Antem" - ] + "connectedSystems": "Gergish,Anyed,Antem" }, { "solarSystemName": "Kobam", "x": 828, "y": 450, "security": 0.5406420604606221, - "connectedSystems": [ - "Gergish", - "Tahli", - "Hirizan" - ] + "connectedSystems": "Gergish,Tahli,Hirizan" }, { "solarSystemName": "Hirizan", "x": 889, "y": 428, "security": 0.4921959162650131, - "connectedSystems": [ - "Tahli", - "Kobam", - "Rayeret" - ] + "connectedSystems": "Tahli,Kobam,Rayeret" }, { "solarSystemName": "Anyed", "x": 376, "y": 445, "security": 0.5600678043028328, - "connectedSystems": [ - "Imya", - "Habu", - "Asanot", - "Anzalaisio" - ] + "connectedSystems": "Imya,Habu,Asanot,Anzalaisio" }, { "solarSystemName": "Habu", "x": 307, "y": 420, "security": 0.6354277750772926, - "connectedSystems": [ - "Anyed", - "Chiga", - "Abhan" - ] + "connectedSystems": "Anyed,Chiga,Abhan" }, { "solarSystemName": "Asanot", "x": 307, "y": 456, "security": 0.4503053640449731, - "connectedSystems": [ - "Anyed", - "Itrin" - ] + "connectedSystems": "Anyed,Itrin" }, { "solarSystemName": "Anzalaisio", "x": 336, "y": 486, "security": 0.4545564760173125, - "connectedSystems": [ - "Anyed", - "Itrin" - ] + "connectedSystems": "Anyed,Itrin" }, { "solarSystemName": "Chiga", "x": 245, "y": 399, "security": 0.729136400767326, - "connectedSystems": [ - "Habu" - ] + "connectedSystems": "Habu" }, { "solarSystemName": "Abhan", "x": 248, "y": 440, "security": 0.5786627518221581, - "connectedSystems": [ - "Habu", - "Itrin" - ] + "connectedSystems": "Habu,Itrin" }, { "solarSystemName": "Saphthar", "x": 205, "y": 730, "security": 0.3143858003992355, - "connectedSystems": [ - "Naka", - "Itrin", - "Bantish" - ] + "connectedSystems": "Naka,Itrin,Bantish" }, { "solarSystemName": "Itrin", "x": 234, "y": 529, "security": 0.3884288236625388, - "connectedSystems": [ - "Saphthar", - "Asanot", - "Anzalaisio", - "Abhan", - "Keri" - ] + "connectedSystems": "Saphthar,Asanot,Anzalaisio,Abhan,Keri" }, { "solarSystemName": "Bantish", "x": 0, "y": 730, "security": 0.305945716043155, - "connectedSystems": [ - "Saphthar", - "Korridi", - "Lela", - "Azedi" - ] + "connectedSystems": "Saphthar,Korridi,Lela,Azedi" }, { "solarSystemName": "Korridi", "x": 0, "y": 470, "security": 0.3245482456905339, - "connectedSystems": [ - "Bantish", - "Gonditsa" - ] + "connectedSystems": "Bantish,Gonditsa" }, { "solarSystemName": "Lela", "x": 47, "y": 695, "security": 0.3451113808269298, - "connectedSystems": [ - "Bantish" - ] + "connectedSystems": "Bantish" }, { "solarSystemName": "Keri", "x": 178, "y": 510, "security": 0.3643851017431448, - "connectedSystems": [ - "Itrin" - ] + "connectedSystems": "Itrin" }, { "solarSystemName": "Antem", "x": 615, "y": 535, "security": 0.312880339672161, - "connectedSystems": [ - "Aring", - "Imya", - "Djimame", - "Mozzidit" - ] + "connectedSystems": "Aring,Imya,Djimame,Mozzidit" }, { "solarSystemName": "Djimame", "x": 485, "y": 525, "security": 0.2754787480853161, - "connectedSystems": [ - "Antem", - "Mozzidit", - "Angur", - "Hangond" - ] + "connectedSystems": "Antem,Mozzidit,Angur,Hangond" }, { "solarSystemName": "Mozzidit", "x": 535, "y": 555, "security": 0.2866763321277128, - "connectedSystems": [ - "Antem", - "Djimame" - ] + "connectedSystems": "Antem,Djimame" }, { "solarSystemName": "Angur", "x": 400, "y": 525, "security": 0.1775851257551886, - "connectedSystems": [ - "Djimame", - "Hangond", - "Access" - ] + "connectedSystems": "Djimame,Hangond,Access" }, { "solarSystemName": "Hangond", "x": 450, "y": 560, "security": 0.2082904492260034, - "connectedSystems": [ - "Djimame", - "Angur" - ] + "connectedSystems": "Djimame,Angur" }, { "solarSystemName": "Access", "x": 335, "y": 540, "security": 0.1642829758605862, - "connectedSystems": [ - "Angur", - "Exit" - ] + "connectedSystems": "Angur,Exit" }, { "solarSystemName": "Bherdasopt", "x": 0, "y": 235, "security": 0.4812319390384859, - "connectedSystems": [ - "Malma", - "Gonditsa", - "Simela" - ] + "connectedSystems": "Malma,Gonditsa,Simela" }, { "solarSystemName": "Gonditsa", "x": 0, "y": 365, "security": 0.3424815206236679, - "connectedSystems": [ - "Bherdasopt", - "Korridi", - "Shalne", - "Shapisin" - ] + "connectedSystems": "Bherdasopt,Korridi,Shalne,Shapisin" }, { "solarSystemName": "Simela", "x": 50, "y": 200, "security": 0.5139454578525864, - "connectedSystems": [ - "Bherdasopt" - ] + "connectedSystems": "Bherdasopt" }, { "solarSystemName": "Shalne", "x": 70, "y": 370, "security": 0.3062869038953286, - "connectedSystems": [ - "Gonditsa", - "Shapisin", - "Olin", - "Galnafsad" - ] + "connectedSystems": "Gonditsa,Shapisin,Olin,Galnafsad" }, { "solarSystemName": "Shapisin", "x": 40, "y": 415, "security": 0.3496524205602304, - "connectedSystems": [ - "Gonditsa", - "Shalne", - "Galnafsad" - ] + "connectedSystems": "Gonditsa,Shalne,Galnafsad" }, { "solarSystemName": "Olin", "x": 105, "y": 325, "security": 0.3114455091900404, - "connectedSystems": [ - "Shalne", - "Otakod" - ] + "connectedSystems": "Shalne,Otakod" }, { "solarSystemName": "Galnafsad", "x": 105, "y": 415, "security": 0.2374731160053274, - "connectedSystems": [ - "Shalne", - "Shapisin", - "Otakod", - "Azedi" - ] + "connectedSystems": "Shalne,Shapisin,Otakod,Azedi" }, { "solarSystemName": "Otakod", "x": 140, "y": 370, "security": 0.3321149173254194, - "connectedSystems": [ - "Olin", - "Galnafsad", - "Van" - ] + "connectedSystems": "Olin,Galnafsad,Van" }, { "solarSystemName": "Azedi", "x": 44, "y": 527, "security": 0.274414828281493, - "connectedSystems": [ - "Bantish", - "Galnafsad", - "Sharza" - ] + "connectedSystems": "Bantish,Galnafsad,Sharza" }, { "solarSystemName": "Sharza", "x": 101, "y": 585, "security": 0.2979874215047935, - "connectedSystems": [ - "Azedi", - "Pirna", - "Seshi", - "Anara" - ] + "connectedSystems": "Azedi,Pirna,Seshi,Anara" }, { "solarSystemName": "Pirna", "x": 126, "y": 557, "security": 0.2999004707654941, - "connectedSystems": [ - "Sharza" - ] + "connectedSystems": "Sharza" }, { "solarSystemName": "Seshi", "x": 64, "y": 613, "security": 0.319563853148916, - "connectedSystems": [ - "Sharza" - ] + "connectedSystems": "Sharza" }, { "solarSystemName": "Anara", "x": 128, "y": 619, "security": 0.3571067200528723, - "connectedSystems": [ - "Sharza", - "Partod" - ] + "connectedSystems": "Sharza,Partod" }, { "solarSystemName": "Partod", "x": 134, "y": 658, "security": 0.3939929242945108, - "connectedSystems": [ - "Anara" - ] + "connectedSystems": "Anara" }, { "solarSystemName": "Exit", "x": 290, "y": 585, "security": 0.1721008375435399, - "connectedSystems": [ - "Access", - "Gateway" - ] + "connectedSystems": "Access,Gateway" }, { "solarSystemName": "Gateway", "x": 305, "y": 625, "security": 0.168689340864423, - "connectedSystems": [ - "Exit", - "Central Point" - ] + "connectedSystems": "Exit,Central Point" }, { "solarSystemName": "Central Point", "x": 375, "y": 645, "security": 0.2337355178826942, - "connectedSystems": [ - "Gateway", - "Promised Land", - "Dead End", - "Canard" - ] + "connectedSystems": "Gateway,Promised Land,Dead End,Canard" }, { "solarSystemName": "Promised Land", "x": 450, "y": 655, "security": 0.2786324624738241, - "connectedSystems": [ - "Central Point", - "New Eden" - ] + "connectedSystems": "Central Point,New Eden" }, { "solarSystemName": "Dead End", "x": 365, "y": 685, "security": 0.2484185108499023, - "connectedSystems": [ - "Central Point" - ] + "connectedSystems": "Central Point" }, { "solarSystemName": "New Eden", "x": 525, "y": 665, "security": 0.2605537979947104, - "connectedSystems": [ - "Promised Land" - ] + "connectedSystems": "Promised Land" }, { "solarSystemName": "Canard", "x": 385, "y": 605, "security": 0.2842073370085184, - "connectedSystems": [ - "Central Point" - ] + "connectedSystems": "Central Point" }, { "solarSystemName": "Girani-Fa", "x": 394, "y": 190, "security": 0.5869574506870716, - "connectedSystems": [ - "Tarta", - "Aydoteaux", - "Nasreri" - ] + "connectedSystems": "Tarta,Aydoteaux,Nasreri" }, { "solarSystemName": "Nasreri", "x": 389, "y": 224, "security": 0.5255944270832106, - "connectedSystems": [ - "Zoohen", - "Girani-Fa", - "Heorah", - "Bania" - ] + "connectedSystems": "Zoohen,Girani-Fa,Heorah,Bania" }, { "solarSystemName": "Heorah", "x": 330, "y": 245, "security": 0.5377234927282918, - "connectedSystems": [ - "Nasreri", - "Ebasez", - "Agal", - "Doza" - ] + "connectedSystems": "Nasreri,Ebasez,Agal,Doza" }, { "solarSystemName": "Ebasez", "x": 275, "y": 225, "security": 0.4916871608559759, - "connectedSystems": [ - "Beke", - "Heorah", - "Bania" - ] + "connectedSystems": "Beke,Heorah,Bania" }, { "solarSystemName": "Agal", "x": 308, "y": 286, "security": 0.5358699310507136, - "connectedSystems": [ - "Hadji", - "Heorah", - "Doza" - ] + "connectedSystems": "Hadji,Heorah,Doza" }, { "solarSystemName": "Doza", "x": 369, "y": 313, "security": 0.5737591676458816, - "connectedSystems": [ - "Madomi", - "Heorah", - "Agal" - ] + "connectedSystems": "Madomi,Heorah,Agal" }, { "solarSystemName": "Bania", "x": 318, "y": 195, "security": 0.4788344765082393, - "connectedSystems": [ - "Nasreri", - "Ebasez" - ] + "connectedSystems": "Nasreri,Ebasez" }, { "solarSystemName": "Tourier", "x": 305, "y": 42, "security": 0.9111339832233286, - "connectedSystems": [ - "Yulai", - "Alenia", - "Merolles", - "Diaderi", - "Channace" - ] + "connectedSystems": "Yulai,Alenia,Merolles,Diaderi,Channace" }, { "solarSystemName": "Merolles", "x": 445, "y": 54, "security": 0.8846282261857983, - "connectedSystems": [ - "Tourier", - "Alentene", - "Tar" - ] + "connectedSystems": "Tourier,Alentene,Tar" }, { "solarSystemName": "Chantrousse", "x": 384, "y": 0, "security": 0.6393165779303467, - "connectedSystems": [ - "Ourapheh", - "Arraron", - "Osmomonne", - "Tierijev" - ] + "connectedSystems": "Ourapheh,Arraron,Osmomonne,Tierijev" } ] \ No newline at end of file diff --git a/public/Great Wildlands.json b/public/Great Wildlands.json index 0bb1605..0a859d9 100644 --- a/public/Great Wildlands.json +++ b/public/Great Wildlands.json @@ -4,1174 +4,769 @@ "x": 145, "y": 335, "security": 0.2486186151893557, - "connectedSystems": [ - "Astabih", - "Ubtes", - "Bimener", - "Uanzin", - "7Q-8Z2" - ] + "connectedSystems": "Astabih,Ubtes,Bimener,Uanzin,7Q-8Z2" }, { "solarSystemName": "I6-SYN", "x": 965, "y": 85, "security": -0.3493166010410577, - "connectedSystems": [ - "E1W-TB", - "VK-A5G", - "O-5TN1", - "K-IYNW" - ] + "connectedSystems": "E1W-TB,VK-A5G,O-5TN1,K-IYNW" }, { "solarSystemName": "F-5FDA", "x": 600, "y": 640, "security": -0.04680125361633725, - "connectedSystems": [ - "S1-XTL", - "9-34L5", - "9PX2-F", - "TET3-B" - ] + "connectedSystems": "S1-XTL,9-34L5,9PX2-F,TET3-B" }, { "solarSystemName": "U2-28D", "x": 965, "y": 225, "security": -0.3413324372161752, - "connectedSystems": [ - "LQ-OAI", - "5-MQQ7", - "6-EQYE", - "03-OR2", - "PUZ-IO" - ] + "connectedSystems": "LQ-OAI,5-MQQ7,6-EQYE,03-OR2,PUZ-IO" }, { "solarSystemName": "NIH-02", "x": 0, "y": 175, "security": -0.04454619239967594, - "connectedSystems": [ - "N-DQ0D", - "M-MD3B", - "SL-YBS" - ] + "connectedSystems": "N-DQ0D,M-MD3B,SL-YBS" }, { "solarSystemName": "JPL-RA", "x": 0, "y": 315, "security": -0.09935717729915572, - "connectedSystems": [ - "NK-7XO", - "CRXA-Y" - ] + "connectedSystems": "NK-7XO,CRXA-Y" }, { "solarSystemName": "NK-7XO", "x": 0, "y": 280, "security": -0.01844116060976253, - "connectedSystems": [ - "JPL-RA", - "E02-IK" - ] + "connectedSystems": "JPL-RA,E02-IK" }, { "solarSystemName": "E02-IK", "x": 0, "y": 245, "security": -0.06093156645446185, - "connectedSystems": [ - "NK-7XO", - "8YC-AN", - "M-MD3B" - ] + "connectedSystems": "NK-7XO,8YC-AN,M-MD3B" }, { "solarSystemName": "N-DQ0D", "x": 60, "y": 175, "security": -0.06748512052813616, - "connectedSystems": [ - "NIH-02", - "P1T-LP", - "LXTC-S" - ] + "connectedSystems": "NIH-02,P1T-LP,LXTC-S" }, { "solarSystemName": "M-MD3B", "x": 0, "y": 210, "security": -0.1193458346215033, - "connectedSystems": [ - "NIH-02", - "E02-IK" - ] + "connectedSystems": "NIH-02,E02-IK" }, { "solarSystemName": "FVXK-D", "x": 905, "y": 345, "security": -0.3829289821918204, - "connectedSystems": [ - "2X7Z-L", - "P7UZ-T" - ] + "connectedSystems": "2X7Z-L,P7UZ-T" }, { "solarSystemName": "6EG7-R", "x": 805, "y": 420, "security": -0.7053432996835874, - "connectedSystems": [ - "56D-TC", - "2X7Z-L", - "QQ3-YI", - "8DL-CP" - ] + "connectedSystems": "56D-TC,2X7Z-L,QQ3-YI,8DL-CP" }, { "solarSystemName": "56D-TC", "x": 795, "y": 375, "security": -0.6989712621716232, - "connectedSystems": [ - "6EG7-R", - "2X7Z-L", - "VKU-BG", - "8DL-CP" - ] + "connectedSystems": "6EG7-R,2X7Z-L,VKU-BG,8DL-CP" }, { "solarSystemName": "2X7Z-L", "x": 870, "y": 375, "security": -0.5540875623014871, - "connectedSystems": [ - "FVXK-D", - "6EG7-R", - "56D-TC" - ] + "connectedSystems": "FVXK-D,6EG7-R,56D-TC" }, { "solarSystemName": "8DL-CP", "x": 735, "y": 400, "security": -0.8387200807032827, - "connectedSystems": [ - "6EG7-R", - "56D-TC", - "UMDQ-6" - ] + "connectedSystems": "6EG7-R,56D-TC,UMDQ-6" }, { "solarSystemName": "UMDQ-6", "x": 665, "y": 405, "security": -0.8714045361535083, - "connectedSystems": [ - "8DL-CP" - ] + "connectedSystems": "8DL-CP" }, { "solarSystemName": "504Z-V", "x": 460, "y": 460, "security": -0.09031940243045844, - "connectedSystems": [ - "7-IDWY", - "F8K-WQ", - "QM-20X", - "AB-FZE", - "NE-3GR" - ] + "connectedSystems": "7-IDWY,F8K-WQ,QM-20X,AB-FZE,NE-3GR" }, { "solarSystemName": "F8K-WQ", "x": 380, "y": 440, "security": -0.02289841984351826, - "connectedSystems": [ - "504Z-V", - "CRXA-Y", - "AB-FZE", - "YUY-LM", - "NE-3GR" - ] + "connectedSystems": "504Z-V,CRXA-Y,AB-FZE,YUY-LM,NE-3GR" }, { "solarSystemName": "AB-FZE", "x": 405, "y": 490, "security": -0.1089965971512646, - "connectedSystems": [ - "504Z-V", - "F8K-WQ", - "N-6Z8B" - ] + "connectedSystems": "504Z-V,F8K-WQ,N-6Z8B" }, { "solarSystemName": "N-6Z8B", "x": 315, "y": 490, "security": -0.07618576531860277, - "connectedSystems": [ - "AB-FZE", - "1L-AED", - "52V6-B" - ] + "connectedSystems": "AB-FZE,1L-AED,52V6-B" }, { "solarSystemName": "YUY-LM", "x": 355, "y": 400, "security": -0.01728358941497421, - "connectedSystems": [ - "F8K-WQ" - ] + "connectedSystems": "F8K-WQ" }, { "solarSystemName": "NE-3GR", "x": 435, "y": 410, "security": -0.03202580621177342, - "connectedSystems": [ - "504Z-V", - "F8K-WQ" - ] + "connectedSystems": "504Z-V,F8K-WQ" }, { "solarSystemName": "Y4-GQV", "x": 155, "y": 600, "security": -0.02090942180525346, - "connectedSystems": [ - "AZF-GH", - "M-EKDF", - "VXO-OM", - "WTIE-6", - "92-B0X" - ] + "connectedSystems": "AZF-GH,M-EKDF,VXO-OM,WTIE-6,92-B0X" }, { "solarSystemName": "7-IDWY", "x": 460, "y": 695, "security": -0.008712266906137689, - "connectedSystems": [ - "504Z-V", - "BY5-V8", - "TET3-B" - ] + "connectedSystems": "504Z-V,BY5-V8,TET3-B" }, { "solarSystemName": "AZF-GH", "x": 0, "y": 645, "security": -0.0268462075611603, - "connectedSystems": [ - "Y4-GQV", - "CRXA-Y", - "VXO-OM" - ] + "connectedSystems": "Y4-GQV,CRXA-Y,VXO-OM" }, { "solarSystemName": "UT-UZB", "x": 340, "y": 695, "security": -0.008474898999475622, - "connectedSystems": [ - "VXO-OM", - "BY5-V8", - "KLMT-W" - ] + "connectedSystems": "VXO-OM,BY5-V8,KLMT-W" }, { "solarSystemName": "M-EKDF", "x": 125, "y": 645, "security": -0.004709366156913308, - "connectedSystems": [ - "Y4-GQV", - "VXO-OM" - ] + "connectedSystems": "Y4-GQV,VXO-OM" }, { "solarSystemName": "CRXA-Y", "x": 0, "y": 400, "security": -0.07544637284361044, - "connectedSystems": [ - "JPL-RA", - "AZF-GH", - "F8K-WQ" - ] + "connectedSystems": "JPL-RA,AZF-GH,F8K-WQ" }, { "solarSystemName": "VXO-OM", "x": 220, "y": 695, "security": -0.003315883242097639, - "connectedSystems": [ - "Y4-GQV", - "AZF-GH", - "UT-UZB", - "M-EKDF", - "O-OVOQ" - ] + "connectedSystems": "Y4-GQV,AZF-GH,UT-UZB,M-EKDF,O-OVOQ" }, { "solarSystemName": "BY5-V8", "x": 400, "y": 695, "security": -0.007223835118739586, - "connectedSystems": [ - "7-IDWY", - "UT-UZB" - ] + "connectedSystems": "7-IDWY,UT-UZB" }, { "solarSystemName": "TET3-B", "x": 525, "y": 680, "security": -0.01701982402261792, - "connectedSystems": [ - "F-5FDA", - "7-IDWY" - ] + "connectedSystems": "F-5FDA,7-IDWY" }, { "solarSystemName": "VKU-BG", "x": 700, "y": 345, "security": -0.5463953611946648, - "connectedSystems": [ - "56D-TC", - "WPR-EI", - "ZM-DNR" - ] + "connectedSystems": "56D-TC,WPR-EI,ZM-DNR" }, { "solarSystemName": "WPR-EI", "x": 635, "y": 360, "security": -0.4558152369804216, - "connectedSystems": [ - "VKU-BG", - "0NV-YU" - ] + "connectedSystems": "VKU-BG,0NV-YU" }, { "solarSystemName": "0NV-YU", "x": 565, "y": 350, "security": -0.2868263449445426, - "connectedSystems": [ - "WPR-EI", - "V-2GYS", - "W-RFUO" - ] + "connectedSystems": "WPR-EI,V-2GYS,W-RFUO" }, { "solarSystemName": "V-2GYS", "x": 485, "y": 370, "security": -0.1943594425552968, - "connectedSystems": [ - "0NV-YU", - "168-6H", - "W-RFUO" - ] + "connectedSystems": "0NV-YU,168-6H,W-RFUO" }, { "solarSystemName": "168-6H", "x": 410, "y": 370, "security": -0.1319692739273269, - "connectedSystems": [ - "V-2GYS" - ] + "connectedSystems": "V-2GYS" }, { "solarSystemName": "W-RFUO", "x": 485, "y": 330, "security": -0.1560803572180256, - "connectedSystems": [ - "0NV-YU", - "V-2GYS", - "AI-EVH", - "F-MKH3" - ] + "connectedSystems": "0NV-YU,V-2GYS,AI-EVH,F-MKH3" }, { "solarSystemName": "AI-EVH", "x": 485, "y": 290, "security": -0.05827766824944913, - "connectedSystems": [ - "Y7-XFD", - "W-RFUO", - "F-MKH3" - ] + "connectedSystems": "Y7-XFD,W-RFUO,F-MKH3" }, { "solarSystemName": "F-MKH3", "x": 570, "y": 300, "security": -0.1174299199112601, - "connectedSystems": [ - "W-RFUO", - "AI-EVH", - "ZM-DNR" - ] + "connectedSystems": "W-RFUO,AI-EVH,ZM-DNR" }, { "solarSystemName": "ZM-DNR", "x": 640, "y": 310, "security": -0.06705909855456849, - "connectedSystems": [ - "VKU-BG", - "F-MKH3" - ] + "connectedSystems": "VKU-BG,F-MKH3" }, { "solarSystemName": "GF-3FL", "x": 685, "y": 550, "security": -0.4337046072810965, - "connectedSystems": [ - "ZJ-GOU", - "9-34L5", - "0R-GZQ", - "QM-20X" - ] + "connectedSystems": "ZJ-GOU,9-34L5,0R-GZQ,QM-20X" }, { "solarSystemName": "ZJ-GOU", "x": 720, "y": 510, "security": -0.1466198143333166, - "connectedSystems": [ - "GF-3FL", - "QQ3-YI", - "QM-20X" - ] + "connectedSystems": "GF-3FL,QQ3-YI,QM-20X" }, { "solarSystemName": "QQ3-YI", "x": 780, "y": 480, "security": -0.2511537361763091, - "connectedSystems": [ - "6EG7-R", - "ZJ-GOU" - ] + "connectedSystems": "6EG7-R,ZJ-GOU" }, { "solarSystemName": "9-34L5", "x": 655, "y": 590, "security": -0.07807115965488864, - "connectedSystems": [ - "F-5FDA", - "GF-3FL" - ] + "connectedSystems": "F-5FDA,GF-3FL" }, { "solarSystemName": "0R-GZQ", "x": 755, "y": 550, "security": -0.4441306067384818, - "connectedSystems": [ - "GF-3FL" - ] + "connectedSystems": "GF-3FL" }, { "solarSystemName": "QM-20X", "x": 645, "y": 510, "security": -0.1515418912617758, - "connectedSystems": [ - "GF-3FL", - "ZJ-GOU", - "504Z-V" - ] + "connectedSystems": "GF-3FL,ZJ-GOU,504Z-V" }, { "solarSystemName": "8YC-AN", "x": 145, "y": 255, "security": -0.1458745449085863, - "connectedSystems": [ - "E02-IK", - "7Q-8Z2", - "SUR-F7" - ] + "connectedSystems": "E02-IK,7Q-8Z2,SUR-F7" }, { "solarSystemName": "7Q-8Z2", "x": 160, "y": 295, "security": -0.303187969851367, - "connectedSystems": [ - "8YC-AN", - "SUR-F7", - "Khabi" - ] + "connectedSystems": "8YC-AN,SUR-F7,Khabi" }, { "solarSystemName": "SUR-F7", "x": 220, "y": 260, "security": -0.4371039125822211, - "connectedSystems": [ - "8YC-AN", - "7Q-8Z2", - "OK-6XN", - "Q2FL-T" - ] + "connectedSystems": "8YC-AN,7Q-8Z2,OK-6XN,Q2FL-T" }, { "solarSystemName": "OK-6XN", "x": 225, "y": 310, "security": -0.560892279844313, - "connectedSystems": [ - "SUR-F7", - "U3K-4A" - ] + "connectedSystems": "SUR-F7,U3K-4A" }, { "solarSystemName": "Q2FL-T", "x": 305, "y": 270, "security": -0.2540604321409271, - "connectedSystems": [ - "SUR-F7", - "Y7-XFD" - ] + "connectedSystems": "SUR-F7,Y7-XFD" }, { "solarSystemName": "Y7-XFD", "x": 390, "y": 280, "security": -0.05189905239175519, - "connectedSystems": [ - "Q2FL-T", - "AI-EVH" - ] + "connectedSystems": "Q2FL-T,AI-EVH" }, { "solarSystemName": "U3K-4A", "x": 225, "y": 360, "security": -0.7520340496981587, - "connectedSystems": [ - "OK-6XN" - ] + "connectedSystems": "OK-6XN" }, { "solarSystemName": "P1T-LP", "x": 135, "y": 145, "security": -0.05712909582011727, - "connectedSystems": [ - "N-DQ0D", - "R-ESG0" - ] + "connectedSystems": "N-DQ0D,R-ESG0" }, { "solarSystemName": "R-ESG0", "x": 195, "y": 130, "security": -0.0461012679897469, - "connectedSystems": [ - "P1T-LP", - "CI4M-T" - ] + "connectedSystems": "P1T-LP,CI4M-T" }, { "solarSystemName": "CI4M-T", "x": 265, "y": 125, "security": -0.03012161793064561, - "connectedSystems": [ - "R-ESG0", - "I-QRJA" - ] + "connectedSystems": "R-ESG0,I-QRJA" }, { "solarSystemName": "I-QRJA", "x": 335, "y": 125, "security": -0.0740720257600932, - "connectedSystems": [ - "CI4M-T", - "M-YWAL", - "DE71-9" - ] + "connectedSystems": "CI4M-T,M-YWAL,DE71-9" }, { "solarSystemName": "M-YWAL", "x": 335, "y": 85, "security": -0.2327172197630737, - "connectedSystems": [ - "I-QRJA" - ] + "connectedSystems": "I-QRJA" }, { "solarSystemName": "DE71-9", "x": 405, "y": 125, "security": -0.1390899795388688, - "connectedSystems": [ - "I-QRJA", - "7JF-0Z" - ] + "connectedSystems": "I-QRJA,7JF-0Z" }, { "solarSystemName": "7JF-0Z", "x": 475, "y": 125, "security": -0.2675795523496936, - "connectedSystems": [ - "DE71-9", - "OJOS-T" - ] + "connectedSystems": "DE71-9,OJOS-T" }, { "solarSystemName": "IX8-JB", "x": 120, "y": 490, "security": -0.0350951381085417, - "connectedSystems": [ - "WTIE-6", - "Y-DSSK", - "1L-AED", - "1C-953" - ] + "connectedSystems": "WTIE-6,Y-DSSK,1L-AED,1C-953" }, { "solarSystemName": "WTIE-6", "x": 160, "y": 525, "security": -0.03048223861417276, - "connectedSystems": [ - "Y4-GQV", - "IX8-JB", - "1L-AED" - ] + "connectedSystems": "Y4-GQV,IX8-JB,1L-AED" }, { "solarSystemName": "Y-DSSK", "x": 45, "y": 490, "security": -0.0204954862977822, - "connectedSystems": [ - "IX8-JB", - "F5-CGW", - "B-ROFP" - ] + "connectedSystems": "IX8-JB,F5-CGW,B-ROFP" }, { "solarSystemName": "F5-CGW", "x": 50, "y": 525, "security": -0.00385661849225194, - "connectedSystems": [ - "Y-DSSK", - "H9S-WC" - ] + "connectedSystems": "Y-DSSK,H9S-WC" }, { "solarSystemName": "H9S-WC", "x": 70, "y": 560, "security": -0.006662078166253527, - "connectedSystems": [ - "F5-CGW" - ] + "connectedSystems": "F5-CGW" }, { "solarSystemName": "B-ROFP", "x": 65, "y": 450, "security": -0.04622316442672503, - "connectedSystems": [ - "Y-DSSK" - ] + "connectedSystems": "Y-DSSK" }, { "solarSystemName": "1L-AED", "x": 200, "y": 490, "security": -0.07151867878193507, - "connectedSystems": [ - "IX8-JB", - "WTIE-6", - "N-6Z8B", - "1C-953" - ] + "connectedSystems": "IX8-JB,WTIE-6,N-6Z8B,1C-953" }, { "solarSystemName": "1C-953", "x": 160, "y": 455, "security": -0.07180166400077881, - "connectedSystems": [ - "IX8-JB", - "1L-AED" - ] + "connectedSystems": "IX8-JB,1L-AED" }, { "solarSystemName": "SL-YBS", "x": 0, "y": 90, "security": -0.02635715813990536, - "connectedSystems": [ - "NIH-02", - "UNJ-GX", - "6WT-BE" - ] + "connectedSystems": "NIH-02,UNJ-GX,6WT-BE" }, { "solarSystemName": "UNJ-GX", "x": 0, "y": 55, "security": -0.0118813677190186, - "connectedSystems": [ - "SL-YBS", - "0PI4-E", - "L1S-G1" - ] + "connectedSystems": "SL-YBS,0PI4-E,L1S-G1" }, { "solarSystemName": "0PI4-E", "x": 65, "y": 55, "security": -0.003514347085427971, - "connectedSystems": [ - "UNJ-GX", - "6WT-BE", - "9SNK-O" - ] + "connectedSystems": "UNJ-GX,6WT-BE,9SNK-O" }, { "solarSystemName": "6WT-BE", "x": 65, "y": 90, "security": -0.00118070332999487, - "connectedSystems": [ - "SL-YBS", - "0PI4-E", - "9SNK-O" - ] + "connectedSystems": "SL-YBS,0PI4-E,9SNK-O" }, { "solarSystemName": "L1S-G1", "x": 0, "y": 20, "security": -0.0153672382862825, - "connectedSystems": [ - "UNJ-GX" - ] + "connectedSystems": "UNJ-GX" }, { "solarSystemName": "9SNK-O", "x": 135, "y": 70, "security": -0.002133452682187009, - "connectedSystems": [ - "0PI4-E", - "6WT-BE", - "B-VIP9" - ] + "connectedSystems": "0PI4-E,6WT-BE,B-VIP9" }, { "solarSystemName": "B-VIP9", "x": 195, "y": 55, "security": -0.00152269610494371, - "connectedSystems": [ - "9SNK-O", - "Egbinger" - ] + "connectedSystems": "9SNK-O,Egbinger" }, { "solarSystemName": "LXTC-S", "x": 255, "y": 205, "security": -0.03392605216657429, - "connectedSystems": [ - "N-DQ0D", - "WE3-BX" - ] + "connectedSystems": "N-DQ0D,WE3-BX" }, { "solarSystemName": "WE3-BX", "x": 355, "y": 215, "security": -0.01606014710453829, - "connectedSystems": [ - "LXTC-S", - "H7O-JZ", - "H-8F5Q" - ] + "connectedSystems": "LXTC-S,H7O-JZ,H-8F5Q" }, { "solarSystemName": "H7O-JZ", "x": 460, "y": 225, "security": -0.008134931055958083, - "connectedSystems": [ - "WE3-BX", - "O-RXCZ" - ] + "connectedSystems": "WE3-BX,O-RXCZ" }, { "solarSystemName": "H-8F5Q", "x": 390, "y": 185, "security": -0.01572955024355138, - "connectedSystems": [ - "WE3-BX" - ] + "connectedSystems": "WE3-BX" }, { "solarSystemName": "O-RXCZ", "x": 570, "y": 230, "security": -0.01070564039098976, - "connectedSystems": [ - "H7O-JZ", - "4M-P1I" - ] + "connectedSystems": "H7O-JZ,4M-P1I" }, { "solarSystemName": "4M-P1I", "x": 670, "y": 235, "security": -0.02834399422903677, - "connectedSystems": [ - "O-RXCZ" - ] + "connectedSystems": "O-RXCZ" }, { "solarSystemName": "P7UZ-T", "x": 915, "y": 310, "security": -0.2165042660621347, - "connectedSystems": [ - "FVXK-D", - "PUZ-IO", - "EOE3-N" - ] + "connectedSystems": "FVXK-D,PUZ-IO,EOE3-N" }, { "solarSystemName": "PUZ-IO", "x": 905, "y": 260, "security": -0.1926576351676773, - "connectedSystems": [ - "P7UZ-T", - "HB-1NJ", - "O-8SOC", - "U2-28D" - ] + "connectedSystems": "P7UZ-T,HB-1NJ,O-8SOC,U2-28D" }, { "solarSystemName": "HB-1NJ", "x": 885, "y": 215, "security": -0.1344676481762664, - "connectedSystems": [ - "PUZ-IO", - "F7A-MR", - "O-8SOC" - ] + "connectedSystems": "PUZ-IO,F7A-MR,O-8SOC" }, { "solarSystemName": "EOE3-N", "x": 855, "y": 290, "security": -0.1723618341367406, - "connectedSystems": [ - "P7UZ-T" - ] + "connectedSystems": "P7UZ-T" }, { "solarSystemName": "F7A-MR", "x": 860, "y": 180, "security": -0.06292220552886085, - "connectedSystems": [ - "HB-1NJ", - "0-3VW8" - ] + "connectedSystems": "HB-1NJ,0-3VW8" }, { "solarSystemName": "O-8SOC", "x": 840, "y": 250, "security": -0.1048571864895123, - "connectedSystems": [ - "PUZ-IO", - "HB-1NJ" - ] + "connectedSystems": "PUZ-IO,HB-1NJ" }, { "solarSystemName": "OJOS-T", "x": 580, "y": 125, "security": -0.3137052106255639, - "connectedSystems": [ - "7JF-0Z", - "V89M-R" - ] + "connectedSystems": "7JF-0Z,V89M-R" }, { "solarSystemName": "V89M-R", "x": 645, "y": 115, "security": -0.554138619971817, - "connectedSystems": [ - "OJOS-T", - "66U-1P" - ] + "connectedSystems": "OJOS-T,66U-1P" }, { "solarSystemName": "66U-1P", "x": 670, "y": 80, "security": -0.4961002074753941, - "connectedSystems": [ - "V89M-R", - "BRT-OP" - ] + "connectedSystems": "V89M-R,BRT-OP" }, { "solarSystemName": "BRT-OP", "x": 675, "y": 45, "security": -0.4584356712117387, - "connectedSystems": [ - "66U-1P", - "JUK0-1", - "C-4D0W" - ] + "connectedSystems": "66U-1P,JUK0-1,C-4D0W" }, { "solarSystemName": "JUK0-1", "x": 610, "y": 45, "security": -0.6636258990451336, - "connectedSystems": [ - "BRT-OP", - "V-IH6B" - ] + "connectedSystems": "BRT-OP,V-IH6B" }, { "solarSystemName": "V-IH6B", "x": 545, "y": 45, "security": -1, - "connectedSystems": [ - "JUK0-1" - ] + "connectedSystems": "JUK0-1" }, { "solarSystemName": "52V6-B", "x": 315, "y": 545, "security": -0.02811715879412491, - "connectedSystems": [ - "N-6Z8B", - "PUC-JZ", - "SB-23C", - "5FCV-A", - "92-B0X" - ] + "connectedSystems": "N-6Z8B,PUC-JZ,SB-23C,5FCV-A,92-B0X" }, { "solarSystemName": "PUC-JZ", "x": 380, "y": 565, "security": -0.02962398886286943, - "connectedSystems": [ - "52V6-B", - "5FCV-A" - ] + "connectedSystems": "52V6-B,5FCV-A" }, { "solarSystemName": "SB-23C", "x": 315, "y": 585, "security": -0.01787566151429065, - "connectedSystems": [ - "52V6-B", - "O-OVOQ", - "92-B0X" - ] + "connectedSystems": "52V6-B,O-OVOQ,92-B0X" }, { "solarSystemName": "5FCV-A", "x": 380, "y": 605, "security": -0.01040266827936709, - "connectedSystems": [ - "52V6-B", - "PUC-JZ", - "O-OVOQ" - ] + "connectedSystems": "52V6-B,PUC-JZ,O-OVOQ" }, { "solarSystemName": "O-OVOQ", "x": 315, "y": 625, "security": -0.006020437029551684, - "connectedSystems": [ - "VXO-OM", - "SB-23C", - "5FCV-A", - "92-B0X" - ] + "connectedSystems": "VXO-OM,SB-23C,5FCV-A,92-B0X" }, { "solarSystemName": "92-B0X", "x": 235, "y": 585, "security": -0.01308728578661944, - "connectedSystems": [ - "Y4-GQV", - "52V6-B", - "SB-23C", - "O-OVOQ" - ] + "connectedSystems": "Y4-GQV,52V6-B,SB-23C,O-OVOQ" }, { "solarSystemName": "0-3VW8", "x": 810, "y": 120, "security": -0.03376503106835394, - "connectedSystems": [ - "F7A-MR", - "28-QWU" - ] + "connectedSystems": "F7A-MR,28-QWU" }, { "solarSystemName": "28-QWU", "x": 805, "y": 85, "security": -0.05242958573459466, - "connectedSystems": [ - "0-3VW8", - "UD-AOK", - "N-RAEL" - ] + "connectedSystems": "0-3VW8,UD-AOK,N-RAEL" }, { "solarSystemName": "UD-AOK", "x": 835, "y": 45, "security": -0.1145659458749786, - "connectedSystems": [ - "28-QWU", - "M9U-75", - "N-RAEL" - ] + "connectedSystems": "28-QWU,M9U-75,N-RAEL" }, { "solarSystemName": "M9U-75", "x": 900, "y": 45, "security": -0.1370624809193277, - "connectedSystems": [ - "UD-AOK", - "K-IYNW" - ] + "connectedSystems": "UD-AOK,K-IYNW" }, { "solarSystemName": "N-RAEL", "x": 770, "y": 45, "security": -0.02654360900898289, - "connectedSystems": [ - "28-QWU", - "UD-AOK", - "Konora" - ] + "connectedSystems": "28-QWU,UD-AOK,Konora" }, { "solarSystemName": "K-IYNW", "x": 965, "y": 45, "security": -0.1234021233333819, - "connectedSystems": [ - "M9U-75", - "Atioth", - "I6-SYN" - ] + "connectedSystems": "M9U-75,Atioth,I6-SYN" }, { "solarSystemName": "KLMT-W", "x": 320, "y": 740, "security": -0.01762925753508038, - "connectedSystems": [ - "HLW-HP", - "UT-UZB", - "G-0Q86" - ] + "connectedSystems": "HLW-HP,UT-UZB,G-0Q86" }, { "solarSystemName": "C-4D0W", "x": 675, "y": 5, "security": -0.036053895, - "connectedSystems": [ - "WPV-JN", - "CT8K-0", - "BRT-OP" - ] + "connectedSystems": "WPV-JN,CT8K-0,BRT-OP" }, { "solarSystemName": "Egbinger", "x": 245, "y": 15, "security": 0.03455519723685496, - "connectedSystems": [ - "Aeditide", - "B-VIP9", - "Muttokon" - ] + "connectedSystems": "Aeditide,B-VIP9,Muttokon" }, { "solarSystemName": "Atioth", "x": 965, "y": 5, "security": -0.0184705739997717, - "connectedSystems": [ - "D-I9HJ", - "U6D-9A", - "K-IYNW" - ] + "connectedSystems": "D-I9HJ,U6D-9A,K-IYNW" }, { "solarSystemName": "Konora", "x": 770, "y": 5, "security": 0.4135236741286931, - "connectedSystems": [ - "Hodrold", - "Odebeinn", - "N-RAEL" - ] + "connectedSystems": "Hodrold,Odebeinn,N-RAEL" } ] \ No newline at end of file diff --git a/public/Heimatar.json b/public/Heimatar.json index 65df74a..c49a825 100644 --- a/public/Heimatar.json +++ b/public/Heimatar.json @@ -4,1111 +4,706 @@ "x": 275, "y": 510, "security": 0.8170005312287265, - "connectedSystems": [ - "Odatrik", - "Sasta" - ] + "connectedSystems": "Odatrik,Sasta" }, { "solarSystemName": "Uplingur", "x": 370, "y": 515, "security": 0.4220693149316711, - "connectedSystems": [ - "Yishinoon", - "Trytedald" - ] + "connectedSystems": "Yishinoon,Trytedald" }, { "solarSystemName": "Hek", "x": 40, "y": 20, "security": 0.8, - "connectedSystems": [ - "Uttindar", - "Hror", - "Nakugard", - "Eystur", - "Otou" - ] + "connectedSystems": "Uttindar,Hror,Nakugard,Eystur,Otou" }, { "solarSystemName": "Arnstur", "x": 460, "y": 300, "security": 0.118168646911876, - "connectedSystems": [ - "Todifrauan", - "Helgatild", - "Brin", - "Gultratren" - ] + "connectedSystems": "Todifrauan,Helgatild,Brin,Gultratren" }, { "solarSystemName": "Eszur", "x": 119, "y": 737, "security": 0.2127962933816663, - "connectedSystems": [ - "Frerstorn", - "Gebuladi", - "Ebolfer", - "Hofjaldgund", - "Siseide" - ] + "connectedSystems": "Frerstorn,Gebuladi,Ebolfer,Hofjaldgund,Siseide" }, { "solarSystemName": "Hofjaldgund", "x": 215, "y": 740, "security": 0.2658251901459648, - "connectedSystems": [ - "Eszur", - "Dal" - ] + "connectedSystems": "Eszur,Dal" }, { "solarSystemName": "Egmar", "x": 13, "y": 545, "security": 0.2528716714819527, - "connectedSystems": [ - "Orfrold", - "Taff", - "Arnher", - "Gulmorogod" - ] + "connectedSystems": "Orfrold,Taff,Arnher,Gulmorogod" }, { "solarSystemName": "Aeddin", "x": 485, "y": 345, "security": 0.569667727212997, - "connectedSystems": [ - "Austraka", - "Gulfonodi", - "Teonusude" - ] + "connectedSystems": "Austraka,Gulfonodi,Teonusude" }, { "solarSystemName": "Teonusude", "x": 120, "y": 345, "security": 0.5863137228330685, - "connectedSystems": [ - "Aeddin", - "Gulfonodi", - "Gelfiven", - "Bosena", - "Magiko" - ] + "connectedSystems": "Aeddin,Gulfonodi,Gelfiven,Bosena,Magiko" }, { "solarSystemName": "Hulm", "x": 500, "y": 575, "security": 1, - "connectedSystems": [ - "Ameinaka", - "Edmalbrurdus" - ] + "connectedSystems": "Ameinaka,Edmalbrurdus" }, { "solarSystemName": "Osoggur", "x": 190, "y": 495, "security": 0.5315682895129559, - "connectedSystems": [ - "Abudban", - "Amamake" - ] + "connectedSystems": "Abudban,Amamake" }, { "solarSystemName": "Abudban", "x": 205, "y": 435, "security": 0.7324477246310492, - "connectedSystems": [ - "Osoggur", - "Rens", - "Alakgur", - "Odatrik", - "Avesber" - ] + "connectedSystems": "Osoggur,Rens,Alakgur,Odatrik,Avesber" }, { "solarSystemName": "Trytedald", "x": 375, "y": 465, "security": 0.8796585036990263, - "connectedSystems": [ - "Odatrik", - "Uplingur", - "Ivar" - ] + "connectedSystems": "Odatrik,Uplingur,Ivar" }, { "solarSystemName": "Odatrik", "x": 295, "y": 460, "security": 0.8161785481654243, - "connectedSystems": [ - "Trytedald", - "Jark", - "Rens", - "Abudban" - ] + "connectedSystems": "Trytedald,Jark,Rens,Abudban" }, { "solarSystemName": "Rens", "x": 270, "y": 400, "security": 0.894581865921, - "connectedSystems": [ - "Abudban", - "Odatrik", - "Frarn" - ] + "connectedSystems": "Abudban,Odatrik,Frarn" }, { "solarSystemName": "Ameinaka", "x": 470, "y": 535, "security": 0.987423205310479, - "connectedSystems": [ - "Hulm", - "Arlulf", - "Ivar", - "Malukker" - ] + "connectedSystems": "Hulm,Arlulf,Ivar,Malukker" }, { "solarSystemName": "Alakgur", "x": 135, "y": 385, "security": 0.5588356980170246, - "connectedSystems": [ - "Abudban", - "Dammalin" - ] + "connectedSystems": "Abudban,Dammalin" }, { "solarSystemName": "Dammalin", "x": 55, "y": 395, "security": 0.4787558023831342, - "connectedSystems": [ - "Alakgur", - "Bosboger", - "Olfeim" - ] + "connectedSystems": "Alakgur,Bosboger,Olfeim" }, { "solarSystemName": "Bosboger", "x": 50, "y": 445, "security": 0.3245818047454867, - "connectedSystems": [ - "Dammalin", - "Lulm", - "Gulmorogod" - ] + "connectedSystems": "Dammalin,Lulm,Gulmorogod" }, { "solarSystemName": "Olfeim", "x": 35, "y": 350, "security": 0.4386842563302579, - "connectedSystems": [ - "Dammalin" - ] + "connectedSystems": "Dammalin" }, { "solarSystemName": "Lulm", "x": 0, "y": 480, "security": 0.3439738310591202, - "connectedSystems": [ - "Bosboger", - "Gulmorogod" - ] + "connectedSystems": "Bosboger,Gulmorogod" }, { "solarSystemName": "Gulmorogod", "x": 60, "y": 510, "security": 0.3767940376500605, - "connectedSystems": [ - "Bosboger", - "Lulm", - "Amamake", - "Egmar" - ] + "connectedSystems": "Bosboger,Lulm,Amamake,Egmar" }, { "solarSystemName": "Edmalbrurdus", "x": 550, "y": 620, "security": 0.989230243020573, - "connectedSystems": [ - "Hulm", - "Kronsur", - "Todeko" - ] + "connectedSystems": "Hulm,Kronsur,Todeko" }, { "solarSystemName": "Kronsur", "x": 625, "y": 625, "security": 0.8822452594190573, - "connectedSystems": [ - "Edmalbrurdus", - "Dumkirinur", - "Sist" - ] + "connectedSystems": "Edmalbrurdus,Dumkirinur,Sist" }, { "solarSystemName": "Dumkirinur", "x": 695, "y": 605, "security": 0.7066156346812904, - "connectedSystems": [ - "Kronsur", - "Sist", - "Obrolber" - ] + "connectedSystems": "Kronsur,Sist,Obrolber" }, { "solarSystemName": "Sist", "x": 705, "y": 655, "security": 0.8080591710964975, - "connectedSystems": [ - "Kronsur", - "Dumkirinur" - ] + "connectedSystems": "Kronsur,Dumkirinur" }, { "solarSystemName": "Obrolber", "x": 750, "y": 565, "security": 0.5671822529990356, - "connectedSystems": [ - "Dumkirinur", - "Austraka" - ] + "connectedSystems": "Dumkirinur,Austraka" }, { "solarSystemName": "Austraka", "x": 815, "y": 510, "security": 0.755710518128467, - "connectedSystems": [ - "Obrolber", - "Aeddin", - "Gerek" - ] + "connectedSystems": "Obrolber,Aeddin,Gerek" }, { "solarSystemName": "Ivar", "x": 450, "y": 490, "security": 0.9562109186639498, - "connectedSystems": [ - "Ameinaka", - "Meirakulf", - "Trytedald", - "Usteli" - ] + "connectedSystems": "Ameinaka,Meirakulf,Trytedald,Usteli" }, { "solarSystemName": "Meirakulf", "x": 365, "y": 375, "security": 0.8820667159559432, - "connectedSystems": [ - "Ivar", - "Frarn", - "Ryddinjorn" - ] + "connectedSystems": "Ivar,Frarn,Ryddinjorn" }, { "solarSystemName": "Frarn", "x": 225, "y": 290, "security": 0.8389709130822673, - "connectedSystems": [ - "Meirakulf", - "Illinfrik", - "Gyng", - "Avesber", - "Rens" - ] + "connectedSystems": "Meirakulf,Illinfrik,Gyng,Avesber,Rens" }, { "solarSystemName": "Illinfrik", "x": 290, "y": 255, "security": 0.846359784577259, - "connectedSystems": [ - "Frarn", - "Balginia", - "Osaumuni" - ] + "connectedSystems": "Frarn,Balginia,Osaumuni" }, { "solarSystemName": "Balginia", "x": 375, "y": 255, "security": 0.8176566852469775, - "connectedSystems": [ - "Illinfrik", - "Hurjafren" - ] + "connectedSystems": "Illinfrik,Hurjafren" }, { "solarSystemName": "Gyng", "x": 140, "y": 235, "security": 0.798142970042974, - "connectedSystems": [ - "Frarn", - "Avesber", - "Onga" - ] + "connectedSystems": "Frarn,Avesber,Onga" }, { "solarSystemName": "Avesber", "x": 150, "y": 300, "security": 0.7531836568061716, - "connectedSystems": [ - "Frarn", - "Gyng", - "Abudban" - ] + "connectedSystems": "Frarn,Gyng,Abudban" }, { "solarSystemName": "Gerek", "x": 875, "y": 445, "security": 0.732252143515203, - "connectedSystems": [ - "Austraka", - "Tongofur", - "Gerbold", - "Rokofur", - "Ebasgerdur" - ] + "connectedSystems": "Austraka,Tongofur,Gerbold,Rokofur,Ebasgerdur" }, { "solarSystemName": "Tongofur", "x": 920, "y": 490, "security": 0.5830689955217933, - "connectedSystems": [ - "Gerek", - "Ebodold" - ] + "connectedSystems": "Gerek,Ebodold" }, { "solarSystemName": "Gerbold", "x": 930, "y": 360, "security": 0.8225658037008652, - "connectedSystems": [ - "Gerek", - "Offugen" - ] + "connectedSystems": "Gerek,Offugen" }, { "solarSystemName": "Rokofur", "x": 655, "y": 385, "security": 0.618088558559596, - "connectedSystems": [ - "Gerek", - "Ebasgerdur", - "Gultratren" - ] + "connectedSystems": "Gerek,Ebasgerdur,Gultratren" }, { "solarSystemName": "Ebasgerdur", "x": 760, "y": 450, "security": 0.7743818732309843, - "connectedSystems": [ - "Gerek", - "Rokofur" - ] + "connectedSystems": "Gerek,Rokofur" }, { "solarSystemName": "Ebodold", "x": 945, "y": 520, "security": 0.4446315496185148, - "connectedSystems": [ - "Tongofur" - ] + "connectedSystems": "Tongofur" }, { "solarSystemName": "Amamake", "x": 115, "y": 550, "security": 0.438761248111, - "connectedSystems": [ - "Osoggur", - "Vard", - "Siseide", - "Dal", - "Auga", - "Gulmorogod" - ] + "connectedSystems": "Osoggur,Vard,Siseide,Dal,Auga,Gulmorogod" }, { "solarSystemName": "Vard", "x": 75, "y": 645, "security": 0.3790959384381266, - "connectedSystems": [ - "Amamake", - "Siseide", - "Lantorn", - "Dal", - "Ezzara" - ] + "connectedSystems": "Amamake,Siseide,Lantorn,Dal,Ezzara" }, { "solarSystemName": "Siseide", "x": 0, "y": 695, "security": 0.3383511027477527, - "connectedSystems": [ - "Amamake", - "Vard", - "Lantorn", - "Dal", - "Auga", - "Egghelende", - "Eszur" - ] + "connectedSystems": "Amamake,Vard,Lantorn,Dal,Auga,Egghelende,Eszur" }, { "solarSystemName": "Lantorn", "x": 110, "y": 680, "security": 0.3394859739155596, - "connectedSystems": [ - "Vard", - "Siseide", - "Dal" - ] + "connectedSystems": "Vard,Siseide,Dal" }, { "solarSystemName": "Dal", "x": 215, "y": 695, "security": 0.4113595889887207, - "connectedSystems": [ - "Amamake", - "Vard", - "Siseide", - "Lantorn", - "Auga", - "Hofjaldgund" - ] + "connectedSystems": "Amamake,Vard,Siseide,Lantorn,Auga,Hofjaldgund" }, { "solarSystemName": "Auga", "x": 140, "y": 645, "security": 0.3854838205759273, - "connectedSystems": [ - "Amamake", - "Siseide", - "Dal", - "Kourmonen" - ] + "connectedSystems": "Amamake,Siseide,Dal,Kourmonen" }, { "solarSystemName": "Eystur", "x": 110, "y": 60, "security": 0.9492318218458264, - "connectedSystems": [ - "Olbra", - "Pator", - "Hek", - "Vullat", - "Lustrevik", - "Hadaugago" - ] + "connectedSystems": "Olbra,Pator,Hek,Vullat,Lustrevik,Hadaugago" }, { "solarSystemName": "Pator", "x": 300, "y": 95, "security": 1, - "connectedSystems": [ - "Eystur", - "Lustrevik", - "Ammold", - "Onga" - ] + "connectedSystems": "Eystur,Lustrevik,Ammold,Onga" }, { "solarSystemName": "Lustrevik", "x": 210, "y": 55, "security": 0.9462634160245761, - "connectedSystems": [ - "Pator", - "Isendeldik", - "Eystur", - "Onga" - ] + "connectedSystems": "Pator,Isendeldik,Eystur,Onga" }, { "solarSystemName": "Isendeldik", "x": 270, "y": 25, "security": 0.8088554803739386, - "connectedSystems": [ - "Lustrevik", - "Ammold" - ] + "connectedSystems": "Lustrevik,Ammold" }, { "solarSystemName": "Ammold", "x": 350, "y": 25, "security": 1, - "connectedSystems": [ - "Pator", - "Isendeldik", - "Emolgranlan" - ] + "connectedSystems": "Pator,Isendeldik,Emolgranlan" }, { "solarSystemName": "Emolgranlan", "x": 435, "y": 25, "security": 0.5302433793008023, - "connectedSystems": [ - "Ammold", - "Eifer" - ] + "connectedSystems": "Ammold,Eifer" }, { "solarSystemName": "Offugen", "x": 910, "y": 255, "security": 0.6498344032544041, - "connectedSystems": [ - "Gerbold", - "Roniko", - "Eddar" - ] + "connectedSystems": "Gerbold,Roniko,Eddar" }, { "solarSystemName": "Roniko", "x": 740, "y": 275, "security": 0.5936446035145069, - "connectedSystems": [ - "Offugen", - "Aralgrund", - "Hrondedir" - ] + "connectedSystems": "Offugen,Aralgrund,Hrondedir" }, { "solarSystemName": "Aralgrund", "x": 720, "y": 330, "security": 0.3215589227901101, - "connectedSystems": [ - "Roniko", - "Bogelek", - "Wiskeber" - ] + "connectedSystems": "Roniko,Bogelek,Wiskeber" }, { "solarSystemName": "Eddar", "x": 870, "y": 155, "security": 0.5870635665897764, - "connectedSystems": [ - "Offugen", - "Trer", - "Auren" - ] + "connectedSystems": "Offugen,Trer,Auren" }, { "solarSystemName": "Bogelek", "x": 645, "y": 330, "security": 0.3663701066350956, - "connectedSystems": [ - "Aralgrund", - "Katugumur" - ] + "connectedSystems": "Aralgrund,Katugumur" }, { "solarSystemName": "Wiskeber", "x": 795, "y": 345, "security": 0.4044361461022897, - "connectedSystems": [ - "Aralgrund", - "Offikatlin", - "Mateber" - ] + "connectedSystems": "Aralgrund,Offikatlin,Mateber" }, { "solarSystemName": "Eifer", "x": 530, "y": 25, "security": 0.4445251160102337, - "connectedSystems": [ - "Emolgranlan", - "Gusandall", - "Atgur", - "Endrulf" - ] + "connectedSystems": "Emolgranlan,Gusandall,Atgur,Endrulf" }, { "solarSystemName": "Gusandall", "x": 660, "y": 40, "security": 0.3765845900300999, - "connectedSystems": [ - "Eifer", - "Hrondedir", - "Sotrenzur", - "Ingunn", - "Auren" - ] + "connectedSystems": "Eifer,Hrondedir,Sotrenzur,Ingunn,Auren" }, { "solarSystemName": "Atgur", "x": 470, "y": 80, "security": 0.483019883475495, - "connectedSystems": [ - "Eifer", - "Endrulf" - ] + "connectedSystems": "Eifer,Endrulf" }, { "solarSystemName": "Endrulf", "x": 560, "y": 90, "security": 0.6146114957028399, - "connectedSystems": [ - "Eifer", - "Atgur" - ] + "connectedSystems": "Eifer,Atgur" }, { "solarSystemName": "Ingunn", "x": 535, "y": 225, "security": 0.276795663484686, - "connectedSystems": [ - "Gusandall", - "Sotrenzur", - "Gultratren" - ] + "connectedSystems": "Gusandall,Sotrenzur,Gultratren" }, { "solarSystemName": "Gultratren", "x": 530, "y": 305, "security": 0.309275657216791, - "connectedSystems": [ - "Rokofur", - "Ingunn", - "Arnstur" - ] + "connectedSystems": "Rokofur,Ingunn,Arnstur" }, { "solarSystemName": "Auren", "x": 775, "y": 70, "security": 0.4179127359573861, - "connectedSystems": [ - "Eddar", - "Gusandall" - ] + "connectedSystems": "Eddar,Gusandall" }, { "solarSystemName": "Trer", "x": 960, "y": 130, "security": 0.7126651188712729, - "connectedSystems": [ - "Eddar", - "Egmur", - "Javrendei" - ] + "connectedSystems": "Eddar,Egmur,Javrendei" }, { "solarSystemName": "Egmur", "x": 955, "y": 180, "security": 0.6555052798650515, - "connectedSystems": [ - "Trer" - ] + "connectedSystems": "Trer" }, { "solarSystemName": "Javrendei", "x": 945, "y": 85, "security": 0.8786523857160297, - "connectedSystems": [ - "Trer", - "Appen" - ] + "connectedSystems": "Trer,Appen" }, { "solarSystemName": "Appen", "x": 915, "y": 40, "security": 0.8213292953588408, - "connectedSystems": [ - "Javrendei", - "Klir" - ] + "connectedSystems": "Javrendei,Klir" }, { "solarSystemName": "Klir", "x": 845, "y": 10, "security": 0.7569423837041546, - "connectedSystems": [ - "Appen", - "Jorus" - ] + "connectedSystems": "Appen,Jorus" }, { "solarSystemName": "Jorus", "x": 760, "y": 5, "security": 0.7269804280785233, - "connectedSystems": [ - "Klir" - ] + "connectedSystems": "Klir" }, { "solarSystemName": "Onga", "x": 195, "y": 155, "security": 0.9535137575944842, - "connectedSystems": [ - "Pator", - "Osaumuni", - "Magiko", - "Lustrevik", - "Gyng", - "Krilmokenur" - ] + "connectedSystems": "Pator,Osaumuni,Magiko,Lustrevik,Gyng,Krilmokenur" }, { "solarSystemName": "Osaumuni", "x": 280, "y": 195, "security": 0.9148675405273101, - "connectedSystems": [ - "Illinfrik", - "Onga", - "Oremmulf", - "Larkugei" - ] + "connectedSystems": "Illinfrik,Onga,Oremmulf,Larkugei" }, { "solarSystemName": "Magiko", "x": 90, "y": 155, "security": 0.9383020252817266, - "connectedSystems": [ - "Onga", - "Vullat", - "Teonusude" - ] + "connectedSystems": "Onga,Vullat,Teonusude" }, { "solarSystemName": "Oremmulf", "x": 355, "y": 160, "security": 0.8971066704438148, - "connectedSystems": [ - "Osaumuni", - "Hurjafren" - ] + "connectedSystems": "Osaumuni,Hurjafren" }, { "solarSystemName": "Hurjafren", "x": 400, "y": 200, "security": 0.8769288508593804, - "connectedSystems": [ - "Balginia", - "Oremmulf" - ] + "connectedSystems": "Balginia,Oremmulf" }, { "solarSystemName": "Vullat", "x": 60, "y": 90, "security": 0.9713626112020906, - "connectedSystems": [ - "Magiko", - "Eram", - "Eystur", - "Loguttur" - ] + "connectedSystems": "Magiko,Eram,Eystur,Loguttur" }, { "solarSystemName": "Hrondedir", "x": 705, "y": 230, "security": 0.3174235581834665, - "connectedSystems": [ - "Roniko", - "Gusandall", - "Sotrenzur", - "Hrondmund" - ] + "connectedSystems": "Roniko,Gusandall,Sotrenzur,Hrondmund" }, { "solarSystemName": "Sotrenzur", "x": 625, "y": 230, "security": 0.2759699789545671, - "connectedSystems": [ - "Gusandall", - "Hrondedir", - "Ingunn", - "Katugumur" - ] + "connectedSystems": "Gusandall,Hrondedir,Ingunn,Katugumur" }, { "solarSystemName": "Hrondmund", "x": 785, "y": 225, "security": 0.3588038997429331, - "connectedSystems": [ - "Hrondedir", - "Bundindus" - ] + "connectedSystems": "Hrondedir,Bundindus" }, { "solarSystemName": "Bundindus", "x": 800, "y": 180, "security": 0.4286851196779982, - "connectedSystems": [ - "Hrondmund", - "Otraren" - ] + "connectedSystems": "Hrondmund,Otraren" }, { "solarSystemName": "Otraren", "x": 775, "y": 135, "security": 0.475109231424463, - "connectedSystems": [ - "Bundindus", - "Hedgiviter" - ] + "connectedSystems": "Bundindus,Hedgiviter" }, { "solarSystemName": "Hedgiviter", "x": 735, "y": 105, "security": 0.4156733444571059, - "connectedSystems": [ - "Otraren" - ] + "connectedSystems": "Otraren" }, { "solarSystemName": "Katugumur", "x": 620, "y": 275, "security": 0.1712913981712116, - "connectedSystems": [ - "Sotrenzur", - "Bogelek" - ] + "connectedSystems": "Sotrenzur,Bogelek" }, { "solarSystemName": "Egghelende", "x": 0, "y": 740, "security": 0.4492676854179368, - "connectedSystems": [ - "Jel", - "Aurcel", - "Odette", - "Ation", - "Aliette", - "Siseide" - ] + "connectedSystems": "Jel,Aurcel,Odette,Ation,Aliette,Siseide" }, { "solarSystemName": "Ezzara", "x": 5, "y": 610, "security": 0.1845107388212133, - "connectedSystems": [ - "Arzad", - "Vard" - ] + "connectedSystems": "Arzad,Vard" }, { "solarSystemName": "Kourmonen", "x": 200, "y": 610, "security": 0.3634801594787575, - "connectedSystems": [ - "Lamaa", - "Huola", - "Kamela", - "Auga" - ] + "connectedSystems": "Lamaa,Huola,Kamela,Auga" }, { "solarSystemName": "Arlulf", "x": 410, "y": 575, "security": 0.9563870815703932, - "connectedSystems": [ - "Ameinaka", - "Brundakur", - "Stirht", - "Alf", - "Orgron" - ] + "connectedSystems": "Ameinaka,Brundakur,Stirht,Alf,Orgron" }, { "solarSystemName": "Olbra", "x": 170, "y": 20, "security": 0.9381669028653481, - "connectedSystems": [ - "Jondik", - "Altrinur", - "Eystur", - "Fildar" - ] + "connectedSystems": "Jondik,Altrinur,Eystur,Fildar" }, { "solarSystemName": "Ryddinjorn", "x": 445, "y": 405, "security": 1, - "connectedSystems": [ - "Leurtmar", - "Arlek", - "Meirakulf" - ] + "connectedSystems": "Leurtmar,Arlek,Meirakulf" }, { "solarSystemName": "Eram", "x": 0, "y": 70, "security": 0.7753741359950754, - "connectedSystems": [ - "Elgoi", - "Yrmori", - "Aldagolf", - "Vullat" - ] + "connectedSystems": "Elgoi,Yrmori,Aldagolf,Vullat" }, { "solarSystemName": "Mateber", "x": 810, "y": 305, "security": 0.3489485447913643, - "connectedSystems": [ - "Finanar", - "Ofage", - "Wiskeber" - ] + "connectedSystems": "Finanar,Ofage,Wiskeber" }, { "solarSystemName": "Offikatlin", "x": 835, "y": 390, "security": 0.416438254792556, - "connectedSystems": [ - "Lirerim", - "Tabbetzur", - "Wiskeber" - ] + "connectedSystems": "Lirerim,Tabbetzur,Wiskeber" }, { "solarSystemName": "Malukker", "x": 570, "y": 520, "security": 0.98801167454, - "connectedSystems": [ - "Ameinaka" - ] + "connectedSystems": "Ameinaka" }, { "solarSystemName": "Hadaugago", "x": 100, "y": 15, "security": 0.948771964644, - "connectedSystems": [ - "Eystur" - ] + "connectedSystems": "Eystur" }, { "solarSystemName": "Krilmokenur", "x": 135, "y": 115, "security": 0.9117006276236286, - "connectedSystems": [ - "Onga" - ] + "connectedSystems": "Onga" }, { "solarSystemName": "Todeko", "x": 495, "y": 665, "security": 0.9921181406338762, - "connectedSystems": [ - "Edmalbrurdus" - ] + "connectedSystems": "Edmalbrurdus" }, { "solarSystemName": "Larkugei", "x": 210, "y": 215, "security": 0.9326431172131725, - "connectedSystems": [ - "Osaumuni" - ] + "connectedSystems": "Osaumuni" }, { "solarSystemName": "Usteli", "x": 515, "y": 450, "security": 0.950595032620152, - "connectedSystems": [ - "Ivar" - ] + "connectedSystems": "Ivar" }, { "solarSystemName": "Loguttur", "x": 0, "y": 145, "security": 0.9573312105886757, - "connectedSystems": [ - "Vullat" - ] + "connectedSystems": "Vullat" } ] \ No newline at end of file diff --git a/public/Immensea.json b/public/Immensea.json index f1b32c6..212a713 100644 --- a/public/Immensea.json +++ b/public/Immensea.json @@ -4,954 +4,629 @@ "x": 265, "y": 125, "security": -0.563763361528814, - "connectedSystems": [ - "O5Q7-U", - "M-ZJWJ" - ] + "connectedSystems": "O5Q7-U,M-ZJWJ" }, { "solarSystemName": "I-9GI1", "x": 655, "y": 700, "security": -0.2014115982881773, - "connectedSystems": [ - "DVWV-3", - "KE-0FB", - "E8-YS9" - ] + "connectedSystems": "DVWV-3,KE-0FB,E8-YS9" }, { "solarSystemName": "9-8GBA", "x": 5, "y": 340, "security": -0.1388272666369121, - "connectedSystems": [ - "KDF-GY", - "XD-JW7", - "6-K738" - ] + "connectedSystems": "KDF-GY,XD-JW7,6-K738" }, { "solarSystemName": "NS2L-4", "x": 255, "y": 475, "security": -0.5764338418913799, - "connectedSystems": [ - "B-S347", - "XVV-21" - ] + "connectedSystems": "B-S347,XVV-21" }, { "solarSystemName": "QI-S9W", "x": 400, "y": 475, "security": -0.3419104256018859, - "connectedSystems": [ - "B-S347", - "B-A587", - "QE-E1D" - ] + "connectedSystems": "B-S347,B-A587,QE-E1D" }, { "solarSystemName": "B-S347", "x": 325, "y": 475, "security": -0.581030440956624, - "connectedSystems": [ - "NS2L-4", - "QI-S9W", - "AF0-V5" - ] + "connectedSystems": "NS2L-4,QI-S9W,AF0-V5" }, { "solarSystemName": "PPFB-U", "x": 400, "y": 385, "security": -0.07416618616097248, - "connectedSystems": [ - "B-A587" - ] + "connectedSystems": "B-A587" }, { "solarSystemName": "AF0-V5", "x": 325, "y": 430, "security": -0.3987498015509231, - "connectedSystems": [ - "B-S347" - ] + "connectedSystems": "B-S347" }, { "solarSystemName": "B-A587", "x": 400, "y": 430, "security": -0.2334492710891329, - "connectedSystems": [ - "QI-S9W", - "PPFB-U" - ] + "connectedSystems": "QI-S9W,PPFB-U" }, { "solarSystemName": "Y19P-1", "x": 160, "y": 595, "security": -0.1712178593484194, - "connectedSystems": [ - "B9E-H6", - "SPBS-6", - "JDAS-0", - "A4B-V5", - "LN-56V" - ] + "connectedSystems": "B9E-H6,SPBS-6,JDAS-0,A4B-V5,LN-56V" }, { "solarSystemName": "B9E-H6", "x": 160, "y": 540, "security": -0.3654290388500632, - "connectedSystems": [ - "Y19P-1", - "JDAS-0", - "XVV-21", - "PH-NFR" - ] + "connectedSystems": "Y19P-1,JDAS-0,XVV-21,PH-NFR" }, { "solarSystemName": "SPBS-6", "x": 160, "y": 660, "security": -0.1817801962810967, - "connectedSystems": [ - "Y19P-1", - "A4B-V5", - "LN-56V" - ] + "connectedSystems": "Y19P-1,A4B-V5,LN-56V" }, { "solarSystemName": "JDAS-0", "x": 80, "y": 595, "security": -0.293115686874973, - "connectedSystems": [ - "Y19P-1", - "B9E-H6", - "Y2-QUV" - ] + "connectedSystems": "Y19P-1,B9E-H6,Y2-QUV" }, { "solarSystemName": "A4B-V5", "x": 255, "y": 660, "security": -0.1531849057845695, - "connectedSystems": [ - "Y19P-1", - "SPBS-6", - "LN-56V" - ] + "connectedSystems": "Y19P-1,SPBS-6,LN-56V" }, { "solarSystemName": "LN-56V", "x": 255, "y": 595, "security": -0.2182392959235501, - "connectedSystems": [ - "Y19P-1", - "SPBS-6", - "A4B-V5" - ] + "connectedSystems": "Y19P-1,SPBS-6,A4B-V5" }, { "solarSystemName": "Y2-QUV", "x": 80, "y": 665, "security": -0.2784984803541651, - "connectedSystems": [ - "JDAS-0", - "O7-7UX" - ] + "connectedSystems": "JDAS-0,O7-7UX" }, { "solarSystemName": "O7-7UX", "x": 10, "y": 665, "security": -0.2574729691390388, - "connectedSystems": [ - "Y2-QUV" - ] + "connectedSystems": "Y2-QUV" }, { "solarSystemName": "Z8-81T", "x": 100, "y": 345, "security": -0.1856209744666887, - "connectedSystems": [ - "DY-P7Q", - "H-RXNZ" - ] + "connectedSystems": "DY-P7Q,H-RXNZ" }, { "solarSystemName": "XD-JW7", "x": 35, "y": 300, "security": -0.236784086482294, - "connectedSystems": [ - "9-8GBA", - "H-RXNZ" - ] + "connectedSystems": "9-8GBA,H-RXNZ" }, { "solarSystemName": "DY-P7Q", "x": 100, "y": 390, "security": -0.2272507844918618, - "connectedSystems": [ - "Z8-81T", - "ZBP-TP", - "GXK-7F", - "XVV-21" - ] + "connectedSystems": "Z8-81T,ZBP-TP,GXK-7F,XVV-21" }, { "solarSystemName": "H-RXNZ", "x": 100, "y": 300, "security": -0.204139272777127, - "connectedSystems": [ - "Z8-81T", - "XD-JW7", - "GM-0K7" - ] + "connectedSystems": "Z8-81T,XD-JW7,GM-0K7" }, { "solarSystemName": "ZBP-TP", "x": 30, "y": 390, "security": -0.09534655557679683, - "connectedSystems": [ - "DY-P7Q" - ] + "connectedSystems": "DY-P7Q" }, { "solarSystemName": "XVV-21", "x": 110, "y": 435, "security": -0.3209789867556047, - "connectedSystems": [ - "NS2L-4", - "B9E-H6", - "BW-WJ2", - "DY-P7Q" - ] + "connectedSystems": "NS2L-4,B9E-H6,BW-WJ2,DY-P7Q" }, { "solarSystemName": "GXK-7F", "x": 235, "y": 330, "security": -0.3292070460896001, - "connectedSystems": [ - "DY-P7Q", - "EA-HSA", - "78TS-Q", - "CJNF-J" - ] + "connectedSystems": "DY-P7Q,EA-HSA,78TS-Q,CJNF-J" }, { "solarSystemName": "EA-HSA", "x": 315, "y": 330, "security": -0.5161587589572645, - "connectedSystems": [ - "GXK-7F", - "WYF8-8", - "CJNF-J" - ] + "connectedSystems": "GXK-7F,WYF8-8,CJNF-J" }, { "solarSystemName": "78TS-Q", "x": 235, "y": 280, "security": -0.1828080951545138, - "connectedSystems": [ - "GXK-7F", - "CJNF-J" - ] + "connectedSystems": "GXK-7F,CJNF-J" }, { "solarSystemName": "WYF8-8", "x": 385, "y": 330, "security": -0.6040619943330852, - "connectedSystems": [ - "EA-HSA", - "FYI-49" - ] + "connectedSystems": "EA-HSA,FYI-49" }, { "solarSystemName": "CJNF-J", "x": 315, "y": 280, "security": -0.2192111971020659, - "connectedSystems": [ - "GXK-7F", - "EA-HSA", - "78TS-Q" - ] + "connectedSystems": "GXK-7F,EA-HSA,78TS-Q" }, { "solarSystemName": "FYI-49", "x": 385, "y": 280, "security": -0.6956156254296266, - "connectedSystems": [ - "WYF8-8" - ] + "connectedSystems": "WYF8-8" }, { "solarSystemName": "RF6T-8", "x": 150, "y": 60, "security": -0.5938006041039952, - "connectedSystems": [ - "94FR-S", - "GM-0K7", - "I-NGI8", - "O3Z5-G" - ] + "connectedSystems": "94FR-S,GM-0K7,I-NGI8,O3Z5-G" }, { "solarSystemName": "ZJA-6U", "x": 10, "y": 190, "security": -0.5704085958496965, - "connectedSystems": [ - "94FR-S", - "GM-0K7", - "I-NGI8", - "E1F-LK" - ] + "connectedSystems": "94FR-S,GM-0K7,I-NGI8,E1F-LK" }, { "solarSystemName": "94FR-S", "x": 10, "y": 60, "security": -0.6199086185172173, - "connectedSystems": [ - "RF6T-8", - "ZJA-6U", - "I-NGI8", - "R-ZUOL" - ] + "connectedSystems": "RF6T-8,ZJA-6U,I-NGI8,R-ZUOL" }, { "solarSystemName": "Q-HJ97", "x": 70, "y": 220, "security": -0.4164750827935937, - "connectedSystems": [ - "GM-0K7" - ] + "connectedSystems": "GM-0K7" }, { "solarSystemName": "GM-0K7", "x": 150, "y": 190, "security": -0.3868889667892439, - "connectedSystems": [ - "RF6T-8", - "H-RXNZ", - "ZJA-6U", - "Q-HJ97", - "Z4-QLD" - ] + "connectedSystems": "RF6T-8,H-RXNZ,ZJA-6U,Q-HJ97,Z4-QLD" }, { "solarSystemName": "I-NGI8", "x": 110, "y": 110, "security": -0.5880219618618446, - "connectedSystems": [ - "RF6T-8", - "ZJA-6U", - "94FR-S", - "R-ZUOL", - "E1F-LK" - ] + "connectedSystems": "RF6T-8,ZJA-6U,94FR-S,R-ZUOL,E1F-LK" }, { "solarSystemName": "R-ZUOL", "x": 40, "y": 110, "security": -0.639293823174218, - "connectedSystems": [ - "94FR-S", - "I-NGI8" - ] + "connectedSystems": "94FR-S,I-NGI8" }, { "solarSystemName": "E1F-LK", "x": 110, "y": 155, "security": -0.4525584428156066, - "connectedSystems": [ - "ZJA-6U", - "I-NGI8" - ] + "connectedSystems": "ZJA-6U,I-NGI8" }, { "solarSystemName": "Z4-QLD", "x": 175, "y": 240, "security": -0.2838201125530442, - "connectedSystems": [ - "GM-0K7" - ] + "connectedSystems": "GM-0K7" }, { "solarSystemName": "QE-E1D", "x": 510, "y": 475, "security": -0.2738679879080892, - "connectedSystems": [ - "QI-S9W", - "LK1K-5", - "REB-KR" - ] + "connectedSystems": "QI-S9W,LK1K-5,REB-KR" }, { "solarSystemName": "LK1K-5", "x": 585, "y": 475, "security": -0.2983358823961662, - "connectedSystems": [ - "QE-E1D", - "Z-H2MA", - "B2-UQW" - ] + "connectedSystems": "QE-E1D,Z-H2MA,B2-UQW" }, { "solarSystemName": "REB-KR", "x": 515, "y": 390, "security": -0.2711360458944948, - "connectedSystems": [ - "QE-E1D", - "L-5JCJ", - "4-GB14" - ] + "connectedSystems": "QE-E1D,L-5JCJ,4-GB14" }, { "solarSystemName": "Z-H2MA", "x": 665, "y": 475, "security": -0.2729688689356563, - "connectedSystems": [ - "LK1K-5", - "B-KDOZ" - ] + "connectedSystems": "LK1K-5,B-KDOZ" }, { "solarSystemName": "L-5JCJ", "x": 480, "y": 345, "security": -0.2589146311780283, - "connectedSystems": [ - "REB-KR", - "4-GB14" - ] + "connectedSystems": "REB-KR,4-GB14" }, { "solarSystemName": "B-KDOZ", "x": 735, "y": 475, "security": -0.2544728918276955, - "connectedSystems": [ - "Z-H2MA", - "9-XN3F" - ] + "connectedSystems": "Z-H2MA,9-XN3F" }, { "solarSystemName": "4-GB14", "x": 555, "y": 345, "security": -0.2509683895466133, - "connectedSystems": [ - "REB-KR", - "L-5JCJ" - ] + "connectedSystems": "REB-KR,L-5JCJ" }, { "solarSystemName": "PH-NFR", "x": 345, "y": 540, "security": -0.2417094348796256, - "connectedSystems": [ - "B9E-H6", - "DW-N2S", - "W-FHWJ", - "X-6WC7" - ] + "connectedSystems": "B9E-H6,DW-N2S,W-FHWJ,X-6WC7" }, { "solarSystemName": "DW-N2S", "x": 410, "y": 570, "security": -0.2137121830335395, - "connectedSystems": [ - "PH-NFR", - "W-FHWJ", - "X-6WC7", - "D-BAMJ", - "JKWP-U" - ] + "connectedSystems": "PH-NFR,W-FHWJ,X-6WC7,D-BAMJ,JKWP-U" }, { "solarSystemName": "W-FHWJ", "x": 470, "y": 540, "security": -0.2352964063609685, - "connectedSystems": [ - "PH-NFR", - "DW-N2S", - "JKWP-U" - ] + "connectedSystems": "PH-NFR,DW-N2S,JKWP-U" }, { "solarSystemName": "X-6WC7", "x": 345, "y": 705, "security": -0.374665561819855, - "connectedSystems": [ - "PH-NFR", - "DW-N2S", - "JKWP-U" - ] + "connectedSystems": "PH-NFR,DW-N2S,JKWP-U" }, { "solarSystemName": "D-BAMJ", "x": 415, "y": 620, "security": -0.1330845196091792, - "connectedSystems": [ - "DW-N2S", - "JKWP-U", - "RHE7-W" - ] + "connectedSystems": "DW-N2S,JKWP-U,RHE7-W" }, { "solarSystemName": "JKWP-U", "x": 535, "y": 705, "security": -0.2361844774349113, - "connectedSystems": [ - "DW-N2S", - "W-FHWJ", - "X-6WC7", - "D-BAMJ" - ] + "connectedSystems": "DW-N2S,W-FHWJ,X-6WC7,D-BAMJ" }, { "solarSystemName": "RHE7-W", "x": 415, "y": 655, "security": -0.0830315158438194, - "connectedSystems": [ - "D-BAMJ", - "F76-8Q" - ] + "connectedSystems": "D-BAMJ,F76-8Q" }, { "solarSystemName": "F76-8Q", "x": 415, "y": 685, "security": -0.06021559010080702, - "connectedSystems": [ - "RHE7-W" - ] + "connectedSystems": "RHE7-W" }, { "solarSystemName": "O3Z5-G", "x": 150, "y": 15, "security": -0.6473343069361381, - "connectedSystems": [ - "RF6T-8", - "4DV-1T", - "B-R5RB" - ] + "connectedSystems": "RF6T-8,4DV-1T,B-R5RB" }, { "solarSystemName": "4DV-1T", "x": 220, "y": 15, "security": -0.5864907502203445, - "connectedSystems": [ - "O3Z5-G", - "XS-K1O" - ] + "connectedSystems": "O3Z5-G,XS-K1O" }, { "solarSystemName": "XS-K1O", "x": 305, "y": 15, "security": -0.5436621961197113, - "connectedSystems": [ - "4DV-1T", - "FN-DSR" - ] + "connectedSystems": "4DV-1T,FN-DSR" }, { "solarSystemName": "FN-DSR", "x": 385, "y": 15, "security": -0.3978244121681143, - "connectedSystems": [ - "XS-K1O", - "7-ZT1Y" - ] + "connectedSystems": "XS-K1O,7-ZT1Y" }, { "solarSystemName": "B-R5RB", "x": 60, "y": 15, "security": -0.7081210436480283, - "connectedSystems": [ - "O3Z5-G" - ] + "connectedSystems": "O3Z5-G" }, { "solarSystemName": "7-ZT1Y", "x": 460, "y": 15, "security": -0.3023053480113128, - "connectedSystems": [ - "FN-DSR" - ] + "connectedSystems": "FN-DSR" }, { "solarSystemName": "9-XN3F", "x": 760, "y": 560, "security": -0.3494883070015804, - "connectedSystems": [ - "B-KDOZ", - "AC-7LZ", - "Y-FZ5N" - ] + "connectedSystems": "B-KDOZ,AC-7LZ,Y-FZ5N" }, { "solarSystemName": "AC-7LZ", "x": 695, "y": 595, "security": -0.3014476315180127, - "connectedSystems": [ - "9-XN3F", - "LBA-SO", - "E8-YS9" - ] + "connectedSystems": "9-XN3F,LBA-SO,E8-YS9" }, { "solarSystemName": "LBA-SO", "x": 605, "y": 595, "security": -0.2740895312736529, - "connectedSystems": [ - "AC-7LZ", - "E8-YS9" - ] + "connectedSystems": "AC-7LZ,E8-YS9" }, { "solarSystemName": "Y-FZ5N", "x": 825, "y": 505, "security": -0.4133743543963592, - "connectedSystems": [ - "9-XN3F", - "U79-JF", - "ZMV9-A" - ] + "connectedSystems": "9-XN3F,U79-JF,ZMV9-A" }, { "solarSystemName": "E8-YS9", "x": 655, "y": 650, "security": -0.3044363402430225, - "connectedSystems": [ - "AC-7LZ", - "LBA-SO", - "I-9GI1" - ] + "connectedSystems": "AC-7LZ,LBA-SO,I-9GI1" }, { "solarSystemName": "U79-JF", "x": 850, "y": 445, "security": -0.555577470798527, - "connectedSystems": [ - "Y-FZ5N", - "W4E-IT" - ] + "connectedSystems": "Y-FZ5N,W4E-IT" }, { "solarSystemName": "B2-UQW", "x": 665, "y": 275, "security": -0.3719989781741813, - "connectedSystems": [ - "LK1K-5", - "U9U-TQ", - "6-I162" - ] + "connectedSystems": "LK1K-5,U9U-TQ,6-I162" }, { "solarSystemName": "U9U-TQ", "x": 715, "y": 240, "security": -0.3452208276135632, - "connectedSystems": [ - "B2-UQW", - "08-N7Q" - ] + "connectedSystems": "B2-UQW,08-N7Q" }, { "solarSystemName": "6-I162", "x": 610, "y": 240, "security": -0.4773045992606091, - "connectedSystems": [ - "B2-UQW", - "08-N7Q" - ] + "connectedSystems": "B2-UQW,08-N7Q" }, { "solarSystemName": "08-N7Q", "x": 665, "y": 200, "security": -0.7160185989906178, - "connectedSystems": [ - "U9U-TQ", - "6-I162", - "Y-C4AL" - ] + "connectedSystems": "U9U-TQ,6-I162,Y-C4AL" }, { "solarSystemName": "Y-C4AL", "x": 665, "y": 145, "security": -0.6867532094575355, - "connectedSystems": [ - "08-N7Q", - "CKX-RW" - ] + "connectedSystems": "08-N7Q,CKX-RW" }, { "solarSystemName": "CKX-RW", "x": 665, "y": 90, "security": -0.6275157789375341, - "connectedSystems": [ - "Y-C4AL", - "8X6T-8", - "KCDX-7" - ] + "connectedSystems": "Y-C4AL,8X6T-8,KCDX-7" }, { "solarSystemName": "8X6T-8", "x": 665, "y": 35, "security": -0.6530265482078645, - "connectedSystems": [ - "CKX-RW" - ] + "connectedSystems": "CKX-RW" }, { "solarSystemName": "W4E-IT", "x": 850, "y": 290, "security": -0.5978428134539242, - "connectedSystems": [ - "U79-JF", - "OP9L-F", - "2O-EEW" - ] + "connectedSystems": "U79-JF,OP9L-F,2O-EEW" }, { "solarSystemName": "OP9L-F", "x": 910, "y": 170, "security": -0.5825048453667098, - "connectedSystems": [ - "W4E-IT", - "J-QA7I", - "2O-EEW", - "Y-N4EF" - ] + "connectedSystems": "W4E-IT,J-QA7I,2O-EEW,Y-N4EF" }, { "solarSystemName": "J-QA7I", "x": 845, "y": 120, "security": -0.4805166630020554, - "connectedSystems": [ - "OP9L-F", - "2O-EEW", - "7YSF-E" - ] + "connectedSystems": "OP9L-F,2O-EEW,7YSF-E" }, { "solarSystemName": "2O-EEW", "x": 780, "y": 170, "security": -0.7616833539130824, - "connectedSystems": [ - "W4E-IT", - "OP9L-F", - "J-QA7I", - "Y-N4EF" - ] + "connectedSystems": "W4E-IT,OP9L-F,J-QA7I,Y-N4EF" }, { "solarSystemName": "Y-N4EF", "x": 845, "y": 220, "security": -0.7871640706287123, - "connectedSystems": [ - "OP9L-F", - "2O-EEW" - ] + "connectedSystems": "OP9L-F,2O-EEW" }, { "solarSystemName": "7YSF-E", "x": 845, "y": 65, "security": -0.3751497512990731, - "connectedSystems": [ - "J-QA7I" - ] + "connectedSystems": "J-QA7I" }, { "solarSystemName": "KCDX-7", "x": 540, "y": 90, "security": -0.5791839003571422, - "connectedSystems": [ - "CKX-RW", - "O7-VJ5", - "FRTC-5" - ] + "connectedSystems": "CKX-RW,O7-VJ5,FRTC-5" }, { "solarSystemName": "O7-VJ5", "x": 455, "y": 125, "security": -0.5687394321380954, - "connectedSystems": [ - "KCDX-7", - "FRTC-5", - "M-ZJWJ", - "R-ORB7" - ] + "connectedSystems": "KCDX-7,FRTC-5,M-ZJWJ,R-ORB7" }, { "solarSystemName": "FRTC-5", "x": 455, "y": 75, "security": -0.6019108052326907, - "connectedSystems": [ - "KCDX-7", - "O7-VJ5", - "M-ZJWJ", - "DR-427" - ] + "connectedSystems": "KCDX-7,O7-VJ5,M-ZJWJ,DR-427" }, { "solarSystemName": "M-ZJWJ", "x": 360, "y": 125, "security": -0.4731058525078024, - "connectedSystems": [ - "62O-UE", - "O7-VJ5", - "FRTC-5", - "NI-J0B" - ] + "connectedSystems": "62O-UE,O7-VJ5,FRTC-5,NI-J0B" }, { "solarSystemName": "R-ORB7", "x": 455, "y": 175, "security": -0.5964126174142745, - "connectedSystems": [ - "O7-VJ5", - "RU-PT9" - ] + "connectedSystems": "O7-VJ5,RU-PT9" }, { "solarSystemName": "RU-PT9", "x": 360, "y": 205, "security": -0.6099379918353032, - "connectedSystems": [ - "R-ORB7", - "R1-IMO" - ] + "connectedSystems": "R-ORB7,R1-IMO" }, { "solarSystemName": "DR-427", "x": 360, "y": 75, "security": -0.6862135453738378, - "connectedSystems": [ - "FRTC-5", - "QN-6J2" - ] + "connectedSystems": "FRTC-5,QN-6J2" }, { "solarSystemName": "NI-J0B", "x": 360, "y": 165, "security": -0.493747852252849, - "connectedSystems": [ - "M-ZJWJ" - ] + "connectedSystems": "M-ZJWJ" }, { "solarSystemName": "QN-6J2", "x": 270, "y": 75, "security": -0.7225184456845211, - "connectedSystems": [ - "DR-427" - ] + "connectedSystems": "DR-427" }, { "solarSystemName": "BW-WJ2", "x": 15, "y": 460, "security": -0.1433265826104729, - "connectedSystems": [ - "S4-9DN", - "XVV-21" - ] + "connectedSystems": "S4-9DN,XVV-21" }, { "solarSystemName": "ZMV9-A", "x": 890, "y": 505, "security": -0.2277492643113144, - "connectedSystems": [ - "S-9RCJ", - "FE-6YQ", - "Y-FZ5N" - ] + "connectedSystems": "S-9RCJ,FE-6YQ,Y-FZ5N" }, { "solarSystemName": "R1-IMO", "x": 265, "y": 205, "security": -0.4435227566631144, - "connectedSystems": [ - "T6GY-Y", - "RU-PT9" - ] + "connectedSystems": "T6GY-Y,RU-PT9" } ] \ No newline at end of file diff --git a/public/Impass.json b/public/Impass.json index c8792e1..d377c6f 100644 --- a/public/Impass.json +++ b/public/Impass.json @@ -4,553 +4,377 @@ "x": 20, "y": 125, "security": -0.7569526546482184, - "connectedSystems": [ - "AOK-WQ", - "N-CREL" - ] + "connectedSystems": "AOK-WQ,N-CREL" }, { "solarSystemName": "1-7KWU", "x": 115, "y": 35, "security": -0.4045042698270992, - "connectedSystems": [ - "H-HWQR", - "3-UCBF" - ] + "connectedSystems": "H-HWQR,3-UCBF" }, { "solarSystemName": "3-UCBF", "x": 120, "y": 80, "security": -0.471481180409518, - "connectedSystems": [ - "1-7KWU", - "N-CREL" - ] + "connectedSystems": "1-7KWU,N-CREL" }, { "solarSystemName": "N-CREL", "x": 125, "y": 125, "security": -0.4494580187060111, - "connectedSystems": [ - "3-UCBF", - "TM-0P2", - "E3-SDZ" - ] + "connectedSystems": "3-UCBF,TM-0P2,E3-SDZ" }, { "solarSystemName": "TM-0P2", "x": 130, "y": 170, "security": -0.3775422989161192, - "connectedSystems": [ - "N-CREL", - "4OIV-X" - ] + "connectedSystems": "N-CREL,4OIV-X" }, { "solarSystemName": "4OIV-X", "x": 135, "y": 215, "security": -0.258484428061066, - "connectedSystems": [ - "TM-0P2", - "Y-JKJ8" - ] + "connectedSystems": "TM-0P2,Y-JKJ8" }, { "solarSystemName": "Y-JKJ8", "x": 140, "y": 260, "security": -0.2106687215761334, - "connectedSystems": [ - "4OIV-X", - "AFJ-NB" - ] + "connectedSystems": "4OIV-X,AFJ-NB" }, { "solarSystemName": "AFJ-NB", "x": 145, "y": 305, "security": -0.1560387235840497, - "connectedSystems": [ - "Y-JKJ8", - "H-64KI" - ] + "connectedSystems": "Y-JKJ8,H-64KI" }, { "solarSystemName": "H-64KI", "x": 265, "y": 390, "security": -0.1637618647127278, - "connectedSystems": [ - "AFJ-NB", - "9I-SRF", - "9-IIBL" - ] + "connectedSystems": "AFJ-NB,9I-SRF,9-IIBL" }, { "solarSystemName": "9I-SRF", "x": 350, "y": 425, "security": -0.2058178698852357, - "connectedSystems": [ - "H-64KI", - "YALR-F", - "68FT-6" - ] + "connectedSystems": "H-64KI,YALR-F,68FT-6" }, { "solarSystemName": "9-IIBL", "x": 345, "y": 350, "security": -0.09923442994835252, - "connectedSystems": [ - "H-64KI", - "5GQ-S9", - "68FT-6" - ] + "connectedSystems": "H-64KI,5GQ-S9,68FT-6" }, { "solarSystemName": "5GQ-S9", "x": 345, "y": 295, "security": -0.06360631057484112, - "connectedSystems": [ - "9-IIBL", - "D-L4H0" - ] + "connectedSystems": "9-IIBL,D-L4H0" }, { "solarSystemName": "YALR-F", "x": 265, "y": 460, "security": -0.3041907930832196, - "connectedSystems": [ - "9I-SRF", - "IV-UNR" - ] + "connectedSystems": "9I-SRF,IV-UNR" }, { "solarSystemName": "68FT-6", "x": 435, "y": 385, "security": -0.2133778614509948, - "connectedSystems": [ - "9I-SRF", - "9-IIBL", - "IRE-98", - "HOHF-B", - "Y-6B0E" - ] + "connectedSystems": "9I-SRF,9-IIBL,IRE-98,HOHF-B,Y-6B0E" }, { "solarSystemName": "IV-UNR", "x": 180, "y": 480, "security": -0.4436635527259381, - "connectedSystems": [ - "YALR-F", - "UD-VZW" - ] + "connectedSystems": "YALR-F,UD-VZW" }, { "solarSystemName": "IRE-98", "x": 515, "y": 420, "security": -0.2567314811572694, - "connectedSystems": [ - "68FT-6", - "F-3H2P", - "DY-40Z", - "N-7ECY" - ] + "connectedSystems": "68FT-6,F-3H2P,DY-40Z,N-7ECY" }, { "solarSystemName": "HOHF-B", "x": 435, "y": 315, "security": -0.1384120554984983, - "connectedSystems": [ - "68FT-6", - "E7VE-V" - ] + "connectedSystems": "68FT-6,E7VE-V" }, { "solarSystemName": "Y-6B0E", "x": 515, "y": 345, "security": -0.2484879895150565, - "connectedSystems": [ - "68FT-6", - "F-3H2P" - ] + "connectedSystems": "68FT-6,F-3H2P" }, { "solarSystemName": "F-3H2P", "x": 595, "y": 385, "security": -0.3850086294742645, - "connectedSystems": [ - "IRE-98", - "Y-6B0E", - "6E-MOW" - ] + "connectedSystems": "IRE-98,Y-6B0E,6E-MOW" }, { "solarSystemName": "DY-40Z", "x": 575, "y": 525, "security": -0.2544582675128679, - "connectedSystems": [ - "IRE-98", - "XWY-YM" - ] + "connectedSystems": "IRE-98,XWY-YM" }, { "solarSystemName": "XWY-YM", "x": 590, "y": 585, "security": -0.2490042461499684, - "connectedSystems": [ - "DY-40Z", - "M-9V5D" - ] + "connectedSystems": "DY-40Z,M-9V5D" }, { "solarSystemName": "M-9V5D", "x": 660, "y": 600, "security": -0.2741486543349891, - "connectedSystems": [ - "XWY-YM", - "O2-39S", - "M-VEJZ" - ] + "connectedSystems": "XWY-YM,O2-39S,M-VEJZ" }, { "solarSystemName": "O2-39S", "x": 700, "y": 650, "security": -0.2742445802525597, - "connectedSystems": [ - "M-9V5D", - "LJK-T0" - ] + "connectedSystems": "M-9V5D,LJK-T0" }, { "solarSystemName": "M-VEJZ", "x": 705, "y": 555, "security": -0.3674733996873354, - "connectedSystems": [ - "M-9V5D" - ] + "connectedSystems": "M-9V5D" }, { "solarSystemName": "LJK-T0", "x": 780, "y": 650, "security": -0.2878796479428635, - "connectedSystems": [ - "O2-39S" - ] + "connectedSystems": "O2-39S" }, { "solarSystemName": "E7VE-V", "x": 650, "y": 190, "security": -0.1308276362022733, - "connectedSystems": [ - "HOHF-B", - "NUG-OF" - ] + "connectedSystems": "HOHF-B,NUG-OF" }, { "solarSystemName": "NUG-OF", "x": 720, "y": 150, "security": -0.1599092140487427, - "connectedSystems": [ - "E7VE-V", - "L6BY-P", - "U3SQ-X" - ] + "connectedSystems": "E7VE-V,L6BY-P,U3SQ-X" }, { "solarSystemName": "L6BY-P", "x": 720, "y": 105, "security": -0.1675743991341111, - "connectedSystems": [ - "NUG-OF", - "U3SQ-X" - ] + "connectedSystems": "NUG-OF,U3SQ-X" }, { "solarSystemName": "U3SQ-X", "x": 790, "y": 105, "security": -0.1221764108016671, - "connectedSystems": [ - "NUG-OF", - "L6BY-P", - "01TG-J", - "A1BK-A" - ] + "connectedSystems": "NUG-OF,L6BY-P,01TG-J,A1BK-A" }, { "solarSystemName": "01TG-J", "x": 790, "y": 60, "security": -0.151074648309942, - "connectedSystems": [ - "U3SQ-X", - "UK-SHL" - ] + "connectedSystems": "U3SQ-X,UK-SHL" }, { "solarSystemName": "UK-SHL", "x": 865, "y": 60, "security": -0.2520182617144468, - "connectedSystems": [ - "01TG-J" - ] + "connectedSystems": "01TG-J" }, { "solarSystemName": "A1BK-A", "x": 860, "y": 105, "security": -0.04807805627141115, - "connectedSystems": [ - "U3SQ-X" - ] + "connectedSystems": "U3SQ-X" }, { "solarSystemName": "N-7ECY", "x": 375, "y": 535, "security": -0.3987141935271507, - "connectedSystems": [ - "IRE-98", - "4-MPSJ" - ] + "connectedSystems": "IRE-98,4-MPSJ" }, { "solarSystemName": "4-MPSJ", "x": 330, "y": 575, "security": -0.4568427171810133, - "connectedSystems": [ - "N-7ECY", - "TWJ-AW" - ] + "connectedSystems": "N-7ECY,TWJ-AW" }, { "solarSystemName": "TWJ-AW", "x": 260, "y": 575, "security": -0.5797776964352548, - "connectedSystems": [ - "4-MPSJ", - "PZMA-E", - "442-CS" - ] + "connectedSystems": "4-MPSJ,PZMA-E,442-CS" }, { "solarSystemName": "PZMA-E", "x": 190, "y": 575, "security": -0.4572504837574468, - "connectedSystems": [ - "TWJ-AW" - ] + "connectedSystems": "TWJ-AW" }, { "solarSystemName": "442-CS", "x": 260, "y": 630, "security": -0.7117596201506945, - "connectedSystems": [ - "TWJ-AW", - "Z-N9IP", - "9ZFH-Z" - ] + "connectedSystems": "TWJ-AW,Z-N9IP,9ZFH-Z" }, { "solarSystemName": "Z-N9IP", "x": 320, "y": 680, "security": -0.8000833136696577, - "connectedSystems": [ - "442-CS" - ] + "connectedSystems": "442-CS" }, { "solarSystemName": "9ZFH-Z", "x": 205, "y": 675, "security": -0.6608910695481836, - "connectedSystems": [ - "442-CS" - ] + "connectedSystems": "442-CS" }, { "solarSystemName": "6E-MOW", "x": 735, "y": 385, "security": -0.3422659295884337, - "connectedSystems": [ - "F-3H2P", - "GBT4-J", - "GZ1-A1" - ] + "connectedSystems": "F-3H2P,GBT4-J,GZ1-A1" }, { "solarSystemName": "GBT4-J", "x": 815, "y": 345, "security": -0.3815969023890459, - "connectedSystems": [ - "6E-MOW", - "X-0CKQ", - "4RS-L1" - ] + "connectedSystems": "6E-MOW,X-0CKQ,4RS-L1" }, { "solarSystemName": "GZ1-A1", "x": 820, "y": 415, "security": -0.4642934091258839, - "connectedSystems": [ - "6E-MOW", - "6B-GKA", - "LHGA-W" - ] + "connectedSystems": "6E-MOW,6B-GKA,LHGA-W" }, { "solarSystemName": "X-0CKQ", "x": 900, "y": 310, "security": -0.4035375505162121, - "connectedSystems": [ - "GBT4-J" - ] + "connectedSystems": "GBT4-J" }, { "solarSystemName": "6B-GKA", "x": 910, "y": 445, "security": -0.5144294875756027, - "connectedSystems": [ - "GZ1-A1" - ] + "connectedSystems": "GZ1-A1" }, { "solarSystemName": "LHGA-W", "x": 910, "y": 385, "security": -0.4743229333225731, - "connectedSystems": [ - "GZ1-A1" - ] + "connectedSystems": "GZ1-A1" }, { "solarSystemName": "4RS-L1", "x": 815, "y": 290, "security": -0.3925945074373505, - "connectedSystems": [ - "GBT4-J" - ] + "connectedSystems": "GBT4-J" }, { "solarSystemName": "D-L4H0", "x": 370, "y": 200, "security": -0.066523861485832, - "connectedSystems": [ - "5GQ-S9", - "GU-9F4", - "FG-1GH" - ] + "connectedSystems": "5GQ-S9,GU-9F4,FG-1GH" }, { "solarSystemName": "GU-9F4", "x": 460, "y": 200, "security": -0.05916270312009442, - "connectedSystems": [ - "D-L4H0", - "FG-1GH" - ] + "connectedSystems": "D-L4H0,FG-1GH" }, { "solarSystemName": "FG-1GH", "x": 415, "y": 145, "security": -0.08516794722057897, - "connectedSystems": [ - "D-L4H0", - "GU-9F4", - "WFYM-0", - "DDI-B7" - ] + "connectedSystems": "D-L4H0,GU-9F4,WFYM-0,DDI-B7" }, { "solarSystemName": "WFYM-0", "x": 365, "y": 95, "security": -0.1110155846728181, - "connectedSystems": [ - "FG-1GH", - "FR-B1H" - ] + "connectedSystems": "FG-1GH,FR-B1H" }, { "solarSystemName": "FR-B1H", "x": 415, "y": 50, "security": -0.1058797793918543, - "connectedSystems": [ - "WFYM-0", - "DDI-B7" - ] + "connectedSystems": "WFYM-0,DDI-B7" }, { "solarSystemName": "DDI-B7", "x": 460, "y": 95, "security": -0.1309223352645689, - "connectedSystems": [ - "FG-1GH", - "FR-B1H" - ] + "connectedSystems": "FG-1GH,FR-B1H" }, { "solarSystemName": "UD-VZW", "x": 65, "y": 480, "security": -0.499025238117393, - "connectedSystems": [ - "IV-UNR", - "3-YX2D", - "V-TN6Q", - "QBH5-F" - ] + "connectedSystems": "IV-UNR,3-YX2D,V-TN6Q,QBH5-F" }, { "solarSystemName": "H-HWQR", "x": 20, "y": 35, "security": -0.3520292398793955, - "connectedSystems": [ - "D-9UEV", - "78R-PI", - "1-7KWU" - ] + "connectedSystems": "D-9UEV,78R-PI,1-7KWU" } ] \ No newline at end of file diff --git a/public/Insmother.json b/public/Insmother.json index 481d26f..a9632a1 100644 --- a/public/Insmother.json +++ b/public/Insmother.json @@ -4,1345 +4,888 @@ "x": 5, "y": 620, "security": -0.4024754267192167, - "connectedSystems": [ - "DG-8VJ", - "0-6VZ5" - ] + "connectedSystems": "DG-8VJ,0-6VZ5" }, { "solarSystemName": "9N-0HF", "x": 350, "y": 440, "security": -0.2623742677896452, - "connectedSystems": [ - "SHBF-V", - "WU-FHQ", - "6OU9-U" - ] + "connectedSystems": "SHBF-V,WU-FHQ,6OU9-U" }, { "solarSystemName": "8FN-GP", "x": 355, "y": 740, "security": -0.5116518939697225, - "connectedSystems": [ - "5C-RPA", - "FIDY-8" - ] + "connectedSystems": "5C-RPA,FIDY-8" }, { "solarSystemName": "U69-YC", "x": 5, "y": 740, "security": -0.5164991974396793, - "connectedSystems": [ - "GB-6X5", - "7-A6XV", - "L-L7PE" - ] + "connectedSystems": "GB-6X5,7-A6XV,L-L7PE" }, { "solarSystemName": "L-FM3P", "x": 385, "y": 240, "security": -0.1708690041486579, - "connectedSystems": [ - "78-0R6", - "0TYR-T", - "GM-50Y" - ] + "connectedSystems": "78-0R6,0TYR-T,GM-50Y" }, { "solarSystemName": "8-OZU1", "x": 385, "y": 200, "security": -0.1803341211782527, - "connectedSystems": [ - "MLQ-O9", - "78-0R6", - "0TYR-T" - ] + "connectedSystems": "MLQ-O9,78-0R6,0TYR-T" }, { "solarSystemName": "0TYR-T", "x": 470, "y": 225, "security": -0.1555020254134865, - "connectedSystems": [ - "L-FM3P", - "8-OZU1", - "SN9-3Z" - ] + "connectedSystems": "L-FM3P,8-OZU1,SN9-3Z" }, { "solarSystemName": "GPLB-C", "x": 385, "y": 95, "security": -0.2546971597853778, - "connectedSystems": [ - "5E-CMA", - "U104-3", - "MSG-BZ", - "6-L4YC" - ] + "connectedSystems": "5E-CMA,U104-3,MSG-BZ,6-L4YC" }, { "solarSystemName": "BLMX-B", "x": 890, "y": 480, "security": -0.03230071991810524, - "connectedSystems": [ - "Q-UEN6", - "M-CNUD", - "C1G-XC" - ] + "connectedSystems": "Q-UEN6,M-CNUD,C1G-XC" }, { "solarSystemName": "IVP-KA", "x": 780, "y": 235, "security": -0.0630877989118237, - "connectedSystems": [ - "W2T-TR", - "5-2PQU" - ] + "connectedSystems": "W2T-TR,5-2PQU" }, { "solarSystemName": "8-VC6H", "x": 970, "y": 480, "security": -1, - "connectedSystems": [ - "4YO-QK", - "3-0FYP" - ] + "connectedSystems": "4YO-QK,3-0FYP" }, { "solarSystemName": "1V-LI2", "x": 265, "y": 640, "security": -0.4285767639982289, - "connectedSystems": [ - "5E-CMA", - "M9-MLR", - "GDHN-K", - "LQ-OAI", - "Q-K2T7" - ] + "connectedSystems": "5E-CMA,M9-MLR,GDHN-K,LQ-OAI,Q-K2T7" }, { "solarSystemName": "6-EQYE", "x": 60, "y": 35, "security": -0.4048837111067863, - "connectedSystems": [ - "U2-28D", - "JLO-Z3", - "74-VZA" - ] + "connectedSystems": "U2-28D,JLO-Z3,74-VZA" }, { "solarSystemName": "X2-ZA5", "x": 75, "y": 600, "security": -0.9005847973878114, - "connectedSystems": [ - "RYC-19", - "GK5Z-T" - ] + "connectedSystems": "RYC-19,GK5Z-T" }, { "solarSystemName": "1QZ-Y9", "x": 410, "y": 140, "security": -0.4383996132258072, - "connectedSystems": [ - "4-CM8I", - "ZDB-HT", - "MSG-BZ" - ] + "connectedSystems": "4-CM8I,ZDB-HT,MSG-BZ" }, { "solarSystemName": "KDG-TA", "x": 655, "y": 135, "security": -0.1791473727126908, - "connectedSystems": [ - "AGCP-I", - "Z182-R" - ] + "connectedSystems": "AGCP-I,Z182-R" }, { "solarSystemName": "KD-KPR", "x": 565, "y": 50, "security": -0.4157180459191501, - "connectedSystems": [ - "5M2-KP" - ] + "connectedSystems": "5M2-KP" }, { "solarSystemName": "PT-21C", "x": 825, "y": 65, "security": -0.1767231244955154, - "connectedSystems": [ - "TK-DLH" - ] + "connectedSystems": "TK-DLH" }, { "solarSystemName": "Z182-R", "x": 685, "y": 105, "security": -0.2155496979959086, - "connectedSystems": [ - "KDG-TA", - "EKPB-3" - ] + "connectedSystems": "KDG-TA,EKPB-3" }, { "solarSystemName": "EKPB-3", "x": 725, "y": 80, "security": -0.3553323237085505, - "connectedSystems": [ - "Z182-R", - "5M2-KP", - "TK-DLH" - ] + "connectedSystems": "Z182-R,5M2-KP,TK-DLH" }, { "solarSystemName": "5M2-KP", "x": 645, "y": 50, "security": -0.4001293978425654, - "connectedSystems": [ - "KD-KPR", - "EKPB-3" - ] + "connectedSystems": "KD-KPR,EKPB-3" }, { "solarSystemName": "TK-DLH", "x": 755, "y": 50, "security": -0.3089953559626438, - "connectedSystems": [ - "PT-21C", - "EKPB-3", - "O-9G5Y" - ] + "connectedSystems": "PT-21C,EKPB-3,O-9G5Y" }, { "solarSystemName": "C8H5-X", "x": 725, "y": 355, "security": -0.1492839802418332, - "connectedSystems": [ - "2-Q4YG", - "7L3-JS", - "TZN-2V", - "4DS-OI" - ] + "connectedSystems": "2-Q4YG,7L3-JS,TZN-2V,4DS-OI" }, { "solarSystemName": "O-7LAI", "x": 800, "y": 330, "security": -0.08159470819762005, - "connectedSystems": [ - "7L3-JS" - ] + "connectedSystems": "7L3-JS" }, { "solarSystemName": "7L3-JS", "x": 800, "y": 390, "security": -0.119538687381886, - "connectedSystems": [ - "C8H5-X", - "O-7LAI", - "WF4C-8" - ] + "connectedSystems": "C8H5-X,O-7LAI,WF4C-8" }, { "solarSystemName": "WF4C-8", "x": 750, "y": 465, "security": -0.1712771020033977, - "connectedSystems": [ - "7L3-JS", - "TZN-2V" - ] + "connectedSystems": "7L3-JS,TZN-2V" }, { "solarSystemName": "TZN-2V", "x": 670, "y": 430, "security": -0.1526766544635572, - "connectedSystems": [ - "C8H5-X", - "WF4C-8", - "8EF-58", - "4DS-OI" - ] + "connectedSystems": "C8H5-X,WF4C-8,8EF-58,4DS-OI" }, { "solarSystemName": "8EF-58", "x": 670, "y": 480, "security": -0.2797526548744073, - "connectedSystems": [ - "TZN-2V" - ] + "connectedSystems": "TZN-2V" }, { "solarSystemName": "4DS-OI", "x": 740, "y": 410, "security": -0.2006353240160496, - "connectedSystems": [ - "C8H5-X", - "TZN-2V" - ] + "connectedSystems": "C8H5-X,TZN-2V" }, { "solarSystemName": "XQP-9C", "x": 645, "y": 335, "security": -0.1550186334730719, - "connectedSystems": [ - "2-Q4YG", - "W-6GBI" - ] + "connectedSystems": "2-Q4YG,W-6GBI" }, { "solarSystemName": "W-6GBI", "x": 630, "y": 370, "security": -0.1977724144998311, - "connectedSystems": [ - "XQP-9C", - "XKH-6O", - "V-QXXK" - ] + "connectedSystems": "XQP-9C,XKH-6O,V-QXXK" }, { "solarSystemName": "XKH-6O", "x": 560, "y": 380, "security": -0.145223712888199, - "connectedSystems": [ - "W-6GBI", - "F39H-1" - ] + "connectedSystems": "W-6GBI,F39H-1" }, { "solarSystemName": "S0U-MO", "x": 600, "y": 440, "security": -0.2546622710122718, - "connectedSystems": [ - "V-QXXK", - "N-O53U" - ] + "connectedSystems": "V-QXXK,N-O53U" }, { "solarSystemName": "F39H-1", "x": 545, "y": 420, "security": -0.1696129119668256, - "connectedSystems": [ - "XKH-6O" - ] + "connectedSystems": "XKH-6O" }, { "solarSystemName": "V-QXXK", "x": 615, "y": 405, "security": -0.2321039409855729, - "connectedSystems": [ - "W-6GBI", - "S0U-MO" - ] + "connectedSystems": "W-6GBI,S0U-MO" }, { "solarSystemName": "2-Q4YG", "x": 705, "y": 285, "security": -0.1103811280738465, - "connectedSystems": [ - "XQP-9C", - "2JT-3Q", - "C8H5-X", - "7-JT09" - ] + "connectedSystems": "XQP-9C,2JT-3Q,C8H5-X,7-JT09" }, { "solarSystemName": "2JT-3Q", "x": 625, "y": 275, "security": -0.1021093810129785, - "connectedSystems": [ - "2-Q4YG", - "I3CR-F", - "7-JT09", - "5-2PQU" - ] + "connectedSystems": "2-Q4YG,I3CR-F,7-JT09,5-2PQU" }, { "solarSystemName": "I3CR-F", "x": 555, "y": 295, "security": -0.1598307558708115, - "connectedSystems": [ - "2JT-3Q", - "M4-GJ6", - "SN9-3Z" - ] + "connectedSystems": "2JT-3Q,M4-GJ6,SN9-3Z" }, { "solarSystemName": "7-JT09", "x": 630, "y": 220, "security": -0.08875700803609632, - "connectedSystems": [ - "2-Q4YG", - "2JT-3Q", - "AGCP-I", - "5-2PQU" - ] + "connectedSystems": "2-Q4YG,2JT-3Q,AGCP-I,5-2PQU" }, { "solarSystemName": "AGCP-I", "x": 635, "y": 180, "security": -0.1403204674786488, - "connectedSystems": [ - "KDG-TA", - "7-JT09" - ] + "connectedSystems": "KDG-TA,7-JT09" }, { "solarSystemName": "M4-GJ6", "x": 520, "y": 350, "security": -0.1569205311840327, - "connectedSystems": [ - "X5-0EM", - "I3CR-F", - "SN9-3Z" - ] + "connectedSystems": "X5-0EM,I3CR-F,SN9-3Z" }, { "solarSystemName": "5-2PQU", "x": 705, "y": 210, "security": -0.08096009412649185, - "connectedSystems": [ - "2JT-3Q", - "7-JT09", - "6BJH-3", - "IVP-KA" - ] + "connectedSystems": "2JT-3Q,7-JT09,6BJH-3,IVP-KA" }, { "solarSystemName": "SN9-3Z", "x": 500, "y": 265, "security": -0.1435223016264401, - "connectedSystems": [ - "I3CR-F", - "M4-GJ6", - "0TYR-T" - ] + "connectedSystems": "I3CR-F,M4-GJ6,0TYR-T" }, { "solarSystemName": "6BJH-3", "x": 760, "y": 130, "security": -0.05462180333664257, - "connectedSystems": [ - "QYD-WK", - "R959-U", - "5-2PQU" - ] + "connectedSystems": "QYD-WK,R959-U,5-2PQU" }, { "solarSystemName": "U-UTU9", "x": 895, "y": 170, "security": -0.04209015796309235, - "connectedSystems": [ - "1TG7-W", - "QYD-WK" - ] + "connectedSystems": "1TG7-W,QYD-WK" }, { "solarSystemName": "1TG7-W", "x": 905, "y": 130, "security": -0.05902027994164227, - "connectedSystems": [ - "U-UTU9", - "QYD-WK", - "R959-U", - "A-TJ0G" - ] + "connectedSystems": "U-UTU9,QYD-WK,R959-U,A-TJ0G" }, { "solarSystemName": "QYD-WK", "x": 810, "y": 180, "security": -0.04458684760961629, - "connectedSystems": [ - "6BJH-3", - "U-UTU9", - "1TG7-W", - "A-TJ0G" - ] + "connectedSystems": "6BJH-3,U-UTU9,1TG7-W,A-TJ0G" }, { "solarSystemName": "R959-U", "x": 840, "y": 110, "security": -0.060729063323123, - "connectedSystems": [ - "6BJH-3", - "1TG7-W" - ] + "connectedSystems": "6BJH-3,1TG7-W" }, { "solarSystemName": "A-TJ0G", "x": 960, "y": 210, "security": -0.08518928364145062, - "connectedSystems": [ - "1TG7-W", - "QYD-WK", - "EJ48-O" - ] + "connectedSystems": "1TG7-W,QYD-WK,EJ48-O" }, { "solarSystemName": "88A-RA", "x": 240, "y": 295, "security": -0.2864100838616932, - "connectedSystems": [ - "C-J6MT", - "78-0R6", - "RERZ-L" - ] + "connectedSystems": "C-J6MT,78-0R6,RERZ-L" }, { "solarSystemName": "8G-2FP", "x": 70, "y": 255, "security": -0.2113610590398551, - "connectedSystems": [ - "8-WYQZ" - ] + "connectedSystems": "8-WYQZ" }, { "solarSystemName": "C-J6MT", "x": 210, "y": 230, "security": -0.2887451607572457, - "connectedSystems": [ - "88A-RA", - "YPW-M4", - "78-0R6", - "8-WYQZ", - "4M-QXK" - ] + "connectedSystems": "88A-RA,YPW-M4,78-0R6,8-WYQZ,4M-QXK" }, { "solarSystemName": "78-0R6", "x": 285, "y": 225, "security": -0.2569041839417441, - "connectedSystems": [ - "88A-RA", - "C-J6MT", - "L-FM3P", - "MSG-BZ", - "8-OZU1" - ] + "connectedSystems": "88A-RA,C-J6MT,L-FM3P,MSG-BZ,8-OZU1" }, { "solarSystemName": "MSG-BZ", "x": 330, "y": 140, "security": -0.2762124098769656, - "connectedSystems": [ - "GPLB-C", - "78-0R6", - "1QZ-Y9" - ] + "connectedSystems": "GPLB-C,78-0R6,1QZ-Y9" }, { "solarSystemName": "8-WYQZ", "x": 130, "y": 260, "security": -0.2303424254176995, - "connectedSystems": [ - "8G-2FP", - "C-J6MT", - "MJ-LGH" - ] + "connectedSystems": "8G-2FP,C-J6MT,MJ-LGH" }, { "solarSystemName": "4M-QXK", "x": 220, "y": 180, "security": -0.1487592760317908, - "connectedSystems": [ - "C-J6MT" - ] + "connectedSystems": "C-J6MT" }, { "solarSystemName": "X5-0EM", "x": 480, "y": 545, "security": -0.2503766392870146, - "connectedSystems": [ - "G-EURJ", - "M4-GJ6", - "3U-48K" - ] + "connectedSystems": "G-EURJ,M4-GJ6,3U-48K" }, { "solarSystemName": "G-EURJ", "x": 405, "y": 505, "security": -0.2863172610153921, - "connectedSystems": [ - "X5-0EM", - "SHBF-V", - "3U-48K", - "Q-3HS5" - ] + "connectedSystems": "X5-0EM,SHBF-V,3U-48K,Q-3HS5" }, { "solarSystemName": "SHBF-V", "x": 330, "y": 480, "security": -0.2924155137917048, - "connectedSystems": [ - "G-EURJ", - "RERZ-L", - "9N-0HF" - ] + "connectedSystems": "G-EURJ,RERZ-L,9N-0HF" }, { "solarSystemName": "RERZ-L", "x": 280, "y": 430, "security": -0.220317620838251, - "connectedSystems": [ - "88A-RA", - "SHBF-V", - "3U-48K" - ] + "connectedSystems": "88A-RA,SHBF-V,3U-48K" }, { "solarSystemName": "0UBC-R", "x": 235, "y": 565, "security": -0.2143566489143265, - "connectedSystems": [ - "67Y-NR", - "3U-48K" - ] + "connectedSystems": "67Y-NR,3U-48K" }, { "solarSystemName": "3U-48K", "x": 295, "y": 540, "security": -0.213716113976003, - "connectedSystems": [ - "X5-0EM", - "G-EURJ", - "RERZ-L", - "0UBC-R" - ] + "connectedSystems": "X5-0EM,G-EURJ,RERZ-L,0UBC-R" }, { "solarSystemName": "EFM-C4", "x": 0, "y": 145, "security": -0.4819140155314882, - "connectedSystems": [ - "I-1QKL", - "G-QTSD" - ] + "connectedSystems": "I-1QKL,G-QTSD" }, { "solarSystemName": "YPW-M4", "x": 140, "y": 155, "security": -0.5424412339777626, - "connectedSystems": [ - "C-J6MT", - "Q7-FZ8", - "L5-UWT", - "74-VZA" - ] + "connectedSystems": "C-J6MT,Q7-FZ8,L5-UWT,74-VZA" }, { "solarSystemName": "Q7-FZ8", "x": 140, "y": 110, "security": -0.5464866270235424, - "connectedSystems": [ - "YPW-M4", - "I-1QKL", - "F3-8X2" - ] + "connectedSystems": "YPW-M4,I-1QKL,F3-8X2" }, { "solarSystemName": "L5-UWT", "x": 0, "y": 235, "security": -0.6511063966697657, - "connectedSystems": [ - "YPW-M4", - "I-1QKL", - "A24L-V" - ] + "connectedSystems": "YPW-M4,I-1QKL,A24L-V" }, { "solarSystemName": "74-VZA", "x": 60, "y": 110, "security": -0.7233810294998881, - "connectedSystems": [ - "YPW-M4", - "I-1QKL", - "6-EQYE" - ] + "connectedSystems": "YPW-M4,I-1QKL,6-EQYE" }, { "solarSystemName": "I-1QKL", "x": 60, "y": 160, "security": -0.57669208403444, - "connectedSystems": [ - "EFM-C4", - "Q7-FZ8", - "L5-UWT", - "74-VZA" - ] + "connectedSystems": "EFM-C4,Q7-FZ8,L5-UWT,74-VZA" }, { "solarSystemName": "GK5Z-T", "x": 30, "y": 545, "security": -0.528430737209387, - "connectedSystems": [ - "RQN-OO", - "QTME-D", - "X2-ZA5" - ] + "connectedSystems": "RQN-OO,QTME-D,X2-ZA5" }, { "solarSystemName": "RQN-OO", "x": 125, "y": 575, "security": -0.3905020901440273, - "connectedSystems": [ - "GK5Z-T", - "67Y-NR", - "GDHN-K", - "QTME-D" - ] + "connectedSystems": "GK5Z-T,67Y-NR,GDHN-K,QTME-D" }, { "solarSystemName": "67Y-NR", "x": 170, "y": 550, "security": -0.2562016470411576, - "connectedSystems": [ - "RQN-OO", - "0UBC-R", - "GDHN-K", - "4CJ-AC" - ] + "connectedSystems": "RQN-OO,0UBC-R,GDHN-K,4CJ-AC" }, { "solarSystemName": "GDHN-K", "x": 170, "y": 620, "security": -0.3673660864131637, - "connectedSystems": [ - "RQN-OO", - "67Y-NR", - "1V-LI2" - ] + "connectedSystems": "RQN-OO,67Y-NR,1V-LI2" }, { "solarSystemName": "QTME-D", "x": 15, "y": 480, "security": -0.452742920692857, - "connectedSystems": [ - "GK5Z-T", - "RQN-OO", - "A24L-V" - ] + "connectedSystems": "GK5Z-T,RQN-OO,A24L-V" }, { "solarSystemName": "A24L-V", "x": 10, "y": 425, "security": -0.4778218403328955, - "connectedSystems": [ - "QTME-D", - "4CJ-AC", - "L5-UWT" - ] + "connectedSystems": "QTME-D,4CJ-AC,L5-UWT" }, { "solarSystemName": "4CJ-AC", "x": 95, "y": 510, "security": -0.2049159165806834, - "connectedSystems": [ - "67Y-NR", - "A24L-V" - ] + "connectedSystems": "67Y-NR,A24L-V" }, { "solarSystemName": "EUU-4N", "x": 466, "y": 398, "security": -0.6807733743483635, - "connectedSystems": [ - "Q-3HS5" - ] + "connectedSystems": "Q-3HS5" }, { "solarSystemName": "Q-3HS5", "x": 405, "y": 410, "security": -0.5788729115976892, - "connectedSystems": [ - "G-EURJ", - "EUU-4N", - "3AE-CP", - "0-VG7A" - ] + "connectedSystems": "G-EURJ,EUU-4N,3AE-CP,0-VG7A" }, { "solarSystemName": "3AE-CP", "x": 405, "y": 370, "security": -0.6742307514586539, - "connectedSystems": [ - "Q-3HS5", - "9OLQ-6" - ] + "connectedSystems": "Q-3HS5,9OLQ-6" }, { "solarSystemName": "0-VG7A", "x": 346, "y": 387, "security": -0.4304980243030089, - "connectedSystems": [ - "Q-3HS5" - ] + "connectedSystems": "Q-3HS5" }, { "solarSystemName": "9OLQ-6", "x": 405, "y": 330, "security": -0.785978264141542, - "connectedSystems": [ - "3AE-CP", - "MOCW-2" - ] + "connectedSystems": "3AE-CP,MOCW-2" }, { "solarSystemName": "MOCW-2", "x": 405, "y": 290, "security": -0.8165413086557007, - "connectedSystems": [ - "9OLQ-6" - ] + "connectedSystems": "9OLQ-6" }, { "solarSystemName": "ZO-4AR", "x": 110, "y": 335, "security": -0.2940069549018249, - "connectedSystems": [ - "MJ-LGH", - "F2A-GX" - ] + "connectedSystems": "MJ-LGH,F2A-GX" }, { "solarSystemName": "MJ-LGH", "x": 105, "y": 295, "security": -0.2591845321042104, - "connectedSystems": [ - "ZO-4AR", - "8-WYQZ" - ] + "connectedSystems": "ZO-4AR,8-WYQZ" }, { "solarSystemName": "F2A-GX", "x": 115, "y": 375, "security": -0.2610427909346488, - "connectedSystems": [ - "ZO-4AR", - "RD-FWY", - "VBPT-T" - ] + "connectedSystems": "ZO-4AR,RD-FWY,VBPT-T" }, { "solarSystemName": "RD-FWY", "x": 55, "y": 375, "security": -0.184984935346177, - "connectedSystems": [ - "F2A-GX" - ] + "connectedSystems": "F2A-GX" }, { "solarSystemName": "VBPT-T", "x": 125, "y": 420, "security": -0.3177060533471503, - "connectedSystems": [ - "F2A-GX", - "KS-1TS" - ] + "connectedSystems": "F2A-GX,KS-1TS" }, { "solarSystemName": "KS-1TS", "x": 140, "y": 460, "security": -0.4474549524855563, - "connectedSystems": [ - "VBPT-T" - ] + "connectedSystems": "VBPT-T" }, { "solarSystemName": "X0-6LH", "x": 250, "y": 40, "security": -0.714309691004995, - "connectedSystems": [ - "FN0-QS", - "F3-8X2", - "N7-BIY", - "TTP-2B" - ] + "connectedSystems": "FN0-QS,F3-8X2,N7-BIY,TTP-2B" }, { "solarSystemName": "FN0-QS", "x": 315, "y": 55, "security": -0.8493746885653692, - "connectedSystems": [ - "X0-6LH", - "TTP-2B", - "LVL-GZ" - ] + "connectedSystems": "X0-6LH,TTP-2B,LVL-GZ" }, { "solarSystemName": "F3-8X2", "x": 185, "y": 45, "security": -0.5421197243802935, - "connectedSystems": [ - "Q7-FZ8", - "X0-6LH" - ] + "connectedSystems": "Q7-FZ8,X0-6LH" }, { "solarSystemName": "N7-BIY", "x": 250, "y": 85, "security": -0.6463984326759041, - "connectedSystems": [ - "X0-6LH" - ] + "connectedSystems": "X0-6LH" }, { "solarSystemName": "TTP-2B", "x": 305, "y": 10, "security": -0.9331987877694234, - "connectedSystems": [ - "X0-6LH", - "FN0-QS", - "LVL-GZ" - ] + "connectedSystems": "X0-6LH,FN0-QS,LVL-GZ" }, { "solarSystemName": "LVL-GZ", "x": 370, "y": 20, "security": -0.9597096467106062, - "connectedSystems": [ - "FN0-QS", - "TTP-2B", - "HFC-AQ" - ] + "connectedSystems": "FN0-QS,TTP-2B,HFC-AQ" }, { "solarSystemName": "EJ48-O", "x": 900, "y": 355, "security": -0.1027489010536739, - "connectedSystems": [ - "A-TJ0G", - "ROJ-B0" - ] + "connectedSystems": "A-TJ0G,ROJ-B0" }, { "solarSystemName": "ROJ-B0", "x": 880, "y": 410, "security": -0.1909170107980662, - "connectedSystems": [ - "EJ48-O", - "DFH-V5", - "B-II34" - ] + "connectedSystems": "EJ48-O,DFH-V5,B-II34" }, { "solarSystemName": "DFH-V5", "x": 835, "y": 460, "security": -0.3232028212146216, - "connectedSystems": [ - "ROJ-B0", - "4LB-EL" - ] + "connectedSystems": "ROJ-B0,4LB-EL" }, { "solarSystemName": "B-II34", "x": 950, "y": 405, "security": -0.0864460960172524, - "connectedSystems": [ - "ROJ-B0" - ] + "connectedSystems": "ROJ-B0" }, { "solarSystemName": "4LB-EL", "x": 790, "y": 505, "security": -0.3880961038583192, - "connectedSystems": [ - "DFH-V5", - "UDE-FX", - "C1G-XC" - ] + "connectedSystems": "DFH-V5,UDE-FX,C1G-XC" }, { "solarSystemName": "UDE-FX", "x": 765, "y": 545, "security": -0.4105137040502442, - "connectedSystems": [ - "4LB-EL", - "5IH-GL" - ] + "connectedSystems": "4LB-EL,5IH-GL" }, { "solarSystemName": "5IH-GL", "x": 740, "y": 585, "security": -0.5092451557266804, - "connectedSystems": [ - "UDE-FX", - "C1G-XC", - "04-EHC" - ] + "connectedSystems": "UDE-FX,C1G-XC,04-EHC" }, { "solarSystemName": "C1G-XC", "x": 890, "y": 525, "security": -0.5640370413560221, - "connectedSystems": [ - "4LB-EL", - "5IH-GL", - "3-0FYP", - "BLMX-B" - ] + "connectedSystems": "4LB-EL,5IH-GL,3-0FYP,BLMX-B" }, { "solarSystemName": "04-EHC", "x": 715, "y": 635, "security": -0.5604053830693876, - "connectedSystems": [ - "5IH-GL", - "W-MF6J" - ] + "connectedSystems": "5IH-GL,W-MF6J" }, { "solarSystemName": "3-0FYP", "x": 970, "y": 525, "security": -0.4918123009961911, - "connectedSystems": [ - "C1G-XC", - "8-VC6H" - ] + "connectedSystems": "C1G-XC,8-VC6H" }, { "solarSystemName": "N-O53U", "x": 585, "y": 505, "security": -0.4258575554177924, - "connectedSystems": [ - "S0U-MO", - "HZ-O18" - ] + "connectedSystems": "S0U-MO,HZ-O18" }, { "solarSystemName": "HZ-O18", "x": 585, "y": 540, "security": -0.4200596207343947, - "connectedSystems": [ - "N-O53U", - "D-P1EH" - ] + "connectedSystems": "N-O53U,D-P1EH" }, { "solarSystemName": "D-P1EH", "x": 585, "y": 580, "security": -0.5375865105578012, - "connectedSystems": [ - "HZ-O18", - "74L2-U" - ] + "connectedSystems": "HZ-O18,74L2-U" }, { "solarSystemName": "74L2-U", "x": 585, "y": 620, "security": -0.5299330564528957, - "connectedSystems": [ - "D-P1EH", - "HL-VZX" - ] + "connectedSystems": "D-P1EH,HL-VZX" }, { "solarSystemName": "HL-VZX", "x": 585, "y": 660, "security": -0.4957296433667499, - "connectedSystems": [ - "74L2-U", - "38NZ-1", - "W-MF6J" - ] + "connectedSystems": "74L2-U,38NZ-1,W-MF6J" }, { "solarSystemName": "38NZ-1", "x": 550, "y": 700, "security": -0.5354515841896293, - "connectedSystems": [ - "CR2-PQ", - "HL-VZX", - "W-MF6J" - ] + "connectedSystems": "CR2-PQ,HL-VZX,W-MF6J" }, { "solarSystemName": "W-MF6J", "x": 630, "y": 700, "security": -0.5135102180973359, - "connectedSystems": [ - "HL-VZX", - "38NZ-1", - "04-EHC" - ] + "connectedSystems": "HL-VZX,38NZ-1,04-EHC" }, { "solarSystemName": "O-9G5Y", "x": 765, "y": 15, "security": -0.5209787078512857, - "connectedSystems": [ - "TK-DLH", - "27-HP0", - "RZ-TI6" - ] + "connectedSystems": "TK-DLH,27-HP0,RZ-TI6" }, { "solarSystemName": "27-HP0", "x": 835, "y": 0, "security": -0.6407402996436682, - "connectedSystems": [ - "O-9G5Y", - "X1-IZ0" - ] + "connectedSystems": "O-9G5Y,X1-IZ0" }, { "solarSystemName": "X1-IZ0", "x": 905, "y": 0, "security": -0.5901914981231889, - "connectedSystems": [ - "27-HP0", - "RXA-W1" - ] + "connectedSystems": "27-HP0,RXA-W1" }, { "solarSystemName": "RZ-TI6", "x": 695, "y": 0, "security": -0.7659495697665543, - "connectedSystems": [ - "O-9G5Y", - "FX4L-2" - ] + "connectedSystems": "O-9G5Y,FX4L-2" }, { "solarSystemName": "FX4L-2", "x": 620, "y": 0, "security": -0.7557006017643564, - "connectedSystems": [ - "RZ-TI6", - "1ZF-PJ" - ] + "connectedSystems": "RZ-TI6,1ZF-PJ" }, { "solarSystemName": "1ZF-PJ", "x": 535, "y": 0, "security": -0.8623021704071125, - "connectedSystems": [ - "FX4L-2", - "HFC-AQ" - ] + "connectedSystems": "FX4L-2,HFC-AQ" }, { "solarSystemName": "HFC-AQ", "x": 465, "y": 0, "security": -0.9292927394576156, - "connectedSystems": [ - "1ZF-PJ", - "LVL-GZ" - ] + "connectedSystems": "1ZF-PJ,LVL-GZ" }, { "solarSystemName": "0-6VZ5", "x": 5, "y": 660, "security": -0.4991567887051503, - "connectedSystems": [ - "1KAW-T", - "GB-6X5" - ] + "connectedSystems": "1KAW-T,GB-6X5" }, { "solarSystemName": "GB-6X5", "x": 5, "y": 700, "security": -0.5246538574361307, - "connectedSystems": [ - "0-6VZ5", - "7EX-14", - "U69-YC" - ] + "connectedSystems": "0-6VZ5,7EX-14,U69-YC" }, { "solarSystemName": "7EX-14", "x": 75, "y": 700, "security": -0.5574444574860857, - "connectedSystems": [ - "GB-6X5", - "N7-KGJ" - ] + "connectedSystems": "GB-6X5,N7-KGJ" }, { "solarSystemName": "N7-KGJ", "x": 145, "y": 700, "security": -0.5937019562167565, - "connectedSystems": [ - "7EX-14", - "VD-8QY" - ] + "connectedSystems": "7EX-14,VD-8QY" }, { "solarSystemName": "VD-8QY", "x": 215, "y": 700, "security": -0.5606207422049986, - "connectedSystems": [ - "N7-KGJ", - "J-ZYSZ" - ] + "connectedSystems": "N7-KGJ,J-ZYSZ" }, { "solarSystemName": "J-ZYSZ", "x": 285, "y": 700, "security": -0.5125586114302069, - "connectedSystems": [ - "VD-8QY", - "5C-RPA" - ] + "connectedSystems": "VD-8QY,5C-RPA" }, { "solarSystemName": "5C-RPA", "x": 355, "y": 700, "security": -0.4979423806163473, - "connectedSystems": [ - "J-ZYSZ", - "CR2-PQ", - "8FN-GP" - ] + "connectedSystems": "J-ZYSZ,CR2-PQ,8FN-GP" }, { "solarSystemName": "CR2-PQ", "x": 430, "y": 700, "security": -0.4993716815777902, - "connectedSystems": [ - "5C-RPA", - "38NZ-1" - ] + "connectedSystems": "5C-RPA,38NZ-1" }, { "solarSystemName": "RXA-W1", "x": 970, "y": 0, "security": -0.337687586, - "connectedSystems": [ - "JVA-FE", - "X1-IZ0", - "D-OJEZ" - ] + "connectedSystems": "JVA-FE,X1-IZ0,D-OJEZ" }, { "solarSystemName": "G-QTSD", "x": 0, "y": 70, "security": -0.155415248, - "connectedSystems": [ - "SAH-AD", - "EFM-C4", - "ZZ5X-M" - ] + "connectedSystems": "SAH-AD,EFM-C4,ZZ5X-M" } ] \ No newline at end of file diff --git a/public/J7HZ-F.json b/public/J7HZ-F.json index 813b693..5e4ab7c 100644 --- a/public/J7HZ-F.json +++ b/public/J7HZ-F.json @@ -4,692 +4,538 @@ "x": 335, "y": 380, "security": -0.08826368729222, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "R1KE-A", "x": 375, "y": 420, "security": -0.07164369458561892, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "JGDF-B", "x": 315, "y": 440, "security": -0.1657612933389353, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "1SR-HT", "x": 265, "y": 380, "security": -0.120075230424594, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "SQ-2XA", "x": 330, "y": 340, "security": -0.07798343993192947, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Z-FYJR", "x": 250, "y": 420, "security": -0.2079434029497262, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "ZA6-9N", "x": 405, "y": 195, "security": -0.1541854480024073, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "J1-6CJ", "x": 470, "y": 195, "security": -0.1480918190449702, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "7H-Z5R", "x": 345, "y": 220, "security": -0.1303723309485111, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "0RZ5-2", "x": 345, "y": 170, "security": -0.2275356360224279, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "A9-NB6", "x": 285, "y": 220, "security": -0.1241113945863723, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "LG1-TA", "x": 280, "y": 170, "security": -0.2946460366600786, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "TNK-BQ", "x": 970, "y": 130, "security": -0.04175422256162886, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "E2AX-5", "x": 915, "y": 205, "security": -0.03362189848934361, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "HPE-KP", "x": 925, "y": 160, "security": -0.03394322504595571, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "THS-MN", "x": 920, "y": 250, "security": -0.03691601744139894, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "UBES-K", "x": 850, "y": 90, "security": -0.06166800235878056, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "I-R8B0", "x": 920, "y": 105, "security": -0.04337229837091794, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "QIW-TQ", "x": 845, "y": 405, "security": -0.07853881601323065, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "WLL-QX", "x": 925, "y": 380, "security": -0.09465741135815509, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "BJC4-8", "x": 865, "y": 485, "security": -0.04511882726332428, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "PQA-9K", "x": 795, "y": 450, "security": -0.05289705054207039, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "S5-U0R", "x": 910, "y": 435, "security": -0.03806965129536555, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "CW-R71", "x": 974, "y": 420, "security": -0.02494108898055081, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "QO-3LC", "x": 660, "y": 135, "security": -0.1219684021620293, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "3E-ER7", "x": 665, "y": 70, "security": -0.0745662801780067, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "REZ-YZ", "x": 775, "y": 95, "security": -0.0721649987555042, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "OU-AIT", "x": 630, "y": 100, "security": -0.1146935305374194, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "VYX2-I", "x": 610, "y": 170, "security": -0.1212828321577832, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "5-P3CQ", "x": 705, "y": 100, "security": -0.09586334420865728, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "M-FDTD", "x": 530, "y": 460, "security": -0.1890157213589097, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "54-VNO", "x": 580, "y": 415, "security": -0.07988834816409607, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "IAMZ-5", "x": 660, "y": 410, "security": -0.06946866875299662, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "HD3-JK", "x": 690, "y": 465, "security": -0.0682587175216075, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "PBXG-A", "x": 495, "y": 420, "security": -0.05404258051407662, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "9-ERCP", "x": 605, "y": 365, "security": -0.1027182857339716, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "KN7M-N", "x": 485, "y": 375, "security": -0.04037067954031726, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Z-D1DW", "x": 290, "y": 520, "security": -0.3490262701101978, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "FO-3PJ", "x": 355, "y": 540, "security": -0.4351800667134713, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6-QXE6", "x": 205, "y": 555, "security": -0.4729051735275121, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "N-FKXV", "x": 95, "y": 565, "security": -0.649492387987022, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "X7-8IG", "x": 210, "y": 510, "security": -0.3633078847774401, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "R-G1SF", "x": 95, "y": 565, "security": -0.4590466214896356, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6-NCE7", "x": 480, "y": 570, "security": -0.03413235279923699, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "WDJQ-G", "x": 560, "y": 515, "security": -0.03072941303314081, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "JS3-RS", "x": 560, "y": 565, "security": -0.01588294937953982, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "JX-T1W", "x": 605, "y": 595, "security": -0.0247140231281725, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "CZ-CED", "x": 645, "y": 515, "security": -0.03293480789172698, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "BKK4-H", "x": 650, "y": 625, "security": -0.04995380376514758, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Y-4V7U", "x": 460, "y": 645, "security": -0.05914188859031566, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "L-TPN0", "x": 380, "y": 675, "security": -0.02335254842048895, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "3-XORH", "x": 660, "y": 250, "security": -0.0151122043777846, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "G1VU-H", "x": 730, "y": 245, "security": -0.01479868028145281, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "W6H6-K", "x": 675, "y": 295, "security": -0.03840436653077961, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6-23NU", "x": 760, "y": 210, "security": -0.008158372706541961, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "DVAR-P", "x": 735, "y": 285, "security": -0.02176373041113189, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "J-JS0D", "x": 770, "y": 170, "security": -0.009097429239084964, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "VR3-PS", "x": 550, "y": 100, "security": -0.1130170326056429, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "LH-J8H", "x": 480, "y": 100, "security": -0.2170568120328061, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "I9D-0D", "x": 405, "y": 95, "security": -0.2516663680670465, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "HGB-C6", "x": 355, "y": 65, "security": -0.2126474749897808, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "2L5-FI", "x": 495, "y": 45, "security": -0.2439618711610626, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "RS08-B", "x": 430, "y": 40, "security": -0.2379153991661754, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "4U-14I", "x": 115, "y": 400, "security": -0.3199954351311145, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "H-EDXD", "x": 110, "y": 345, "security": -0.3211388899971632, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "8-ULAA", "x": 110, "y": 305, "security": -0.2866281174736396, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "KF1-DU", "x": 45, "y": 365, "security": -0.4199560969619315, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "W-WQM5", "x": 105, "y": 260, "security": -0.372308342105202, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "G5J-LH", "x": 10, "y": 320, "security": -0.5350957253958518, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "H7OL-I", "x": 265, "y": 50, "security": -0.2842696032196959, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "TO21-U", "x": 185, "y": 70, "security": -0.2796966277397339, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "RN-5K9", "x": 250, "y": 95, "security": -0.2964811007204792, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "0M-M64", "x": 130, "y": 35, "security": -0.293175390960903, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "W5-SGC", "x": 185, "y": 5, "security": -0.2661355997919406, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "8RV-1L", "x": 65, "y": 30, "security": -0.3749299123496953, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "1C-TD6", "x": 0, "y": 10, "security": -0.3750900458065621, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "YBYX-1", "x": 255, "y": 10, "security": -0.2335878185079654, - "connectedSystems": [ - "" - ] + "connectedSystems": "" } ] \ No newline at end of file diff --git a/public/Kador.json b/public/Kador.json index 21dd19e..b23f0c5 100644 --- a/public/Kador.json +++ b/public/Kador.json @@ -4,1137 +4,734 @@ "x": 540, "y": 595, "security": 0.7251852005651308, - "connectedSystems": [ - "Riramia", - "Nafomeh", - "Jarzalad", - "Uanim", - "Elmed" - ] + "connectedSystems": "Riramia,Nafomeh,Jarzalad,Uanim,Elmed" }, { "solarSystemName": "Onazel", "x": 185, "y": 595, "security": 0.7361590163243189, - "connectedSystems": [ - "Lossa", - "Asesamy", - "Turba" - ] + "connectedSystems": "Lossa,Asesamy,Turba" }, { "solarSystemName": "Boranai", "x": 335, "y": 400, "security": 0.893772340766678, - "connectedSystems": [ - "Hedion", - "Toshabia", - "Kador Prime", - "Kehour" - ] + "connectedSystems": "Hedion,Toshabia,Kador Prime,Kehour" }, { "solarSystemName": "Martha", "x": 525, "y": 545, "security": 0.6746395780333754, - "connectedSystems": [ - "Mabnen", - "Irnin", - "Kooreng" - ] + "connectedSystems": "Mabnen,Irnin,Kooreng" }, { "solarSystemName": "Akhragan", "x": 680, "y": 355, "security": 0.798783934621364, - "connectedSystems": [ - "Zororzih", - "Mikhir", - "Ziona", - "Kehour" - ] + "connectedSystems": "Zororzih,Mikhir,Ziona,Kehour" }, { "solarSystemName": "Safizon", "x": 685, "y": 580, "security": 0.8098998906669457, - "connectedSystems": [ - "Ebtesham", - "Artoun", - "Zatsyaki", - "Eba", - "Jennim" - ] + "connectedSystems": "Ebtesham,Artoun,Zatsyaki,Eba,Jennim" }, { "solarSystemName": "Bhizheba", "x": 835, "y": 475, "security": 0.9636458045513323, - "connectedSystems": [ - "Amarr", - "Zatsyaki", - "Eba", - "Tash-Murkon Prime", - "Romi" - ] + "connectedSystems": "Amarr,Zatsyaki,Eba,Tash-Murkon Prime,Romi" }, { "solarSystemName": "Fahruni", "x": 945, "y": 355, "security": 0.5181563189611639, - "connectedSystems": [ - "Hiroudeh", - "Ealur" - ] + "connectedSystems": "Hiroudeh,Ealur" }, { "solarSystemName": "Amod", "x": 0, "y": 145, "security": 0.2958858210029968, - "connectedSystems": [ - "Akila", - "Mod" - ] + "connectedSystems": "Akila,Mod" }, { "solarSystemName": "Madirmilire", "x": 760, "y": 455, "security": 0.6032282071634718, - "connectedSystems": [ - "Romi", - "Bahromab", - "Saana", - "Ashab" - ] + "connectedSystems": "Romi,Bahromab,Saana,Ashab" }, { "solarSystemName": "Sayartchen", "x": 925, "y": 460, "security": 0.7895056940999479, - "connectedSystems": [ - "Sharji", - "Romi", - "Teshi", - "Gosalav", - "Sorzielang", - "Abaim", - "Naguton" - ] + "connectedSystems": "Sharji,Romi,Teshi,Gosalav,Sorzielang,Abaim,Naguton" }, { "solarSystemName": "Ervekam", "x": 110, "y": 476, "security": 0.6869200666687281, - "connectedSystems": [ - "Masanuh", - "Mashtarmem", - "Sehsasez", - "Yezara" - ] + "connectedSystems": "Masanuh,Mashtarmem,Sehsasez,Yezara" }, { "solarSystemName": "Hiroudeh", "x": 915, "y": 315, "security": 0.4812771528596785, - "connectedSystems": [ - "Fahruni", - "Aharalel" - ] + "connectedSystems": "Fahruni,Aharalel" }, { "solarSystemName": "Dresi", "x": 765, "y": 295, "security": 0.6189120438262146, - "connectedSystems": [ - "Aphend", - "Zororzih", - "Aharalel", - "Gensela" - ] + "connectedSystems": "Aphend,Zororzih,Aharalel,Gensela" }, { "solarSystemName": "Aphend", "x": 820, "y": 365, "security": 0.6292981549782835, - "connectedSystems": [ - "Dresi", - "Romi" - ] + "connectedSystems": "Dresi,Romi" }, { "solarSystemName": "Romi", "x": 840, "y": 410, "security": 0.7194381798105703, - "connectedSystems": [ - "Aphend", - "Sayartchen", - "Madirmilire", - "Bhizheba" - ] + "connectedSystems": "Aphend,Sayartchen,Madirmilire,Bhizheba" }, { "solarSystemName": "Zororzih", "x": 690, "y": 295, "security": 0.7421519623961585, - "connectedSystems": [ - "Dresi", - "Akhragan", - "Gamdis", - "Gensela" - ] + "connectedSystems": "Dresi,Akhragan,Gamdis,Gensela" }, { "solarSystemName": "Aharalel", "x": 845, "y": 295, "security": 0.5671234509026555, - "connectedSystems": [ - "Hiroudeh", - "Dresi" - ] + "connectedSystems": "Hiroudeh,Dresi" }, { "solarSystemName": "Gensela", "x": 765, "y": 225, "security": 0.6938781966300402, - "connectedSystems": [ - "Dresi", - "Shera", - "Zororzih", - "Miah" - ] + "connectedSystems": "Dresi,Shera,Zororzih,Miah" }, { "solarSystemName": "Ghesis", "x": 405, "y": 295, "security": 0.5131952095944496, - "connectedSystems": [ - "Gamdis", - "Joamma", - "Gonan", - "Aband" - ] + "connectedSystems": "Gamdis,Joamma,Gonan,Aband" }, { "solarSystemName": "Gamdis", "x": 505, "y": 290, "security": 0.6936594839195884, - "connectedSystems": [ - "Ghesis", - "Zororzih", - "Joramok" - ] + "connectedSystems": "Ghesis,Zororzih,Joramok" }, { "solarSystemName": "Joamma", "x": 435, "y": 330, "security": 0.5532124694844783, - "connectedSystems": [ - "Ghesis" - ] + "connectedSystems": "Ghesis" }, { "solarSystemName": "Gonan", "x": 295, "y": 300, "security": 0.483655378540505, - "connectedSystems": [ - "Ghesis", - "Neburab", - "Khafis" - ] + "connectedSystems": "Ghesis,Neburab,Khafis" }, { "solarSystemName": "Joramok", "x": 525, "y": 335, "security": 0.7947906457417265, - "connectedSystems": [ - "Gamdis" - ] + "connectedSystems": "Gamdis" }, { "solarSystemName": "Neburab", "x": 225, "y": 295, "security": 0.4583010676410435, - "connectedSystems": [ - "Gonan", - "Zinoo" - ] + "connectedSystems": "Gonan,Zinoo" }, { "solarSystemName": "Aband", "x": 370, "y": 260, "security": 0.5242059334519449, - "connectedSystems": [ - "Ghesis", - "Munory" - ] + "connectedSystems": "Ghesis,Munory" }, { "solarSystemName": "Uanim", "x": 415, "y": 545, "security": 0.6380959868063294, - "connectedSystems": [ - "Pimsu", - "Murini" - ] + "connectedSystems": "Pimsu,Murini" }, { "solarSystemName": "Murini", "x": 405, "y": 460, "security": 0.5956979166739116, - "connectedSystems": [ - "Uanim", - "Askonak", - "Nordar", - "Shaggoth" - ] + "connectedSystems": "Uanim,Askonak,Nordar,Shaggoth" }, { "solarSystemName": "Askonak", "x": 460, "y": 410, "security": 0.6674565026923234, - "connectedSystems": [ - "Murini", - "Minin" - ] + "connectedSystems": "Murini,Minin" }, { "solarSystemName": "Nordar", "x": 270, "y": 465, "security": 0.5717239228241324, - "connectedSystems": [ - "Murini", - "Kador Prime", - "Hostakoh" - ] + "connectedSystems": "Murini,Kador Prime,Hostakoh" }, { "solarSystemName": "Kador Prime", "x": 255, "y": 410, "security": 0.6184880337199798, - "connectedSystems": [ - "Nordar", - "Khafis", - "Dantan", - "Boranai" - ] + "connectedSystems": "Nordar,Khafis,Dantan,Boranai" }, { "solarSystemName": "Khafis", "x": 260, "y": 355, "security": 0.5996862857669089, - "connectedSystems": [ - "Gonan", - "Kador Prime" - ] + "connectedSystems": "Gonan,Kador Prime" }, { "solarSystemName": "Dantan", "x": 170, "y": 385, "security": 0.6589744344713558, - "connectedSystems": [ - "Kador Prime", - "Amdonen", - "Danyana" - ] + "connectedSystems": "Kador Prime,Amdonen,Danyana" }, { "solarSystemName": "Turba", "x": 185, "y": 560, "security": 0.6991566243431864, - "connectedSystems": [ - "Onazel", - "Sonama", - "Yooh", - "Kothe" - ] + "connectedSystems": "Onazel,Sonama,Yooh,Kothe" }, { "solarSystemName": "Sonama", "x": 115, "y": 560, "security": 0.7737356472865333, - "connectedSystems": [ - "Turba", - "Halibai", - "Suner", - "Inis-Ilix" - ] + "connectedSystems": "Turba,Halibai,Suner,Inis-Ilix" }, { "solarSystemName": "Halibai", "x": 115, "y": 525, "security": 0.7452717038764833, - "connectedSystems": [ - "Sonama" - ] + "connectedSystems": "Sonama" }, { "solarSystemName": "Suner", "x": 50, "y": 535, "security": 0.8691072809836105, - "connectedSystems": [ - "Sonama", - "Inis-Ilix", - "Masanuh" - ] + "connectedSystems": "Sonama,Inis-Ilix,Masanuh" }, { "solarSystemName": "Inis-Ilix", "x": 50, "y": 590, "security": 0.9092808587967619, - "connectedSystems": [ - "Sonama", - "Suner", - "Akhwa" - ] + "connectedSystems": "Sonama,Suner,Akhwa" }, { "solarSystemName": "Kothe", "x": 185, "y": 525, "security": 0.6473327137304519, - "connectedSystems": [ - "Turba" - ] + "connectedSystems": "Turba" }, { "solarSystemName": "Ansasos", "x": 620, "y": 45, "security": 0.4203563400019054, - "connectedSystems": [ - "Iderion", - "Dehrokh", - "Bordan" - ] + "connectedSystems": "Iderion,Dehrokh,Bordan" }, { "solarSystemName": "Dehrokh", "x": 620, "y": 5, "security": 0.3708173833709662, - "connectedSystems": [ - "Ansasos" - ] + "connectedSystems": "Ansasos" }, { "solarSystemName": "Bordan", "x": 695, "y": 45, "security": 0.4111529037279874, - "connectedSystems": [ - "Ansasos", - "Zimmem", - "Chaneya", - "Oberen" - ] + "connectedSystems": "Ansasos,Zimmem,Chaneya,Oberen" }, { "solarSystemName": "Zimmem", "x": 780, "y": 45, "security": 0.4931585333572253, - "connectedSystems": [ - "Bordan", - "Mandoo" - ] + "connectedSystems": "Bordan,Mandoo" }, { "solarSystemName": "Chaneya", "x": 660, "y": 90, "security": 0.3202070805542115, - "connectedSystems": [ - "Bordan", - "Oberen" - ] + "connectedSystems": "Bordan,Oberen" }, { "solarSystemName": "Oberen", "x": 740, "y": 90, "security": 0.3522509010366588, - "connectedSystems": [ - "Bordan", - "Chaneya" - ] + "connectedSystems": "Bordan,Chaneya" }, { "solarSystemName": "Finid", "x": 912, "y": 175, "security": 0.4905048320299502, - "connectedSystems": [ - "Yarebap" - ] + "connectedSystems": "Yarebap" }, { "solarSystemName": "Yarebap", "x": 912, "y": 223, "security": 0.5033444748207052, - "connectedSystems": [ - "Miah", - "Finid" - ] + "connectedSystems": "Miah,Finid" }, { "solarSystemName": "Mandoo", "x": 835, "y": 80, "security": 0.5128836169392752, - "connectedSystems": [ - "Peyiri", - "Zimmem" - ] + "connectedSystems": "Peyiri,Zimmem" }, { "solarSystemName": "Miah", "x": 835, "y": 225, "security": 0.5539906015410752, - "connectedSystems": [ - "Gensela", - "Yarebap", - "Kamda" - ] + "connectedSystems": "Gensela,Yarebap,Kamda" }, { "solarSystemName": "Peyiri", "x": 835, "y": 125, "security": 0.5403573956431769, - "connectedSystems": [ - "Mandoo", - "Kamda" - ] + "connectedSystems": "Mandoo,Kamda" }, { "solarSystemName": "Kamda", "x": 835, "y": 175, "security": 0.574110949806276, - "connectedSystems": [ - "Shera", - "Miah", - "Peyiri" - ] + "connectedSystems": "Shera,Miah,Peyiri" }, { "solarSystemName": "Rayeret", "x": 35, "y": 30, "security": 0.4545459239309752, - "connectedSystems": [ - "Hirizan", - "Bushemal", - "Gasavak" - ] + "connectedSystems": "Hirizan,Bushemal,Gasavak" }, { "solarSystemName": "Bushemal", "x": 95, "y": 30, "security": 0.445417532971105, - "connectedSystems": [ - "Rayeret", - "Ardhis", - "Gasavak" - ] + "connectedSystems": "Rayeret,Ardhis,Gasavak" }, { "solarSystemName": "Ardhis", "x": 150, "y": 20, "security": 0.3979095529463042, - "connectedSystems": [ - "Bushemal", - "Iaokit" - ] + "connectedSystems": "Bushemal,Iaokit" }, { "solarSystemName": "Gasavak", "x": 60, "y": 65, "security": 0.376020356592915, - "connectedSystems": [ - "Rayeret", - "Bushemal", - "Menri" - ] + "connectedSystems": "Rayeret,Bushemal,Menri" }, { "solarSystemName": "Iaokit", "x": 215, "y": 5, "security": 0.4076219178311644, - "connectedSystems": [ - "Ardhis", - "Petidu" - ] + "connectedSystems": "Ardhis,Petidu" }, { "solarSystemName": "Menri", "x": 60, "y": 105, "security": 0.3672935516554796, - "connectedSystems": [ - "Gasavak", - "Mod" - ] + "connectedSystems": "Gasavak,Mod" }, { "solarSystemName": "Chanoun", "x": 465, "y": 45, "security": 0.5136392667944676, - "connectedSystems": [ - "Iderion", - "Garisas", - "Aphi", - "Jakri", - "Nidupad" - ] + "connectedSystems": "Iderion,Garisas,Aphi,Jakri,Nidupad" }, { "solarSystemName": "Garisas", "x": 395, "y": 15, "security": 0.4971268571009936, - "connectedSystems": [ - "Chanoun", - "Aphi", - "Jakri", - "Nidupad" - ] + "connectedSystems": "Chanoun,Aphi,Jakri,Nidupad" }, { "solarSystemName": "Aphi", "x": 440, "y": 105, "security": 0.5225002782033259, - "connectedSystems": [ - "Chanoun", - "Garisas", - "Jakri", - "Nidupad" - ] + "connectedSystems": "Chanoun,Garisas,Jakri,Nidupad" }, { "solarSystemName": "Jakri", "x": 325, "y": 45, "security": 0.530916503671405, - "connectedSystems": [ - "Chanoun", - "Garisas", - "Aphi", - "Nidupad" - ] + "connectedSystems": "Chanoun,Garisas,Aphi,Nidupad" }, { "solarSystemName": "Nidupad", "x": 355, "y": 105, "security": 0.5128370352327207, - "connectedSystems": [ - "Chanoun", - "Garisas", - "Aphi", - "Jakri", - "Zimse" - ] + "connectedSystems": "Chanoun,Garisas,Aphi,Jakri,Zimse" }, { "solarSystemName": "Zimse", "x": 340, "y": 160, "security": 0.5110902780296097, - "connectedSystems": [ - "Nidupad", - "Koona", - "Munory" - ] + "connectedSystems": "Nidupad,Koona,Munory" }, { "solarSystemName": "Koona", "x": 275, "y": 190, "security": 0.5185841462383385, - "connectedSystems": [ - "Zimse", - "Munory" - ] + "connectedSystems": "Zimse,Munory" }, { "solarSystemName": "Munory", "x": 350, "y": 200, "security": 0.4871108490167343, - "connectedSystems": [ - "Zimse", - "Koona", - "Aband" - ] + "connectedSystems": "Zimse,Koona,Aband" }, { "solarSystemName": "Hostakoh", "x": 285, "y": 515, "security": 0.5991906292338807, - "connectedSystems": [ - "Nordar", - "Yooh" - ] + "connectedSystems": "Nordar,Yooh" }, { "solarSystemName": "Yooh", "x": 300, "y": 560, "security": 0.6533922865988087, - "connectedSystems": [ - "Turba", - "Hostakoh", - "Jeshideh", - "Hilmar" - ] + "connectedSystems": "Turba,Hostakoh,Jeshideh,Hilmar" }, { "solarSystemName": "Jeshideh", "x": 365, "y": 570, "security": 0.7296467552968926, - "connectedSystems": [ - "Yooh", - "Hilmar" - ] + "connectedSystems": "Yooh,Hilmar" }, { "solarSystemName": "Hilmar", "x": 310, "y": 605, "security": 0.7824055375730055, - "connectedSystems": [ - "Yooh", - "Jeshideh", - "Kasi", - "Shura" - ] + "connectedSystems": "Yooh,Jeshideh,Kasi,Shura" }, { "solarSystemName": "Kasi", "x": 325, "y": 650, "security": 0.8225174005075064, - "connectedSystems": [ - "Hilmar", - "Shura", - "Hikansog", - "Shemah" - ] + "connectedSystems": "Hilmar,Shura,Hikansog,Shemah" }, { "solarSystemName": "Shura", "x": 380, "y": 620, "security": 0.8257315612820384, - "connectedSystems": [ - "Hilmar", - "Kasi" - ] + "connectedSystems": "Hilmar,Kasi" }, { "solarSystemName": "Mod", "x": 60, "y": 145, "security": 0.3208113727002527, - "connectedSystems": [ - "Menri", - "Omam", - "Bersyrim", - "Amod" - ] + "connectedSystems": "Menri,Omam,Bersyrim,Amod" }, { "solarSystemName": "Omam", "x": 60, "y": 185, "security": 0.3231705931420426, - "connectedSystems": [ - "Mod", - "Bersyrim", - "Sechmaren" - ] + "connectedSystems": "Mod,Bersyrim,Sechmaren" }, { "solarSystemName": "Bersyrim", "x": 130, "y": 165, "security": 0.2043749149721382, - "connectedSystems": [ - "Mod", - "Omam" - ] + "connectedSystems": "Mod,Omam" }, { "solarSystemName": "Sechmaren", "x": 75, "y": 230, "security": 0.3541330680178765, - "connectedSystems": [ - "Omam", - "Zinoo", - "Hiremir" - ] + "connectedSystems": "Omam,Zinoo,Hiremir" }, { "solarSystemName": "Zinoo", "x": 125, "y": 265, "security": 0.4159621146979341, - "connectedSystems": [ - "Neburab", - "Sechmaren" - ] + "connectedSystems": "Neburab,Sechmaren" }, { "solarSystemName": "Hiremir", "x": 0, "y": 250, "security": 0.3217150805689752, - "connectedSystems": [ - "Sechmaren" - ] + "connectedSystems": "Sechmaren" }, { "solarSystemName": "Hikansog", "x": 355, "y": 695, "security": 0.8113021015678046, - "connectedSystems": [ - "Kasi", - "Syrikos" - ] + "connectedSystems": "Kasi,Syrikos" }, { "solarSystemName": "Syrikos", "x": 405, "y": 725, "security": 0.8647848024346418, - "connectedSystems": [ - "Hikansog", - "Yebouz" - ] + "connectedSystems": "Hikansog,Yebouz" }, { "solarSystemName": "Yebouz", "x": 465, "y": 740, "security": 0.8821786743713999, - "connectedSystems": [ - "Syrikos", - "Hapala" - ] + "connectedSystems": "Syrikos,Hapala" }, { "solarSystemName": "Hapala", "x": 535, "y": 740, "security": 0.8826744110526152, - "connectedSystems": [ - "Yebouz", - "Salah" - ] + "connectedSystems": "Yebouz,Salah" }, { "solarSystemName": "Salah", "x": 600, "y": 740, "security": 0.846262671161778, - "connectedSystems": [ - "Hapala", - "Akhmoh" - ] + "connectedSystems": "Hapala,Akhmoh" }, { "solarSystemName": "Akhmoh", "x": 665, "y": 740, "security": 0.8150578173861784, - "connectedSystems": [ - "Salah" - ] + "connectedSystems": "Salah" }, { "solarSystemName": "Jennim", "x": 675, "y": 535, "security": 0.8495742159617343, - "connectedSystems": [ - "Safizon", - "Elmed" - ] + "connectedSystems": "Safizon,Elmed" }, { "solarSystemName": "Elmed", "x": 620, "y": 495, "security": 0.810890532931549, - "connectedSystems": [ - "Pimsu", - "Jennim", - "Shaggoth", - "Ustnia" - ] + "connectedSystems": "Pimsu,Jennim,Shaggoth,Ustnia" }, { "solarSystemName": "Shaggoth", "x": 560, "y": 470, "security": 0.7259221670911551, - "connectedSystems": [ - "Murini", - "Elmed", - "Ustnia", - "Kooreng" - ] + "connectedSystems": "Murini,Elmed,Ustnia,Kooreng" }, { "solarSystemName": "Ustnia", "x": 630, "y": 445, "security": 0.8185538723382322, - "connectedSystems": [ - "Elmed", - "Shaggoth", - "Minin" - ] + "connectedSystems": "Elmed,Shaggoth,Minin" }, { "solarSystemName": "Kooreng", "x": 530, "y": 505, "security": 0.6724205561863363, - "connectedSystems": [ - "Martha", - "Shaggoth", - "Yehnifi" - ] + "connectedSystems": "Martha,Shaggoth,Yehnifi" }, { "solarSystemName": "Minin", "x": 575, "y": 410, "security": 0.7245556765604166, - "connectedSystems": [ - "Askonak", - "Ustnia" - ] + "connectedSystems": "Askonak,Ustnia" }, { "solarSystemName": "Yehnifi", "x": 455, "y": 495, "security": 0.6447620059286465, - "connectedSystems": [ - "Kooreng" - ] + "connectedSystems": "Kooreng" }, { "solarSystemName": "Shemah", "x": 235, "y": 680, "security": 0.837563114183557, - "connectedSystems": [ - "Kasi", - "Asrios", - "Ithar" - ] + "connectedSystems": "Kasi,Asrios,Ithar" }, { "solarSystemName": "Asrios", "x": 170, "y": 655, "security": 0.8397596682033286, - "connectedSystems": [ - "Shemah", - "Telang", - "Zorrabed" - ] + "connectedSystems": "Shemah,Telang,Zorrabed" }, { "solarSystemName": "Ithar", "x": 170, "y": 705, "security": 0.8280880483433923, - "connectedSystems": [ - "Shemah", - "Lazara" - ] + "connectedSystems": "Shemah,Lazara" }, { "solarSystemName": "Telang", "x": 90, "y": 685, "security": 0.8085533490376752, - "connectedSystems": [ - "Asrios" - ] + "connectedSystems": "Asrios" }, { "solarSystemName": "Lazara", "x": 95, "y": 725, "security": 0.7871437651874919, - "connectedSystems": [ - "Ithar" - ] + "connectedSystems": "Ithar" }, { "solarSystemName": "Zorrabed", "x": 85, "y": 640, "security": 0.8366958330606331, - "connectedSystems": [ - "Asrios" - ] + "connectedSystems": "Asrios" }, { "solarSystemName": "Amdonen", "x": 90, "y": 385, "security": 0.6406547257195212, - "connectedSystems": [ - "Dantan", - "Ami", - "Mora", - "Kor-Azor Prime", - "Leva", - "Nishah" - ] + "connectedSystems": "Dantan,Ami,Mora,Kor-Azor Prime,Leva,Nishah" }, { "solarSystemName": "Leva", "x": 35, "y": 425, "security": 0.617346103267139, - "connectedSystems": [ - "Amdonen", - "Kor-Azor Prime", - "Masanuh" - ] + "connectedSystems": "Amdonen,Kor-Azor Prime,Masanuh" }, { "solarSystemName": "Masanuh", "x": 35, "y": 476, "security": 0.6951409991547878, - "connectedSystems": [ - "Suner", - "Leva", - "Ervekam" - ] + "connectedSystems": "Suner,Leva,Ervekam" }, { "solarSystemName": "Danyana", "x": 150, "y": 340, "security": 0.7735880947775371, - "connectedSystems": [ - "Dantan", - "Nahyeen", - "Nibainkier", - "Polfaly", - "Sehmy" - ] + "connectedSystems": "Dantan,Nahyeen,Nibainkier,Polfaly,Sehmy" }, { "solarSystemName": "Shera", "x": 765, "y": 175, "security": 0.5980781557417596, - "connectedSystems": [ - "Lor", - "Gensela", - "Ahbazon", - "Kamda" - ] + "connectedSystems": "Lor,Gensela,Ahbazon,Kamda" }, { "solarSystemName": "Iderion", "x": 545, "y": 45, "security": 0.4745493721958605, - "connectedSystems": [ - "Dom-Aphis", - "Ansasos", - "Chanoun" - ] + "connectedSystems": "Dom-Aphis,Ansasos,Chanoun" }, { "solarSystemName": "Petidu", "x": 280, "y": 0, "security": 0.3144130993628007, - "connectedSystems": [ - "Aring", - "Iaokit" - ] + "connectedSystems": "Aring,Iaokit" }, { "solarSystemName": "Hirizan", "x": 35, "y": 0, "security": 0.4921959162650131, - "connectedSystems": [ - "Tahli", - "Kobam", - "Rayeret" - ] + "connectedSystems": "Tahli,Kobam,Rayeret" }, { "solarSystemName": "Akhwa", "x": 0, "y": 625, "security": 0.8796369389264403, - "connectedSystems": [ - "Inis-Ilix" - ] + "connectedSystems": "Inis-Ilix" } ] \ No newline at end of file diff --git a/public/Khanid.json b/public/Khanid.json index ee8541e..37ae385 100644 --- a/public/Khanid.json +++ b/public/Khanid.json @@ -4,971 +4,650 @@ "x": 720, "y": 520, "security": -0.1463222206852534, - "connectedSystems": [ - "SV5-8N", - "Keberz" - ] + "connectedSystems": "SV5-8N,Keberz" }, { "solarSystemName": "Mimime", "x": 965, "y": 315, "security": 0.8453258000066584, - "connectedSystems": [ - "Hostni", - "Perdan", - "Gousoviba" - ] + "connectedSystems": "Hostni,Perdan,Gousoviba" }, { "solarSystemName": "Gousoviba", "x": 935, "y": 385, "security": 0.9012339108788986, - "connectedSystems": [ - "Mimime", - "Neyi", - "Kihtaled" - ] + "connectedSystems": "Mimime,Neyi,Kihtaled" }, { "solarSystemName": "Neyi", "x": 955, "y": 430, "security": 0.8095474219751599, - "connectedSystems": [ - "Gousoviba" - ] + "connectedSystems": "Gousoviba" }, { "solarSystemName": "Kihtaled", "x": 875, "y": 410, "security": 0.9132524690785021, - "connectedSystems": [ - "Gousoviba", - "Ipref", - "Khanid Prime", - "Jachanu" - ] + "connectedSystems": "Gousoviba,Ipref,Khanid Prime,Jachanu" }, { "solarSystemName": "Ipref", "x": 850, "y": 365, "security": 0.8996856103468212, - "connectedSystems": [ - "Kihtaled", - "Agil" - ] + "connectedSystems": "Kihtaled,Agil" }, { "solarSystemName": "Agil", "x": 800, "y": 395, "security": 0.8538958337429666, - "connectedSystems": [ - "Ipref", - "Bukah", - "Hishai" - ] + "connectedSystems": "Ipref,Bukah,Hishai" }, { "solarSystemName": "Khanid Prime", "x": 900, "y": 465, "security": 0.8973735762048797, - "connectedSystems": [ - "Kihtaled" - ] + "connectedSystems": "Kihtaled" }, { "solarSystemName": "Jachanu", "x": 820, "y": 460, "security": 0.8539583162377078, - "connectedSystems": [ - "Kihtaled", - "Sazre" - ] + "connectedSystems": "Kihtaled,Sazre" }, { "solarSystemName": "Sazre", "x": 795, "y": 500, "security": 0.8063343611205188, - "connectedSystems": [ - "Jachanu", - "Badivefi" - ] + "connectedSystems": "Jachanu,Badivefi" }, { "solarSystemName": "Bukah", "x": 750, "y": 435, "security": 0.8027090954439375, - "connectedSystems": [ - "Agil", - "Lansez" - ] + "connectedSystems": "Agil,Lansez" }, { "solarSystemName": "Ervekam", "x": 885, "y": 175, "security": 0.6869200666687281, - "connectedSystems": [ - "Masanuh", - "Mashtarmem", - "Sehsasez", - "Yezara" - ] + "connectedSystems": "Masanuh,Mashtarmem,Sehsasez,Yezara" }, { "solarSystemName": "Mashtarmem", "x": 955, "y": 180, "security": 0.7068994024154347, - "connectedSystems": [ - "Ervekam", - "Sehsasez", - "Yezara", - "Saloti" - ] + "connectedSystems": "Ervekam,Sehsasez,Yezara,Saloti" }, { "solarSystemName": "Sehsasez", "x": 865, "y": 115, "security": 0.714328946072715, - "connectedSystems": [ - "Ervekam", - "Mashtarmem", - "Osis", - "Kahah" - ] + "connectedSystems": "Ervekam,Mashtarmem,Osis,Kahah" }, { "solarSystemName": "Osis", "x": 735, "y": 150, "security": 0.7257742621665921, - "connectedSystems": [ - "Sehsasez", - "Geztic", - "Yezara" - ] + "connectedSystems": "Sehsasez,Geztic,Yezara" }, { "solarSystemName": "Geztic", "x": 725, "y": 200, "security": 0.7330291771288644, - "connectedSystems": [ - "Osis", - "Hishai" - ] + "connectedSystems": "Osis,Hishai" }, { "solarSystemName": "Yezara", "x": 845, "y": 235, "security": 0.7418438270447131, - "connectedSystems": [ - "Ervekam", - "Mashtarmem", - "Osis" - ] + "connectedSystems": "Ervekam,Mashtarmem,Osis" }, { "solarSystemName": "Kahah", "x": 930, "y": 90, "security": 0.719451071192295, - "connectedSystems": [ - "Sehsasez", - "Saloti" - ] + "connectedSystems": "Sehsasez,Saloti" }, { "solarSystemName": "Saloti", "x": 974, "y": 130, "security": 0.7031130173110302, - "connectedSystems": [ - "Mashtarmem", - "Kahah" - ] + "connectedSystems": "Mashtarmem,Kahah" }, { "solarSystemName": "Hishai", "x": 740, "y": 245, "security": 0.7678545045136174, - "connectedSystems": [ - "Agil", - "Geztic" - ] + "connectedSystems": "Agil,Geztic" }, { "solarSystemName": "Molea", "x": 880, "y": 15, "security": 0.7160800705784067, - "connectedSystems": [ - "Nakregde", - "Gidali" - ] + "connectedSystems": "Nakregde,Gidali" }, { "solarSystemName": "Gidali", "x": 810, "y": 25, "security": 0.6534541838957921, - "connectedSystems": [ - "Molea", - "Palas" - ] + "connectedSystems": "Molea,Palas" }, { "solarSystemName": "Palas", "x": 745, "y": 40, "security": 0.5059964826606451, - "connectedSystems": [ - "Gidali", - "Safshela", - "Reteka" - ] + "connectedSystems": "Gidali,Safshela,Reteka" }, { "solarSystemName": "Safshela", "x": 799, "y": 83, "security": 0.6676156720041599, - "connectedSystems": [ - "Palas" - ] + "connectedSystems": "Palas" }, { "solarSystemName": "Reteka", "x": 680, "y": 60, "security": 0.5044872393229753, - "connectedSystems": [ - "Palas", - "Moniyyuku" - ] + "connectedSystems": "Palas,Moniyyuku" }, { "solarSystemName": "Moniyyuku", "x": 625, "y": 90, "security": 0.5685658118660644, - "connectedSystems": [ - "Reteka", - "Kulu", - "Edani" - ] + "connectedSystems": "Reteka,Kulu,Edani" }, { "solarSystemName": "Lansez", "x": 670, "y": 480, "security": 0.728673697318716, - "connectedSystems": [ - "Bukah", - "Keberz" - ] + "connectedSystems": "Bukah,Keberz" }, { "solarSystemName": "Keberz", "x": 615, "y": 510, "security": 0.5301299306254539, - "connectedSystems": [ - "Lansez", - "Nourbal", - "Arzanni", - "HED-GP" - ] + "connectedSystems": "Lansez,Nourbal,Arzanni,HED-GP" }, { "solarSystemName": "Nourbal", "x": 605, "y": 545, "security": 0.4106437896263522, - "connectedSystems": [ - "Keberz" - ] + "connectedSystems": "Keberz" }, { "solarSystemName": "Arzanni", "x": 550, "y": 540, "security": 0.5513048615011029, - "connectedSystems": [ - "Keberz", - "Ashmarir", - "Afnakat" - ] + "connectedSystems": "Keberz,Ashmarir,Afnakat" }, { "solarSystemName": "Ashmarir", "x": 495, "y": 580, "security": 0.4233649736266515, - "connectedSystems": [ - "Arzanni", - "Kaira", - "Claini" - ] + "connectedSystems": "Arzanni,Kaira,Claini" }, { "solarSystemName": "Kaira", "x": 510, "y": 620, "security": 0.3299217452142471, - "connectedSystems": [ - "Ashmarir", - "A2-V27" - ] + "connectedSystems": "Ashmarir,A2-V27" }, { "solarSystemName": "Badivefi", "x": 780, "y": 625, "security": 0.6587472791459897, - "connectedSystems": [ - "Sazre", - "Talidal", - "Ashi", - "Tzashrah" - ] + "connectedSystems": "Sazre,Talidal,Ashi,Tzashrah" }, { "solarSystemName": "Talidal", "x": 765, "y": 675, "security": 0.5097831653191343, - "connectedSystems": [ - "Badivefi", - "Ainsan" - ] + "connectedSystems": "Badivefi,Ainsan" }, { "solarSystemName": "Ashi", "x": 710, "y": 590, "security": 0.6745112318851569, - "connectedSystems": [ - "Badivefi" - ] + "connectedSystems": "Badivefi" }, { "solarSystemName": "Tzashrah", "x": 695, "y": 655, "security": 0.5345522805684597, - "connectedSystems": [ - "Badivefi", - "Efa", - "Sabusi" - ] + "connectedSystems": "Badivefi,Efa,Sabusi" }, { "solarSystemName": "Efa", "x": 600, "y": 665, "security": 0.4261696497379826, - "connectedSystems": [ - "Tzashrah", - "Moro", - "Sabusi", - "3-FKCZ" - ] + "connectedSystems": "Tzashrah,Moro,Sabusi,3-FKCZ" }, { "solarSystemName": "Moro", "x": 650, "y": 700, "security": 0.4580570914845232, - "connectedSystems": [ - "Efa", - "Ainsan" - ] + "connectedSystems": "Efa,Ainsan" }, { "solarSystemName": "Sabusi", "x": 645, "y": 610, "security": 0.5051273782123464, - "connectedSystems": [ - "Tzashrah", - "Efa" - ] + "connectedSystems": "Tzashrah,Efa" }, { "solarSystemName": "Ainsan", "x": 710, "y": 705, "security": 0.4730616482641594, - "connectedSystems": [ - "Talidal", - "Moro" - ] + "connectedSystems": "Talidal,Moro" }, { "solarSystemName": "Claini", "x": 370, "y": 625, "security": 0.3407484585390856, - "connectedSystems": [ - "Ashmarir", - "Gehi" - ] + "connectedSystems": "Ashmarir,Gehi" }, { "solarSystemName": "Gehi", "x": 350, "y": 585, "security": 0.2968049979175542, - "connectedSystems": [ - "Claini", - "Seshala", - "Vezila" - ] + "connectedSystems": "Claini,Seshala,Vezila" }, { "solarSystemName": "Seshala", "x": 280, "y": 610, "security": 0.2918215468984389, - "connectedSystems": [ - "Gehi", - "Hemouner" - ] + "connectedSystems": "Gehi,Hemouner" }, { "solarSystemName": "Vezila", "x": 335, "y": 545, "security": 0.2659506092977476, - "connectedSystems": [ - "Gehi", - "Ham" - ] + "connectedSystems": "Gehi,Ham" }, { "solarSystemName": "Ham", "x": 330, "y": 500, "security": 0.2418937105847118, - "connectedSystems": [ - "Vezila", - "Upt", - "Amafi" - ] + "connectedSystems": "Vezila,Upt,Amafi" }, { "solarSystemName": "Upt", "x": 265, "y": 505, "security": 0.146070973486463, - "connectedSystems": [ - "Ham" - ] + "connectedSystems": "Ham" }, { "solarSystemName": "Hemouner", "x": 215, "y": 630, "security": 0.2378056926275894, - "connectedSystems": [ - "Seshala" - ] + "connectedSystems": "Seshala" }, { "solarSystemName": "Afnakat", "x": 550, "y": 425, "security": 0.5987875259250205, - "connectedSystems": [ - "Arzanni", - "Col", - "Firbha", - "Parses" - ] + "connectedSystems": "Arzanni,Col,Firbha,Parses" }, { "solarSystemName": "Col", "x": 550, "y": 380, "security": 0.5267899804264466, - "connectedSystems": [ - "Afnakat", - "Chamemi", - "Tegheon" - ] + "connectedSystems": "Afnakat,Chamemi,Tegheon" }, { "solarSystemName": "Chamemi", "x": 480, "y": 380, "security": 0.4449111532260388, - "connectedSystems": [ - "Col", - "Bashyam", - "Parses" - ] + "connectedSystems": "Col,Bashyam,Parses" }, { "solarSystemName": "Firbha", "x": 620, "y": 425, "security": 0.5798239611288791, - "connectedSystems": [ - "Afnakat" - ] + "connectedSystems": "Afnakat" }, { "solarSystemName": "Tegheon", "x": 550, "y": 340, "security": 0.4134412668522771, - "connectedSystems": [ - "Col", - "Rilera" - ] + "connectedSystems": "Col,Rilera" }, { "solarSystemName": "Bashyam", "x": 420, "y": 400, "security": 0.4711262354772831, - "connectedSystems": [ - "Chamemi", - "Parses" - ] + "connectedSystems": "Chamemi,Parses" }, { "solarSystemName": "Parses", "x": 480, "y": 425, "security": 0.4986912744282299, - "connectedSystems": [ - "Afnakat", - "Chamemi", - "Bashyam", - "Balanaz" - ] + "connectedSystems": "Afnakat,Chamemi,Bashyam,Balanaz" }, { "solarSystemName": "Balanaz", "x": 480, "y": 465, "security": 0.5640645005163774, - "connectedSystems": [ - "Parses" - ] + "connectedSystems": "Parses" }, { "solarSystemName": "Edani", "x": 565, "y": 180, "security": 0.5812891574258459, - "connectedSystems": [ - "Moniyyuku", - "Danera", - "Rahabeda", - "Rilera" - ] + "connectedSystems": "Moniyyuku,Danera,Rahabeda,Rilera" }, { "solarSystemName": "Danera", "x": 475, "y": 160, "security": 0.5625703076654344, - "connectedSystems": [ - "Edani", - "Bomana", - "Rahabeda" - ] + "connectedSystems": "Edani,Bomana,Rahabeda" }, { "solarSystemName": "Bomana", "x": 410, "y": 185, "security": 0.5375121555713156, - "connectedSystems": [ - "Danera", - "Aurejet" - ] + "connectedSystems": "Danera,Aurejet" }, { "solarSystemName": "Rahabeda", "x": 540, "y": 140, "security": 0.561438942452702, - "connectedSystems": [ - "Edani", - "Danera" - ] + "connectedSystems": "Edani,Danera" }, { "solarSystemName": "Aurejet", "x": 485, "y": 205, "security": 0.5006721829515359, - "connectedSystems": [ - "Bomana", - "Rilera" - ] + "connectedSystems": "Bomana,Rilera" }, { "solarSystemName": "Rilera", "x": 555, "y": 220, "security": 0.4498476014991278, - "connectedSystems": [ - "Edani", - "Tegheon", - "Aurejet" - ] + "connectedSystems": "Edani,Tegheon,Aurejet" }, { "solarSystemName": "Amafi", "x": 325, "y": 455, "security": 0.2934257437463018, - "connectedSystems": [ - "Ham", - "Hakana", - "Ashkoo", - "Nahrneder" - ] + "connectedSystems": "Ham,Hakana,Ashkoo,Nahrneder" }, { "solarSystemName": "Hakana", "x": 270, "y": 385, "security": 0.315992503380731, - "connectedSystems": [ - "Amafi", - "Arzieh" - ] + "connectedSystems": "Amafi,Arzieh" }, { "solarSystemName": "Ashkoo", "x": 255, "y": 425, "security": 0.2720184062369455, - "connectedSystems": [ - "Amafi", - "Baratar" - ] + "connectedSystems": "Amafi,Baratar" }, { "solarSystemName": "Baratar", "x": 190, "y": 430, "security": 0.1540821836617683, - "connectedSystems": [ - "Ashkoo", - "Nandeza", - "Goudiyah" - ] + "connectedSystems": "Ashkoo,Nandeza,Goudiyah" }, { "solarSystemName": "Arzieh", "x": 225, "y": 340, "security": 0.2967025537362521, - "connectedSystems": [ - "Hakana" - ] + "connectedSystems": "Hakana" }, { "solarSystemName": "Nahrneder", "x": 330, "y": 380, "security": 0.2509692266997355, - "connectedSystems": [ - "Amafi", - "Abath" - ] + "connectedSystems": "Amafi,Abath" }, { "solarSystemName": "Nandeza", "x": 105, "y": 370, "security": 0.2467125210849195, - "connectedSystems": [ - "Baratar", - "Dimoohan", - "Chitiamem" - ] + "connectedSystems": "Baratar,Dimoohan,Chitiamem" }, { "solarSystemName": "Dimoohan", "x": 25, "y": 390, "security": 0.2159339293255426, - "connectedSystems": [ - "Nandeza" - ] + "connectedSystems": "Nandeza" }, { "solarSystemName": "Chitiamem", "x": 80, "y": 330, "security": 0.2156923691621567, - "connectedSystems": [ - "Nandeza", - "Kuhri", - "Zahefeus" - ] + "connectedSystems": "Nandeza,Kuhri,Zahefeus" }, { "solarSystemName": "Kuhri", "x": 15, "y": 350, "security": 0.192019240452862, - "connectedSystems": [ - "Chitiamem" - ] + "connectedSystems": "Chitiamem" }, { "solarSystemName": "Zahefeus", "x": 75, "y": 285, "security": 0.2446031591936776, - "connectedSystems": [ - "Chitiamem", - "Zephan" - ] + "connectedSystems": "Chitiamem,Zephan" }, { "solarSystemName": "Zephan", "x": 70, "y": 245, "security": 0.2556552372191638, - "connectedSystems": [ - "Zahefeus", - "Neda", - "Nakis" - ] + "connectedSystems": "Zahefeus,Neda,Nakis" }, { "solarSystemName": "Neda", "x": 0, "y": 255, "security": 0.36000106977258, - "connectedSystems": [ - "Zephan" - ] + "connectedSystems": "Zephan" }, { "solarSystemName": "Goudiyah", "x": 105, "y": 475, "security": 0.1455485061094306, - "connectedSystems": [ - "Baratar", - "Sassecho", - "Timudan" - ] + "connectedSystems": "Baratar,Sassecho,Timudan" }, { "solarSystemName": "Sassecho", "x": 145, "y": 515, "security": 0.1176713414924169, - "connectedSystems": [ - "Goudiyah", - "Timudan", - "Irmalin" - ] + "connectedSystems": "Goudiyah,Timudan,Irmalin" }, { "solarSystemName": "Timudan", "x": 50, "y": 515, "security": 0.124259091221265, - "connectedSystems": [ - "Goudiyah", - "Sassecho", - "Ibani", - "Cabeki" - ] + "connectedSystems": "Goudiyah,Sassecho,Ibani,Cabeki" }, { "solarSystemName": "Ibani", "x": 50, "y": 575, "security": 0.1051730403137611, - "connectedSystems": [ - "Timudan", - "Irmalin" - ] + "connectedSystems": "Timudan,Irmalin" }, { "solarSystemName": "Cabeki", "x": 30, "y": 475, "security": 0.08978616820046836, - "connectedSystems": [ - "Timudan" - ] + "connectedSystems": "Timudan" }, { "solarSystemName": "Irmalin", "x": 145, "y": 575, "security": 0.06214813401546648, - "connectedSystems": [ - "Sassecho", - "Ibani" - ] + "connectedSystems": "Sassecho,Ibani" }, { "solarSystemName": "Nakis", "x": 70, "y": 150, "security": 0.2320478177153763, - "connectedSystems": [ - "Zephan", - "Hezere", - "Zirsem", - "Pout" - ] + "connectedSystems": "Zephan,Hezere,Zirsem,Pout" }, { "solarSystemName": "Hezere", "x": 140, "y": 125, "security": 0.2152208655819634, - "connectedSystems": [ - "Nakis", - "Fanathor" - ] + "connectedSystems": "Nakis,Fanathor" }, { "solarSystemName": "Fanathor", "x": 125, "y": 85, "security": 0.2584689645647099, - "connectedSystems": [ - "Hezere", - "Pout" - ] + "connectedSystems": "Hezere,Pout" }, { "solarSystemName": "Zirsem", "x": 145, "y": 165, "security": 0.2825445635367321, - "connectedSystems": [ - "Nakis" - ] + "connectedSystems": "Nakis" }, { "solarSystemName": "Pout", "x": 60, "y": 115, "security": 0.2294815306517105, - "connectedSystems": [ - "Nakis", - "Fanathor", - "Rafeme" - ] + "connectedSystems": "Nakis,Fanathor,Rafeme" }, { "solarSystemName": "Rafeme", "x": 45, "y": 75, "security": 0.1832812042101505, - "connectedSystems": [ - "Pout", - "Anath" - ] + "connectedSystems": "Pout,Anath" }, { "solarSystemName": "A2-V27", "x": 440, "y": 705, "security": -0.3852983033499273, - "connectedSystems": [ - "Kaira", - "T8H-66", - "A3-LOG", - "O3L-95" - ] + "connectedSystems": "Kaira,T8H-66,A3-LOG,O3L-95" }, { "solarSystemName": "3-FKCZ", "x": 525, "y": 700, "security": -0.2835308177146488, - "connectedSystems": [ - "0TKF-6", - "ED-L9T", - "9SBB-9", - "I1Y-IU", - "Efa" - ] + "connectedSystems": "0TKF-6,ED-L9T,9SBB-9,I1Y-IU,Efa" }, { "solarSystemName": "Anath", "x": 5, "y": 40, "security": 0.0413269226409857, - "connectedSystems": [ - "Sakht", - "Naga", - "Rafeme" - ] + "connectedSystems": "Sakht,Naga,Rafeme" }, { "solarSystemName": "Masanuh", "x": 810, "y": 155, "security": 0.6951409991547878, - "connectedSystems": [ - "Suner", - "Leva", - "Ervekam" - ] + "connectedSystems": "Suner,Leva,Ervekam" }, { "solarSystemName": "Nakregde", "x": 950, "y": 10, "security": 0.8306150526306653, - "connectedSystems": [ - "Kor-Azor Prime", - "Molea" - ] + "connectedSystems": "Kor-Azor Prime,Molea" }, { "solarSystemName": "Kulu", "x": 590, "y": 45, "security": 0.5723651004585136, - "connectedSystems": [ - "Moniyyuku", - "Choga", - "Soumi" - ] + "connectedSystems": "Moniyyuku,Choga,Soumi" }, { "solarSystemName": "Abath", "x": 355, "y": 310, "security": 0.1664056850845972, - "connectedSystems": [ - "Nahrneder", - "Schmaeel" - ] + "connectedSystems": "Nahrneder,Schmaeel" } ] \ No newline at end of file diff --git a/public/Kor-Azor.json b/public/Kor-Azor.json index 048f0b4..1a5b73b 100644 --- a/public/Kor-Azor.json +++ b/public/Kor-Azor.json @@ -4,792 +4,510 @@ "x": 570, "y": 595, "security": 1, - "connectedSystems": [ - "Hedion", - "Ashab", - "Irnin", - "Bhizheba", - "Sarum Prime", - "Kor-Azor Prime" - ] + "connectedSystems": "Hedion,Ashab,Irnin,Bhizheba,Sarum Prime,Kor-Azor Prime" }, { "solarSystemName": "Narai", "x": 310, "y": 240, "security": 0.4684220031488384, - "connectedSystems": [ - "Shuria", - "Fensi" - ] + "connectedSystems": "Shuria,Fensi" }, { "solarSystemName": "Sakhti", "x": 875, "y": 185, "security": 0.4548419296492871, - "connectedSystems": [ - "Mazitah", - "Aldali", - "Nomash", - "Gademam" - ] + "connectedSystems": "Mazitah,Aldali,Nomash,Gademam" }, { "solarSystemName": "Ervekam", "x": 355, "y": 700, "security": 0.6869200666687281, - "connectedSystems": [ - "Masanuh", - "Mashtarmem", - "Sehsasez", - "Yezara" - ] + "connectedSystems": "Masanuh,Mashtarmem,Sehsasez,Yezara" }, { "solarSystemName": "Molea", "x": 500, "y": 720, "security": 0.7160800705784067, - "connectedSystems": [ - "Nakregde", - "Gidali" - ] + "connectedSystems": "Nakregde,Gidali" }, { "solarSystemName": "Moniyyuku", "x": 30, "y": 25, "security": 0.5685658118660644, - "connectedSystems": [ - "Reteka", - "Kulu", - "Edani" - ] + "connectedSystems": "Reteka,Kulu,Edani" }, { "solarSystemName": "Nahrneder", "x": 0, "y": 740, "security": 0.2509692266997355, - "connectedSystems": [ - "Amafi", - "Abath" - ] + "connectedSystems": "Amafi,Abath" }, { "solarSystemName": "Dantan", "x": 505, "y": 395, "security": 0.6589744344713558, - "connectedSystems": [ - "Kador Prime", - "Amdonen", - "Danyana" - ] + "connectedSystems": "Kador Prime,Amdonen,Danyana" }, { "solarSystemName": "Suner", "x": 430, "y": 715, "security": 0.8691072809836105, - "connectedSystems": [ - "Sonama", - "Inis-Ilix", - "Masanuh" - ] + "connectedSystems": "Sonama,Inis-Ilix,Masanuh" }, { "solarSystemName": "Vehan", "x": 0, "y": 120, "security": 0.3665234185227236, - "connectedSystems": [ - "Udianoor", - "Zinkon" - ] + "connectedSystems": "Udianoor,Zinkon" }, { "solarSystemName": "Fensi", "x": 390, "y": 275, "security": 0.3968333840647342, - "connectedSystems": [ - "Narai", - "Nebian", - "Bridi", - "Ami", - "Rannoze" - ] + "connectedSystems": "Narai,Nebian,Bridi,Ami,Rannoze" }, { "solarSystemName": "Nebian", "x": 375, "y": 195, "security": 0.3514966458773522, - "connectedSystems": [ - "Fensi", - "Khabara", - "Jeni", - "Noranim" - ] + "connectedSystems": "Fensi,Khabara,Jeni,Noranim" }, { "solarSystemName": "Khabara", "x": 380, "y": 130, "security": 0.3408937497250708, - "connectedSystems": [ - "Nebian", - "Jeni" - ] + "connectedSystems": "Nebian,Jeni" }, { "solarSystemName": "Jeni", "x": 310, "y": 160, "security": 0.3318915592840781, - "connectedSystems": [ - "Nebian", - "Khabara" - ] + "connectedSystems": "Nebian,Khabara" }, { "solarSystemName": "Bridi", "x": 305, "y": 310, "security": 0.3959467276584856, - "connectedSystems": [ - "Fensi", - "Ami" - ] + "connectedSystems": "Fensi,Ami" }, { "solarSystemName": "Ami", "x": 375, "y": 355, "security": 0.4381709993481272, - "connectedSystems": [ - "Fensi", - "Bridi", - "Amdonen", - "Daran" - ] + "connectedSystems": "Fensi,Bridi,Amdonen,Daran" }, { "solarSystemName": "Amdonen", "x": 365, "y": 450, "security": 0.6406547257195212, - "connectedSystems": [ - "Dantan", - "Ami", - "Mora", - "Kor-Azor Prime", - "Leva", - "Nishah" - ] + "connectedSystems": "Dantan,Ami,Mora,Kor-Azor Prime,Leva,Nishah" }, { "solarSystemName": "Mora", "x": 505, "y": 465, "security": 0.932524171950544, - "connectedSystems": [ - "Amdonen", - "Sehmy", - "Polfaly", - "Conoban" - ] + "connectedSystems": "Amdonen,Sehmy,Polfaly,Conoban" }, { "solarSystemName": "Kor-Azor Prime", "x": 460, "y": 560, "security": 0.9139081353994998, - "connectedSystems": [ - "Amdonen", - "Leva", - "Nakregde", - "Amarr", - "Sehmy" - ] + "connectedSystems": "Amdonen,Leva,Nakregde,Amarr,Sehmy" }, { "solarSystemName": "Leva", "x": 365, "y": 550, "security": 0.617346103267139, - "connectedSystems": [ - "Amdonen", - "Kor-Azor Prime", - "Masanuh" - ] + "connectedSystems": "Amdonen,Kor-Azor Prime,Masanuh" }, { "solarSystemName": "Nishah", "x": 310, "y": 485, "security": 0.576117871905909, - "connectedSystems": [ - "Amdonen" - ] + "connectedSystems": "Amdonen" }, { "solarSystemName": "Masanuh", "x": 355, "y": 630, "security": 0.6951409991547878, - "connectedSystems": [ - "Suner", - "Leva", - "Ervekam" - ] + "connectedSystems": "Suner,Leva,Ervekam" }, { "solarSystemName": "Sehmy", "x": 565, "y": 535, "security": 1, - "connectedSystems": [ - "Mora", - "Danyana", - "Kor-Azor Prime" - ] + "connectedSystems": "Mora,Danyana,Kor-Azor Prime" }, { "solarSystemName": "Nakregde", "x": 460, "y": 610, "security": 0.8306150526306653, - "connectedSystems": [ - "Kor-Azor Prime", - "Molea" - ] + "connectedSystems": "Kor-Azor Prime,Molea" }, { "solarSystemName": "Danyana", "x": 675, "y": 480, "security": 0.7735880947775371, - "connectedSystems": [ - "Dantan", - "Nahyeen", - "Nibainkier", - "Polfaly", - "Sehmy" - ] + "connectedSystems": "Dantan,Nahyeen,Nibainkier,Polfaly,Sehmy" }, { "solarSystemName": "Nahyeen", "x": 775, "y": 445, "security": 0.7702995005848562, - "connectedSystems": [ - "Danyana", - "Jinkah", - "Nibainkier", - "Andrub" - ] + "connectedSystems": "Danyana,Jinkah,Nibainkier,Andrub" }, { "solarSystemName": "Jinkah", "x": 775, "y": 355, "security": 0.8475490959624334, - "connectedSystems": [ - "Nahyeen", - "Nibainkier", - "Annad" - ] + "connectedSystems": "Nahyeen,Nibainkier,Annad" }, { "solarSystemName": "Nibainkier", "x": 705, "y": 375, "security": 0.7004864016319877, - "connectedSystems": [ - "Danyana", - "Nahyeen", - "Jinkah", - "Polfaly", - "Shokal" - ] + "connectedSystems": "Danyana,Nahyeen,Jinkah,Polfaly,Shokal" }, { "solarSystemName": "Polfaly", "x": 630, "y": 400, "security": 0.8301258276762963, - "connectedSystems": [ - "Mora", - "Danyana", - "Nibainkier", - "Chaktaren" - ] + "connectedSystems": "Mora,Danyana,Nibainkier,Chaktaren" }, { "solarSystemName": "Andrub", "x": 835, "y": 405, "security": 0.6738563793664334, - "connectedSystems": [ - "Nahyeen", - "Nahol" - ] + "connectedSystems": "Nahyeen,Nahol" }, { "solarSystemName": "Kulu", "x": 115, "y": 55, "security": 0.5723651004585136, - "connectedSystems": [ - "Moniyyuku", - "Choga", - "Soumi" - ] + "connectedSystems": "Moniyyuku,Choga,Soumi" }, { "solarSystemName": "Choga", "x": 200, "y": 70, "security": 0.5818207104378524, - "connectedSystems": [ - "Kulu", - "Soumi", - "Imih" - ] + "connectedSystems": "Kulu,Soumi,Imih" }, { "solarSystemName": "Soumi", "x": 145, "y": 130, "security": 0.6019993113063071, - "connectedSystems": [ - "Kulu", - "Choga", - "Nare" - ] + "connectedSystems": "Kulu,Choga,Nare" }, { "solarSystemName": "Imih", "x": 240, "y": 110, "security": 0.5734418218376076, - "connectedSystems": [ - "Choga", - "Nare", - "Liparer" - ] + "connectedSystems": "Choga,Nare,Liparer" }, { "solarSystemName": "Nare", "x": 145, "y": 190, "security": 0.6483931122488499, - "connectedSystems": [ - "Soumi", - "Imih", - "Zinkon", - "Kizama" - ] + "connectedSystems": "Soumi,Imih,Zinkon,Kizama" }, { "solarSystemName": "Zinkon", "x": 55, "y": 175, "security": 0.7084131673911223, - "connectedSystems": [ - "Nare", - "Vehan" - ] + "connectedSystems": "Nare,Vehan" }, { "solarSystemName": "Kizama", "x": 130, "y": 275, "security": 0.6669358795008871, - "connectedSystems": [ - "Nare", - "Shaha" - ] + "connectedSystems": "Nare,Shaha" }, { "solarSystemName": "Shaha", "x": 120, "y": 325, "security": 0.5981747732860931, - "connectedSystems": [ - "Kizama", - "Neesher", - "Misha" - ] + "connectedSystems": "Kizama,Neesher,Misha" }, { "solarSystemName": "Neesher", "x": 110, "y": 375, "security": 0.5180601261834492, - "connectedSystems": [ - "Shaha", - "Misha", - "Perbhe" - ] + "connectedSystems": "Shaha,Misha,Perbhe" }, { "solarSystemName": "Misha", "x": 45, "y": 350, "security": 0.4948945592210915, - "connectedSystems": [ - "Shaha", - "Neesher", - "Ordion" - ] + "connectedSystems": "Shaha,Neesher,Ordion" }, { "solarSystemName": "Ordion", "x": 15, "y": 315, "security": 0.5045326540443285, - "connectedSystems": [ - "Misha" - ] + "connectedSystems": "Misha" }, { "solarSystemName": "Perbhe", "x": 100, "y": 430, "security": 0.3514666607573391, - "connectedSystems": [ - "Neesher", - "Oguser" - ] + "connectedSystems": "Neesher,Oguser" }, { "solarSystemName": "Abath", "x": 10, "y": 705, "security": 0.1664056850845972, - "connectedSystems": [ - "Nahrneder", - "Schmaeel" - ] + "connectedSystems": "Nahrneder,Schmaeel" }, { "solarSystemName": "Schmaeel", "x": 20, "y": 660, "security": 0.1744029704370381, - "connectedSystems": [ - "Abath", - "Mafra", - "Zorenyen", - "Oguser" - ] + "connectedSystems": "Abath,Mafra,Zorenyen,Oguser" }, { "solarSystemName": "Mafra", "x": 105, "y": 665, "security": 0.1194431536093022, - "connectedSystems": [ - "Schmaeel", - "Arzi" - ] + "connectedSystems": "Schmaeel,Arzi" }, { "solarSystemName": "Arzi", "x": 135, "y": 600, "security": 0.138332831001252, - "connectedSystems": [ - "Mafra", - "Kerying", - "Zorenyen", - "Oguser" - ] + "connectedSystems": "Mafra,Kerying,Zorenyen,Oguser" }, { "solarSystemName": "Kerying", "x": 205, "y": 645, "security": 0.160019674362255, - "connectedSystems": [ - "Arzi" - ] + "connectedSystems": "Arzi" }, { "solarSystemName": "Zorenyen", "x": 75, "y": 625, "security": 0.1112296931006905, - "connectedSystems": [ - "Schmaeel", - "Arzi" - ] + "connectedSystems": "Schmaeel,Arzi" }, { "solarSystemName": "Oguser", "x": 60, "y": 580, "security": 0.2170825545994035, - "connectedSystems": [ - "Perbhe", - "Schmaeel", - "Arzi" - ] + "connectedSystems": "Perbhe,Schmaeel,Arzi" }, { "solarSystemName": "Nahol", "x": 910, "y": 330, "security": 0.5542736782938291, - "connectedSystems": [ - "Andrub", - "Tadadan", - "Tralasa", - "Latari" - ] + "connectedSystems": "Andrub,Tadadan,Tralasa,Latari" }, { "solarSystemName": "Tadadan", "x": 875, "y": 275, "security": 0.4528060840028922, - "connectedSystems": [ - "Nahol", - "Gademam" - ] + "connectedSystems": "Nahol,Gademam" }, { "solarSystemName": "Tralasa", "x": 974, "y": 280, "security": 0.5591577659122725, - "connectedSystems": [ - "Nahol", - "Latari" - ] + "connectedSystems": "Nahol,Latari" }, { "solarSystemName": "Gademam", "x": 810, "y": 240, "security": 0.3910406289863171, - "connectedSystems": [ - "Tadadan", - "Pananan", - "Sakhti" - ] + "connectedSystems": "Tadadan,Pananan,Sakhti" }, { "solarSystemName": "Pananan", "x": 680, "y": 265, "security": 0.2010469882764974, - "connectedSystems": [ - "Gademam", - "Daran" - ] + "connectedSystems": "Gademam,Daran" }, { "solarSystemName": "Daran", "x": 590, "y": 285, "security": 0.2316210466047565, - "connectedSystems": [ - "Pananan", - "Ami" - ] + "connectedSystems": "Pananan,Ami" }, { "solarSystemName": "Latari", "x": 974, "y": 385, "security": 0.5620496394906875, - "connectedSystems": [ - "Nahol", - "Tralasa" - ] + "connectedSystems": "Nahol,Tralasa" }, { "solarSystemName": "Shokal", "x": 770, "y": 180, "security": 0.4994386014293178, - "connectedSystems": [ - "Nibainkier", - "Atarli", - "Keproh", - "Zatamaka" - ] + "connectedSystems": "Nibainkier,Atarli,Keproh,Zatamaka" }, { "solarSystemName": "Atarli", "x": 635, "y": 140, "security": 0.4421900818066711, - "connectedSystems": [ - "Menai", - "Shokal", - "Keproh", - "Zatamaka", - "Rannoze", - "Piri" - ] + "connectedSystems": "Menai,Shokal,Keproh,Zatamaka,Rannoze,Piri" }, { "solarSystemName": "Keproh", "x": 720, "y": 125, "security": 0.4535406160388509, - "connectedSystems": [ - "Shokal", - "Atarli", - "Zatamaka" - ] + "connectedSystems": "Shokal,Atarli,Zatamaka" }, { "solarSystemName": "Zatamaka", "x": 760, "y": 60, "security": 0.4083846585488326, - "connectedSystems": [ - "Shokal", - "Atarli", - "Keproh", - "Piri" - ] + "connectedSystems": "Shokal,Atarli,Keproh,Piri" }, { "solarSystemName": "Rannoze", "x": 540, "y": 180, "security": 0.3988255165131434, - "connectedSystems": [ - "Fensi", - "Atarli" - ] + "connectedSystems": "Fensi,Atarli" }, { "solarSystemName": "Piri", "x": 680, "y": 65, "security": 0.4558784475886332, - "connectedSystems": [ - "Atarli", - "Zatamaka", - "Enal" - ] + "connectedSystems": "Atarli,Zatamaka,Enal" }, { "solarSystemName": "Enal", "x": 585, "y": 40, "security": 0.4076276519334271, - "connectedSystems": [ - "Piri", - "Jedandan" - ] + "connectedSystems": "Piri,Jedandan" }, { "solarSystemName": "Jedandan", "x": 510, "y": 35, "security": 0.4192235722047412, - "connectedSystems": [ - "Enal", - "Miroona" - ] + "connectedSystems": "Enal,Miroona" }, { "solarSystemName": "Miroona", "x": 430, "y": 40, "security": 0.4155730242274855, - "connectedSystems": [ - "Jedandan", - "Ranni", - "Liparer" - ] + "connectedSystems": "Jedandan,Ranni,Liparer" }, { "solarSystemName": "Ranni", "x": 355, "y": 15, "security": 0.3675565086716127, - "connectedSystems": [ - "Miroona", - "Arza" - ] + "connectedSystems": "Miroona,Arza" }, { "solarSystemName": "Arza", "x": 275, "y": 10, "security": 0.3276510597115057, - "connectedSystems": [ - "Ranni" - ] + "connectedSystems": "Ranni" }, { "solarSystemName": "Liparer", "x": 350, "y": 60, "security": 0.4491356382443508, - "connectedSystems": [ - "Miroona", - "Imih" - ] + "connectedSystems": "Miroona,Imih" }, { "solarSystemName": "Noranim", "x": 440, "y": 155, "security": 0.3372209643033397, - "connectedSystems": [ - "Nebian", - "Chej", - "Menai" - ] + "connectedSystems": "Nebian,Chej,Menai" }, { "solarSystemName": "Menai", "x": 560, "y": 125, "security": 0.3414024860831691, - "connectedSystems": [ - "Noranim", - "Atarli" - ] + "connectedSystems": "Noranim,Atarli" }, { "solarSystemName": "Annad", "x": 785, "y": 310, "security": 0.8210709900341359, - "connectedSystems": [ - "Jinkah" - ] + "connectedSystems": "Jinkah" }, { "solarSystemName": "Chaktaren", "x": 625, "y": 360, "security": 0.8024104401614298, - "connectedSystems": [ - "Polfaly" - ] + "connectedSystems": "Polfaly" }, { "solarSystemName": "Conoban", "x": 490, "y": 505, "security": 0.905248800028, - "connectedSystems": [ - "Mora" - ] + "connectedSystems": "Mora" } ] \ No newline at end of file diff --git a/public/Lonetrek.json b/public/Lonetrek.json index 72f56c2..e35d451 100644 --- a/public/Lonetrek.json +++ b/public/Lonetrek.json @@ -4,1263 +4,804 @@ "x": 515, "y": 475, "security": 0.9868146226131719, - "connectedSystems": [ - "Ansila", - "Hirtamon", - "Tunttaras", - "Jita" - ] + "connectedSystems": "Ansila,Hirtamon,Tunttaras,Jita" }, { "solarSystemName": "Jita", "x": 565, "y": 400, "security": 0.945913116665, - "connectedSystems": [ - "Maurasi", - "Perimeter", - "New Caldari", - "Sobaseki", - "Muvolailen", - "Niyabainen", - "Ikuchi" - ] + "connectedSystems": "Maurasi,Perimeter,New Caldari,Sobaseki,Muvolailen,Niyabainen,Ikuchi" }, { "solarSystemName": "Niyabainen", "x": 490, "y": 400, "security": 0.9639236002752414, - "connectedSystems": [ - "Perimeter", - "New Caldari", - "Jita", - "Tunttaras" - ] + "connectedSystems": "Perimeter,New Caldari,Jita,Tunttaras" }, { "solarSystemName": "New Caldari", "x": 525, "y": 360, "security": 1, - "connectedSystems": [ - "Jita", - "Niyabainen", - "Hirtamon", - "Josameto", - "Malkalen", - "Alikara" - ] + "connectedSystems": "Jita,Niyabainen,Hirtamon,Josameto,Malkalen,Alikara" }, { "solarSystemName": "Obe", "x": 935, "y": 15, "security": 0.3469314814159478, - "connectedSystems": [ - "Ohkunen", - "P3EN-E", - "Hakonen" - ] + "connectedSystems": "Ohkunen,P3EN-E,Hakonen" }, { "solarSystemName": "M-OEE8", "x": 845, "y": 15, "security": -0.2183287930954972, - "connectedSystems": [ - "E-OGL4", - "J-GAMP", - "V0DF-2", - "FY0W-N", - "Taisy" - ] + "connectedSystems": "E-OGL4,J-GAMP,V0DF-2,FY0W-N,Taisy" }, { "solarSystemName": "Dantumi", "x": 505, "y": 120, "security": 0.3982679374839071, - "connectedSystems": [ - "Ossa", - "Mara", - "Aurohunen" - ] + "connectedSystems": "Ossa,Mara,Aurohunen" }, { "solarSystemName": "Antiainen", "x": 505, "y": 40, "security": 0.5602991932079058, - "connectedSystems": [ - "Ossa", - "Semiki", - "Kiskoken" - ] + "connectedSystems": "Ossa,Semiki,Kiskoken" }, { "solarSystemName": "Ossa", "x": 505, "y": 80, "security": 0.5301368601673742, - "connectedSystems": [ - "Dantumi", - "Antiainen" - ] + "connectedSystems": "Dantumi,Antiainen" }, { "solarSystemName": "Semiki", "x": 550, "y": 0, "security": 0.5907544917888936, - "connectedSystems": [ - "Antiainen" - ] + "connectedSystems": "Antiainen" }, { "solarSystemName": "Kiskoken", "x": 460, "y": 0, "security": 0.5185604767085783, - "connectedSystems": [ - "Antiainen" - ] + "connectedSystems": "Antiainen" }, { "solarSystemName": "Aurohunen", "x": 590, "y": 120, "security": 0.3755402273750238, - "connectedSystems": [ - "Dantumi", - "Korama", - "Vaajaita" - ] + "connectedSystems": "Dantumi,Korama,Vaajaita" }, { "solarSystemName": "Veisto", "x": 362, "y": 455, "security": 0.8424948483586444, - "connectedSystems": [ - "Iidoken", - "Sobaseki", - "Sarekuwa" - ] + "connectedSystems": "Iidoken,Sobaseki,Sarekuwa" }, { "solarSystemName": "Sobaseki", "x": 610, "y": 455, "security": 0.8410254626102227, - "connectedSystems": [ - "Veisto", - "Isanamo", - "Funtanainen", - "Kakakela", - "Jita", - "Malkalen" - ] + "connectedSystems": "Veisto,Isanamo,Funtanainen,Kakakela,Jita,Malkalen" }, { "solarSystemName": "Funtanainen", "x": 820, "y": 455, "security": 0.858976279346364, - "connectedSystems": [ - "Aikoro", - "Sobaseki", - "Isikemi", - "Kappas" - ] + "connectedSystems": "Aikoro,Sobaseki,Isikemi,Kappas" }, { "solarSystemName": "Isikemi", "x": 820, "y": 410, "security": 0.7809994316346254, - "connectedSystems": [ - "Aikoro", - "Funtanainen", - "Uosusuokko" - ] + "connectedSystems": "Aikoro,Funtanainen,Uosusuokko" }, { "solarSystemName": "Uosusuokko", "x": 820, "y": 325, "security": 0.6943218300434773, - "connectedSystems": [ - "Piekura", - "Isikemi", - "Hageken" - ] + "connectedSystems": "Piekura,Isikemi,Hageken" }, { "solarSystemName": "Hageken", "x": 830, "y": 250, "security": 0.6041875521585642, - "connectedSystems": [ - "Akonoinen", - "Uosusuokko", - "Vuorrassi" - ] + "connectedSystems": "Akonoinen,Uosusuokko,Vuorrassi" }, { "solarSystemName": "Uemisaisen", "x": 210, "y": 385, "security": 0.6059305202132186, - "connectedSystems": [ - "Isanamo", - "Sotrentaira", - "Ouranienen", - "Erenta", - "Litiura" - ] + "connectedSystems": "Isanamo,Sotrentaira,Ouranienen,Erenta,Litiura" }, { "solarSystemName": "Sotrentaira", "x": 135, "y": 365, "security": 0.5125695891770106, - "connectedSystems": [ - "Uemisaisen", - "Raussinen" - ] + "connectedSystems": "Uemisaisen,Raussinen" }, { "solarSystemName": "Ouranienen", "x": 130, "y": 500, "security": 0.6938064908835648, - "connectedSystems": [ - "Uemisaisen", - "Autama", - "Tsukuras" - ] + "connectedSystems": "Uemisaisen,Autama,Tsukuras" }, { "solarSystemName": "Erenta", "x": 135, "y": 400, "security": 0.63475800347666, - "connectedSystems": [ - "Uemisaisen", - "Kuoka" - ] + "connectedSystems": "Uemisaisen,Kuoka" }, { "solarSystemName": "Raussinen", "x": 70, "y": 365, "security": 0.4532327361468812, - "connectedSystems": [ - "Sotrentaira" - ] + "connectedSystems": "Sotrentaira" }, { "solarSystemName": "Iidoken", "x": 240, "y": 560, "security": 0.8438157458115546, - "connectedSystems": [ - "Tsuguwa", - "Nourvukaiken", - "Veisto", - "Isanamo", - "Sarekuwa", - "Kirras" - ] + "connectedSystems": "Tsuguwa,Nourvukaiken,Veisto,Isanamo,Sarekuwa,Kirras" }, { "solarSystemName": "Tsuguwa", "x": 405, "y": 695, "security": 0.7693230944358802, - "connectedSystems": [ - "Iidoken", - "Nourvukaiken", - "Ekura", - "Airkio" - ] + "connectedSystems": "Iidoken,Nourvukaiken,Ekura,Airkio" }, { "solarSystemName": "Nourvukaiken", "x": 401, "y": 621, "security": 0.8165567290785904, - "connectedSystems": [ - "Iidoken", - "Tsuguwa", - "Tunttaras", - "Tama" - ] + "connectedSystems": "Iidoken,Tsuguwa,Tunttaras,Tama" }, { "solarSystemName": "Sarekuwa", "x": 359, "y": 529, "security": 0.9365016177708233, - "connectedSystems": [ - "Iidoken", - "Tunttaras", - "Halaima", - "Hitanishio", - "Veisto" - ] + "connectedSystems": "Iidoken,Tunttaras,Halaima,Hitanishio,Veisto" }, { "solarSystemName": "Ekura", "x": 690, "y": 695, "security": 0.8764173839721643, - "connectedSystems": [ - "Tsuguwa", - "Amsen", - "Jouvulen" - ] + "connectedSystems": "Tsuguwa,Amsen,Jouvulen" }, { "solarSystemName": "Tunttaras", "x": 450, "y": 505, "security": 0.8853122147938609, - "connectedSystems": [ - "Nourvukaiken", - "Ahynada", - "Sarekuwa", - "Niyabainen", - "Ikuchi", - "Ichinumi" - ] + "connectedSystems": "Nourvukaiken,Ahynada,Sarekuwa,Niyabainen,Ikuchi,Ichinumi" }, { "solarSystemName": "Vellaine", "x": 740, "y": 215, "security": 0.5811389851332576, - "connectedSystems": [ - "Akonoinen", - "Autaris", - "Alikara" - ] + "connectedSystems": "Akonoinen,Autaris,Alikara" }, { "solarSystemName": "Akonoinen", "x": 775, "y": 175, "security": 0.4945098917559698, - "connectedSystems": [ - "Vellaine", - "Vaajaita", - "Autaris", - "Hageken" - ] + "connectedSystems": "Vellaine,Vaajaita,Autaris,Hageken" }, { "solarSystemName": "Vaajaita", "x": 695, "y": 120, "security": 0.4620636474597216, - "connectedSystems": [ - "Akonoinen", - "Jan", - "Aurohunen" - ] + "connectedSystems": "Akonoinen,Jan,Aurohunen" }, { "solarSystemName": "Autaris", "x": 695, "y": 175, "security": 0.4686320109819786, - "connectedSystems": [ - "Vellaine", - "Akonoinen", - "Jan" - ] + "connectedSystems": "Vellaine,Akonoinen,Jan" }, { "solarSystemName": "Jan", "x": 775, "y": 120, "security": 0.4169539116597136, - "connectedSystems": [ - "Vaajaita", - "Autaris" - ] + "connectedSystems": "Vaajaita,Autaris" }, { "solarSystemName": "Saatuban", "x": 370, "y": 350, "security": 0.5494773459231896, - "connectedSystems": [ - "Isanamo", - "Piekura" - ] + "connectedSystems": "Isanamo,Piekura" }, { "solarSystemName": "Isikano", "x": 280, "y": 405, "security": 0.6777007602644163, - "connectedSystems": [ - "Isanamo", - "Pakkonen" - ] + "connectedSystems": "Isanamo,Pakkonen" }, { "solarSystemName": "Mara", "x": 460, "y": 220, "security": 0.4199878214533583, - "connectedSystems": [ - "Dantumi", - "Passari", - "Piekura", - "Hasama" - ] + "connectedSystems": "Dantumi,Passari,Piekura,Hasama" }, { "solarSystemName": "Isanamo", "x": 355, "y": 385, "security": 0.6350155561969852, - "connectedSystems": [ - "Saatuban", - "Uemisaisen", - "Iidoken", - "Isikano", - "Alikara", - "Sobaseki" - ] + "connectedSystems": "Saatuban,Uemisaisen,Iidoken,Isikano,Alikara,Sobaseki" }, { "solarSystemName": "Pakkonen", "x": 255, "y": 440, "security": 0.4209102967911866, - "connectedSystems": [ - "Isikano" - ] + "connectedSystems": "Isikano" }, { "solarSystemName": "Piekura", "x": 450, "y": 325, "security": 0.5059695448475379, - "connectedSystems": [ - "Saatuban", - "Mara", - "Korama", - "Uosusuokko" - ] + "connectedSystems": "Saatuban,Mara,Korama,Uosusuokko" }, { "solarSystemName": "Amsen", "x": 645, "y": 305, "security": 1, - "connectedSystems": [ - "Ekura", - "Malkalen" - ] + "connectedSystems": "Ekura,Malkalen" }, { "solarSystemName": "Malkalen", "x": 585, "y": 280, "security": 0.9481750450584624, - "connectedSystems": [ - "Amsen", - "Korama", - "Ylandoki", - "New Caldari", - "Sobaseki" - ] + "connectedSystems": "Amsen,Korama,Ylandoki,New Caldari,Sobaseki" }, { "solarSystemName": "Korama", "x": 520, "y": 205, "security": 0.7709215368865858, - "connectedSystems": [ - "Piekura", - "Malkalen", - "Aurohunen", - "Ylandoki", - "Aakari" - ] + "connectedSystems": "Piekura,Malkalen,Aurohunen,Ylandoki,Aakari" }, { "solarSystemName": "Ylandoki", "x": 585, "y": 230, "security": 0.8328364988202988, - "connectedSystems": [ - "Malkalen", - "Korama", - "Aakari", - "Isseras" - ] + "connectedSystems": "Malkalen,Korama,Aakari,Isseras" }, { "solarSystemName": "Aakari", "x": 585, "y": 180, "security": 0.6622300301979389, - "connectedSystems": [ - "Korama", - "Ylandoki", - "Isseras" - ] + "connectedSystems": "Korama,Ylandoki,Isseras" }, { "solarSystemName": "Isseras", "x": 645, "y": 205, "security": 0.5605884061331833, - "connectedSystems": [ - "Ylandoki", - "Aakari" - ] + "connectedSystems": "Ylandoki,Aakari" }, { "solarSystemName": "Aunenen", "x": 315, "y": 205, "security": 0.4477900948800622, - "connectedSystems": [ - "Nonni", - "Liukikka", - "Otalieto" - ] + "connectedSystems": "Nonni,Liukikka,Otalieto" }, { "solarSystemName": "Elonaya", "x": 260, "y": 295, "security": 0.6657824845222258, - "connectedSystems": [ - "Nonni", - "Piak", - "Litiura" - ] + "connectedSystems": "Nonni,Piak,Litiura" }, { "solarSystemName": "Litiura", "x": 315, "y": 320, "security": 0.4894049591792316, - "connectedSystems": [ - "Nonni", - "Passari", - "Uemisaisen", - "Elonaya" - ] + "connectedSystems": "Nonni,Passari,Uemisaisen,Elonaya" }, { "solarSystemName": "Nonni", "x": 315, "y": 260, "security": 0.5080410986438813, - "connectedSystems": [ - "Aunenen", - "Elonaya", - "Litiura" - ] + "connectedSystems": "Aunenen,Elonaya,Litiura" }, { "solarSystemName": "Passari", "x": 395, "y": 280, "security": 0.4400625006253423, - "connectedSystems": [ - "Mara", - "Litiura" - ] + "connectedSystems": "Mara,Litiura" }, { "solarSystemName": "Piak", "x": 200, "y": 320, "security": 0.7411521742777911, - "connectedSystems": [ - "Elonaya", - "Haajinen", - "Onnamon" - ] + "connectedSystems": "Elonaya,Haajinen,Onnamon" }, { "solarSystemName": "Airkio", "x": 635, "y": 600, "security": 0.8516329481828155, - "connectedSystems": [ - "Tsuguwa", - "Kakakela", - "Kamokor", - "Ruvas", - "Akiainavas" - ] + "connectedSystems": "Tsuguwa,Kakakela,Kamokor,Ruvas,Akiainavas" }, { "solarSystemName": "Kakakela", "x": 635, "y": 540, "security": 0.9722909031463243, - "connectedSystems": [ - "Airkio", - "Kamokor", - "Todaki", - "Ruvas", - "Sobaseki" - ] + "connectedSystems": "Airkio,Kamokor,Todaki,Ruvas,Sobaseki" }, { "solarSystemName": "Kamokor", "x": 565, "y": 545, "security": 0.6876963454186537, - "connectedSystems": [ - "Airkio", - "Kakakela", - "Ruvas" - ] + "connectedSystems": "Airkio,Kakakela,Ruvas" }, { "solarSystemName": "Todaki", "x": 580, "y": 500, "security": 1, - "connectedSystems": [ - "Kakakela" - ] + "connectedSystems": "Kakakela" }, { "solarSystemName": "Ruvas", "x": 565, "y": 595, "security": 0.7807654055646582, - "connectedSystems": [ - "Airkio", - "Kakakela", - "Kamokor", - "Umokka" - ] + "connectedSystems": "Airkio,Kakakela,Kamokor,Umokka" }, { "solarSystemName": "Umokka", "x": 520, "y": 620, "security": 0.5613014648923351, - "connectedSystems": [ - "Ruvas" - ] + "connectedSystems": "Ruvas" }, { "solarSystemName": "Kirras", "x": 175, "y": 580, "security": 0.8217432973044453, - "connectedSystems": [ - "Iidoken", - "Autama" - ] + "connectedSystems": "Iidoken,Autama" }, { "solarSystemName": "Autama", "x": 130, "y": 545, "security": 0.7751041896484009, - "connectedSystems": [ - "Kirras", - "Ouranienen", - "Tsukuras" - ] + "connectedSystems": "Kirras,Ouranienen,Tsukuras" }, { "solarSystemName": "Tsukuras", "x": 65, "y": 520, "security": 0.7321581136333393, - "connectedSystems": [ - "Ouranienen", - "Autama", - "Ajanen" - ] + "connectedSystems": "Ouranienen,Autama,Ajanen" }, { "solarSystemName": "Ajanen", "x": 35, "y": 475, "security": 0.6337853855558792, - "connectedSystems": [ - "Tsukuras", - "Kuoka" - ] + "connectedSystems": "Tsukuras,Kuoka" }, { "solarSystemName": "Kuoka", "x": 55, "y": 440, "security": 0.576705182846499, - "connectedSystems": [ - "Erenta", - "Ajanen" - ] + "connectedSystems": "Erenta,Ajanen" }, { "solarSystemName": "Liukikka", "x": 370, "y": 180, "security": 0.5643610813710737, - "connectedSystems": [ - "Aunenen", - "Rauntaka", - "Aikantoh" - ] + "connectedSystems": "Aunenen,Rauntaka,Aikantoh" }, { "solarSystemName": "Rauntaka", "x": 420, "y": 140, "security": 0.525685860403091, - "connectedSystems": [ - "Liukikka", - "Atai", - "Otalieto" - ] + "connectedSystems": "Liukikka,Atai,Otalieto" }, { "solarSystemName": "Aikantoh", "x": 390, "y": 215, "security": 0.6457973915636088, - "connectedSystems": [ - "Liukikka" - ] + "connectedSystems": "Liukikka" }, { "solarSystemName": "Atai", "x": 420, "y": 80, "security": 0.4811138699296748, - "connectedSystems": [ - "Rauntaka", - "Daras", - "Jotenen" - ] + "connectedSystems": "Rauntaka,Daras,Jotenen" }, { "solarSystemName": "Daras", "x": 315, "y": 80, "security": 0.3599791889387733, - "connectedSystems": [ - "Atai", - "Otalieto", - "Iitanmadan" - ] + "connectedSystems": "Atai,Otalieto,Iitanmadan" }, { "solarSystemName": "Otalieto", "x": 315, "y": 140, "security": 0.513440820229165, - "connectedSystems": [ - "Rauntaka", - "Daras", - "Jotenen", - "Endatoh", - "Aunenen" - ] + "connectedSystems": "Rauntaka,Daras,Jotenen,Endatoh,Aunenen" }, { "solarSystemName": "Iitanmadan", "x": 295, "y": 40, "security": 0.30586933899697, - "connectedSystems": [ - "Daras", - "Tamo" - ] + "connectedSystems": "Daras,Tamo" }, { "solarSystemName": "Jotenen", "x": 370, "y": 110, "security": 0.5828238533696672, - "connectedSystems": [ - "Atai", - "Otalieto" - ] + "connectedSystems": "Atai,Otalieto" }, { "solarSystemName": "Haajinen", "x": 135, "y": 330, "security": 0.8012256423149308, - "connectedSystems": [ - "Piak", - "Oipo" - ] + "connectedSystems": "Piak,Oipo" }, { "solarSystemName": "Oipo", "x": 65, "y": 325, "security": 0.7590680265637462, - "connectedSystems": [ - "Haajinen", - "Isinokka" - ] + "connectedSystems": "Haajinen,Isinokka" }, { "solarSystemName": "Isinokka", "x": 30, "y": 295, "security": 0.7251131835257767, - "connectedSystems": [ - "Oipo", - "Yoma" - ] + "connectedSystems": "Oipo,Yoma" }, { "solarSystemName": "Yoma", "x": 10, "y": 260, "security": 0.6474514765373893, - "connectedSystems": [ - "Isinokka", - "Ibura" - ] + "connectedSystems": "Isinokka,Ibura" }, { "solarSystemName": "Ibura", "x": 5, "y": 225, "security": 0.6191236618451874, - "connectedSystems": [ - "Yoma", - "Torrinos" - ] + "connectedSystems": "Yoma,Torrinos" }, { "solarSystemName": "Torrinos", "x": 5, "y": 190, "security": 0.5196677035325441, - "connectedSystems": [ - "Ibura", - "EC-P8R" - ] + "connectedSystems": "Ibura,EC-P8R" }, { "solarSystemName": "Endatoh", "x": 275, "y": 110, "security": 0.5734916636100744, - "connectedSystems": [ - "Otalieto", - "Aivoli" - ] + "connectedSystems": "Otalieto,Aivoli" }, { "solarSystemName": "Aivoli", "x": 220, "y": 90, "security": 0.5779751992970985, - "connectedSystems": [ - "Endatoh", - "Uesuro" - ] + "connectedSystems": "Endatoh,Uesuro" }, { "solarSystemName": "Uesuro", "x": 155, "y": 105, "security": 0.5235317507405723, - "connectedSystems": [ - "Aivoli", - "Oishami", - "Elanoda" - ] + "connectedSystems": "Aivoli,Oishami,Elanoda" }, { "solarSystemName": "Oishami", "x": 155, "y": 70, "security": 0.450910983345255, - "connectedSystems": [ - "Uesuro" - ] + "connectedSystems": "Uesuro" }, { "solarSystemName": "Elanoda", "x": 145, "y": 140, "security": 0.5127682853511631, - "connectedSystems": [ - "Uesuro", - "Ohbochi" - ] + "connectedSystems": "Uesuro,Ohbochi" }, { "solarSystemName": "Ohbochi", "x": 145, "y": 175, "security": 0.4109272722293859, - "connectedSystems": [ - "Elanoda", - "Isie", - "Raihbaka" - ] + "connectedSystems": "Elanoda,Isie,Raihbaka" }, { "solarSystemName": "Isie", "x": 210, "y": 175, "security": 0.3570892375207062, - "connectedSystems": [ - "Ohbochi" - ] + "connectedSystems": "Ohbochi" }, { "solarSystemName": "Tamo", "x": 230, "y": 20, "security": 0.3382873439726847, - "connectedSystems": [ - "Iitanmadan", - "Nannaras" - ] + "connectedSystems": "Iitanmadan,Nannaras" }, { "solarSystemName": "Nannaras", "x": 155, "y": 20, "security": 0.3897153885897078, - "connectedSystems": [ - "Tamo", - "Anin", - "Karjataimon" - ] + "connectedSystems": "Tamo,Anin,Karjataimon" }, { "solarSystemName": "Anin", "x": 85, "y": 5, "security": 0.3586282438770853, - "connectedSystems": [ - "Nannaras", - "Karjataimon", - "Tartoken" - ] + "connectedSystems": "Nannaras,Karjataimon,Tartoken" }, { "solarSystemName": "Karjataimon", "x": 85, "y": 40, "security": 0.2847066068577709, - "connectedSystems": [ - "Nannaras", - "Anin", - "Tartoken", - "Saranen", - "Sarenemi" - ] + "connectedSystems": "Nannaras,Anin,Tartoken,Saranen,Sarenemi" }, { "solarSystemName": "Tartoken", "x": 5, "y": 5, "security": 0.1193193508287336, - "connectedSystems": [ - "Anin", - "Karjataimon", - "Saranen" - ] + "connectedSystems": "Anin,Karjataimon,Saranen" }, { "solarSystemName": "Saranen", "x": 5, "y": 40, "security": 0.0962943884730787, - "connectedSystems": [ - "Karjataimon", - "Tartoken", - "93PI-4" - ] + "connectedSystems": "Karjataimon,Tartoken,93PI-4" }, { "solarSystemName": "Vuorrassi", "x": 845, "y": 175, "security": 0.5283446465388381, - "connectedSystems": [ - "Hageken", - "Oimmo" - ] + "connectedSystems": "Hageken,Oimmo" }, { "solarSystemName": "Oimmo", "x": 935, "y": 175, "security": 0.4638825057914445, - "connectedSystems": [ - "Vuorrassi", - "Otsasai" - ] + "connectedSystems": "Vuorrassi,Otsasai" }, { "solarSystemName": "Otsasai", "x": 935, "y": 120, "security": 0.349161331944607, - "connectedSystems": [ - "Oimmo", - "Taisy", - "Hakonen" - ] + "connectedSystems": "Oimmo,Taisy,Hakonen" }, { "solarSystemName": "Taisy", "x": 845, "y": 65, "security": 0.3283318341296254, - "connectedSystems": [ - "Otsasai", - "Hakonen", - "M-OEE8" - ] + "connectedSystems": "Otsasai,Hakonen,M-OEE8" }, { "solarSystemName": "Hakonen", "x": 935, "y": 65, "security": 0.296379021078, - "connectedSystems": [ - "Otsasai", - "Taisy", - "Obe" - ] + "connectedSystems": "Otsasai,Taisy,Obe" }, { "solarSystemName": "EC-P8R", "x": 5, "y": 155, "security": -0.4465753930977101, - "connectedSystems": [ - "Torrinos", - "EWOK-K", - "G-M4I8" - ] + "connectedSystems": "Torrinos,EWOK-K,G-M4I8" }, { "solarSystemName": "EWOK-K", "x": 70, "y": 140, "security": -0.3135391020916142, - "connectedSystems": [ - "EC-P8R", - "O-N8XZ", - "G-M4I8" - ] + "connectedSystems": "EC-P8R,O-N8XZ,G-M4I8" }, { "solarSystemName": "G-M4I8", "x": 5, "y": 120, "security": -0.2983889225425641, - "connectedSystems": [ - "EC-P8R", - "EWOK-K", - "93PI-4", - "R-2R0G" - ] + "connectedSystems": "EC-P8R,EWOK-K,93PI-4,R-2R0G" }, { "solarSystemName": "93PI-4", "x": 5, "y": 85, "security": -0.1746633354663784, - "connectedSystems": [ - "G-M4I8", - "Saranen" - ] + "connectedSystems": "G-M4I8,Saranen" }, { "solarSystemName": "Ahynada", "x": 412, "y": 480, "security": 0.8035481991882445, - "connectedSystems": [ - "Kausaaja", - "Oiniken", - "Paara", - "Tunttaras" - ] + "connectedSystems": "Kausaaja,Oiniken,Paara,Tunttaras" }, { "solarSystemName": "Aikoro", "x": 740, "y": 430, "security": 0.7714352004188871, - "connectedSystems": [ - "Oiniken", - "Alikara", - "Funtanainen", - "Isikemi" - ] + "connectedSystems": "Oiniken,Alikara,Funtanainen,Isikemi" }, { "solarSystemName": "Alikara", "x": 740, "y": 385, "security": 0.7112933851639902, - "connectedSystems": [ - "Vellaine", - "Kaimon", - "Aikoro", - "Isanamo", - "New Caldari" - ] + "connectedSystems": "Vellaine,Kaimon,Aikoro,Isanamo,New Caldari" }, { "solarSystemName": "Hasama", "x": 440, "y": 180, "security": 0.2714402448602707, - "connectedSystems": [ - "Nikkishina", - "Mara" - ] + "connectedSystems": "Nikkishina,Mara" }, { "solarSystemName": "Halaima", "x": 320, "y": 561, "security": 0.6589382757267639, - "connectedSystems": [ - "Huttaken", - "Kamio", - "Sankkasen", - "Sarekuwa" - ] + "connectedSystems": "Huttaken,Kamio,Sankkasen,Sarekuwa" }, { "solarSystemName": "Tama", "x": 460, "y": 600, "security": 0.2825556883337969, - "connectedSystems": [ - "Sujarento", - "Nourvukaiken", - "Kedama" - ] + "connectedSystems": "Sujarento,Nourvukaiken,Kedama" }, { "solarSystemName": "Jouvulen", "x": 760, "y": 695, "security": 0.889762851761, - "connectedSystems": [ - "Ekura" - ] + "connectedSystems": "Ekura" }, { "solarSystemName": "Akiainavas", "x": 615, "y": 650, "security": 0.745254943318, - "connectedSystems": [ - "Airkio" - ] + "connectedSystems": "Airkio" }, { "solarSystemName": "Kappas", "x": 880, "y": 480, "security": 0.8699852245173887, - "connectedSystems": [ - "Funtanainen" - ] + "connectedSystems": "Funtanainen" }, { "solarSystemName": "Hitanishio", "x": 391, "y": 560, "security": 0.9467487614309071, - "connectedSystems": [ - "Sarekuwa" - ] + "connectedSystems": "Sarekuwa" }, { "solarSystemName": "Ichinumi", "x": 480, "y": 545, "security": 0.8782465145545774, - "connectedSystems": [ - "Tunttaras" - ] + "connectedSystems": "Tunttaras" }, { "solarSystemName": "Sarenemi", "x": 85, "y": 75, "security": 0.2168523187684844, - "connectedSystems": [ - "Hykanima", - "Karjataimon" - ] + "connectedSystems": "Hykanima,Karjataimon" }, { "solarSystemName": "Kinakka", "x": 150, "y": 250, "security": 0.4156230084766713, - "connectedSystems": [ - "Martoh", - "Innia", - "Raihbaka", - "Onnamon" - ] + "connectedSystems": "Martoh,Innia,Raihbaka,Onnamon" }, { "solarSystemName": "Raihbaka", "x": 145, "y": 210, "security": 0.3798002003045615, - "connectedSystems": [ - "Iralaja", - "Kinakka", - "Ohbochi" - ] + "connectedSystems": "Iralaja,Kinakka,Ohbochi" }, { "solarSystemName": "Iralaja", "x": 210, "y": 210, "security": 0.3197668723516429, - "connectedSystems": [ - "Raihbaka", - "Martoh" - ] + "connectedSystems": "Raihbaka,Martoh" }, { "solarSystemName": "Onnamon", "x": 170, "y": 285, "security": 0.555534508863, - "connectedSystems": [ - "Kinakka", - "Rohamaa", - "Uuhulanen", - "Tsuruma", - "Piak" - ] + "connectedSystems": "Kinakka,Rohamaa,Uuhulanen,Tsuruma,Piak" } ] \ No newline at end of file diff --git a/public/Malpais.json b/public/Malpais.json index 9d23b94..3a8c855 100644 --- a/public/Malpais.json +++ b/public/Malpais.json @@ -4,1272 +4,832 @@ "x": 345, "y": 570, "security": -0.146375294, - "connectedSystems": [ - "IBOX-2", - "8AB-Q4", - "13-49W", - "VW-PXL" - ] + "connectedSystems": "IBOX-2,8AB-Q4,13-49W,VW-PXL" }, { "solarSystemName": "IBOX-2", "x": 370, "y": 525, "security": -0.112042104, - "connectedSystems": [ - "TD-4XL", - "VW-PXL" - ] + "connectedSystems": "TD-4XL,VW-PXL" }, { "solarSystemName": "8AB-Q4", "x": 415, "y": 585, "security": -0.436616661, - "connectedSystems": [ - "TD-4XL", - "JA-G0T" - ] + "connectedSystems": "TD-4XL,JA-G0T" }, { "solarSystemName": "VW-PXL", "x": 445, "y": 535, "security": -0.082809638, - "connectedSystems": [ - "TD-4XL", - "IBOX-2", - "IF-KD1" - ] + "connectedSystems": "TD-4XL,IBOX-2,IF-KD1" }, { "solarSystemName": "JA-G0T", "x": 480, "y": 605, "security": -0.526133584, - "connectedSystems": [ - "8AB-Q4", - "1-EVAX" - ] + "connectedSystems": "8AB-Q4,1-EVAX" }, { "solarSystemName": "IF-KD1", "x": 545, "y": 525, "security": -0.090585674, - "connectedSystems": [ - "VW-PXL", - "Z0H2-4", - "R-AG7W" - ] + "connectedSystems": "VW-PXL,Z0H2-4,R-AG7W" }, { "solarSystemName": "7-YHRX", "x": 0, "y": 280, "security": -0.621786125, - "connectedSystems": [ - "O31W-6", - "Y6-9LF", - "X-PQEX" - ] + "connectedSystems": "O31W-6,Y6-9LF,X-PQEX" }, { "solarSystemName": "Y6-9LF", "x": 0, "y": 320, "security": -0.75392372, - "connectedSystems": [ - "7-YHRX", - "NSI-MW" - ] + "connectedSystems": "7-YHRX,NSI-MW" }, { "solarSystemName": "X-PQEX", "x": 70, "y": 280, "security": -0.540927018, - "connectedSystems": [ - "7-YHRX", - "N-H95C" - ] + "connectedSystems": "7-YHRX,N-H95C" }, { "solarSystemName": "N-H95C", "x": 140, "y": 280, "security": -0.574996901, - "connectedSystems": [ - "X-PQEX", - "N-YLOE" - ] + "connectedSystems": "X-PQEX,N-YLOE" }, { "solarSystemName": "NSI-MW", "x": 0, "y": 360, "security": -0.896191158, - "connectedSystems": [ - "Y6-9LF" - ] + "connectedSystems": "Y6-9LF" }, { "solarSystemName": "N-YLOE", "x": 215, "y": 280, "security": -0.328480411, - "connectedSystems": [ - "N-H95C", - "TP-APY", - "WVJU-4" - ] + "connectedSystems": "N-H95C,TP-APY,WVJU-4" }, { "solarSystemName": "NBO-O0", "x": 230, "y": 500, "security": -0.143485442, - "connectedSystems": [ - "F-TQWO", - "0-TRV1", - "13-49W", - "IL-OL1" - ] + "connectedSystems": "F-TQWO,0-TRV1,13-49W,IL-OL1" }, { "solarSystemName": "F-TQWO", "x": 260, "y": 460, "security": -0.497199946, - "connectedSystems": [ - "NBO-O0", - "0-TRV1", - "6UT-1K" - ] + "connectedSystems": "NBO-O0,0-TRV1,6UT-1K" }, { "solarSystemName": "0-TRV1", "x": 305, "y": 485, "security": -0.261913272, - "connectedSystems": [ - "NBO-O0", - "F-TQWO", - "O8W-5O" - ] + "connectedSystems": "NBO-O0,F-TQWO,O8W-5O" }, { "solarSystemName": "13-49W", "x": 270, "y": 545, "security": -0.164076528, - "connectedSystems": [ - "NBO-O0", - "TD-4XL", - "R-RMDH" - ] + "connectedSystems": "NBO-O0,TD-4XL,R-RMDH" }, { "solarSystemName": "6UT-1K", "x": 305, "y": 425, "security": -0.639783035, - "connectedSystems": [ - "F-TQWO" - ] + "connectedSystems": "F-TQWO" }, { "solarSystemName": "O8W-5O", "x": 375, "y": 475, "security": -0.144954878, - "connectedSystems": [ - "0-TRV1", - "QB-AE6", - "AY9X-Q" - ] + "connectedSystems": "0-TRV1,QB-AE6,AY9X-Q" }, { "solarSystemName": "LH-PLU", "x": 545, "y": 0, "security": -0.594941016, - "connectedSystems": [ - "9F-ERQ", - "AZA-QE", - "8-2JZA", - "VVB-QH" - ] + "connectedSystems": "9F-ERQ,AZA-QE,8-2JZA,VVB-QH" }, { "solarSystemName": "AZA-QE", "x": 565, "y": 40, "security": -0.73939976, - "connectedSystems": [ - "LH-PLU", - "2XI8-Y" - ] + "connectedSystems": "LH-PLU,2XI8-Y" }, { "solarSystemName": "8-2JZA", "x": 655, "y": 25, "security": -0.43182052, - "connectedSystems": [ - "LH-PLU", - "ZT-L3S", - "VVB-QH" - ] + "connectedSystems": "LH-PLU,ZT-L3S,VVB-QH" }, { "solarSystemName": "ZT-L3S", "x": 750, "y": 50, "security": -0.17495174, - "connectedSystems": [ - "8-2JZA" - ] + "connectedSystems": "8-2JZA" }, { "solarSystemName": "VVB-QH", "x": 765, "y": 0, "security": -0.369693254, - "connectedSystems": [ - "LH-PLU", - "8-2JZA", - "Z-DDVJ" - ] + "connectedSystems": "LH-PLU,8-2JZA,Z-DDVJ" }, { "solarSystemName": "Z-DDVJ", "x": 910, "y": 65, "security": -0.179950732, - "connectedSystems": [ - "VVB-QH", - "863P-X" - ] + "connectedSystems": "VVB-QH,863P-X" }, { "solarSystemName": "7-2Z93", "x": 415, "y": 150, "security": -0.644912997, - "connectedSystems": [ - "B-VFDD", - "1NZV-7", - "NBW-GD" - ] + "connectedSystems": "B-VFDD,1NZV-7,NBW-GD" }, { "solarSystemName": "B-VFDD", "x": 400, "y": 95, "security": -0.617783984, - "connectedSystems": [ - "7-2Z93", - "1NZV-7", - "NIM-FY" - ] + "connectedSystems": "7-2Z93,1NZV-7,NIM-FY" }, { "solarSystemName": "A0M-R8", "x": 520, "y": 200, "security": -0.667146126, - "connectedSystems": [ - "LY-WRW", - "QCGG-Q" - ] + "connectedSystems": "LY-WRW,QCGG-Q" }, { "solarSystemName": "LY-WRW", "x": 495, "y": 160, "security": -0.38382591, - "connectedSystems": [ - "A0M-R8", - "1NZV-7" - ] + "connectedSystems": "A0M-R8,1NZV-7" }, { "solarSystemName": "9F-ERQ", "x": 450, "y": 15, "security": -0.533986837, - "connectedSystems": [ - "LH-PLU", - "NIM-FY" - ] + "connectedSystems": "LH-PLU,NIM-FY" }, { "solarSystemName": "QCGG-Q", "x": 565, "y": 230, "security": -0.628168784, - "connectedSystems": [ - "B-B0ME", - "A0M-R8" - ] + "connectedSystems": "B-B0ME,A0M-R8" }, { "solarSystemName": "1NZV-7", "x": 465, "y": 115, "security": -0.637664779, - "connectedSystems": [ - "7-2Z93", - "B-VFDD", - "LY-WRW" - ] + "connectedSystems": "7-2Z93,B-VFDD,LY-WRW" }, { "solarSystemName": "NIM-FY", "x": 380, "y": 45, "security": -0.423260749, - "connectedSystems": [ - "B-VFDD", - "9F-ERQ", - "N6NK-J" - ] + "connectedSystems": "B-VFDD,9F-ERQ,N6NK-J" }, { "solarSystemName": "DAI-SH", "x": 191, "y": 39, "security": -0.316336726, - "connectedSystems": [ - "V3P-AZ", - "C-KW6X", - "X1W-AL", - "F-WZYG" - ] + "connectedSystems": "V3P-AZ,C-KW6X,X1W-AL,F-WZYG" }, { "solarSystemName": "V3P-AZ", "x": 103, "y": 30, "security": -0.489001651, - "connectedSystems": [ - "B1UE-J", - "DAI-SH", - "S-R9J2" - ] + "connectedSystems": "B1UE-J,DAI-SH,S-R9J2" }, { "solarSystemName": "C-KW6X", "x": 176, "y": 78, "security": -0.28833373, - "connectedSystems": [ - "DAI-SH" - ] + "connectedSystems": "DAI-SH" }, { "solarSystemName": "X1W-AL", "x": 261, "y": 32, "security": -0.241531654, - "connectedSystems": [ - "DAI-SH", - "F-WZYG" - ] + "connectedSystems": "DAI-SH,F-WZYG" }, { "solarSystemName": "F-WZYG", "x": 253, "y": 79, "security": -0.178608496, - "connectedSystems": [ - "DAI-SH", - "X1W-AL", - "DOA-YU" - ] + "connectedSystems": "DAI-SH,X1W-AL,DOA-YU" }, { "solarSystemName": "S-R9J2", "x": 83, "y": 74, "security": -0.772206402, - "connectedSystems": [ - "V3P-AZ", - "XU-BF8", - "RIU-GC" - ] + "connectedSystems": "V3P-AZ,XU-BF8,RIU-GC" }, { "solarSystemName": "XU-BF8", "x": 42, "y": 115, "security": -0.859783645, - "connectedSystems": [ - "S-R9J2", - "RIU-GC" - ] + "connectedSystems": "S-R9J2,RIU-GC" }, { "solarSystemName": "RIU-GC", "x": 117, "y": 112, "security": -0.470835245, - "connectedSystems": [ - "S-R9J2", - "XU-BF8" - ] + "connectedSystems": "S-R9J2,XU-BF8" }, { "solarSystemName": "Z0H2-4", "x": 650, "y": 535, "security": -0.198103876, - "connectedSystems": [ - "IF-KD1", - "N06Z-Q", - "63-7Q6", - "XCZ5-Y" - ] + "connectedSystems": "IF-KD1,N06Z-Q,63-7Q6,XCZ5-Y" }, { "solarSystemName": "63-7Q6", "x": 750, "y": 535, "security": -0.181499528, - "connectedSystems": [ - "Z0H2-4", - "N06Z-Q", - "W5-205" - ] + "connectedSystems": "Z0H2-4,N06Z-Q,W5-205" }, { "solarSystemName": "XCZ5-Y", "x": 710, "y": 575, "security": -0.536614163, - "connectedSystems": [ - "Z0H2-4", - "NRD-5Q" - ] + "connectedSystems": "Z0H2-4,NRD-5Q" }, { "solarSystemName": "NRD-5Q", "x": 750, "y": 615, "security": -0.504446083, - "connectedSystems": [ - "XCZ5-Y", - "T-4H0B" - ] + "connectedSystems": "XCZ5-Y,T-4H0B" }, { "solarSystemName": "W5-205", "x": 810, "y": 530, "security": -0.15664332, - "connectedSystems": [ - "63-7Q6" - ] + "connectedSystems": "63-7Q6" }, { "solarSystemName": "T-4H0B", "x": 790, "y": 665, "security": -0.267274754, - "connectedSystems": [ - "NRD-5Q" - ] + "connectedSystems": "NRD-5Q" }, { "solarSystemName": "Z-EKCY", "x": 72, "y": 701, "security": -0.194889616, - "connectedSystems": [ - "QZX-L9", - "SH-YZY" - ] + "connectedSystems": "QZX-L9,SH-YZY" }, { "solarSystemName": "SH-YZY", "x": 130, "y": 670, "security": -0.186043429, - "connectedSystems": [ - "Z-EKCY", - "O7-RFZ", - "CLW-SI" - ] + "connectedSystems": "Z-EKCY,O7-RFZ,CLW-SI" }, { "solarSystemName": "O7-RFZ", "x": 197, "y": 688, "security": -0.202826946, - "connectedSystems": [ - "SH-YZY", - "CLW-SI" - ] + "connectedSystems": "SH-YZY,CLW-SI" }, { "solarSystemName": "CLW-SI", "x": 187, "y": 637, "security": -0.217095347, - "connectedSystems": [ - "SH-YZY", - "O7-RFZ", - "5-A0PX", - "R-RMDH" - ] + "connectedSystems": "SH-YZY,O7-RFZ,5-A0PX,R-RMDH" }, { "solarSystemName": "5-A0PX", "x": 258, "y": 650, "security": -0.332751643, - "connectedSystems": [ - "CLW-SI", - "R-RMDH" - ] + "connectedSystems": "CLW-SI,R-RMDH" }, { "solarSystemName": "R-RMDH", "x": 233, "y": 597, "security": -0.185452822, - "connectedSystems": [ - "13-49W", - "CLW-SI", - "5-A0PX" - ] + "connectedSystems": "13-49W,CLW-SI,5-A0PX" }, { "solarSystemName": "2XI8-Y", "x": 615, "y": 80, "security": -0.869317032, - "connectedSystems": [ - "AZA-QE", - "5B-YDD" - ] + "connectedSystems": "AZA-QE,5B-YDD" }, { "solarSystemName": "5B-YDD", "x": 685, "y": 100, "security": -0.91903477, - "connectedSystems": [ - "2XI8-Y", - "W-XY4J", - "PWPY-4", - "Y-XZA7" - ] + "connectedSystems": "2XI8-Y,W-XY4J,PWPY-4,Y-XZA7" }, { "solarSystemName": "W-XY4J", "x": 595, "y": 120, "security": -0.92098508, - "connectedSystems": [ - "5B-YDD" - ] + "connectedSystems": "5B-YDD" }, { "solarSystemName": "PWPY-4", "x": 755, "y": 100, "security": -0.961385845, - "connectedSystems": [ - "5B-YDD", - "QZ1-OH" - ] + "connectedSystems": "5B-YDD,QZ1-OH" }, { "solarSystemName": "QZ1-OH", "x": 760, "y": 145, "security": -0.972235947, - "connectedSystems": [ - "PWPY-4", - "Y-XZA7", - "PVF-N9" - ] + "connectedSystems": "PWPY-4,Y-XZA7,PVF-N9" }, { "solarSystemName": "Y-XZA7", "x": 690, "y": 145, "security": -0.964296734, - "connectedSystems": [ - "5B-YDD", - "QZ1-OH" - ] + "connectedSystems": "5B-YDD,QZ1-OH" }, { "solarSystemName": "1-EVAX", "x": 590, "y": 645, "security": -0.529568725, - "connectedSystems": [ - "JA-G0T", - "I8-AJY", - "XTVZ-E", - "B2J-5N" - ] + "connectedSystems": "JA-G0T,I8-AJY,XTVZ-E,B2J-5N" }, { "solarSystemName": "I8-AJY", "x": 640, "y": 675, "security": -0.681962798, - "connectedSystems": [ - "1-EVAX", - "6-WMKE", - "J-Z8C2" - ] + "connectedSystems": "1-EVAX,6-WMKE,J-Z8C2" }, { "solarSystemName": "6-WMKE", "x": 700, "y": 695, "security": -0.707440162, - "connectedSystems": [ - "I8-AJY", - "89-JPE" - ] + "connectedSystems": "I8-AJY,89-JPE" }, { "solarSystemName": "J-Z8C2", "x": 565, "y": 695, "security": -0.671650986, - "connectedSystems": [ - "I8-AJY", - "APES-G", - "2Z-HPQ" - ] + "connectedSystems": "I8-AJY,APES-G,2Z-HPQ" }, { "solarSystemName": "XTVZ-E", "x": 615, "y": 600, "security": -0.497393435, - "connectedSystems": [ - "1-EVAX", - "B2J-5N" - ] + "connectedSystems": "1-EVAX,B2J-5N" }, { "solarSystemName": "APES-G", "x": 500, "y": 710, "security": -0.711115778, - "connectedSystems": [ - "J-Z8C2", - "0J-MQW" - ] + "connectedSystems": "J-Z8C2,0J-MQW" }, { "solarSystemName": "B2J-5N", "x": 660, "y": 635, "security": -0.593811133, - "connectedSystems": [ - "1-EVAX", - "XTVZ-E" - ] + "connectedSystems": "1-EVAX,XTVZ-E" }, { "solarSystemName": "2Z-HPQ", "x": 630, "y": 725, "security": -0.642095218, - "connectedSystems": [ - "J-Z8C2" - ] + "connectedSystems": "J-Z8C2" }, { "solarSystemName": "NBW-GD", "x": 445, "y": 225, "security": -0.690376019, - "connectedSystems": [ - "7-2Z93", - "YM-SRU", - "LO5-LN", - "C-NMG9" - ] + "connectedSystems": "7-2Z93,YM-SRU,LO5-LN,C-NMG9" }, { "solarSystemName": "YM-SRU", "x": 365, "y": 265, "security": -0.787159466, - "connectedSystems": [ - "NBW-GD", - "C-NMG9", - "P3X-TN" - ] + "connectedSystems": "NBW-GD,C-NMG9,P3X-TN" }, { "solarSystemName": "LO5-LN", "x": 445, "y": 275, "security": -0.610728806, - "connectedSystems": [ - "NBW-GD", - "06-70G", - "GL6S-2" - ] + "connectedSystems": "NBW-GD,06-70G,GL6S-2" }, { "solarSystemName": "06-70G", "x": 440, "y": 315, "security": -0.560101029, - "connectedSystems": [ - "LO5-LN", - "UYG-YX", - "GL6S-2", - "RUF3-O" - ] + "connectedSystems": "LO5-LN,UYG-YX,GL6S-2,RUF3-O" }, { "solarSystemName": "UYG-YX", "x": 370, "y": 360, "security": -0.402104664, - "connectedSystems": [ - "06-70G", - "GL6S-2", - "RUF3-O" - ] + "connectedSystems": "06-70G,GL6S-2,RUF3-O" }, { "solarSystemName": "GL6S-2", "x": 370, "y": 315, "security": -0.43400065, - "connectedSystems": [ - "LO5-LN", - "06-70G", - "UYG-YX" - ] + "connectedSystems": "LO5-LN,06-70G,UYG-YX" }, { "solarSystemName": "RUF3-O", "x": 440, "y": 360, "security": -0.589306653, - "connectedSystems": [ - "06-70G", - "UYG-YX" - ] + "connectedSystems": "06-70G,UYG-YX" }, { "solarSystemName": "C-NMG9", "x": 365, "y": 210, "security": -0.63706868, - "connectedSystems": [ - "NBW-GD", - "YM-SRU" - ] + "connectedSystems": "NBW-GD,YM-SRU" }, { "solarSystemName": "P3X-TN", "x": 300, "y": 265, "security": -0.857434744, - "connectedSystems": [ - "YM-SRU" - ] + "connectedSystems": "YM-SRU" }, { "solarSystemName": "N6NK-J", "x": 270, "y": 180, "security": -0.234595362, - "connectedSystems": [ - "NIM-FY", - "TP-APY", - "DOA-YU", - "ZOPZ-6" - ] + "connectedSystems": "NIM-FY,TP-APY,DOA-YU,ZOPZ-6" }, { "solarSystemName": "TP-APY", "x": 240, "y": 220, "security": -0.280661083, - "connectedSystems": [ - "N6NK-J", - "N-YLOE", - "9NI-FW" - ] + "connectedSystems": "N6NK-J,N-YLOE,9NI-FW" }, { "solarSystemName": "9NI-FW", "x": 145, "y": 215, "security": -0.649618518, - "connectedSystems": [ - "TP-APY", - "H-EBQG" - ] + "connectedSystems": "TP-APY,H-EBQG" }, { "solarSystemName": "H-EBQG", "x": 80, "y": 170, "security": -0.636804573, - "connectedSystems": [ - "9NI-FW" - ] + "connectedSystems": "9NI-FW" }, { "solarSystemName": "DOA-YU", "x": 260, "y": 130, "security": -0.139966187, - "connectedSystems": [ - "F-WZYG", - "N6NK-J", - "ZOPZ-6" - ] + "connectedSystems": "F-WZYG,N6NK-J,ZOPZ-6" }, { "solarSystemName": "ZOPZ-6", "x": 205, "y": 165, "security": -0.079368838, - "connectedSystems": [ - "N6NK-J", - "DOA-YU" - ] + "connectedSystems": "N6NK-J,DOA-YU" }, { "solarSystemName": "863P-X", "x": 773, "y": 279, "security": -0.14380981, - "connectedSystems": [ - "Z-DDVJ", - "ND-X7X", - "ZO-YJZ", - "6A-FUY", - "HG-YEQ", - "QSCO-D" - ] + "connectedSystems": "Z-DDVJ,ND-X7X,ZO-YJZ,6A-FUY,HG-YEQ,QSCO-D" }, { "solarSystemName": "ZO-YJZ", "x": 798, "y": 327, "security": -0.182833283, - "connectedSystems": [ - "863P-X", - "6A-FUY", - "HG-YEQ" - ] + "connectedSystems": "863P-X,6A-FUY,HG-YEQ" }, { "solarSystemName": "6A-FUY", "x": 866, "y": 298, "security": -0.171233258, - "connectedSystems": [ - "863P-X", - "ZO-YJZ", - "QSCO-D" - ] + "connectedSystems": "863P-X,ZO-YJZ,QSCO-D" }, { "solarSystemName": "HG-YEQ", "x": 731, "y": 353, "security": -0.070992484, - "connectedSystems": [ - "ND-X7X", - "863P-X", - "ZO-YJZ", - "2FL-5W", - "RSE-PT" - ] + "connectedSystems": "ND-X7X,863P-X,ZO-YJZ,2FL-5W,RSE-PT" }, { "solarSystemName": "2FL-5W", "x": 867, "y": 346, "security": -0.024806668, - "connectedSystems": [ - "HG-YEQ", - "RXTY-4" - ] + "connectedSystems": "HG-YEQ,RXTY-4" }, { "solarSystemName": "QSCO-D", "x": 863, "y": 246, "security": -0.121956325, - "connectedSystems": [ - "863P-X", - "6A-FUY", - "RXTY-4" - ] + "connectedSystems": "863P-X,6A-FUY,RXTY-4" }, { "solarSystemName": "RXTY-4", "x": 942, "y": 314, "security": -0.181599372, - "connectedSystems": [ - "2FL-5W", - "QSCO-D", - "RSE-PT" - ] + "connectedSystems": "2FL-5W,QSCO-D,RSE-PT" }, { "solarSystemName": "RSE-PT", "x": 896, "y": 394, "security": -0.051794858, - "connectedSystems": [ - "HG-YEQ", - "RXTY-4" - ] + "connectedSystems": "HG-YEQ,RXTY-4" }, { "solarSystemName": "WVJU-4", "x": 200, "y": 355, "security": -0.148919604, - "connectedSystems": [ - "N-YLOE", - "7T-0QS", - "RWML-A", - "V-JCJS" - ] + "connectedSystems": "N-YLOE,7T-0QS,RWML-A,V-JCJS" }, { "solarSystemName": "7T-0QS", "x": 132, "y": 394, "security": -0.157806666, - "connectedSystems": [ - "WVJU-4", - "RWML-A", - "V-JCJS", - "8C-VE3" - ] + "connectedSystems": "WVJU-4,RWML-A,V-JCJS,8C-VE3" }, { "solarSystemName": "RWML-A", "x": 82, "y": 354, "security": -0.157313685, - "connectedSystems": [ - "WVJU-4", - "7T-0QS", - "8C-VE3" - ] + "connectedSystems": "WVJU-4,7T-0QS,8C-VE3" }, { "solarSystemName": "V-JCJS", "x": 200, "y": 395, "security": -0.097784128, - "connectedSystems": [ - "WVJU-4", - "7T-0QS", - "S5W-1Z", - "IL-OL1" - ] + "connectedSystems": "WVJU-4,7T-0QS,S5W-1Z,IL-OL1" }, { "solarSystemName": "8C-VE3", "x": 82, "y": 434, "security": -0.182605005, - "connectedSystems": [ - "7T-0QS", - "RWML-A", - "IL-OL1" - ] + "connectedSystems": "7T-0QS,RWML-A,IL-OL1" }, { "solarSystemName": "S5W-1Z", "x": 265, "y": 375, "security": -0.03469689, - "connectedSystems": [ - "V-JCJS" - ] + "connectedSystems": "V-JCJS" }, { "solarSystemName": "IL-OL1", "x": 200, "y": 435, "security": -0.116896985, - "connectedSystems": [ - "NBO-O0", - "V-JCJS", - "8C-VE3" - ] + "connectedSystems": "NBO-O0,V-JCJS,8C-VE3" }, { "solarSystemName": "POQP-K", "x": 778, "y": 426, "security": -0.122172665, - "connectedSystems": [ - "83-YGI", - "FO9-FZ" - ] + "connectedSystems": "83-YGI,FO9-FZ" }, { "solarSystemName": "FO9-FZ", "x": 839, "y": 441, "security": -0.120930519, - "connectedSystems": [ - "POQP-K", - "4QY-NT", - "0-N1BJ" - ] + "connectedSystems": "POQP-K,4QY-NT,0-N1BJ" }, { "solarSystemName": "4QY-NT", "x": 802, "y": 486, "security": -0.10456241, - "connectedSystems": [ - "FO9-FZ" - ] + "connectedSystems": "FO9-FZ" }, { "solarSystemName": "0-N1BJ", "x": 901, "y": 460, "security": -0.130790306, - "connectedSystems": [ - "FO9-FZ", - "T-8GWA" - ] + "connectedSystems": "FO9-FZ,T-8GWA" }, { "solarSystemName": "T-8GWA", "x": 945, "y": 490, "security": -0.132714737, - "connectedSystems": [ - "0-N1BJ", - "UW-6MW" - ] + "connectedSystems": "0-N1BJ,UW-6MW" }, { "solarSystemName": "UW-6MW", "x": 959, "y": 528, "security": -0.183174243, - "connectedSystems": [ - "T-8GWA" - ] + "connectedSystems": "T-8GWA" }, { "solarSystemName": "0J-MQW", "x": 425, "y": 720, "security": -0.91311829, - "connectedSystems": [ - "K-BBYU", - "APES-G" - ] + "connectedSystems": "K-BBYU,APES-G" }, { "solarSystemName": "N06Z-Q", "x": 705, "y": 505, "security": -0.033550194, - "connectedSystems": [ - "3G-LFX", - "QKCU-4", - "Z0H2-4", - "YX-0KH", - "63-7Q6" - ] + "connectedSystems": "3G-LFX,QKCU-4,Z0H2-4,YX-0KH,63-7Q6" }, { "solarSystemName": "89-JPE", "x": 770, "y": 735, "security": -0.669820275, - "connectedSystems": [ - "FGJP-J", - "D-IZT9", - "6-WMKE", - "WU9-ZR", - "E8-432" - ] + "connectedSystems": "FGJP-J,D-IZT9,6-WMKE,WU9-ZR,E8-432" }, { "solarSystemName": "QZX-L9", "x": 11, "y": 731, "security": -0.184514628, - "connectedSystems": [ - "SG-3HY", - "AU2V-J", - "SY-0AM", - "D-6PKO", - "Z-EKCY" - ] + "connectedSystems": "SG-3HY,AU2V-J,SY-0AM,D-6PKO,Z-EKCY" }, { "solarSystemName": "B1UE-J", "x": 0, "y": 30, "security": -0.458101179, - "connectedSystems": [ - "O31W-6", - "FBH-JN", - "V3P-AZ" - ] + "connectedSystems": "O31W-6,FBH-JN,V3P-AZ" }, { "solarSystemName": "O31W-6", "x": 0, "y": 220, "security": -0.464069171, - "connectedSystems": [ - "0S1-GI", - "7-YHRX", - "B1UE-J", - "C3J0-O" - ] + "connectedSystems": "0S1-GI,7-YHRX,B1UE-J,C3J0-O" }, { "solarSystemName": "QB-AE6", "x": 497, "y": 411, "security": -0.120771828, - "connectedSystems": [ - "G-W1ND", - "O8W-5O", - "MZLW-9" - ] + "connectedSystems": "G-W1ND,O8W-5O,MZLW-9" }, { "solarSystemName": "G-W1ND", "x": 527, "y": 362, "security": -0.147781622, - "connectedSystems": [ - "QB-AE6", - "MZLW-9", - "ND-X7X" - ] + "connectedSystems": "QB-AE6,MZLW-9,ND-X7X" }, { "solarSystemName": "MZLW-9", "x": 569, "y": 401, "security": -0.102436915, - "connectedSystems": [ - "QB-AE6", - "G-W1ND", - "ND-X7X" - ] + "connectedSystems": "QB-AE6,G-W1ND,ND-X7X" }, { "solarSystemName": "ND-X7X", "x": 600, "y": 347, "security": -0.120274067, - "connectedSystems": [ - "G-W1ND", - "MZLW-9", - "863P-X", - "DGDT-3", - "HG-YEQ" - ] + "connectedSystems": "G-W1ND,MZLW-9,863P-X,DGDT-3,HG-YEQ" }, { "solarSystemName": "DGDT-3", "x": 652, "y": 381, "security": -0.177547153, - "connectedSystems": [ - "ND-X7X", - "2-WNTD", - "83-YGI" - ] + "connectedSystems": "ND-X7X,2-WNTD,83-YGI" }, { "solarSystemName": "2-WNTD", "x": 629, "y": 426, "security": -0.084272963, - "connectedSystems": [ - "DGDT-3", - "KH-EWC" - ] + "connectedSystems": "DGDT-3,KH-EWC" }, { "solarSystemName": "83-YGI", "x": 708, "y": 409, "security": -0.198716341, - "connectedSystems": [ - "DGDT-3", - "POQP-K" - ] + "connectedSystems": "DGDT-3,POQP-K" }, { "solarSystemName": "B-B0ME", "x": 635, "y": 235, "security": -0.5219286, - "connectedSystems": [ - "TDP-T3", - "QCGG-Q", - "H-HGGJ" - ] + "connectedSystems": "TDP-T3,QCGG-Q,H-HGGJ" }, { "solarSystemName": "AY9X-Q", "x": 445, "y": 475, "security": -0.17280601, - "connectedSystems": [ - "O8W-5O", - "XU7-CH", - "R-AG7W" - ] + "connectedSystems": "O8W-5O,XU7-CH,R-AG7W" }, { "solarSystemName": "R-AG7W", "x": 515, "y": 485, "security": -0.275650736, - "connectedSystems": [ - "AY9X-Q", - "XU7-CH", - "IF-KD1" - ] + "connectedSystems": "AY9X-Q,XU7-CH,IF-KD1" }, { "solarSystemName": "PVF-N9", "x": 725, "y": 195, "security": -0.61627656, - "connectedSystems": [ - "7MMJ-3", - "9-EXU9", - "5-U12M", - "QZ1-OH" - ] + "connectedSystems": "7MMJ-3,9-EXU9,5-U12M,QZ1-OH" } ] \ No newline at end of file diff --git a/public/Metropolis.json b/public/Metropolis.json index 4b70121..7fb41be 100644 --- a/public/Metropolis.json +++ b/public/Metropolis.json @@ -4,1963 +4,1252 @@ "x": 755, "y": 45, "security": 0.2246366234547642, - "connectedSystems": [ - "Uemon", - "Ofage" - ] + "connectedSystems": "Uemon,Ofage" }, { "solarSystemName": "Akkio", "x": 230, "y": 420, "security": 0.1621514141274795, - "connectedSystems": [ - "Otosela", - "EOA-ZC", - "Todifrauan" - ] + "connectedSystems": "Otosela,EOA-ZC,Todifrauan" }, { "solarSystemName": "N-RAEL", "x": 974, "y": 255, "security": -0.02654360900898289, - "connectedSystems": [ - "28-QWU", - "UD-AOK", - "Konora" - ] + "connectedSystems": "28-QWU,UD-AOK,Konora" }, { "solarSystemName": "Bei", "x": 200, "y": 105, "security": 0.5648692285817195, - "connectedSystems": [ - "Ongund", - "Uttindar", - "Hagilur", - "Colelie" - ] + "connectedSystems": "Ongund,Uttindar,Hagilur,Colelie" }, { "solarSystemName": "Uttindar", "x": 110, "y": 75, "security": 0.5044302466540438, - "connectedSystems": [ - "Bei", - "Hek" - ] + "connectedSystems": "Bei,Hek" }, { "solarSystemName": "Hagilur", "x": 250, "y": 190, "security": 0.3620236672680453, - "connectedSystems": [ - "Bei", - "Anher", - "Ragnarg", - "Dudreda", - "Thelan" - ] + "connectedSystems": "Bei,Anher,Ragnarg,Dudreda,Thelan" }, { "solarSystemName": "Anher", "x": 285, "y": 295, "security": 0.4645283560987553, - "connectedSystems": [ - "Hagilur", - "Evati" - ] + "connectedSystems": "Hagilur,Evati" }, { "solarSystemName": "Ragnarg", "x": 320, "y": 170, "security": 0.389338698983139, - "connectedSystems": [ - "Hagilur" - ] + "connectedSystems": "Hagilur" }, { "solarSystemName": "Hek", "x": 0, "y": 0, "security": 0.8, - "connectedSystems": [ - "Uttindar", - "Hror", - "Nakugard", - "Eystur", - "Otou" - ] + "connectedSystems": "Uttindar,Hror,Nakugard,Eystur,Otou" }, { "solarSystemName": "Hror", "x": 0, "y": 305, "security": 0.5115187235054528, - "connectedSystems": [ - "Hek", - "Amo", - "Resbroko" - ] + "connectedSystems": "Hek,Amo,Resbroko" }, { "solarSystemName": "Amo", "x": 45, "y": 340, "security": 0.474410701341, - "connectedSystems": [ - "Hror", - "Resbroko", - "Auner" - ] + "connectedSystems": "Hror,Resbroko,Auner" }, { "solarSystemName": "Resbroko", "x": 0, "y": 430, "security": 0.4378762733088425, - "connectedSystems": [ - "Hror", - "Amo", - "Hadozeko", - "Auner" - ] + "connectedSystems": "Hror,Amo,Hadozeko,Auner" }, { "solarSystemName": "Hadozeko", "x": 15, "y": 495, "security": 0.3960712205814934, - "connectedSystems": [ - "Resbroko", - "Ardar", - "Klogori" - ] + "connectedSystems": "Resbroko,Ardar,Klogori" }, { "solarSystemName": "Ardar", "x": 60, "y": 545, "security": 0.3660109244863452, - "connectedSystems": [ - "Hadozeko", - "Floseswin", - "Frerstorn" - ] + "connectedSystems": "Hadozeko,Floseswin,Frerstorn" }, { "solarSystemName": "Auner", "x": 75, "y": 380, "security": 0.4075419535245066, - "connectedSystems": [ - "Amo", - "Resbroko" - ] + "connectedSystems": "Amo,Resbroko" }, { "solarSystemName": "Evati", "x": 280, "y": 360, "security": 0.2473920840545283, - "connectedSystems": [ - "Anher", - "Ofstold", - "Todifrauan", - "Lasleinur", - "Arnher" - ] + "connectedSystems": "Anher,Ofstold,Todifrauan,Lasleinur,Arnher" }, { "solarSystemName": "Ofstold", "x": 235, "y": 325, "security": 0.2739641188697755, - "connectedSystems": [ - "Evati", - "Lasleinur" - ] + "connectedSystems": "Evati,Lasleinur" }, { "solarSystemName": "Todifrauan", "x": 285, "y": 415, "security": 0.1158549989892361, - "connectedSystems": [ - "Evati", - "Helgatild", - "Arnstur", - "Akkio" - ] + "connectedSystems": "Evati,Helgatild,Arnstur,Akkio" }, { "solarSystemName": "Helgatild", "x": 255, "y": 465, "security": 0.1518975925182537, - "connectedSystems": [ - "Todifrauan", - "Arnstur", - "Brin" - ] + "connectedSystems": "Todifrauan,Arnstur,Brin" }, { "solarSystemName": "Arnstur", "x": 315, "y": 465, "security": 0.118168646911876, - "connectedSystems": [ - "Todifrauan", - "Helgatild", - "Brin", - "Gultratren" - ] + "connectedSystems": "Todifrauan,Helgatild,Brin,Gultratren" }, { "solarSystemName": "Lasleinur", "x": 195, "y": 350, "security": 0.2378483847978535, - "connectedSystems": [ - "Evati", - "Ofstold", - "Arnher" - ] + "connectedSystems": "Evati,Ofstold,Arnher" }, { "solarSystemName": "Arnher", "x": 220, "y": 385, "security": 0.1920996061318647, - "connectedSystems": [ - "Evati", - "Lasleinur", - "Egmar" - ] + "connectedSystems": "Evati,Lasleinur,Egmar" }, { "solarSystemName": "Brin", "x": 285, "y": 505, "security": 0.154825778601984, - "connectedSystems": [ - "Helgatild", - "Arnstur" - ] + "connectedSystems": "Helgatild,Arnstur" }, { "solarSystemName": "Nakugard", "x": 80, "y": 105, "security": 0.5209124992504186, - "connectedSystems": [ - "Hek", - "Traun", - "Uriok", - "Barkrik", - "Inder", - "Tvink", - "Lanngisi" - ] + "connectedSystems": "Hek,Traun,Uriok,Barkrik,Inder,Tvink,Lanngisi" }, { "solarSystemName": "Traun", "x": 80, "y": 170, "security": 0.6295208484138135, - "connectedSystems": [ - "Nakugard", - "Barkrik" - ] + "connectedSystems": "Nakugard,Barkrik" }, { "solarSystemName": "Uriok", "x": 30, "y": 200, "security": 0.5032398230346842, - "connectedSystems": [ - "Nakugard", - "Inder", - "Hjoramold" - ] + "connectedSystems": "Nakugard,Inder,Hjoramold" }, { "solarSystemName": "Barkrik", "x": 140, "y": 190, "security": 0.5623797649655651, - "connectedSystems": [ - "Nakugard", - "Traun", - "Tvink", - "Lanngisi", - "Hjoramold" - ] + "connectedSystems": "Nakugard,Traun,Tvink,Lanngisi,Hjoramold" }, { "solarSystemName": "Inder", "x": 30, "y": 140, "security": 0.5103382562515426, - "connectedSystems": [ - "Nakugard", - "Uriok", - "Tvink" - ] + "connectedSystems": "Nakugard,Uriok,Tvink" }, { "solarSystemName": "Tvink", "x": 135, "y": 140, "security": 0.4768667581098939, - "connectedSystems": [ - "Nakugard", - "Barkrik", - "Inder", - "Lanngisi" - ] + "connectedSystems": "Nakugard,Barkrik,Inder,Lanngisi" }, { "solarSystemName": "Lanngisi", "x": 190, "y": 140, "security": 0.4612063071584373, - "connectedSystems": [ - "Nakugard", - "Barkrik", - "Tvink" - ] + "connectedSystems": "Nakugard,Barkrik,Tvink" }, { "solarSystemName": "Hjoramold", "x": 85, "y": 225, "security": 0.5092121224039583, - "connectedSystems": [ - "Uriok", - "Barkrik" - ] + "connectedSystems": "Uriok,Barkrik" }, { "solarSystemName": "Dudreda", "x": 200, "y": 230, "security": 0.2921492434449825, - "connectedSystems": [ - "Hagilur", - "Hakisalki", - "Arifsdald" - ] + "connectedSystems": "Hagilur,Hakisalki,Arifsdald" }, { "solarSystemName": "Hakisalki", "x": 230, "y": 265, "security": 0.2117851605557357, - "connectedSystems": [ - "Dudreda", - "Arwa" - ] + "connectedSystems": "Dudreda,Arwa" }, { "solarSystemName": "Arwa", "x": 170, "y": 300, "security": 0.1273099416941506, - "connectedSystems": [ - "Hakisalki", - "Arifsdald", - "Ansen" - ] + "connectedSystems": "Hakisalki,Arifsdald,Ansen" }, { "solarSystemName": "Arifsdald", "x": 170, "y": 260, "security": 0.09276911225452589, - "connectedSystems": [ - "Dudreda", - "Arwa", - "Ansen" - ] + "connectedSystems": "Dudreda,Arwa,Ansen" }, { "solarSystemName": "Ansen", "x": 105, "y": 300, "security": 0.1363798719667878, - "connectedSystems": [ - "Arwa", - "Arifsdald" - ] + "connectedSystems": "Arwa,Arifsdald" }, { "solarSystemName": "Floseswin", "x": 215, "y": 570, "security": 0.4029520687043237, - "connectedSystems": [ - "Ardar", - "Uisper", - "Aset" - ] + "connectedSystems": "Ardar,Uisper,Aset" }, { "solarSystemName": "Uisper", "x": 315, "y": 575, "security": 0.3926813354807661, - "connectedSystems": [ - "Floseswin", - "Aset", - "Eytjangard", - "Turnur" - ] + "connectedSystems": "Floseswin,Aset,Eytjangard,Turnur" }, { "solarSystemName": "Aset", "x": 220, "y": 610, "security": 0.3552439763462066, - "connectedSystems": [ - "Floseswin", - "Uisper", - "Eytjangard", - "Turnur", - "Isbrabata", - "Vimeini", - "Avenod" - ] + "connectedSystems": "Floseswin,Uisper,Eytjangard,Turnur,Isbrabata,Vimeini,Avenod" }, { "solarSystemName": "Eytjangard", "x": 330, "y": 655, "security": 0.3615975236892218, - "connectedSystems": [ - "Uisper", - "Aset", - "Isbrabata", - "Avenod" - ] + "connectedSystems": "Uisper,Aset,Isbrabata,Avenod" }, { "solarSystemName": "Turnur", "x": 290, "y": 610, "security": 0.387434219905, - "connectedSystems": [ - "Uisper", - "Aset", - "Isbrabata", - "Zarzakh" - ] + "connectedSystems": "Uisper,Aset,Isbrabata,Zarzakh" }, { "solarSystemName": "Isbrabata", "x": 240, "y": 685, "security": 0.3551945591225804, - "connectedSystems": [ - "Aset", - "Eytjangard", - "Turnur", - "Vimeini", - "Kurniainen" - ] + "connectedSystems": "Aset,Eytjangard,Turnur,Vimeini,Kurniainen" }, { "solarSystemName": "Vimeini", "x": 190, "y": 655, "security": 0.3532851440081087, - "connectedSystems": [ - "Aset", - "Isbrabata" - ] + "connectedSystems": "Aset,Isbrabata" }, { "solarSystemName": "Avenod", "x": 305, "y": 700, "security": 0.3859046220939748, - "connectedSystems": [ - "Aset", - "Eytjangard", - "Audaerne" - ] + "connectedSystems": "Aset,Eytjangard,Audaerne" }, { "solarSystemName": "Frerstorn", "x": 80, "y": 585, "security": 0.3060941987066399, - "connectedSystems": [ - "Ardar", - "Ontorn", - "Sirekur", - "Gebuladi", - "Ebolfer", - "Eszur" - ] + "connectedSystems": "Ardar,Ontorn,Sirekur,Gebuladi,Ebolfer,Eszur" }, { "solarSystemName": "Ontorn", "x": 25, "y": 620, "security": 0.3218129987317192, - "connectedSystems": [ - "Frerstorn", - "Sirekur", - "Gebuladi", - "Ebolfer" - ] + "connectedSystems": "Frerstorn,Sirekur,Gebuladi,Ebolfer" }, { "solarSystemName": "Sirekur", "x": 130, "y": 620, "security": 0.3113421028562224, - "connectedSystems": [ - "Frerstorn", - "Ontorn", - "Ebolfer" - ] + "connectedSystems": "Frerstorn,Ontorn,Ebolfer" }, { "solarSystemName": "Gebuladi", "x": 40, "y": 665, "security": 0.2633317540727935, - "connectedSystems": [ - "Frerstorn", - "Ontorn", - "Ebolfer", - "Eszur" - ] + "connectedSystems": "Frerstorn,Ontorn,Ebolfer,Eszur" }, { "solarSystemName": "Ebolfer", "x": 115, "y": 665, "security": 0.2529114482968535, - "connectedSystems": [ - "Frerstorn", - "Ontorn", - "Sirekur", - "Gebuladi", - "Eszur" - ] + "connectedSystems": "Frerstorn,Ontorn,Sirekur,Gebuladi,Eszur" }, { "solarSystemName": "Eszur", "x": 80, "y": 700, "security": 0.2127962933816663, - "connectedSystems": [ - "Frerstorn", - "Gebuladi", - "Ebolfer", - "Hofjaldgund", - "Siseide" - ] + "connectedSystems": "Frerstorn,Gebuladi,Ebolfer,Hofjaldgund,Siseide" }, { "solarSystemName": "Hofjaldgund", "x": 75, "y": 740, "security": 0.2658251901459648, - "connectedSystems": [ - "Eszur", - "Dal" - ] + "connectedSystems": "Eszur,Dal" }, { "solarSystemName": "Klogori", "x": 55, "y": 450, "security": 0.2985580070407423, - "connectedSystems": [ - "Hadozeko", - "Orfrold" - ] + "connectedSystems": "Hadozeko,Orfrold" }, { "solarSystemName": "Orfrold", "x": 90, "y": 415, "security": 0.2286736585112276, - "connectedSystems": [ - "Klogori", - "Egmar" - ] + "connectedSystems": "Klogori,Egmar" }, { "solarSystemName": "Egmar", "x": 145, "y": 395, "security": 0.2528716714819527, - "connectedSystems": [ - "Orfrold", - "Taff", - "Arnher", - "Gulmorogod" - ] + "connectedSystems": "Orfrold,Taff,Arnher,Gulmorogod" }, { "solarSystemName": "Taff", "x": 145, "y": 440, "security": 0.1542556740600061, - "connectedSystems": [ - "Egmar", - "Ualkin", - "Gukarla" - ] + "connectedSystems": "Egmar,Ualkin,Gukarla" }, { "solarSystemName": "Ualkin", "x": 105, "y": 475, "security": 0.1501200166824731, - "connectedSystems": [ - "Taff", - "Gukarla" - ] + "connectedSystems": "Taff,Gukarla" }, { "solarSystemName": "Gukarla", "x": 175, "y": 475, "security": 0.1245628801557549, - "connectedSystems": [ - "Taff", - "Ualkin" - ] + "connectedSystems": "Taff,Ualkin" }, { "solarSystemName": "Ennur", "x": 974, "y": 320, "security": 0.05834881407780235, - "connectedSystems": [ - "Meildolf", - "Tabbetzur" - ] + "connectedSystems": "Meildolf,Tabbetzur" }, { "solarSystemName": "AD-5B8", "x": 855, "y": 5, "security": -0.03126532659674242, - "connectedSystems": [ - "UBX-CC", - "G-73MR", - "54-MF6", - "Eurgrana" - ] + "connectedSystems": "UBX-CC,G-73MR,54-MF6,Eurgrana" }, { "solarSystemName": "Ameinaka", "x": 613, "y": 722, "security": 0.987423205310479, - "connectedSystems": [ - "Hulm", - "Arlulf", - "Ivar", - "Malukker" - ] + "connectedSystems": "Hulm,Arlulf,Ivar,Malukker" }, { "solarSystemName": "Gulmorogod", "x": 133, "y": 356, "security": 0.3767940376500605, - "connectedSystems": [ - "Bosboger", - "Lulm", - "Amamake", - "Egmar" - ] + "connectedSystems": "Bosboger,Lulm,Amamake,Egmar" }, { "solarSystemName": "Meirakulf", "x": 805, "y": 520, "security": 0.8820667159559432, - "connectedSystems": [ - "Ivar", - "Frarn", - "Ryddinjorn" - ] + "connectedSystems": "Ivar,Frarn,Ryddinjorn" }, { "solarSystemName": "Siseide", "x": 10, "y": 700, "security": 0.3383511027477527, - "connectedSystems": [ - "Amamake", - "Vard", - "Lantorn", - "Dal", - "Auga", - "Egghelende", - "Eszur" - ] + "connectedSystems": "Amamake,Vard,Lantorn,Dal,Auga,Egghelende,Eszur" }, { "solarSystemName": "Dal", "x": 10, "y": 740, "security": 0.4113595889887207, - "connectedSystems": [ - "Amamake", - "Vard", - "Siseide", - "Lantorn", - "Auga", - "Hofjaldgund" - ] + "connectedSystems": "Amamake,Vard,Siseide,Lantorn,Auga,Hofjaldgund" }, { "solarSystemName": "Eystur", "x": 295, "y": 0, "security": 0.9492318218458264, - "connectedSystems": [ - "Olbra", - "Pator", - "Hek", - "Vullat", - "Lustrevik", - "Hadaugago" - ] + "connectedSystems": "Olbra,Pator,Hek,Vullat,Lustrevik,Hadaugago" }, { "solarSystemName": "Wiskeber", "x": 785, "y": 245, "security": 0.4044361461022897, - "connectedSystems": [ - "Aralgrund", - "Offikatlin", - "Mateber" - ] + "connectedSystems": "Aralgrund,Offikatlin,Mateber" }, { "solarSystemName": "Gultratren", "x": 340, "y": 515, "security": 0.309275657216791, - "connectedSystems": [ - "Rokofur", - "Ingunn", - "Arnstur" - ] + "connectedSystems": "Rokofur,Ingunn,Arnstur" }, { "solarSystemName": "Vullat", "x": 620, "y": 280, "security": 0.9713626112020906, - "connectedSystems": [ - "Magiko", - "Eram", - "Eystur", - "Loguttur" - ] + "connectedSystems": "Magiko,Eram,Eystur,Loguttur" }, { "solarSystemName": "Colelie", "x": 270, "y": 110, "security": 0.5123888280886228, - "connectedSystems": [ - "Deltole", - "Bei" - ] + "connectedSystems": "Deltole,Bei" }, { "solarSystemName": "Audaerne", "x": 305, "y": 740, "security": 0.4659398334910353, - "connectedSystems": [ - "Alsottobier", - "Augnais", - "Avenod" - ] + "connectedSystems": "Alsottobier,Augnais,Avenod" }, { "solarSystemName": "Thelan", "x": 300, "y": 140, "security": 0.2269928236102917, - "connectedSystems": [ - "Miroitem", - "Rorsins", - "Hagilur" - ] + "connectedSystems": "Miroitem,Rorsins,Hagilur" }, { "solarSystemName": "Otou", "x": 70, "y": 17, "security": 0.3336029006655801, - "connectedSystems": [ - "Miroitem", - "Lamadent", - "Hek" - ] + "connectedSystems": "Miroitem,Lamadent,Hek" }, { "solarSystemName": "Kurniainen", "x": 219, "y": 730, "security": 0.1143735848885704, - "connectedSystems": [ - "Oyonata", - "Saidusairos", - "Isbrabata" - ] + "connectedSystems": "Oyonata,Saidusairos,Isbrabata" }, { "solarSystemName": "Arlulf", "x": 610, "y": 650, "security": 0.9563870815703932, - "connectedSystems": [ - "Ameinaka", - "Brundakur", - "Stirht", - "Alf", - "Orgron" - ] + "connectedSystems": "Ameinaka,Brundakur,Stirht,Alf,Orgron" }, { "solarSystemName": "Brundakur", "x": 675, "y": 685, "security": 0.8905080070495847, - "connectedSystems": [ - "Arlulf", - "Nedegulf", - "Alf" - ] + "connectedSystems": "Arlulf,Nedegulf,Alf" }, { "solarSystemName": "Stirht", "x": 620, "y": 605, "security": 0.9226742541658184, - "connectedSystems": [ - "Arlulf", - "Illuin" - ] + "connectedSystems": "Arlulf,Illuin" }, { "solarSystemName": "Illuin", "x": 680, "y": 595, "security": 0.9133498395771031, - "connectedSystems": [ - "Stirht", - "Aldilur", - "Alf", - "Hjortur", - "Leurtmar" - ] + "connectedSystems": "Stirht,Aldilur,Alf,Hjortur,Leurtmar" }, { "solarSystemName": "Nedegulf", "x": 750, "y": 685, "security": 0.768313572751957, - "connectedSystems": [ - "Brundakur" - ] + "connectedSystems": "Brundakur" }, { "solarSystemName": "Aldilur", "x": 760, "y": 605, "security": 0.9094686404040416, - "connectedSystems": [ - "Illuin" - ] + "connectedSystems": "Illuin" }, { "solarSystemName": "Alf", "x": 685, "y": 635, "security": 0.9536733950953837, - "connectedSystems": [ - "Arlulf", - "Brundakur", - "Illuin", - "Abrat" - ] + "connectedSystems": "Arlulf,Brundakur,Illuin,Abrat" }, { "solarSystemName": "Eust", "x": 180, "y": 35, "security": 0.6838988554709182, - "connectedSystems": [ - "Flost", - "Todrir", - "Ongund" - ] + "connectedSystems": "Flost,Todrir,Ongund" }, { "solarSystemName": "Flost", "x": 235, "y": 35, "security": 0.7250595513314674, - "connectedSystems": [ - "Eust", - "Evuldgenzo", - "Jondik" - ] + "connectedSystems": "Eust,Evuldgenzo,Jondik" }, { "solarSystemName": "Todrir", "x": 125, "y": 25, "security": 0.9727573940725228, - "connectedSystems": [ - "Eust" - ] + "connectedSystems": "Eust" }, { "solarSystemName": "Asgeir", "x": 345, "y": 85, "security": 0.7358219956625239, - "connectedSystems": [ - "Evuldgenzo", - "Eiluvodi" - ] + "connectedSystems": "Evuldgenzo,Eiluvodi" }, { "solarSystemName": "Evuldgenzo", "x": 235, "y": 70, "security": 0.7143028390279798, - "connectedSystems": [ - "Flost", - "Asgeir", - "Ongund" - ] + "connectedSystems": "Flost,Asgeir,Ongund" }, { "solarSystemName": "Ongund", "x": 180, "y": 70, "security": 0.6257023954800152, - "connectedSystems": [ - "Eust", - "Evuldgenzo", - "Bei" - ] + "connectedSystems": "Eust,Evuldgenzo,Bei" }, { "solarSystemName": "Jondik", "x": 285, "y": 35, "security": 0.8531415490712224, - "connectedSystems": [ - "Flost", - "Olbra" - ] + "connectedSystems": "Flost,Olbra" }, { "solarSystemName": "Olbra", "x": 405, "y": 30, "security": 0.9381669028653481, - "connectedSystems": [ - "Jondik", - "Altrinur", - "Eystur", - "Fildar" - ] + "connectedSystems": "Jondik,Altrinur,Eystur,Fildar" }, { "solarSystemName": "Altrinur", "x": 500, "y": 145, "security": 0.7688737485035649, - "connectedSystems": [ - "Olbra", - "Vilur", - "Reset", - "Eygfe" - ] + "connectedSystems": "Olbra,Vilur,Reset,Eygfe" }, { "solarSystemName": "Vilur", "x": 500, "y": 105, "security": 0.8470645809695425, - "connectedSystems": [ - "Altrinur", - "Polstodur" - ] + "connectedSystems": "Altrinur,Polstodur" }, { "solarSystemName": "Reset", "x": 485, "y": 200, "security": 0.7251694408893261, - "connectedSystems": [ - "Altrinur", - "Eygfe" - ] + "connectedSystems": "Altrinur,Eygfe" }, { "solarSystemName": "Eygfe", "x": 565, "y": 195, "security": 0.6974430758474526, - "connectedSystems": [ - "Altrinur", - "Reset", - "Aldrat", - "Wirdalen" - ] + "connectedSystems": "Altrinur,Reset,Aldrat,Wirdalen" }, { "solarSystemName": "Eiluvodi", "x": 375, "y": 135, "security": 0.7795353406894776, - "connectedSystems": [ - "Asgeir", - "Freatlidur", - "Roleinn" - ] + "connectedSystems": "Asgeir,Freatlidur,Roleinn" }, { "solarSystemName": "Freatlidur", "x": 425, "y": 170, "security": 0.8265758733320987, - "connectedSystems": [ - "Eiluvodi", - "Roleinn", - "Bongveber" - ] + "connectedSystems": "Eiluvodi,Roleinn,Bongveber" }, { "solarSystemName": "Roleinn", "x": 370, "y": 195, "security": 0.9050998519825921, - "connectedSystems": [ - "Eiluvodi", - "Freatlidur", - "Maturat" - ] + "connectedSystems": "Eiluvodi,Freatlidur,Maturat" }, { "solarSystemName": "Maturat", "x": 375, "y": 270, "security": 0.7558878652202895, - "connectedSystems": [ - "Roleinn", - "Bongveber", - "Vorsk", - "Hilfhurmur" - ] + "connectedSystems": "Roleinn,Bongveber,Vorsk,Hilfhurmur" }, { "solarSystemName": "Bongveber", "x": 420, "y": 235, "security": 0.9118980891221398, - "connectedSystems": [ - "Freatlidur", - "Maturat", - "Anbald" - ] + "connectedSystems": "Freatlidur,Maturat,Anbald" }, { "solarSystemName": "Anbald", "x": 485, "y": 245, "security": 0.703796508036332, - "connectedSystems": [ - "Bongveber" - ] + "connectedSystems": "Bongveber" }, { "solarSystemName": "Vorsk", "x": 405, "y": 355, "security": 0.6045779378522302, - "connectedSystems": [ - "Maturat" - ] + "connectedSystems": "Maturat" }, { "solarSystemName": "Hjortur", "x": 590, "y": 550, "security": 0.856914118389543, - "connectedSystems": [ - "Illuin", - "Egbonbet", - "Totkubad", - "Evettullur" - ] + "connectedSystems": "Illuin,Egbonbet,Totkubad,Evettullur" }, { "solarSystemName": "Egbonbet", "x": 555, "y": 500, "security": 0.8913017270432081, - "connectedSystems": [ - "Hjortur", - "Tamekamur" - ] + "connectedSystems": "Hjortur,Tamekamur" }, { "solarSystemName": "Totkubad", "x": 620, "y": 485, "security": 0.8680231498044175, - "connectedSystems": [ - "Hjortur", - "Meimungen", - "Agtver", - "Datulen" - ] + "connectedSystems": "Hjortur,Meimungen,Agtver,Datulen" }, { "solarSystemName": "Meimungen", "x": 645, "y": 435, "security": 0.9071953566208767, - "connectedSystems": [ - "Totkubad", - "Datulen", - "Situner", - "Erego" - ] + "connectedSystems": "Totkubad,Datulen,Situner,Erego" }, { "solarSystemName": "Agtver", "x": 560, "y": 430, "security": 0.8811074970192162, - "connectedSystems": [ - "Totkubad", - "Datulen", - "Tamekamur" - ] + "connectedSystems": "Totkubad,Datulen,Tamekamur" }, { "solarSystemName": "Datulen", "x": 590, "y": 395, "security": 0.8581628779121631, - "connectedSystems": [ - "Totkubad", - "Meimungen", - "Agtver", - "Situner" - ] + "connectedSystems": "Totkubad,Meimungen,Agtver,Situner" }, { "solarSystemName": "Situner", "x": 645, "y": 370, "security": 0.838268782241423, - "connectedSystems": [ - "Meimungen", - "Datulen" - ] + "connectedSystems": "Meimungen,Datulen" }, { "solarSystemName": "Tamekamur", "x": 520, "y": 465, "security": 0.890739402239234, - "connectedSystems": [ - "Egbonbet", - "Agtver" - ] + "connectedSystems": "Egbonbet,Agtver" }, { "solarSystemName": "Evettullur", "x": 520, "y": 540, "security": 0.7949829098086529, - "connectedSystems": [ - "Hjortur", - "Tratokard" - ] + "connectedSystems": "Hjortur,Tratokard" }, { "solarSystemName": "Leurtmar", "x": 705, "y": 535, "security": 0.9578976431696301, - "connectedSystems": [ - "Illuin", - "Ryddinjorn", - "Embod" - ] + "connectedSystems": "Illuin,Ryddinjorn,Embod" }, { "solarSystemName": "Ryddinjorn", "x": 720, "y": 495, "security": 1, - "connectedSystems": [ - "Leurtmar", - "Arlek", - "Meirakulf" - ] + "connectedSystems": "Leurtmar,Arlek,Meirakulf" }, { "solarSystemName": "Arlek", "x": 740, "y": 435, "security": 0.9595725618527793, - "connectedSystems": [ - "Ryddinjorn", - "Elgoi" - ] + "connectedSystems": "Ryddinjorn,Elgoi" }, { "solarSystemName": "Elgoi", "x": 775, "y": 395, "security": 0.8884995977544209, - "connectedSystems": [ - "Arlek", - "Eram", - "Orduin" - ] + "connectedSystems": "Arlek,Eram,Orduin" }, { "solarSystemName": "Eram", "x": 815, "y": 345, "security": 0.7753741359950754, - "connectedSystems": [ - "Elgoi", - "Yrmori", - "Aldagolf", - "Vullat" - ] + "connectedSystems": "Elgoi,Yrmori,Aldagolf,Vullat" }, { "solarSystemName": "Yrmori", "x": 830, "y": 300, "security": 0.6443452816173134, - "connectedSystems": [ - "Eram", - "Lirerim" - ] + "connectedSystems": "Eram,Lirerim" }, { "solarSystemName": "Aldagolf", "x": 750, "y": 285, "security": 0.5746105368134851, - "connectedSystems": [ - "Eram", - "Earwik" - ] + "connectedSystems": "Eram,Earwik" }, { "solarSystemName": "Aldrat", "x": 520, "y": 290, "security": 0.6155661685856715, - "connectedSystems": [ - "Eygfe", - "Urnhard", - "Hardbako", - "Erstur", - "Fredagod" - ] + "connectedSystems": "Eygfe,Urnhard,Hardbako,Erstur,Fredagod" }, { "solarSystemName": "Urnhard", "x": 530, "y": 350, "security": 0.6496329170120334, - "connectedSystems": [ - "Aldrat", - "Hardbako", - "Erstur" - ] + "connectedSystems": "Aldrat,Hardbako,Erstur" }, { "solarSystemName": "Hardbako", "x": 470, "y": 345, "security": 0.7272527489803211, - "connectedSystems": [ - "Aldrat", - "Urnhard", - "Fredagod" - ] + "connectedSystems": "Aldrat,Urnhard,Fredagod" }, { "solarSystemName": "Erstur", "x": 590, "y": 315, "security": 0.5757954209113642, - "connectedSystems": [ - "Aldrat", - "Urnhard", - "Libold" - ] + "connectedSystems": "Aldrat,Urnhard,Libold" }, { "solarSystemName": "Fredagod", "x": 445, "y": 285, "security": 0.822064358848186, - "connectedSystems": [ - "Aldrat", - "Hardbako" - ] + "connectedSystems": "Aldrat,Hardbako" }, { "solarSystemName": "Libold", "x": 650, "y": 325, "security": 0.5564020711226825, - "connectedSystems": [ - "Erstur" - ] + "connectedSystems": "Erstur" }, { "solarSystemName": "Wirdalen", "x": 565, "y": 165, "security": 0.5910711010927705, - "connectedSystems": [ - "Eygfe", - "Nein", - "Enden" - ] + "connectedSystems": "Eygfe,Nein,Enden" }, { "solarSystemName": "Nein", "x": 565, "y": 115, "security": 0.5425794189656861, - "connectedSystems": [ - "Wirdalen", - "Enden", - "Erstet" - ] + "connectedSystems": "Wirdalen,Enden,Erstet" }, { "solarSystemName": "Enden", "x": 625, "y": 140, "security": 0.3927518374918605, - "connectedSystems": [ - "Wirdalen", - "Nein" - ] + "connectedSystems": "Wirdalen,Nein" }, { "solarSystemName": "Erstet", "x": 580, "y": 80, "security": 0.4494017517554372, - "connectedSystems": [ - "Nein", - "Anstard" - ] + "connectedSystems": "Nein,Anstard" }, { "solarSystemName": "Anstard", "x": 645, "y": 70, "security": 0.4960182350344208, - "connectedSystems": [ - "Erstet", - "Osvestmunnur" - ] + "connectedSystems": "Erstet,Osvestmunnur" }, { "solarSystemName": "Osvestmunnur", "x": 670, "y": 115, "security": 0.513561716787909, - "connectedSystems": [ - "Anstard", - "Moselgi" - ] + "connectedSystems": "Anstard,Moselgi" }, { "solarSystemName": "Hilfhurmur", "x": 360, "y": 420, "security": 0.7896399836021948, - "connectedSystems": [ - "Maturat", - "Geffur", - "Oppold" - ] + "connectedSystems": "Maturat,Geffur,Oppold" }, { "solarSystemName": "Geffur", "x": 435, "y": 435, "security": 0.7090456870839343, - "connectedSystems": [ - "Hilfhurmur", - "Oppold" - ] + "connectedSystems": "Hilfhurmur,Oppold" }, { "solarSystemName": "Oppold", "x": 380, "y": 480, "security": 0.6713491737557991, - "connectedSystems": [ - "Hilfhurmur", - "Geffur", - "Tratokard", - "Gedugaud" - ] + "connectedSystems": "Hilfhurmur,Geffur,Tratokard,Gedugaud" }, { "solarSystemName": "Tratokard", "x": 445, "y": 525, "security": 0.6318068088951809, - "connectedSystems": [ - "Oppold", - "Lumegen", - "Evettullur", - "Gedugaud" - ] + "connectedSystems": "Oppold,Lumegen,Evettullur,Gedugaud" }, { "solarSystemName": "Lumegen", "x": 455, "y": 485, "security": 0.5810701613697057, - "connectedSystems": [ - "Tratokard" - ] + "connectedSystems": "Tratokard" }, { "solarSystemName": "Gedugaud", "x": 410, "y": 570, "security": 0.7362990247891102, - "connectedSystems": [ - "Oppold", - "Tratokard", - "Josekorn" - ] + "connectedSystems": "Oppold,Tratokard,Josekorn" }, { "solarSystemName": "Polstodur", "x": 500, "y": 70, "security": 0.8360965172334656, - "connectedSystems": [ - "Vilur", - "Hebisa", - "Tollus" - ] + "connectedSystems": "Vilur,Hebisa,Tollus" }, { "solarSystemName": "Hebisa", "x": 475, "y": 30, "security": 0.8806820235318936, - "connectedSystems": [ - "Polstodur", - "Ansher" - ] + "connectedSystems": "Polstodur,Ansher" }, { "solarSystemName": "Tollus", "x": 535, "y": 30, "security": 0.7918793522617966, - "connectedSystems": [ - "Polstodur", - "Ogoten", - "Earled" - ] + "connectedSystems": "Polstodur,Ogoten,Earled" }, { "solarSystemName": "Ogoten", "x": 605, "y": 30, "security": 0.7110894241020347, - "connectedSystems": [ - "Tollus", - "Aderkan" - ] + "connectedSystems": "Tollus,Aderkan" }, { "solarSystemName": "Earled", "x": 535, "y": 0, "security": 0.8020797414098234, - "connectedSystems": [ - "Tollus" - ] + "connectedSystems": "Tollus" }, { "solarSystemName": "Aderkan", "x": 645, "y": 0, "security": 0.5939358343928822, - "connectedSystems": [ - "Ogoten" - ] + "connectedSystems": "Ogoten" }, { "solarSystemName": "Ansher", "x": 475, "y": 0, "security": 0.8771974609399226, - "connectedSystems": [ - "Hebisa" - ] + "connectedSystems": "Hebisa" }, { "solarSystemName": "Earwik", "x": 690, "y": 260, "security": 0.5992996327069928, - "connectedSystems": [ - "Aldagolf", - "Finanar", - "Moselgi", - "Iluin" - ] + "connectedSystems": "Aldagolf,Finanar,Moselgi,Iluin" }, { "solarSystemName": "Finanar", "x": 720, "y": 220, "security": 0.5322368715159068, - "connectedSystems": [ - "Earwik", - "Mateber" - ] + "connectedSystems": "Earwik,Mateber" }, { "solarSystemName": "Moselgi", "x": 685, "y": 160, "security": 0.6696360913759032, - "connectedSystems": [ - "Earwik", - "Osvestmunnur", - "Iluin", - "Ofage" - ] + "connectedSystems": "Earwik,Osvestmunnur,Iluin,Ofage" }, { "solarSystemName": "Mateber", "x": 745, "y": 190, "security": 0.3489485447913643, - "connectedSystems": [ - "Finanar", - "Ofage", - "Wiskeber" - ] + "connectedSystems": "Finanar,Ofage,Wiskeber" }, { "solarSystemName": "Iluin", "x": 645, "y": 205, "security": 0.7441472152172074, - "connectedSystems": [ - "Earwik", - "Moselgi" - ] + "connectedSystems": "Earwik,Moselgi" }, { "solarSystemName": "Ofage", "x": 740, "y": 115, "security": 0.2924954233109104, - "connectedSystems": [ - "Moselgi", - "Mateber", - "Fuskunen" - ] + "connectedSystems": "Moselgi,Mateber,Fuskunen" }, { "solarSystemName": "Josekorn", "x": 430, "y": 611, "security": 0.644371201642714, - "connectedSystems": [ - "Gedugaud", - "Nifflung", - "Dantbeinn" - ] + "connectedSystems": "Gedugaud,Nifflung,Dantbeinn" }, { "solarSystemName": "Nifflung", "x": 446, "y": 644, "security": 0.7522857493261681, - "connectedSystems": [ - "Josekorn", - "Hakeri" - ] + "connectedSystems": "Josekorn,Hakeri" }, { "solarSystemName": "Hakeri", "x": 466, "y": 675, "security": 0.7231553015842307, - "connectedSystems": [ - "Nifflung", - "Oraekja", - "Irgrus" - ] + "connectedSystems": "Nifflung,Oraekja,Irgrus" }, { "solarSystemName": "Oraekja", "x": 512, "y": 702, "security": 0.6836018772266559, - "connectedSystems": [ - "Hakeri", - "Irgrus" - ] + "connectedSystems": "Hakeri,Irgrus" }, { "solarSystemName": "Dantbeinn", "x": 490, "y": 600, "security": 0.7261914018006337, - "connectedSystems": [ - "Josekorn" - ] + "connectedSystems": "Josekorn" }, { "solarSystemName": "Irgrus", "x": 452, "y": 711, "security": 0.672905983767, - "connectedSystems": [ - "Hakeri", - "Oraekja", - "Pakhshi" - ] + "connectedSystems": "Hakeri,Oraekja,Pakhshi" }, { "solarSystemName": "Orduin", "x": 860, "y": 415, "security": 0.7619263284509273, - "connectedSystems": [ - "Elgoi", - "Engosi", - "Hotrardik", - "Ridoner" - ] + "connectedSystems": "Elgoi,Engosi,Hotrardik,Ridoner" }, { "solarSystemName": "Engosi", "x": 815, "y": 445, "security": 0.7754088375850018, - "connectedSystems": [ - "Orduin", - "Atonder", - "Ridoner" - ] + "connectedSystems": "Orduin,Atonder,Ridoner" }, { "solarSystemName": "Atonder", "x": 830, "y": 480, "security": 0.8281368510431464, - "connectedSystems": [ - "Engosi", - "Hotrardik", - "Ridoner", - "Klaevik" - ] + "connectedSystems": "Engosi,Hotrardik,Ridoner,Klaevik" }, { "solarSystemName": "Hotrardik", "x": 930, "y": 420, "security": 0.736091644891671, - "connectedSystems": [ - "Orduin", - "Atonder", - "Ridoner", - "Klaevik" - ] + "connectedSystems": "Orduin,Atonder,Ridoner,Klaevik" }, { "solarSystemName": "Ridoner", "x": 955, "y": 465, "security": 0.7184501840736311, - "connectedSystems": [ - "Orduin", - "Engosi", - "Atonder", - "Hotrardik", - "Klaevik" - ] + "connectedSystems": "Orduin,Engosi,Atonder,Hotrardik,Klaevik" }, { "solarSystemName": "Klaevik", "x": 900, "y": 500, "security": 0.608007873439527, - "connectedSystems": [ - "Atonder", - "Hotrardik", - "Ridoner" - ] + "connectedSystems": "Atonder,Hotrardik,Ridoner" }, { "solarSystemName": "Lirerim", "x": 840, "y": 215, "security": 0.6141235532191747, - "connectedSystems": [ - "Yrmori", - "Offikatlin", - "Diromitur" - ] + "connectedSystems": "Yrmori,Offikatlin,Diromitur" }, { "solarSystemName": "Offikatlin", "x": 890, "y": 265, "security": 0.416438254792556, - "connectedSystems": [ - "Lirerim", - "Tabbetzur", - "Wiskeber" - ] + "connectedSystems": "Lirerim,Tabbetzur,Wiskeber" }, { "solarSystemName": "Diromitur", "x": 815, "y": 170, "security": 0.4697261233266802, - "connectedSystems": [ - "Lirerim", - "Eldjaerin", - "Erlendur" - ] + "connectedSystems": "Lirerim,Eldjaerin,Erlendur" }, { "solarSystemName": "Eldjaerin", "x": 800, "y": 115, "security": 0.5553073331611748, - "connectedSystems": [ - "Diromitur", - "Erlendur", - "Aldik" - ] + "connectedSystems": "Diromitur,Erlendur,Aldik" }, { "solarSystemName": "Erlendur", "x": 860, "y": 140, "security": 0.450740982912749, - "connectedSystems": [ - "Diromitur", - "Eldjaerin", - "Frulegur" - ] + "connectedSystems": "Diromitur,Eldjaerin,Frulegur" }, { "solarSystemName": "Aldik", "x": 805, "y": 75, "security": 0.7445694706816948, - "connectedSystems": [ - "Eldjaerin", - "Eurgrana" - ] + "connectedSystems": "Eldjaerin,Eurgrana" }, { "solarSystemName": "Tabbetzur", "x": 915, "y": 290, "security": 0.2716663364469739, - "connectedSystems": [ - "Offikatlin", - "Ennur" - ] + "connectedSystems": "Offikatlin,Ennur" }, { "solarSystemName": "Eurgrana", "x": 825, "y": 35, "security": 0.4160243278032629, - "connectedSystems": [ - "Aldik", - "AD-5B8" - ] + "connectedSystems": "Aldik,AD-5B8" }, { "solarSystemName": "Frulegur", "x": 900, "y": 105, "security": 0.434329079512818, - "connectedSystems": [ - "Erlendur", - "Hroduko" - ] + "connectedSystems": "Erlendur,Hroduko" }, { "solarSystemName": "Hroduko", "x": 965, "y": 105, "security": 0.7125852334570837, - "connectedSystems": [ - "Frulegur", - "Hodrold", - "Erindur" - ] + "connectedSystems": "Frulegur,Hodrold,Erindur" }, { "solarSystemName": "Hodrold", "x": 965, "y": 170, "security": 0.5960732894302141, - "connectedSystems": [ - "Hroduko", - "Odebeinn", - "Konora" - ] + "connectedSystems": "Hroduko,Odebeinn,Konora" }, { "solarSystemName": "Odebeinn", "x": 910, "y": 190, "security": 0.307799963398811, - "connectedSystems": [ - "Hodrold", - "Konora" - ] + "connectedSystems": "Hodrold,Konora" }, { "solarSystemName": "Konora", "x": 965, "y": 215, "security": 0.4135236741286931, - "connectedSystems": [ - "Hodrold", - "Odebeinn", - "N-RAEL" - ] + "connectedSystems": "Hodrold,Odebeinn,N-RAEL" }, { "solarSystemName": "Erindur", "x": 974, "y": 50, "security": 0.6030092949038062, - "connectedSystems": [ - "Hroduko" - ] + "connectedSystems": "Hroduko" }, { "solarSystemName": "Pakhshi", "x": 388, "y": 721, "security": 0.845482996818, - "connectedSystems": [ - "Tar", - "Renyn", - "Oursulaert", - "Synchelle", - "Irgrus" - ] + "connectedSystems": "Tar,Renyn,Oursulaert,Synchelle,Irgrus" }, { "solarSystemName": "Abrat", "x": 760, "y": 645, "security": 0.978552169340885, - "connectedSystems": [ - "Alf" - ] + "connectedSystems": "Alf" }, { "solarSystemName": "Orgron", "x": 550, "y": 639, "security": 0.9616119216071818, - "connectedSystems": [ - "Arlulf" - ] + "connectedSystems": "Arlulf" }, { "solarSystemName": "Embod", "x": 740, "y": 565, "security": 0.960749400266, - "connectedSystems": [ - "Leurtmar" - ] + "connectedSystems": "Leurtmar" }, { "solarSystemName": "Erego", "x": 700, "y": 400, "security": 0.9283165779863479, - "connectedSystems": [ - "Meimungen" - ] + "connectedSystems": "Meimungen" }, { "solarSystemName": "Fildar", "x": 405, "y": 0, "security": 0.9526255049493361, - "connectedSystems": [ - "Olbra" - ] + "connectedSystems": "Olbra" }, { "solarSystemName": "Zarzakh", "x": 363, "y": 612, "security": -1, - "connectedSystems": [ - "Turnur", - "Alsavoinon", - "H-PA29", - "G-0Q86" - ] + "connectedSystems": "Turnur,Alsavoinon,H-PA29,G-0Q86" } ] \ No newline at end of file diff --git a/public/Molden Heath.json b/public/Molden Heath.json index 0e5bd2e..fab424b 100644 --- a/public/Molden Heath.json +++ b/public/Molden Heath.json @@ -4,448 +4,293 @@ "x": 80, "y": 560, "security": 0.2893983494282283, - "connectedSystems": [ - "Astabih", - "Ubtes", - "Bimener", - "Audesder" - ] + "connectedSystems": "Astabih,Ubtes,Bimener,Audesder" }, { "solarSystemName": "B-VIP9", "x": 495, "y": 650, "security": -0.00152269610494371, - "connectedSystems": [ - "9SNK-O", - "Egbinger" - ] + "connectedSystems": "9SNK-O,Egbinger" }, { "solarSystemName": "Aeddin", "x": 0, "y": 85, "security": 0.569667727212997, - "connectedSystems": [ - "Austraka", - "Gulfonodi", - "Teonusude" - ] + "connectedSystems": "Austraka,Gulfonodi,Teonusude" }, { "solarSystemName": "Gulfonodi", "x": 0, "y": 135, "security": 0.497860496629184, - "connectedSystems": [ - "Aeddin", - "Teonusude" - ] + "connectedSystems": "Aeddin,Teonusude" }, { "solarSystemName": "Teonusude", "x": 80, "y": 120, "security": 0.5863137228330685, - "connectedSystems": [ - "Aeddin", - "Gulfonodi", - "Gelfiven", - "Bosena", - "Magiko" - ] + "connectedSystems": "Aeddin,Gulfonodi,Gelfiven,Bosena,Magiko" }, { "solarSystemName": "Gelfiven", "x": 165, "y": 70, "security": 0.5597711471078132, - "connectedSystems": [ - "Teonusude", - "Oddelulf", - "Atlar" - ] + "connectedSystems": "Teonusude,Oddelulf,Atlar" }, { "solarSystemName": "Bosena", "x": 140, "y": 165, "security": 0.400467093539569, - "connectedSystems": [ - "Teonusude", - "Oddelulf", - "Heild" - ] + "connectedSystems": "Teonusude,Oddelulf,Heild" }, { "solarSystemName": "Oddelulf", "x": 215, "y": 115, "security": 0.3707810097740397, - "connectedSystems": [ - "Gelfiven", - "Bosena", - "Atlar", - "Istodard" - ] + "connectedSystems": "Gelfiven,Bosena,Atlar,Istodard" }, { "solarSystemName": "Atlar", "x": 310, "y": 90, "security": 0.373367479969537, - "connectedSystems": [ - "Gelfiven", - "Oddelulf", - "Illamur" - ] + "connectedSystems": "Gelfiven,Oddelulf,Illamur" }, { "solarSystemName": "Heild", "x": 110, "y": 420, "security": 0.3307623618104421, - "connectedSystems": [ - "Bosena", - "Hrokkur", - "Aedald" - ] + "connectedSystems": "Bosena,Hrokkur,Aedald" }, { "solarSystemName": "Hrokkur", "x": 50, "y": 450, "security": 0.2988826196208917, - "connectedSystems": [ - "Heild", - "Hrober" - ] + "connectedSystems": "Heild,Hrober" }, { "solarSystemName": "Hrober", "x": 0, "y": 485, "security": 0.3078231528634525, - "connectedSystems": [ - "Hrokkur" - ] + "connectedSystems": "Hrokkur" }, { "solarSystemName": "Aedald", "x": 150, "y": 470, "security": 0.2504577487622691, - "connectedSystems": [ - "Heild", - "Muttokon", - "Audesder" - ] + "connectedSystems": "Heild,Muttokon,Audesder" }, { "solarSystemName": "Muttokon", "x": 225, "y": 500, "security": 0.2071899938074332, - "connectedSystems": [ - "Aedald", - "Egbinger" - ] + "connectedSystems": "Aedald,Egbinger" }, { "solarSystemName": "Audesder", "x": 125, "y": 515, "security": 0.2647115299035282, - "connectedSystems": [ - "Aedald", - "Kenobanala" - ] + "connectedSystems": "Aedald,Kenobanala" }, { "solarSystemName": "Illamur", "x": 405, "y": 85, "security": 0.2823402773996442, - "connectedSystems": [ - "Atlar", - "Horaka", - "Meildolf" - ] + "connectedSystems": "Atlar,Horaka,Meildolf" }, { "solarSystemName": "Horaka", "x": 500, "y": 105, "security": 0.6190417520611344, - "connectedSystems": [ - "Illamur", - "Eldulf", - "Orien", - "Varigne" - ] + "connectedSystems": "Illamur,Eldulf,Orien,Varigne" }, { "solarSystemName": "Eldulf", "x": 510, "y": 165, "security": 0.5636332396680155, - "connectedSystems": [ - "Horaka", - "Varigne" - ] + "connectedSystems": "Horaka,Varigne" }, { "solarSystemName": "Orien", "x": 605, "y": 135, "security": 0.8047253695365588, - "connectedSystems": [ - "Horaka", - "Meildolf", - "Fegomenko" - ] + "connectedSystems": "Horaka,Meildolf,Fegomenko" }, { "solarSystemName": "Varigne", "x": 425, "y": 145, "security": 0.6401470434870142, - "connectedSystems": [ - "Horaka", - "Eldulf" - ] + "connectedSystems": "Horaka,Eldulf" }, { "solarSystemName": "Meildolf", "x": 535, "y": 55, "security": 0.2845982025703624, - "connectedSystems": [ - "Illamur", - "Orien", - "Ennur" - ] + "connectedSystems": "Illamur,Orien,Ennur" }, { "solarSystemName": "Istodard", "x": 265, "y": 215, "security": 0.2948804397482957, - "connectedSystems": [ - "Oddelulf", - "Gonheim", - "Half", - "Altbrard" - ] + "connectedSystems": "Oddelulf,Gonheim,Half,Altbrard" }, { "solarSystemName": "Gonheim", "x": 230, "y": 260, "security": 0.2838236257931388, - "connectedSystems": [ - "Istodard", - "Half", - "Hedaleolfarber" - ] + "connectedSystems": "Istodard,Half,Hedaleolfarber" }, { "solarSystemName": "Half", "x": 300, "y": 260, "security": 0.2410782258913712, - "connectedSystems": [ - "Istodard", - "Gonheim", - "Sakulda" - ] + "connectedSystems": "Istodard,Gonheim,Sakulda" }, { "solarSystemName": "Sakulda", "x": 305, "y": 305, "security": 0.3020733088310438, - "connectedSystems": [ - "Half" - ] + "connectedSystems": "Half" }, { "solarSystemName": "Hedaleolfarber", "x": 230, "y": 305, "security": 0.3031564963123863, - "connectedSystems": [ - "Gonheim" - ] + "connectedSystems": "Gonheim" }, { "solarSystemName": "Altbrard", "x": 350, "y": 215, "security": 0.3498685794721549, - "connectedSystems": [ - "Istodard" - ] + "connectedSystems": "Istodard" }, { "solarSystemName": "Fegomenko", "x": 720, "y": 185, "security": 0.50419898212434, - "connectedSystems": [ - "Orien", - "Osvetur", - "Mimiror" - ] + "connectedSystems": "Orien,Osvetur,Mimiror" }, { "solarSystemName": "Osvetur", "x": 780, "y": 235, "security": 0.2475798999897256, - "connectedSystems": [ - "Fegomenko", - "Mimiror", - "Unertek" - ] + "connectedSystems": "Fegomenko,Mimiror,Unertek" }, { "solarSystemName": "Mimiror", "x": 830, "y": 155, "security": 0.2044927363379354, - "connectedSystems": [ - "Fegomenko", - "Osvetur" - ] + "connectedSystems": "Fegomenko,Osvetur" }, { "solarSystemName": "Ennur", "x": 660, "y": 50, "security": 0.05834881407780235, - "connectedSystems": [ - "Meildolf", - "Tabbetzur" - ] + "connectedSystems": "Meildolf,Tabbetzur" }, { "solarSystemName": "Unertek", "x": 790, "y": 325, "security": 0.3041351272066599, - "connectedSystems": [ - "Osvetur", - "Klingt" - ] + "connectedSystems": "Osvetur,Klingt" }, { "solarSystemName": "Klingt", "x": 745, "y": 455, "security": 0.3021467523645928, - "connectedSystems": [ - "Unertek", - "Weld" - ] + "connectedSystems": "Unertek,Weld" }, { "solarSystemName": "Weld", "x": 700, "y": 510, "security": 0.3020362117053435, - "connectedSystems": [ - "Klingt", - "Kattegaud", - "Aeditide" - ] + "connectedSystems": "Klingt,Kattegaud,Aeditide" }, { "solarSystemName": "Kattegaud", "x": 750, "y": 585, "security": 0.7158626870077194, - "connectedSystems": [ - "Weld", - "Kadlina", - "Hegfunden" - ] + "connectedSystems": "Weld,Kadlina,Hegfunden" }, { "solarSystemName": "Kadlina", "x": 675, "y": 585, "security": 0.419906714082145, - "connectedSystems": [ - "Kattegaud", - "Hegfunden", - "Aeditide" - ] + "connectedSystems": "Kattegaud,Hegfunden,Aeditide" }, { "solarSystemName": "Hegfunden", "x": 650, "y": 635, "security": 0.3225618189385727, - "connectedSystems": [ - "Kattegaud", - "Kadlina", - "Aeditide" - ] + "connectedSystems": "Kattegaud,Kadlina,Aeditide" }, { "solarSystemName": "Aeditide", "x": 610, "y": 550, "security": 0.2144909687602749, - "connectedSystems": [ - "Kadlina", - "Hegfunden", - "Egbinger", - "Weld" - ] + "connectedSystems": "Kadlina,Hegfunden,Egbinger,Weld" }, { "solarSystemName": "Egbinger", "x": 520, "y": 560, "security": 0.03455519723685496, - "connectedSystems": [ - "Aeditide", - "B-VIP9", - "Muttokon" - ] + "connectedSystems": "Aeditide,B-VIP9,Muttokon" }, { "solarSystemName": "Austraka", "x": 0, "y": 35, "security": 0.755710518128467, - "connectedSystems": [ - "Obrolber", - "Aeddin", - "Gerek" - ] + "connectedSystems": "Obrolber,Aeddin,Gerek" }, { "solarSystemName": "Magiko", "x": 75, "y": 45, "security": 0.9383020252817266, - "connectedSystems": [ - "Onga", - "Vullat", - "Teonusude" - ] + "connectedSystems": "Onga,Vullat,Teonusude" }, { "solarSystemName": "Tabbetzur", "x": 730, "y": 20, "security": 0.2716663364469739, - "connectedSystems": [ - "Offikatlin", - "Ennur" - ] + "connectedSystems": "Offikatlin,Ennur" } ] \ No newline at end of file diff --git a/public/Oasa.json b/public/Oasa.json index d168ec5..d79178d 100644 --- a/public/Oasa.json +++ b/public/Oasa.json @@ -4,1061 +4,685 @@ "x": 160, "y": 340, "security": -0.144954878, - "connectedSystems": [ - "0-TRV1", - "QB-AE6", - "AY9X-Q" - ] + "connectedSystems": "0-TRV1,QB-AE6,AY9X-Q" }, { "solarSystemName": "863P-X", "x": 160, "y": 425, "security": -0.14380981, - "connectedSystems": [ - "Z-DDVJ", - "ND-X7X", - "ZO-YJZ", - "6A-FUY", - "HG-YEQ", - "QSCO-D" - ] + "connectedSystems": "Z-DDVJ,ND-X7X,ZO-YJZ,6A-FUY,HG-YEQ,QSCO-D" }, { "solarSystemName": "HG-YEQ", "x": 160, "y": 460, "security": -0.070992484, - "connectedSystems": [ - "ND-X7X", - "863P-X", - "ZO-YJZ", - "2FL-5W", - "RSE-PT" - ] + "connectedSystems": "ND-X7X,863P-X,ZO-YJZ,2FL-5W,RSE-PT" }, { "solarSystemName": "POQP-K", "x": 160, "y": 495, "security": -0.122172665, - "connectedSystems": [ - "83-YGI", - "FO9-FZ" - ] + "connectedSystems": "83-YGI,FO9-FZ" }, { "solarSystemName": "3ET-G8", "x": 255, "y": 735, "security": -0.387443894, - "connectedSystems": [ - "K-BBYU", - "91-KD8" - ] + "connectedSystems": "K-BBYU,91-KD8" }, { "solarSystemName": "QB-AE6", "x": 90, "y": 340, "security": -0.120771828, - "connectedSystems": [ - "G-W1ND", - "O8W-5O", - "MZLW-9" - ] + "connectedSystems": "G-W1ND,O8W-5O,MZLW-9" }, { "solarSystemName": "G-W1ND", "x": 90, "y": 415, "security": -0.147781622, - "connectedSystems": [ - "QB-AE6", - "MZLW-9", - "ND-X7X" - ] + "connectedSystems": "QB-AE6,MZLW-9,ND-X7X" }, { "solarSystemName": "MZLW-9", "x": 0, "y": 340, "security": -0.102436915, - "connectedSystems": [ - "QB-AE6", - "G-W1ND", - "ND-X7X" - ] + "connectedSystems": "QB-AE6,G-W1ND,ND-X7X" }, { "solarSystemName": "ND-X7X", "x": 0, "y": 460, "security": -0.120274067, - "connectedSystems": [ - "G-W1ND", - "MZLW-9", - "863P-X", - "DGDT-3", - "HG-YEQ" - ] + "connectedSystems": "G-W1ND,MZLW-9,863P-X,DGDT-3,HG-YEQ" }, { "solarSystemName": "DGDT-3", "x": 20, "y": 520, "security": -0.177547153, - "connectedSystems": [ - "ND-X7X", - "2-WNTD", - "83-YGI" - ] + "connectedSystems": "ND-X7X,2-WNTD,83-YGI" }, { "solarSystemName": "2-WNTD", "x": 70, "y": 555, "security": -0.084272963, - "connectedSystems": [ - "DGDT-3", - "KH-EWC" - ] + "connectedSystems": "DGDT-3,KH-EWC" }, { "solarSystemName": "83-YGI", "x": 95, "y": 520, "security": -0.198716341, - "connectedSystems": [ - "DGDT-3", - "POQP-K" - ] + "connectedSystems": "DGDT-3,POQP-K" }, { "solarSystemName": "KH-EWC", "x": 155, "y": 560, "security": -0.09647416, - "connectedSystems": [ - "2-WNTD", - "3VL6-I" - ] + "connectedSystems": "2-WNTD,3VL6-I" }, { "solarSystemName": "3VL6-I", "x": 255, "y": 560, "security": -0.040600615, - "connectedSystems": [ - "KH-EWC", - "F-816R", - "9G5J-1" - ] + "connectedSystems": "KH-EWC,F-816R,9G5J-1" }, { "solarSystemName": "F-816R", "x": 290, "y": 495, "security": -0.089935512, - "connectedSystems": [ - "3VL6-I", - "DS3-6A" - ] + "connectedSystems": "3VL6-I,DS3-6A" }, { "solarSystemName": "DS3-6A", "x": 310, "y": 440, "security": -0.14964962, - "connectedSystems": [ - "F-816R", - "V0-H4L", - "T-HMWP" - ] + "connectedSystems": "F-816R,V0-H4L,T-HMWP" }, { "solarSystemName": "V0-H4L", "x": 305, "y": 390, "security": -0.162208165, - "connectedSystems": [ - "DS3-6A", - "QYT-X8" - ] + "connectedSystems": "DS3-6A,QYT-X8" }, { "solarSystemName": "T-HMWP", "x": 375, "y": 450, "security": -0.216696969, - "connectedSystems": [ - "DS3-6A", - "DYS-CG", - "LA2-KV" - ] + "connectedSystems": "DS3-6A,DYS-CG,LA2-KV" }, { "solarSystemName": "DYS-CG", "x": 460, "y": 465, "security": -0.337048381, - "connectedSystems": [ - "T-HMWP", - "6U-MFQ", - "J9A-BH" - ] + "connectedSystems": "T-HMWP,6U-MFQ,J9A-BH" }, { "solarSystemName": "MTGF-2", "x": 65, "y": 135, "security": -0.218845283, - "connectedSystems": [ - "5T-A3D", - "0-QP56" - ] + "connectedSystems": "5T-A3D,0-QP56" }, { "solarSystemName": "0-QP56", "x": 140, "y": 145, "security": -0.210439073, - "connectedSystems": [ - "MTGF-2", - "GTQ-C9", - "ORB4-J" - ] + "connectedSystems": "MTGF-2,GTQ-C9,ORB4-J" }, { "solarSystemName": "GTQ-C9", "x": 215, "y": 150, "security": -0.215214132, - "connectedSystems": [ - "0-QP56", - "M-NWLB", - "ORB4-J" - ] + "connectedSystems": "0-QP56,M-NWLB,ORB4-J" }, { "solarSystemName": "M-NWLB", "x": 285, "y": 145, "security": -0.343686279, - "connectedSystems": [ - "GTQ-C9", - "GGMF-J", - "IG-4OF", - "UGR-J2" - ] + "connectedSystems": "GTQ-C9,GGMF-J,IG-4OF,UGR-J2" }, { "solarSystemName": "ORB4-J", "x": 215, "y": 200, "security": -0.199527703, - "connectedSystems": [ - "0-QP56", - "GTQ-C9" - ] + "connectedSystems": "0-QP56,GTQ-C9" }, { "solarSystemName": "GGMF-J", "x": 300, "y": 185, "security": -0.288691955, - "connectedSystems": [ - "M-NWLB", - "IG-4OF" - ] + "connectedSystems": "M-NWLB,IG-4OF" }, { "solarSystemName": "IG-4OF", "x": 380, "y": 145, "security": -0.399064792, - "connectedSystems": [ - "M-NWLB", - "GGMF-J", - "LQQH-J" - ] + "connectedSystems": "M-NWLB,GGMF-J,LQQH-J" }, { "solarSystemName": "LQQH-J", "x": 490, "y": 110, "security": -0.452553219, - "connectedSystems": [ - "IG-4OF", - "W5-VBR", - "X-Z4JW" - ] + "connectedSystems": "IG-4OF,W5-VBR,X-Z4JW" }, { "solarSystemName": "W5-VBR", "x": 545, "y": 145, "security": -0.402452546, - "connectedSystems": [ - "LQQH-J", - "J-D5U7", - "Y-770C", - "X-Z4JW" - ] + "connectedSystems": "LQQH-J,J-D5U7,Y-770C,X-Z4JW" }, { "solarSystemName": "J-D5U7", "x": 540, "y": 200, "security": -0.284633625, - "connectedSystems": [ - "W5-VBR", - "H-MHWF" - ] + "connectedSystems": "W5-VBR,H-MHWF" }, { "solarSystemName": "Y-770C", "x": 610, "y": 165, "security": -0.552155445, - "connectedSystems": [ - "W5-VBR" - ] + "connectedSystems": "W5-VBR" }, { "solarSystemName": "X-Z4JW", "x": 595, "y": 110, "security": -0.234894988, - "connectedSystems": [ - "LQQH-J", - "W5-VBR", - "R8WV-7" - ] + "connectedSystems": "LQQH-J,W5-VBR,R8WV-7" }, { "solarSystemName": "R8WV-7", "x": 670, "y": 115, "security": -0.433411971, - "connectedSystems": [ - "X-Z4JW", - "5JEZ-I", - "FV-YEA" - ] + "connectedSystems": "X-Z4JW,5JEZ-I,FV-YEA" }, { "solarSystemName": "6U-MFQ", "x": 645, "y": 500, "security": -0.586387983, - "connectedSystems": [ - "DYS-CG", - "1EO-OE", - "YQTK-R", - "FZCR-3", - "5-9L3H" - ] + "connectedSystems": "DYS-CG,1EO-OE,YQTK-R,FZCR-3,5-9L3H" }, { "solarSystemName": "1EO-OE", "x": 710, "y": 530, "security": -0.669059985, - "connectedSystems": [ - "6U-MFQ", - "YQTK-R", - "5-9L3H", - "1-HDQ4" - ] + "connectedSystems": "6U-MFQ,YQTK-R,5-9L3H,1-HDQ4" }, { "solarSystemName": "YQTK-R", "x": 805, "y": 480, "security": -0.654667242, - "connectedSystems": [ - "6U-MFQ", - "1EO-OE", - "RF-X7V", - "E6Q-LE" - ] + "connectedSystems": "6U-MFQ,1EO-OE,RF-X7V,E6Q-LE" }, { "solarSystemName": "FZCR-3", "x": 560, "y": 525, "security": -0.495866742, - "connectedSystems": [ - "6U-MFQ", - "5-9L3H" - ] + "connectedSystems": "6U-MFQ,5-9L3H" }, { "solarSystemName": "5-9L3H", "x": 605, "y": 560, "security": -0.690498303, - "connectedSystems": [ - "6U-MFQ", - "1EO-OE", - "FZCR-3" - ] + "connectedSystems": "6U-MFQ,1EO-OE,FZCR-3" }, { "solarSystemName": "1-HDQ4", "x": 720, "y": 565, "security": -0.72799792, - "connectedSystems": [ - "1EO-OE", - "WVMS-X" - ] + "connectedSystems": "1EO-OE,WVMS-X" }, { "solarSystemName": "WVMS-X", "x": 705, "y": 640, "security": -0.674599826, - "connectedSystems": [ - "1-HDQ4", - "7-UVMT", - "R-ZESX", - "HF-K3O" - ] + "connectedSystems": "1-HDQ4,7-UVMT,R-ZESX,HF-K3O" }, { "solarSystemName": "7-UVMT", "x": 705, "y": 685, "security": -0.62461102, - "connectedSystems": [ - "WVMS-X", - "Q-ITV5" - ] + "connectedSystems": "WVMS-X,Q-ITV5" }, { "solarSystemName": "R-ZESX", "x": 605, "y": 685, "security": -0.598691484, - "connectedSystems": [ - "WVMS-X", - "IO-R2S", - "HF-K3O", - "QE2-FS", - "Q-ITV5" - ] + "connectedSystems": "WVMS-X,IO-R2S,HF-K3O,QE2-FS,Q-ITV5" }, { "solarSystemName": "IO-R2S", "x": 605, "y": 730, "security": -0.613885201, - "connectedSystems": [ - "R-ZESX", - "QE2-FS", - "Q-ITV5" - ] + "connectedSystems": "R-ZESX,QE2-FS,Q-ITV5" }, { "solarSystemName": "HF-K3O", "x": 605, "y": 640, "security": -0.682430248, - "connectedSystems": [ - "WVMS-X", - "R-ZESX", - "QE2-FS", - "Q-ITV5" - ] + "connectedSystems": "WVMS-X,R-ZESX,QE2-FS,Q-ITV5" }, { "solarSystemName": "QE2-FS", "x": 525, "y": 685, "security": -0.631786963, - "connectedSystems": [ - "R-ZESX", - "IO-R2S", - "HF-K3O", - "XY-ZCI" - ] + "connectedSystems": "R-ZESX,IO-R2S,HF-K3O,XY-ZCI" }, { "solarSystemName": "Q-ITV5", "x": 705, "y": 730, "security": -0.49078611, - "connectedSystems": [ - "7-UVMT", - "R-ZESX", - "IO-R2S", - "HF-K3O" - ] + "connectedSystems": "7-UVMT,R-ZESX,IO-R2S,HF-K3O" }, { "solarSystemName": "5JEZ-I", "x": 765, "y": 105, "security": -0.328351268, - "connectedSystems": [ - "R8WV-7", - "XEF6-Z", - "V-X0KM" - ] + "connectedSystems": "R8WV-7,XEF6-Z,V-X0KM" }, { "solarSystemName": "XEF6-Z", "x": 840, "y": 105, "security": -0.383923643, - "connectedSystems": [ - "5JEZ-I", - "SON-TW", - "V-X0KM" - ] + "connectedSystems": "5JEZ-I,SON-TW,V-X0KM" }, { "solarSystemName": "SON-TW", "x": 910, "y": 105, "security": -0.431835634, - "connectedSystems": [ - "XEF6-Z", - "U9SE-N", - "XXZ-3W" - ] + "connectedSystems": "XEF6-Z,U9SE-N,XXZ-3W" }, { "solarSystemName": "V-X0KM", "x": 800, "y": 70, "security": -0.345165791, - "connectedSystems": [ - "5JEZ-I", - "XEF6-Z" - ] + "connectedSystems": "5JEZ-I,XEF6-Z" }, { "solarSystemName": "U9SE-N", "x": 910, "y": 150, "security": -0.288794168, - "connectedSystems": [ - "SON-TW", - "P-NRD3" - ] + "connectedSystems": "SON-TW,P-NRD3" }, { "solarSystemName": "XXZ-3W", "x": 910, "y": 60, "security": -0.822776247, - "connectedSystems": [ - "SON-TW", - "Y-RAW3" - ] + "connectedSystems": "SON-TW,Y-RAW3" }, { "solarSystemName": "RF-X7V", "x": 850, "y": 375, "security": -0.619893319, - "connectedSystems": [ - "YQTK-R", - "BQ0-UU", - "3-JG3X", - "1P-QWR" - ] + "connectedSystems": "YQTK-R,BQ0-UU,3-JG3X,1P-QWR" }, { "solarSystemName": "BQ0-UU", "x": 910, "y": 345, "security": -0.614183177, - "connectedSystems": [ - "RF-X7V", - "3-JG3X", - "GK3-RX", - "1P-QWR", - "FJ-GUR" - ] + "connectedSystems": "RF-X7V,3-JG3X,GK3-RX,1P-QWR,FJ-GUR" }, { "solarSystemName": "3-JG3X", "x": 850, "y": 260, "security": -0.539848644, - "connectedSystems": [ - "RF-X7V", - "BQ0-UU", - "GK3-RX", - "1P-QWR", - "FJ-GUR" - ] + "connectedSystems": "RF-X7V,BQ0-UU,GK3-RX,1P-QWR,FJ-GUR" }, { "solarSystemName": "GK3-RX", "x": 785, "y": 295, "security": -0.486579249, - "connectedSystems": [ - "BQ0-UU", - "3-JG3X", - "1P-QWR", - "FJ-GUR" - ] + "connectedSystems": "BQ0-UU,3-JG3X,1P-QWR,FJ-GUR" }, { "solarSystemName": "1P-QWR", "x": 785, "y": 345, "security": -0.6105235, - "connectedSystems": [ - "RF-X7V", - "BQ0-UU", - "3-JG3X", - "GK3-RX" - ] + "connectedSystems": "RF-X7V,BQ0-UU,3-JG3X,GK3-RX" }, { "solarSystemName": "FJ-GUR", "x": 915, "y": 295, "security": -0.381133259, - "connectedSystems": [ - "BQ0-UU", - "3-JG3X", - "GK3-RX" - ] + "connectedSystems": "BQ0-UU,3-JG3X,GK3-RX" }, { "solarSystemName": "UGR-J2", "x": 295, "y": 55, "security": -0.683713127, - "connectedSystems": [ - "M-NWLB", - "QZ-DIZ", - "Y-0HVF", - "21M1-B" - ] + "connectedSystems": "M-NWLB,QZ-DIZ,Y-0HVF,21M1-B" }, { "solarSystemName": "QZ-DIZ", "x": 385, "y": 35, "security": -0.531649403, - "connectedSystems": [ - "UGR-J2", - "21M1-B", - "U-RELP" - ] + "connectedSystems": "UGR-J2,21M1-B,U-RELP" }, { "solarSystemName": "Y-0HVF", "x": 215, "y": 40, "security": -0.747058905, - "connectedSystems": [ - "UGR-J2", - "KED-2O", - "C3I-D5" - ] + "connectedSystems": "UGR-J2,KED-2O,C3I-D5" }, { "solarSystemName": "21M1-B", "x": 385, "y": 75, "security": -0.508273566, - "connectedSystems": [ - "UGR-J2", - "QZ-DIZ" - ] + "connectedSystems": "UGR-J2,QZ-DIZ" }, { "solarSystemName": "KED-2O", "x": 170, "y": 65, "security": -0.851312737, - "connectedSystems": [ - "Y-0HVF" - ] + "connectedSystems": "Y-0HVF" }, { "solarSystemName": "U-RELP", "x": 455, "y": 20, "security": -0.786602588, - "connectedSystems": [ - "QZ-DIZ", - "IAMJ-Q" - ] + "connectedSystems": "QZ-DIZ,IAMJ-Q" }, { "solarSystemName": "IAMJ-Q", "x": 540, "y": 10, "security": -1, - "connectedSystems": [ - "U-RELP", - "EJ-5X2" - ] + "connectedSystems": "U-RELP,EJ-5X2" }, { "solarSystemName": "E6Q-LE", "x": 725, "y": 400, "security": -0.722408648, - "connectedSystems": [ - "YQTK-R", - "HO4E-Q" - ] + "connectedSystems": "YQTK-R,HO4E-Q" }, { "solarSystemName": "HO4E-Q", "x": 655, "y": 360, "security": -0.65458947, - "connectedSystems": [ - "E6Q-LE", - "QY2Y-N", - "Y-BIPM", - "VZEG-B" - ] + "connectedSystems": "E6Q-LE,QY2Y-N,Y-BIPM,VZEG-B" }, { "solarSystemName": "QY2Y-N", "x": 655, "y": 410, "security": -0.832780293, - "connectedSystems": [ - "HO4E-Q", - "X-9ZZR", - "RO-AIQ" - ] + "connectedSystems": "HO4E-Q,X-9ZZR,RO-AIQ" }, { "solarSystemName": "X-9ZZR", "x": 580, "y": 435, "security": -0.884691517, - "connectedSystems": [ - "QY2Y-N", - "VZEG-B", - "P-ZWKH" - ] + "connectedSystems": "QY2Y-N,VZEG-B,P-ZWKH" }, { "solarSystemName": "RO-AIQ", "x": 685, "y": 450, "security": -0.982542752, - "connectedSystems": [ - "QY2Y-N" - ] + "connectedSystems": "QY2Y-N" }, { "solarSystemName": "VZEG-B", "x": 580, "y": 380, "security": -0.468376937, - "connectedSystems": [ - "HO4E-Q", - "X-9ZZR" - ] + "connectedSystems": "HO4E-Q,X-9ZZR" }, { "solarSystemName": "P-ZWKH", "x": 505, "y": 400, "security": -1, - "connectedSystems": [ - "X-9ZZR" - ] + "connectedSystems": "X-9ZZR" }, { "solarSystemName": "9G5J-1", "x": 255, "y": 640, "security": -0.028074465, - "connectedSystems": [ - "3VL6-I", - "B-ETDW", - "91-KD8" - ] + "connectedSystems": "3VL6-I,B-ETDW,91-KD8" }, { "solarSystemName": "B-ETDW", "x": 175, "y": 640, "security": -0.042096371, - "connectedSystems": [ - "9G5J-1", - "0PU2-R" - ] + "connectedSystems": "9G5J-1,0PU2-R" }, { "solarSystemName": "0PU2-R", "x": 175, "y": 690, "security": -0.200868064, - "connectedSystems": [ - "B-ETDW", - "XM-RMD", - "91-KD8" - ] + "connectedSystems": "B-ETDW,XM-RMD,91-KD8" }, { "solarSystemName": "XM-RMD", "x": 95, "y": 690, "security": -0.326856312, - "connectedSystems": [ - "0PU2-R", - "OZ-DS5" - ] + "connectedSystems": "0PU2-R,OZ-DS5" }, { "solarSystemName": "91-KD8", "x": 255, "y": 690, "security": -0.272103129, - "connectedSystems": [ - "3ET-G8", - "9G5J-1", - "0PU2-R" - ] + "connectedSystems": "3ET-G8,9G5J-1,0PU2-R" }, { "solarSystemName": "OZ-DS5", "x": 15, "y": 690, "security": -0.941377141, - "connectedSystems": [ - "XM-RMD" - ] + "connectedSystems": "XM-RMD" }, { "solarSystemName": "LA2-KV", "x": 350, "y": 525, "security": -0.208035694, - "connectedSystems": [ - "T-HMWP", - "WW-OVQ" - ] + "connectedSystems": "T-HMWP,WW-OVQ" }, { "solarSystemName": "WW-OVQ", "x": 345, "y": 575, "security": -0.134436671, - "connectedSystems": [ - "LA2-KV", - "S7WI-F" - ] + "connectedSystems": "LA2-KV,S7WI-F" }, { "solarSystemName": "S7WI-F", "x": 345, "y": 625, "security": -0.363821456, - "connectedSystems": [ - "WW-OVQ", - "1-BK1Q", - "X-CYNC" - ] + "connectedSystems": "WW-OVQ,1-BK1Q,X-CYNC" }, { "solarSystemName": "1-BK1Q", "x": 350, "y": 670, "security": -0.59526827, - "connectedSystems": [ - "S7WI-F", - "RJBC-I" - ] + "connectedSystems": "S7WI-F,RJBC-I" }, { "solarSystemName": "X-CYNC", "x": 415, "y": 625, "security": -0.495317112, - "connectedSystems": [ - "S7WI-F" - ] + "connectedSystems": "S7WI-F" }, { "solarSystemName": "RJBC-I", "x": 370, "y": 715, "security": -0.765167868, - "connectedSystems": [ - "1-BK1Q" - ] + "connectedSystems": "1-BK1Q" }, { "solarSystemName": "H-MHWF", "x": 535, "y": 250, "security": -0.219148324, - "connectedSystems": [ - "J-D5U7", - "PND-SI" - ] + "connectedSystems": "J-D5U7,PND-SI" }, { "solarSystemName": "PND-SI", "x": 470, "y": 265, "security": -0.18281969, - "connectedSystems": [ - "H-MHWF", - "XKM-DE", - "JXQJ-B" - ] + "connectedSystems": "H-MHWF,XKM-DE,JXQJ-B" }, { "solarSystemName": "XKM-DE", "x": 540, "y": 295, "security": -0.071293609, - "connectedSystems": [ - "PND-SI", - "Y-BIPM" - ] + "connectedSystems": "PND-SI,Y-BIPM" }, { "solarSystemName": "JXQJ-B", "x": 410, "y": 295, "security": -0.25993285, - "connectedSystems": [ - "PND-SI", - "Y-BIPM", - "QYT-X8" - ] + "connectedSystems": "PND-SI,Y-BIPM,QYT-X8" }, { "solarSystemName": "Y-BIPM", "x": 475, "y": 320, "security": -0.248876183, - "connectedSystems": [ - "HO4E-Q", - "XKM-DE", - "JXQJ-B" - ] + "connectedSystems": "HO4E-Q,XKM-DE,JXQJ-B" }, { "solarSystemName": "QYT-X8", "x": 335, "y": 315, "security": -0.256302041, - "connectedSystems": [ - "V0-H4L", - "JXQJ-B", - "5-IH57" - ] + "connectedSystems": "V0-H4L,JXQJ-B,5-IH57" }, { "solarSystemName": "5-IH57", "x": 285, "y": 265, "security": -0.282504796, - "connectedSystems": [ - "QYT-X8" - ] + "connectedSystems": "QYT-X8" }, { "solarSystemName": "FV-YEA", "x": 710, "y": 195, "security": -0.4601063389879359, - "connectedSystems": [ - "R8WV-7", - "J-A5QD", - "SK7-G6" - ] + "connectedSystems": "R8WV-7,J-A5QD,SK7-G6" }, { "solarSystemName": "P-NRD3", "x": 910, "y": 200, "security": -0.2335844503482766, - "connectedSystems": [ - "5E-EZC", - "X-41DA", - "U9SE-N" - ] + "connectedSystems": "5E-EZC,X-41DA,U9SE-N" }, { "solarSystemName": "Y-RAW3", "x": 905, "y": 15, "security": -0.4730139721867221, - "connectedSystems": [ - "9KE-IT", - "S-W8CF", - "5E6I-W", - "KIG9-K", - "XXZ-3W", - "A-0IIQ" - ] + "connectedSystems": "9KE-IT,S-W8CF,5E6I-W,KIG9-K,XXZ-3W,A-0IIQ" }, { "solarSystemName": "EJ-5X2", "x": 620, "y": 5, "security": -0.2603449360071101, - "connectedSystems": [ - "L-Z9NB", - "IAMJ-Q" - ] + "connectedSystems": "L-Z9NB,IAMJ-Q" }, { "solarSystemName": "5T-A3D", "x": 0, "y": 110, "security": -0.199713973, - "connectedSystems": [ - "LW-YEW", - "5ZU-VG", - "MTGF-2" - ] + "connectedSystems": "LW-YEW,5ZU-VG,MTGF-2" }, { "solarSystemName": "J9A-BH", "x": 465, "y": 510, "security": -0.280864277, - "connectedSystems": [ - "DYS-CG", - "4F6-VZ", - "B-7LYC", - "PT-2KR" - ] + "connectedSystems": "DYS-CG,4F6-VZ,B-7LYC,PT-2KR" }, { "solarSystemName": "XY-ZCI", "x": 480, "y": 720, "security": -0.832725811, - "connectedSystems": [ - "SY-OLX", - "QE2-FS" - ] + "connectedSystems": "SY-OLX,QE2-FS" }, { "solarSystemName": "C3I-D5", "x": 145, "y": 10, "security": -0.976943646, - "connectedSystems": [ - "RZ8A-P", - "Y-0HVF" - ] + "connectedSystems": "RZ8A-P,Y-0HVF" } ] \ No newline at end of file diff --git a/public/Omist.json b/public/Omist.json index 7bafb8e..0419fa9 100644 --- a/public/Omist.json +++ b/public/Omist.json @@ -4,477 +4,321 @@ "x": 0, "y": 55, "security": -0.1440851754221109, - "connectedSystems": [ - "K-X5AX", - "9MWZ-B" - ] + "connectedSystems": "K-X5AX,9MWZ-B" }, { "solarSystemName": "6-ELQP", "x": 895, "y": 60, "security": -0.4620200787892874, - "connectedSystems": [ - "R97-CI", - "OKEO-X" - ] + "connectedSystems": "R97-CI,OKEO-X" }, { "solarSystemName": "ZO-P5K", "x": 700, "y": 70, "security": -0.6645011347760454, - "connectedSystems": [ - "46DP-O", - "EMIG-F", - "7L9-ZC" - ] + "connectedSystems": "46DP-O,EMIG-F,7L9-ZC" }, { "solarSystemName": "9MWZ-B", "x": 0, "y": 110, "security": -0.09644728930822122, - "connectedSystems": [ - "TSG-NO", - "LS-QLX", - "S-XZHU" - ] + "connectedSystems": "TSG-NO,LS-QLX,S-XZHU" }, { "solarSystemName": "LS-QLX", "x": 0, "y": 160, "security": -0.09000247645777149, - "connectedSystems": [ - "9MWZ-B", - "S-XZHU", - "CO-7BI", - "C-WPWH" - ] + "connectedSystems": "9MWZ-B,S-XZHU,CO-7BI,C-WPWH" }, { "solarSystemName": "S-XZHU", "x": 80, "y": 110, "security": -0.09504180495938253, - "connectedSystems": [ - "9MWZ-B", - "LS-QLX", - "C-WPWH" - ] + "connectedSystems": "9MWZ-B,LS-QLX,C-WPWH" }, { "solarSystemName": "CO-7BI", "x": 0, "y": 220, "security": -0.08958222456613063, - "connectedSystems": [ - "LS-QLX", - "ZJG-7D" - ] + "connectedSystems": "LS-QLX,ZJG-7D" }, { "solarSystemName": "ZJG-7D", "x": 25, "y": 275, "security": -0.08234486800192675, - "connectedSystems": [ - "CO-7BI", - "VULA-I" - ] + "connectedSystems": "CO-7BI,VULA-I" }, { "solarSystemName": "C-WPWH", "x": 80, "y": 160, "security": -0.09502512347059067, - "connectedSystems": [ - "LS-QLX", - "S-XZHU" - ] + "connectedSystems": "LS-QLX,S-XZHU" }, { "solarSystemName": "VULA-I", "x": 155, "y": 295, "security": -0.1064518957609195, - "connectedSystems": [ - "ZJG-7D", - "R2TJ-1", - "G-B3PR", - "KR8-27" - ] + "connectedSystems": "ZJG-7D,R2TJ-1,G-B3PR,KR8-27" }, { "solarSystemName": "R2TJ-1", "x": 135, "y": 340, "security": -0.09559945120856583, - "connectedSystems": [ - "VULA-I", - "73-JQO", - "LQ-AHE" - ] + "connectedSystems": "VULA-I,73-JQO,LQ-AHE" }, { "solarSystemName": "G-B3PR", "x": 155, "y": 235, "security": -0.1388702184294091, - "connectedSystems": [ - "VULA-I", - "XPUM-L" - ] + "connectedSystems": "VULA-I,XPUM-L" }, { "solarSystemName": "73-JQO", "x": 60, "y": 375, "security": -0.09036116875328348, - "connectedSystems": [ - "R2TJ-1" - ] + "connectedSystems": "R2TJ-1" }, { "solarSystemName": "XPUM-L", "x": 245, "y": 235, "security": -0.1953784004645291, - "connectedSystems": [ - "G-B3PR", - "KR8-27" - ] + "connectedSystems": "G-B3PR,KR8-27" }, { "solarSystemName": "KR8-27", "x": 245, "y": 295, "security": -0.261500815934128, - "connectedSystems": [ - "VULA-I", - "XPUM-L", - "LOI-L1" - ] + "connectedSystems": "VULA-I,XPUM-L,LOI-L1" }, { "solarSystemName": "LQ-AHE", "x": 170, "y": 385, "security": -0.0973587118623811, - "connectedSystems": [ - "R2TJ-1" - ] + "connectedSystems": "R2TJ-1" }, { "solarSystemName": "LOI-L1", "x": 330, "y": 295, "security": -0.2999827206274296, - "connectedSystems": [ - "KR8-27", - "Y-MSJN", - "AXDX-F" - ] + "connectedSystems": "KR8-27,Y-MSJN,AXDX-F" }, { "solarSystemName": "Y-MSJN", "x": 310, "y": 390, "security": -0.3550842819217865, - "connectedSystems": [ - "LOI-L1", - "MJ-X5V", - "3FKU-H" - ] + "connectedSystems": "LOI-L1,MJ-X5V,3FKU-H" }, { "solarSystemName": "MJ-X5V", "x": 350, "y": 450, "security": -0.3761571366299422, - "connectedSystems": [ - "Y-MSJN", - "M9-FIB" - ] + "connectedSystems": "Y-MSJN,M9-FIB" }, { "solarSystemName": "3FKU-H", "x": 240, "y": 445, "security": -0.3687825328812394, - "connectedSystems": [ - "Y-MSJN", - "M9-FIB" - ] + "connectedSystems": "Y-MSJN,M9-FIB" }, { "solarSystemName": "M9-FIB", "x": 285, "y": 510, "security": -0.4141508490262185, - "connectedSystems": [ - "MJ-X5V", - "3FKU-H", - "D2EZ-X" - ] + "connectedSystems": "MJ-X5V,3FKU-H,D2EZ-X" }, { "solarSystemName": "D2EZ-X", "x": 270, "y": 580, "security": -0.4616541750122641, - "connectedSystems": [ - "M9-FIB", - "DJK-67" - ] + "connectedSystems": "M9-FIB,DJK-67" }, { "solarSystemName": "DJK-67", "x": 230, "y": 655, "security": -0.397032264393609, - "connectedSystems": [ - "D2EZ-X" - ] + "connectedSystems": "D2EZ-X" }, { "solarSystemName": "AXDX-F", "x": 490, "y": 295, "security": -0.3322437298075629, - "connectedSystems": [ - "LOI-L1", - "J-4FNO", - "PEM-LC", - "X-EHHD", - "QSF-EJ" - ] + "connectedSystems": "LOI-L1,J-4FNO,PEM-LC,X-EHHD,QSF-EJ" }, { "solarSystemName": "J-4FNO", "x": 415, "y": 335, "security": -0.3439445052151752, - "connectedSystems": [ - "AXDX-F", - "PEM-LC" - ] + "connectedSystems": "AXDX-F,PEM-LC" }, { "solarSystemName": "PEM-LC", "x": 490, "y": 370, "security": -0.3849580929527037, - "connectedSystems": [ - "AXDX-F", - "J-4FNO", - "6T3I-L" - ] + "connectedSystems": "AXDX-F,J-4FNO,6T3I-L" }, { "solarSystemName": "X-EHHD", "x": 490, "y": 225, "security": -0.3054182740952063, - "connectedSystems": [ - "AXDX-F" - ] + "connectedSystems": "AXDX-F" }, { "solarSystemName": "6T3I-L", "x": 575, "y": 370, "security": -0.4628212844942942, - "connectedSystems": [ - "PEM-LC", - "QSF-EJ", - "NZPK-G" - ] + "connectedSystems": "PEM-LC,QSF-EJ,NZPK-G" }, { "solarSystemName": "QSF-EJ", "x": 575, "y": 295, "security": -0.6058049068014659, - "connectedSystems": [ - "AXDX-F", - "6T3I-L", - "L-AS00", - "1I6F-9" - ] + "connectedSystems": "AXDX-F,6T3I-L,L-AS00,1I6F-9" }, { "solarSystemName": "L-AS00", "x": 575, "y": 225, "security": -0.7420094094983005, - "connectedSystems": [ - "QSF-EJ" - ] + "connectedSystems": "QSF-EJ" }, { "solarSystemName": "NZPK-G", "x": 525, "y": 460, "security": -0.4687870265832429, - "connectedSystems": [ - "6T3I-L", - "K-1OY3" - ] + "connectedSystems": "6T3I-L,K-1OY3" }, { "solarSystemName": "K-1OY3", "x": 530, "y": 515, "security": -0.4150374820677771, - "connectedSystems": [ - "NZPK-G", - "MMUF-8", - "H90-C9" - ] + "connectedSystems": "NZPK-G,MMUF-8,H90-C9" }, { "solarSystemName": "MMUF-8", "x": 610, "y": 540, "security": -0.4337110420131702, - "connectedSystems": [ - "K-1OY3", - "99-0GS", - "NQH-MR" - ] + "connectedSystems": "K-1OY3,99-0GS,NQH-MR" }, { "solarSystemName": "99-0GS", "x": 620, "y": 620, "security": -0.3512609268933631, - "connectedSystems": [ - "MMUF-8", - "X-3AUU", - "0DD-MH", - "NQH-MR" - ] + "connectedSystems": "MMUF-8,X-3AUU,0DD-MH,NQH-MR" }, { "solarSystemName": "X-3AUU", "x": 560, "y": 665, "security": -0.2566644061818125, - "connectedSystems": [ - "99-0GS", - "RI-JB1" - ] + "connectedSystems": "99-0GS,RI-JB1" }, { "solarSystemName": "H90-C9", "x": 480, "y": 550, "security": -0.5321984646027269, - "connectedSystems": [ - "K-1OY3" - ] + "connectedSystems": "K-1OY3" }, { "solarSystemName": "0DD-MH", "x": 710, "y": 625, "security": -0.4078280620305076, - "connectedSystems": [ - "99-0GS", - "NQH-MR" - ] + "connectedSystems": "99-0GS,NQH-MR" }, { "solarSystemName": "RI-JB1", "x": 490, "y": 685, "security": -0.2566953249122664, - "connectedSystems": [ - "X-3AUU" - ] + "connectedSystems": "X-3AUU" }, { "solarSystemName": "NQH-MR", "x": 695, "y": 535, "security": -0.3374467973981131, - "connectedSystems": [ - "MMUF-8", - "99-0GS", - "0DD-MH" - ] + "connectedSystems": "MMUF-8,99-0GS,0DD-MH" }, { "solarSystemName": "1I6F-9", "x": 755, "y": 295, "security": -0.6483290702099201, - "connectedSystems": [ - "QSF-EJ", - "Z-7OK1" - ] + "connectedSystems": "QSF-EJ,Z-7OK1" }, { "solarSystemName": "Z-7OK1", "x": 820, "y": 275, "security": -0.7242440961644376, - "connectedSystems": [ - "1I6F-9", - "UEP0-A" - ] + "connectedSystems": "1I6F-9,UEP0-A" }, { "solarSystemName": "UEP0-A", "x": 860, "y": 240, "security": -0.7533442889985762, - "connectedSystems": [ - "Z-7OK1", - "66-PMM" - ] + "connectedSystems": "Z-7OK1,66-PMM" }, { "solarSystemName": "66-PMM", "x": 910, "y": 205, "security": -0.9354148934966441, - "connectedSystems": [ - "UEP0-A", - "OKEO-X", - "7-8EOE" - ] + "connectedSystems": "UEP0-A,OKEO-X,7-8EOE" }, { "solarSystemName": "OKEO-X", "x": 915, "y": 120, "security": -0.9044983186080158, - "connectedSystems": [ - "66-PMM", - "6-ELQP" - ] + "connectedSystems": "66-PMM,6-ELQP" }, { "solarSystemName": "7-8EOE", "x": 835, "y": 185, "security": -0.965232693960459, - "connectedSystems": [ - "66-PMM", - "7L9-ZC" - ] + "connectedSystems": "66-PMM,7L9-ZC" }, { "solarSystemName": "7L9-ZC", "x": 730, "y": 130, "security": -1, - "connectedSystems": [ - "7-8EOE", - "ZO-P5K" - ] + "connectedSystems": "7-8EOE,ZO-P5K" } ] \ No newline at end of file diff --git a/public/Outer Passage.json b/public/Outer Passage.json index 6fa0374..7581716 100644 --- a/public/Outer Passage.json +++ b/public/Outer Passage.json @@ -4,1004 +4,671 @@ "x": 970, "y": 350, "security": -0.8828175102311439, - "connectedSystems": [ - "4YO-QK", - "RT64-C" - ] + "connectedSystems": "4YO-QK,RT64-C" }, { "solarSystemName": "K85Y-6", "x": 15, "y": 685, "security": -1, - "connectedSystems": [ - "NG-M8K", - "LTT-AP" - ] + "connectedSystems": "NG-M8K,LTT-AP" }, { "solarSystemName": "PKN-NJ", "x": 560, "y": 735, "security": -0.2606331827376328, - "connectedSystems": [ - "RV5-TT", - "XUPK-Z" - ] + "connectedSystems": "RV5-TT,XUPK-Z" }, { "solarSystemName": "K-YL9T", "x": 260, "y": 525, "security": -0.111179288, - "connectedSystems": [ - "G-VFVB", - "Y4B-BQ", - "EU-WFW", - "JUE-DX", - "6W-6O9" - ] + "connectedSystems": "G-VFVB,Y4B-BQ,EU-WFW,JUE-DX,6W-6O9" }, { "solarSystemName": "XR-ZL7", "x": 560, "y": 690, "security": -0.084715012, - "connectedSystems": [ - "Z19-B8", - "HPMN-V", - "XUPK-Z" - ] + "connectedSystems": "Z19-B8,HPMN-V,XUPK-Z" }, { "solarSystemName": "ZWM-BB", "x": 0, "y": 270, "security": -1, - "connectedSystems": [ - "7-QOYS", - "L1YK-V" - ] + "connectedSystems": "7-QOYS,L1YK-V" }, { "solarSystemName": "JUE-DX", "x": 235, "y": 580, "security": -0.348088317, - "connectedSystems": [ - "K-YL9T", - "HLR-GL", - "UAJ5-K", - "G-HE0N" - ] + "connectedSystems": "K-YL9T,HLR-GL,UAJ5-K,G-HE0N" }, { "solarSystemName": "HLR-GL", "x": 340, "y": 595, "security": -0.247220452, - "connectedSystems": [ - "JUE-DX", - "80G-H5", - "2EV-BA" - ] + "connectedSystems": "JUE-DX,80G-H5,2EV-BA" }, { "solarSystemName": "80G-H5", "x": 340, "y": 630, "security": -0.492482341, - "connectedSystems": [ - "HLR-GL", - "M1-PX9", - "QHH-13" - ] + "connectedSystems": "HLR-GL,M1-PX9,QHH-13" }, { "solarSystemName": "2EV-BA", "x": 410, "y": 595, "security": -0.253576997, - "connectedSystems": [ - "HLR-GL", - "W9-TFD" - ] + "connectedSystems": "HLR-GL,W9-TFD" }, { "solarSystemName": "M1-PX9", "x": 410, "y": 630, "security": -0.342504761, - "connectedSystems": [ - "80G-H5", - "W9-TFD" - ] + "connectedSystems": "80G-H5,W9-TFD" }, { "solarSystemName": "W9-TFD", "x": 480, "y": 615, "security": -0.138356927, - "connectedSystems": [ - "2EV-BA", - "M1-PX9", - "WK2F-Y" - ] + "connectedSystems": "2EV-BA,M1-PX9,WK2F-Y" }, { "solarSystemName": "QHH-13", "x": 340, "y": 680, "security": -0.581342709, - "connectedSystems": [ - "80G-H5", - "J4AQ-O" - ] + "connectedSystems": "80G-H5,J4AQ-O" }, { "solarSystemName": "J4AQ-O", "x": 340, "y": 710, "security": -0.608930155, - "connectedSystems": [ - "QHH-13", - "O-O2GN", - "M4U-EH" - ] + "connectedSystems": "QHH-13,O-O2GN,M4U-EH" }, { "solarSystemName": "O-O2GN", "x": 410, "y": 710, "security": -0.235745456, - "connectedSystems": [ - "J4AQ-O", - "I-HRX3", - "XUPK-Z" - ] + "connectedSystems": "J4AQ-O,I-HRX3,XUPK-Z" }, { "solarSystemName": "I-HRX3", "x": 410, "y": 740, "security": -0.172655115, - "connectedSystems": [ - "O-O2GN" - ] + "connectedSystems": "O-O2GN" }, { "solarSystemName": "XUPK-Z", "x": 490, "y": 710, "security": -0.177313464, - "connectedSystems": [ - "O-O2GN", - "PKN-NJ", - "XR-ZL7" - ] + "connectedSystems": "O-O2GN,PKN-NJ,XR-ZL7" }, { "solarSystemName": "M4U-EH", "x": 275, "y": 710, "security": -0.625457156, - "connectedSystems": [ - "J4AQ-O" - ] + "connectedSystems": "J4AQ-O" }, { "solarSystemName": "WK2F-Y", "x": 630, "y": 600, "security": -0.199043865, - "connectedSystems": [ - "W9-TFD", - "WIO-OL", - "YQM-P1" - ] + "connectedSystems": "W9-TFD,WIO-OL,YQM-P1" }, { "solarSystemName": "WIO-OL", "x": 665, "y": 630, "security": -0.143133664, - "connectedSystems": [ - "WK2F-Y", - "1-10QG" - ] + "connectedSystems": "WK2F-Y,1-10QG" }, { "solarSystemName": "1-10QG", "x": 735, "y": 650, "security": -0.017075798, - "connectedSystems": [ - "WIO-OL", - "6-GRN7" - ] + "connectedSystems": "WIO-OL,6-GRN7" }, { "solarSystemName": "YQM-P1", "x": 670, "y": 560, "security": -0.172637136, - "connectedSystems": [ - "WK2F-Y", - "D-JVGJ" - ] + "connectedSystems": "WK2F-Y,D-JVGJ" }, { "solarSystemName": "6-GRN7", "x": 780, "y": 615, "security": -0.0109264, - "connectedSystems": [ - "1-10QG", - "TFPT-U" - ] + "connectedSystems": "1-10QG,TFPT-U" }, { "solarSystemName": "TFPT-U", "x": 780, "y": 575, "security": -0.01, - "connectedSystems": [ - "6-GRN7", - "D-JVGJ" - ] + "connectedSystems": "6-GRN7,D-JVGJ" }, { "solarSystemName": "D-JVGJ", "x": 730, "y": 545, "security": -0.222152081, - "connectedSystems": [ - "YQM-P1", - "TFPT-U", - "K4UV-G" - ] + "connectedSystems": "YQM-P1,TFPT-U,K4UV-G" }, { "solarSystemName": "K4UV-G", "x": 725, "y": 440, "security": -0.27430135, - "connectedSystems": [ - "D-JVGJ", - "Q7E-DU", - "9Z-XJN", - "ZEZ1-9" - ] + "connectedSystems": "D-JVGJ,Q7E-DU,9Z-XJN,ZEZ1-9" }, { "solarSystemName": "Q7E-DU", "x": 820, "y": 415, "security": -0.262924623, - "connectedSystems": [ - "K4UV-G", - "9Z-XJN", - "HZID-J" - ] + "connectedSystems": "K4UV-G,9Z-XJN,HZID-J" }, { "solarSystemName": "9Z-XJN", "x": 820, "y": 455, "security": -0.258812906, - "connectedSystems": [ - "K4UV-G", - "Q7E-DU", - "QFRV-2" - ] + "connectedSystems": "K4UV-G,Q7E-DU,QFRV-2" }, { "solarSystemName": "ZEZ1-9", "x": 625, "y": 440, "security": -0.414720765, - "connectedSystems": [ - "K4UV-G", - "CNHV-M" - ] + "connectedSystems": "K4UV-G,CNHV-M" }, { "solarSystemName": "QFRV-2", "x": 925, "y": 470, "security": -0.461255389, - "connectedSystems": [ - "9Z-XJN" - ] + "connectedSystems": "9Z-XJN" }, { "solarSystemName": "HZID-J", "x": 915, "y": 370, "security": -0.226895028, - "connectedSystems": [ - "Q7E-DU", - "8-AA98" - ] + "connectedSystems": "Q7E-DU,8-AA98" }, { "solarSystemName": "8-AA98", "x": 915, "y": 205, "security": -0.368823271, - "connectedSystems": [ - "HZID-J", - "EZWQ-X", - "T0DT-T", - "QG3-Z0", - "VE-W7O" - ] + "connectedSystems": "HZID-J,EZWQ-X,T0DT-T,QG3-Z0,VE-W7O" }, { "solarSystemName": "EZWQ-X", "x": 840, "y": 200, "security": -0.662316544, - "connectedSystems": [ - "8-AA98", - "2ULC-J" - ] + "connectedSystems": "8-AA98,2ULC-J" }, { "solarSystemName": "2ULC-J", "x": 840, "y": 140, "security": -0.749440785, - "connectedSystems": [ - "EZWQ-X", - "T0DT-T" - ] + "connectedSystems": "EZWQ-X,T0DT-T" }, { "solarSystemName": "T0DT-T", "x": 915, "y": 135, "security": -0.853097262, - "connectedSystems": [ - "8-AA98", - "2ULC-J", - "P-T9VC" - ] + "connectedSystems": "8-AA98,2ULC-J,P-T9VC" }, { "solarSystemName": "QG3-Z0", "x": 955, "y": 255, "security": -0.329123657, - "connectedSystems": [ - "8-AA98", - "RT64-C" - ] + "connectedSystems": "8-AA98,RT64-C" }, { "solarSystemName": "RT64-C", "x": 974, "y": 305, "security": -0.234027985, - "connectedSystems": [ - "QG3-Z0", - "LJ-RJK" - ] + "connectedSystems": "QG3-Z0,LJ-RJK" }, { "solarSystemName": "2ID-87", "x": 385, "y": 60, "security": -0.335264243, - "connectedSystems": [ - "SK7-G6", - "FVQF-W", - "8K-QCZ" - ] + "connectedSystems": "SK7-G6,FVQF-W,8K-QCZ" }, { "solarSystemName": "FVQF-W", "x": 325, "y": 70, "security": -0.334995933, - "connectedSystems": [ - "2ID-87", - "0-4VQL" - ] + "connectedSystems": "2ID-87,0-4VQL" }, { "solarSystemName": "8K-QCZ", "x": 450, "y": 55, "security": -0.361777269, - "connectedSystems": [ - "2ID-87", - "JBUH-H", - "XDTW-F" - ] + "connectedSystems": "2ID-87,JBUH-H,XDTW-F" }, { "solarSystemName": "JBUH-H", "x": 510, "y": 45, "security": -0.48498313, - "connectedSystems": [ - "8K-QCZ", - "XDTW-F", - "NHKO-4" - ] + "connectedSystems": "8K-QCZ,XDTW-F,NHKO-4" }, { "solarSystemName": "XDTW-F", "x": 500, "y": 95, "security": -0.432267935, - "connectedSystems": [ - "8K-QCZ", - "JBUH-H" - ] + "connectedSystems": "8K-QCZ,JBUH-H" }, { "solarSystemName": "0-4VQL", "x": 250, "y": 75, "security": -0.487793742, - "connectedSystems": [ - "FVQF-W", - "SN-DZ6" - ] + "connectedSystems": "FVQF-W,SN-DZ6" }, { "solarSystemName": "SN-DZ6", "x": 170, "y": 95, "security": -0.665139662, - "connectedSystems": [ - "0-4VQL", - "DJ-GBH", - "I0N-BM" - ] + "connectedSystems": "0-4VQL,DJ-GBH,I0N-BM" }, { "solarSystemName": "DJ-GBH", "x": 120, "y": 135, "security": -0.625448, - "connectedSystems": [ - "SN-DZ6", - "QOK-SX", - "8RL-OG" - ] + "connectedSystems": "SN-DZ6,QOK-SX,8RL-OG" }, { "solarSystemName": "I0N-BM", "x": 220, "y": 130, "security": -0.749405273, - "connectedSystems": [ - "SN-DZ6" - ] + "connectedSystems": "SN-DZ6" }, { "solarSystemName": "QOK-SX", "x": 45, "y": 90, "security": -0.609011018, - "connectedSystems": [ - "DJ-GBH", - "24I-FE", - "4H-YJZ", - "V-SEE6" - ] + "connectedSystems": "DJ-GBH,24I-FE,4H-YJZ,V-SEE6" }, { "solarSystemName": "24I-FE", "x": 20, "y": 125, "security": -0.71840543, - "connectedSystems": [ - "QOK-SX", - "2-84WC" - ] + "connectedSystems": "QOK-SX,2-84WC" }, { "solarSystemName": "4H-YJZ", "x": 100, "y": 55, "security": -0.759395471, - "connectedSystems": [ - "QOK-SX" - ] + "connectedSystems": "QOK-SX" }, { "solarSystemName": "2-84WC", "x": 0, "y": 160, "security": -0.88516414, - "connectedSystems": [ - "24I-FE" - ] + "connectedSystems": "24I-FE" }, { "solarSystemName": "V-SEE6", "x": 40, "y": 50, "security": -0.695244988, - "connectedSystems": [ - "QOK-SX", - "U-FQ21" - ] + "connectedSystems": "QOK-SX,U-FQ21" }, { "solarSystemName": "U-FQ21", "x": 30, "y": 10, "security": -0.896369026, - "connectedSystems": [ - "V-SEE6" - ] + "connectedSystems": "V-SEE6" }, { "solarSystemName": "NHKO-4", "x": 635, "y": 40, "security": -0.755919181, - "connectedSystems": [ - "JBUH-H", - "KGCF-5", - "VH-9VO" - ] + "connectedSystems": "JBUH-H,KGCF-5,VH-9VO" }, { "solarSystemName": "KGCF-5", "x": 635, "y": 85, "security": -0.831509993, - "connectedSystems": [ - "NHKO-4", - "Y-UO9U", - "XME-SW", - "JX-SOA" - ] + "connectedSystems": "NHKO-4,Y-UO9U,XME-SW,JX-SOA" }, { "solarSystemName": "Y-UO9U", "x": 600, "y": 140, "security": -0.831474888, - "connectedSystems": [ - "KGCF-5" - ] + "connectedSystems": "KGCF-5" }, { "solarSystemName": "XME-SW", "x": 680, "y": 140, "security": -0.832820545, - "connectedSystems": [ - "KGCF-5", - "JX-SOA" - ] + "connectedSystems": "KGCF-5,JX-SOA" }, { "solarSystemName": "JX-SOA", "x": 720, "y": 85, "security": -0.897551051, - "connectedSystems": [ - "KGCF-5", - "XME-SW", - "VH-9VO" - ] + "connectedSystems": "KGCF-5,XME-SW,VH-9VO" }, { "solarSystemName": "VH-9VO", "x": 720, "y": 40, "security": -0.975408016, - "connectedSystems": [ - "NHKO-4", - "JX-SOA", - "P-T9VC" - ] + "connectedSystems": "NHKO-4,JX-SOA,P-T9VC" }, { "solarSystemName": "P-T9VC", "x": 820, "y": 55, "security": -1, - "connectedSystems": [ - "VH-9VO", - "T0DT-T" - ] + "connectedSystems": "VH-9VO,T0DT-T" }, { "solarSystemName": "9S-GPT", "x": 95, "y": 520, "security": -0.250471397, - "connectedSystems": [ - "PFV-ZH", - "UAJ5-K", - "XJ-AG7", - "2WU-XT" - ] + "connectedSystems": "PFV-ZH,UAJ5-K,XJ-AG7,2WU-XT" }, { "solarSystemName": "UAJ5-K", "x": 165, "y": 565, "security": -0.227917028, - "connectedSystems": [ - "JUE-DX", - "9S-GPT", - "XJ-AG7", - "J7X-VN", - "G-HE0N" - ] + "connectedSystems": "JUE-DX,9S-GPT,XJ-AG7,J7X-VN,G-HE0N" }, { "solarSystemName": "XJ-AG7", "x": 175, "y": 505, "security": -0.262174646, - "connectedSystems": [ - "9S-GPT", - "UAJ5-K" - ] + "connectedSystems": "9S-GPT,UAJ5-K" }, { "solarSystemName": "2WU-XT", "x": 25, "y": 495, "security": -0.116622145, - "connectedSystems": [ - "9S-GPT", - "F-WCLC" - ] + "connectedSystems": "9S-GPT,F-WCLC" }, { "solarSystemName": "J7X-VN", "x": 130, "y": 615, "security": -0.184311231, - "connectedSystems": [ - "UAJ5-K", - "G-HE0N" - ] + "connectedSystems": "UAJ5-K,G-HE0N" }, { "solarSystemName": "F-WCLC", "x": 0, "y": 440, "security": -0.075115418, - "connectedSystems": [ - "2WU-XT" - ] + "connectedSystems": "2WU-XT" }, { "solarSystemName": "G-HE0N", "x": 210, "y": 630, "security": -0.23042637, - "connectedSystems": [ - "JUE-DX", - "UAJ5-K", - "J7X-VN", - "YC-ANK" - ] + "connectedSystems": "JUE-DX,UAJ5-K,J7X-VN,YC-ANK" }, { "solarSystemName": "YC-ANK", "x": 165, "y": 665, "security": -0.161947123, - "connectedSystems": [ - "G-HE0N", - "LTT-AP" - ] + "connectedSystems": "G-HE0N,LTT-AP" }, { "solarSystemName": "LTT-AP", "x": 95, "y": 685, "security": -0.087988692, - "connectedSystems": [ - "YC-ANK", - "K85Y-6" - ] + "connectedSystems": "YC-ANK,K85Y-6" }, { "solarSystemName": "8RL-OG", "x": 110, "y": 195, "security": -0.543391144, - "connectedSystems": [ - "DJ-GBH", - "R3P0-Z" - ] + "connectedSystems": "DJ-GBH,R3P0-Z" }, { "solarSystemName": "R3P0-Z", "x": 135, "y": 250, "security": -0.74514745, - "connectedSystems": [ - "8RL-OG", - "ZZK-VF", - "SN-Q1T", - "L1YK-V" - ] + "connectedSystems": "8RL-OG,ZZK-VF,SN-Q1T,L1YK-V" }, { "solarSystemName": "ZZK-VF", "x": 180, "y": 300, "security": -0.620367, - "connectedSystems": [ - "R3P0-Z", - "SN-Q1T", - "ZJ-5IS" - ] + "connectedSystems": "R3P0-Z,SN-Q1T,ZJ-5IS" }, { "solarSystemName": "SN-Q1T", "x": 115, "y": 325, "security": -0.740302893, - "connectedSystems": [ - "R3P0-Z", - "ZZK-VF", - "L1YK-V" - ] + "connectedSystems": "R3P0-Z,ZZK-VF,L1YK-V" }, { "solarSystemName": "L1YK-V", "x": 75, "y": 285, "security": -0.496379813, - "connectedSystems": [ - "R3P0-Z", - "SN-Q1T", - "ZWM-BB" - ] + "connectedSystems": "R3P0-Z,SN-Q1T,ZWM-BB" }, { "solarSystemName": "ZJ-5IS", "x": 245, "y": 325, "security": -0.4330949, - "connectedSystems": [ - "ZZK-VF", - "GA58-7" - ] + "connectedSystems": "ZZK-VF,GA58-7" }, { "solarSystemName": "GA58-7", "x": 340, "y": 340, "security": -0.699927004, - "connectedSystems": [ - "ZJ-5IS", - "J-0KB3", - "UC-8XF", - "90-A1P" - ] + "connectedSystems": "ZJ-5IS,J-0KB3,UC-8XF,90-A1P" }, { "solarSystemName": "J-0KB3", "x": 425, "y": 340, "security": -0.822932314, - "connectedSystems": [ - "GA58-7", - "4AZV-W", - "UNV-3J" - ] + "connectedSystems": "GA58-7,4AZV-W,UNV-3J" }, { "solarSystemName": "UC-8XF", "x": 290, "y": 380, "security": -0.737113999, - "connectedSystems": [ - "GA58-7", - "90-A1P" - ] + "connectedSystems": "GA58-7,90-A1P" }, { "solarSystemName": "90-A1P", "x": 385, "y": 410, "security": -0.701889282, - "connectedSystems": [ - "GA58-7", - "UC-8XF", - "CNHV-M" - ] + "connectedSystems": "GA58-7,UC-8XF,CNHV-M" }, { "solarSystemName": "4AZV-W", "x": 425, "y": 285, "security": -0.845623704, - "connectedSystems": [ - "J-0KB3", - "7F-2FB" - ] + "connectedSystems": "J-0KB3,7F-2FB" }, { "solarSystemName": "UNV-3J", "x": 500, "y": 330, "security": -0.708046373, - "connectedSystems": [ - "J-0KB3", - "MC4C-H" - ] + "connectedSystems": "J-0KB3,MC4C-H" }, { "solarSystemName": "7F-2FB", "x": 430, "y": 235, "security": -0.916113464, - "connectedSystems": [ - "4AZV-W" - ] + "connectedSystems": "4AZV-W" }, { "solarSystemName": "MC4C-H", "x": 585, "y": 325, "security": -0.529134945, - "connectedSystems": [ - "UNV-3J", - "OW-QXW", - "3-QNM4" - ] + "connectedSystems": "UNV-3J,OW-QXW,3-QNM4" }, { "solarSystemName": "OW-QXW", "x": 665, "y": 320, "security": -0.395334522, - "connectedSystems": [ - "MC4C-H", - "UEPO-D" - ] + "connectedSystems": "MC4C-H,UEPO-D" }, { "solarSystemName": "3-QNM4", "x": 580, "y": 290, "security": -0.739097375, - "connectedSystems": [ - "MC4C-H" - ] + "connectedSystems": "MC4C-H" }, { "solarSystemName": "UEPO-D", "x": 745, "y": 310, "security": -0.391565133, - "connectedSystems": [ - "OW-QXW", - "NQ-M6W" - ] + "connectedSystems": "OW-QXW,NQ-M6W" }, { "solarSystemName": "NQ-M6W", "x": 815, "y": 300, "security": -0.573935661, - "connectedSystems": [ - "UEPO-D", - "P-8PDJ", - "VE-W7O" - ] + "connectedSystems": "UEPO-D,P-8PDJ,VE-W7O" }, { "solarSystemName": "P-8PDJ", "x": 770, "y": 255, "security": -0.341869058, - "connectedSystems": [ - "NQ-M6W" - ] + "connectedSystems": "NQ-M6W" }, { "solarSystemName": "VE-W7O", "x": 875, "y": 265, "security": -0.753974718, - "connectedSystems": [ - "NQ-M6W", - "8-AA98" - ] + "connectedSystems": "NQ-M6W,8-AA98" }, { "solarSystemName": "CNHV-M", "x": 520, "y": 435, "security": -0.698208343, - "connectedSystems": [ - "ZEZ1-9", - "90-A1P", - "NEU-UD" - ] + "connectedSystems": "ZEZ1-9,90-A1P,NEU-UD" }, { "solarSystemName": "NEU-UD", "x": 520, "y": 495, "security": -0.677195683, - "connectedSystems": [ - "CNHV-M", - "N-I024", - "4O-ZRI", - "Y-7XVJ" - ] + "connectedSystems": "CNHV-M,N-I024,4O-ZRI,Y-7XVJ" }, { "solarSystemName": "N-I024", "x": 590, "y": 495, "security": -0.539141027, - "connectedSystems": [ - "NEU-UD", - "Y-7XVJ" - ] + "connectedSystems": "NEU-UD,Y-7XVJ" }, { "solarSystemName": "4O-ZRI", "x": 440, "y": 495, "security": -0.753538012, - "connectedSystems": [ - "NEU-UD", - "RQNF-9" - ] + "connectedSystems": "NEU-UD,RQNF-9" }, { "solarSystemName": "Y-7XVJ", "x": 520, "y": 540, "security": -0.648225378, - "connectedSystems": [ - "NEU-UD", - "N-I024" - ] + "connectedSystems": "NEU-UD,N-I024" }, { "solarSystemName": "RQNF-9", "x": 370, "y": 495, "security": -0.767072789, - "connectedSystems": [ - "4O-ZRI" - ] + "connectedSystems": "4O-ZRI" }, { "solarSystemName": "SK7-G6", "x": 375, "y": 10, "security": -0.392599512892519, - "connectedSystems": [ - "FV-YEA", - "BI0Y-X", - "4-PCHD", - "2ID-87" - ] + "connectedSystems": "FV-YEA,BI0Y-X,4-PCHD,2ID-87" }, { "solarSystemName": "PFV-ZH", "x": 105, "y": 455, "security": -0.312812525, - "connectedSystems": [ - "W-CSFY", - "L5Y4-M", - "9S-GPT" - ] + "connectedSystems": "W-CSFY,L5Y4-M,9S-GPT" } ] \ No newline at end of file diff --git a/public/Outer Ring.json b/public/Outer Ring.json index 5f86bb7..37edd0f 100644 --- a/public/Outer Ring.json +++ b/public/Outer Ring.json @@ -4,687 +4,454 @@ "x": 965, "y": 150, "security": -0.01361599314044226, - "connectedSystems": [ - "8V-SJJ", - "C0T-77" - ] + "connectedSystems": "8V-SJJ,C0T-77" }, { "solarSystemName": "0T-AMZ", "x": 820, "y": 150, "security": -0.0101926993393674, - "connectedSystems": [ - "TQ-RR8", - "57-YRU" - ] + "connectedSystems": "TQ-RR8,57-YRU" }, { "solarSystemName": "EF-F36", "x": 885, "y": 245, "security": -0.02878950314808015, - "connectedSystems": [ - "P-NUWP", - "3-IN0V", - "DUV-5Y", - "GRNJ-3" - ] + "connectedSystems": "P-NUWP,3-IN0V,DUV-5Y,GRNJ-3" }, { "solarSystemName": "VSIG-K", "x": 930, "y": 500, "security": -0.004873704930267175, - "connectedSystems": [ - "E9G-MT", - "RSS-KA" - ] + "connectedSystems": "E9G-MT,RSS-KA" }, { "solarSystemName": "5-MLDT", "x": 965, "y": 15, "security": -0.03385612466470866, - "connectedSystems": [ - "XT-R36", - "B-DBYQ", - "IZ-AOB" - ] + "connectedSystems": "XT-R36,B-DBYQ,IZ-AOB" }, { "solarSystemName": "C0T-77", "x": 965, "y": 210, "security": -0.01264649070418278, - "connectedSystems": [ - "3KNK-A", - "RL-KT0", - "P-NUWP", - "TQ-RR8" - ] + "connectedSystems": "3KNK-A,RL-KT0,P-NUWP,TQ-RR8" }, { "solarSystemName": "RL-KT0", "x": 965, "y": 315, "security": -0.007651573691258018, - "connectedSystems": [ - "C0T-77", - "UO9-YG", - "ZQP-QV", - "ZJQH-S" - ] + "connectedSystems": "C0T-77,UO9-YG,ZQP-QV,ZJQH-S" }, { "solarSystemName": "UO9-YG", "x": 900, "y": 390, "security": -0.006680577187579417, - "connectedSystems": [ - "RL-KT0", - "ZQP-QV", - "ZJQH-S", - "E9G-MT" - ] + "connectedSystems": "RL-KT0,ZQP-QV,ZJQH-S,E9G-MT" }, { "solarSystemName": "ZQP-QV", "x": 820, "y": 315, "security": -0.006822698851661202, - "connectedSystems": [ - "RL-KT0", - "UO9-YG", - "P-NUWP", - "ZJQH-S", - "TQ-RR8" - ] + "connectedSystems": "RL-KT0,UO9-YG,P-NUWP,ZJQH-S,TQ-RR8" }, { "solarSystemName": "P-NUWP", "x": 925, "y": 280, "security": -0.01658961336295062, - "connectedSystems": [ - "C0T-77", - "ZQP-QV", - "EF-F36" - ] + "connectedSystems": "C0T-77,ZQP-QV,EF-F36" }, { "solarSystemName": "ZJQH-S", "x": 900, "y": 345, "security": -0.01283207743044179, - "connectedSystems": [ - "RL-KT0", - "UO9-YG", - "ZQP-QV" - ] + "connectedSystems": "RL-KT0,UO9-YG,ZQP-QV" }, { "solarSystemName": "E9G-MT", "x": 860, "y": 445, "security": -0.003686051143766078, - "connectedSystems": [ - "UO9-YG", - "1L-BHT", - "VSIG-K" - ] + "connectedSystems": "UO9-YG,1L-BHT,VSIG-K" }, { "solarSystemName": "TQ-RR8", "x": 820, "y": 210, "security": -0.00775744873668005, - "connectedSystems": [ - "C0T-77", - "ZQP-QV", - "0T-AMZ" - ] + "connectedSystems": "C0T-77,ZQP-QV,0T-AMZ" }, { "solarSystemName": "1L-BHT", "x": 750, "y": 435, "security": -0.001699637179925495, - "connectedSystems": [ - "E9G-MT", - "D5IW-F" - ] + "connectedSystems": "E9G-MT,D5IW-F" }, { "solarSystemName": "D5IW-F", "x": 675, "y": 430, "security": -0.001367909482432705, - "connectedSystems": [ - "1L-BHT", - "F-XWIN" - ] + "connectedSystems": "1L-BHT,F-XWIN" }, { "solarSystemName": "F-XWIN", "x": 600, "y": 420, "security": -0.0008768109281165337, - "connectedSystems": [ - "D5IW-F", - "4C-B7X" - ] + "connectedSystems": "D5IW-F,4C-B7X" }, { "solarSystemName": "4C-B7X", "x": 525, "y": 405, "security": -0.005731540073657171, - "connectedSystems": [ - "F-XWIN", - "LGUZ-1", - "BF-SDP" - ] + "connectedSystems": "F-XWIN,LGUZ-1,BF-SDP" }, { "solarSystemName": "LGUZ-1", "x": 505, "y": 445, "security": -0.001395009582627949, - "connectedSystems": [ - "4C-B7X", - "F5FO-U", - "J9SH-A" - ] + "connectedSystems": "4C-B7X,F5FO-U,J9SH-A" }, { "solarSystemName": "BF-SDP", "x": 550, "y": 350, "security": -0.03986568951001623, - "connectedSystems": [ - "4C-B7X", - "5WAE-M", - "L3-XYO" - ] + "connectedSystems": "4C-B7X,5WAE-M,L3-XYO" }, { "solarSystemName": "F5FO-U", "x": 595, "y": 480, "security": -0.001522594784485798, - "connectedSystems": [ - "LGUZ-1" - ] + "connectedSystems": "LGUZ-1" }, { "solarSystemName": "5WAE-M", "x": 440, "y": 255, "security": -0.05036849934834053, - "connectedSystems": [ - "BF-SDP", - "0-WVQS", - "0-9UHT", - "M-NKZM", - "H-M1BY" - ] + "connectedSystems": "BF-SDP,0-WVQS,0-9UHT,M-NKZM,H-M1BY" }, { "solarSystemName": "0-WVQS", "x": 455, "y": 200, "security": -0.0735853838479823, - "connectedSystems": [ - "5WAE-M", - "0-9UHT" - ] + "connectedSystems": "5WAE-M,0-9UHT" }, { "solarSystemName": "0-9UHT", "x": 385, "y": 180, "security": -0.02539322941727706, - "connectedSystems": [ - "5WAE-M", - "0-WVQS", - "J1H-R4" - ] + "connectedSystems": "5WAE-M,0-WVQS,J1H-R4" }, { "solarSystemName": "M-NKZM", "x": 370, "y": 240, "security": -0.04555173307094196, - "connectedSystems": [ - "5WAE-M", - "W2F-ZH" - ] + "connectedSystems": "5WAE-M,W2F-ZH" }, { "solarSystemName": "H-M1BY", "x": 395, "y": 300, "security": -0.000724598940151977, - "connectedSystems": [ - "5WAE-M" - ] + "connectedSystems": "5WAE-M" }, { "solarSystemName": "J1H-R4", "x": 345, "y": 90, "security": -0.002560070506096968, - "connectedSystems": [ - "0-9UHT" - ] + "connectedSystems": "0-9UHT" }, { "solarSystemName": "J9SH-A", "x": 450, "y": 545, "security": -0.007660273558810493, - "connectedSystems": [ - "LGUZ-1", - "JKJ-VJ" - ] + "connectedSystems": "LGUZ-1,JKJ-VJ" }, { "solarSystemName": "JKJ-VJ", "x": 415, "y": 585, "security": -0.1571747214664878, - "connectedSystems": [ - "J9SH-A", - "RTX0-S", - "33FN-P", - "MT-2VJ", - "3HQC-6" - ] + "connectedSystems": "J9SH-A,RTX0-S,33FN-P,MT-2VJ,3HQC-6" }, { "solarSystemName": "RTX0-S", "x": 295, "y": 535, "security": -0.2064986878854969, - "connectedSystems": [ - "JKJ-VJ", - "MT-2VJ" - ] + "connectedSystems": "JKJ-VJ,MT-2VJ" }, { "solarSystemName": "33FN-P", "x": 380, "y": 475, "security": -0.3318859377454164, - "connectedSystems": [ - "JKJ-VJ", - "NM-OEA", - "MT-2VJ" - ] + "connectedSystems": "JKJ-VJ,NM-OEA,MT-2VJ" }, { "solarSystemName": "NM-OEA", "x": 375, "y": 415, "security": -0.4000441241798425, - "connectedSystems": [ - "33FN-P" - ] + "connectedSystems": "33FN-P" }, { "solarSystemName": "MT-2VJ", "x": 300, "y": 475, "security": -0.10008909131098, - "connectedSystems": [ - "JKJ-VJ", - "RTX0-S", - "33FN-P" - ] + "connectedSystems": "JKJ-VJ,RTX0-S,33FN-P" }, { "solarSystemName": "3HQC-6", "x": 340, "y": 640, "security": -0.03910586835699603, - "connectedSystems": [ - "JKJ-VJ", - "OX-RGN", - "R-OCBA" - ] + "connectedSystems": "JKJ-VJ,OX-RGN,R-OCBA" }, { "solarSystemName": "OX-RGN", "x": 385, "y": 700, "security": -0.003346703150892139, - "connectedSystems": [ - "3HQC-6" - ] + "connectedSystems": "3HQC-6" }, { "solarSystemName": "R-OCBA", "x": 265, "y": 670, "security": -0.001880543605770946, - "connectedSystems": [ - "3HQC-6", - "GA-2V7", - "DB-6W4" - ] + "connectedSystems": "3HQC-6,GA-2V7,DB-6W4" }, { "solarSystemName": "GA-2V7", "x": 215, "y": 630, "security": -0.001130250248444487, - "connectedSystems": [ - "R-OCBA", - "DB-6W4" - ] + "connectedSystems": "R-OCBA,DB-6W4" }, { "solarSystemName": "DB-6W4", "x": 200, "y": 685, "security": -0.004157635228024925, - "connectedSystems": [ - "R-OCBA", - "GA-2V7", - "7-692B" - ] + "connectedSystems": "R-OCBA,GA-2V7,7-692B" }, { "solarSystemName": "7-692B", "x": 130, "y": 695, "security": -0.002985117683950822, - "connectedSystems": [ - "DB-6W4", - "XF-TQL" - ] + "connectedSystems": "DB-6W4,XF-TQL" }, { "solarSystemName": "L3-XYO", "x": 585, "y": 265, "security": -0.1002518523472095, - "connectedSystems": [ - "BF-SDP", - "AN-G54", - "T-Z6J2" - ] + "connectedSystems": "BF-SDP,AN-G54,T-Z6J2" }, { "solarSystemName": "AN-G54", "x": 600, "y": 180, "security": -0.1319784327905008, - "connectedSystems": [ - "L3-XYO", - "ZXI-K2", - "T-Z6J2", - "CT7-5V" - ] + "connectedSystems": "L3-XYO,ZXI-K2,T-Z6J2,CT7-5V" }, { "solarSystemName": "ZXI-K2", "x": 610, "y": 125, "security": -0.07583652399464191, - "connectedSystems": [ - "AN-G54", - "B0C-LD" - ] + "connectedSystems": "AN-G54,B0C-LD" }, { "solarSystemName": "T-Z6J2", "x": 545, "y": 220, "security": -0.1482573498690535, - "connectedSystems": [ - "L3-XYO", - "AN-G54" - ] + "connectedSystems": "L3-XYO,AN-G54" }, { "solarSystemName": "CT7-5V", "x": 655, "y": 230, "security": -0.4191135568529451, - "connectedSystems": [ - "AN-G54", - "2JJ-0E" - ] + "connectedSystems": "AN-G54,2JJ-0E" }, { "solarSystemName": "2JJ-0E", "x": 665, "y": 295, "security": -0.650006278488089, - "connectedSystems": [ - "CT7-5V" - ] + "connectedSystems": "CT7-5V" }, { "solarSystemName": "B0C-LD", "x": 635, "y": 65, "security": -0.2256385542451183, - "connectedSystems": [ - "ZXI-K2", - "NP6-38", - "W-Z3HW" - ] + "connectedSystems": "ZXI-K2,NP6-38,W-Z3HW" }, { "solarSystemName": "NP6-38", "x": 740, "y": 15, "security": -0.1711698260291806, - "connectedSystems": [ - "B0C-LD", - "G-YT55", - "IZ-AOB", - "G5-EN3", - "W-Z3HW" - ] + "connectedSystems": "B0C-LD,G-YT55,IZ-AOB,G5-EN3,W-Z3HW" }, { "solarSystemName": "G-YT55", "x": 815, "y": 100, "security": -0.03705977999126497, - "connectedSystems": [ - "NP6-38", - "IZ-AOB", - "G5-EN3" - ] + "connectedSystems": "NP6-38,IZ-AOB,G5-EN3" }, { "solarSystemName": "IZ-AOB", "x": 890, "y": 15, "security": -0.02395156562231193, - "connectedSystems": [ - "NP6-38", - "G-YT55", - "G5-EN3", - "5-MLDT" - ] + "connectedSystems": "NP6-38,G-YT55,G5-EN3,5-MLDT" }, { "solarSystemName": "G5-EN3", "x": 815, "y": 45, "security": -0.01858826880644715, - "connectedSystems": [ - "NP6-38", - "G-YT55", - "IZ-AOB" - ] + "connectedSystems": "NP6-38,G-YT55,IZ-AOB" }, { "solarSystemName": "W-Z3HW", "x": 720, "y": 75, "security": -0.02995309027165061, - "connectedSystems": [ - "B0C-LD", - "NP6-38" - ] + "connectedSystems": "B0C-LD,NP6-38" }, { "solarSystemName": "W2F-ZH", "x": 280, "y": 225, "security": -0.01292980385024822, - "connectedSystems": [ - "M-NKZM", - "BMU-V1" - ] + "connectedSystems": "M-NKZM,BMU-V1" }, { "solarSystemName": "BMU-V1", "x": 230, "y": 255, "security": -0.000519009075936383, - "connectedSystems": [ - "W2F-ZH", - "ZXC8-1" - ] + "connectedSystems": "W2F-ZH,ZXC8-1" }, { "solarSystemName": "ZXC8-1", "x": 200, "y": 295, "security": -0.0007874505567290191, - "connectedSystems": [ - "BMU-V1", - "LBV-Q1" - ] + "connectedSystems": "BMU-V1,LBV-Q1" }, { "solarSystemName": "LBV-Q1", "x": 170, "y": 335, "security": -0.003092205817402549, - "connectedSystems": [ - "ZXC8-1", - "Z-40CG" - ] + "connectedSystems": "ZXC8-1,Z-40CG" }, { "solarSystemName": "Z-40CG", "x": 100, "y": 365, "security": -0.008023869073982226, - "connectedSystems": [ - "LBV-Q1", - "O-RIDF" - ] + "connectedSystems": "LBV-Q1,O-RIDF" }, { "solarSystemName": "O-RIDF", "x": 30, "y": 375, "security": -0.06209483032431562, - "connectedSystems": [ - "Z-40CG", - "A-5M31" - ] + "connectedSystems": "Z-40CG,A-5M31" }, { "solarSystemName": "A-5M31", "x": 0, "y": 300, "security": -0.1500015057805593, - "connectedSystems": [ - "O-RIDF", - "BOE7-P" - ] + "connectedSystems": "O-RIDF,BOE7-P" }, { "solarSystemName": "BOE7-P", "x": 0, "y": 250, "security": -0.08474360826567162, - "connectedSystems": [ - "A-5M31", - "E-GCX0" - ] + "connectedSystems": "A-5M31,E-GCX0" }, { "solarSystemName": "E-GCX0", "x": 0, "y": 205, "security": -0.06170637287698511, - "connectedSystems": [ - "BOE7-P", - "VBFC-8", - "VJ0-81" - ] + "connectedSystems": "BOE7-P,VBFC-8,VJ0-81" }, { "solarSystemName": "VBFC-8", "x": 0, "y": 155, "security": -0.1836350828127275, - "connectedSystems": [ - "E-GCX0", - "YVA-F0", - "VJ0-81" - ] + "connectedSystems": "E-GCX0,YVA-F0,VJ0-81" }, { "solarSystemName": "YVA-F0", "x": 0, "y": 110, "security": -0.696105435995078, - "connectedSystems": [ - "VBFC-8", - "0D-CHA" - ] + "connectedSystems": "VBFC-8,0D-CHA" }, { "solarSystemName": "0D-CHA", "x": 0, "y": 60, "security": -0.7922694235434096, - "connectedSystems": [ - "YVA-F0", - "A2V6-6" - ] + "connectedSystems": "YVA-F0,A2V6-6" }, { "solarSystemName": "A2V6-6", "x": 0, "y": 15, "security": -0.8500001030113771, - "connectedSystems": [ - "0D-CHA" - ] + "connectedSystems": "0D-CHA" }, { "solarSystemName": "VJ0-81", "x": 70, "y": 180, "security": -0.03196170202696624, - "connectedSystems": [ - "E-GCX0", - "VBFC-8" - ] + "connectedSystems": "E-GCX0,VBFC-8" }, { "solarSystemName": "XF-TQL", "x": 60, "y": 730, "security": -0.01166477211402606, - "connectedSystems": [ - "7-692B", - "4-EP12", - "YZS5-4" - ] + "connectedSystems": "7-692B,4-EP12,YZS5-4" } ] \ No newline at end of file diff --git a/public/Paragon Soul.json b/public/Paragon Soul.json index 7c6dcac..3255bf2 100644 --- a/public/Paragon Soul.json +++ b/public/Paragon Soul.json @@ -4,523 +4,342 @@ "x": 815, "y": 30, "security": -0.4186644922278973, - "connectedSystems": [ - "VUAC-Y", - "JD-TYH" - ] + "connectedSystems": "VUAC-Y,JD-TYH" }, { "solarSystemName": "JD-TYH", "x": 750, "y": 65, "security": -0.1098941783741537, - "connectedSystems": [ - "450I-W", - "02V-BK", - "A5MT-B", - "SN9S-N" - ] + "connectedSystems": "450I-W,02V-BK,A5MT-B,SN9S-N" }, { "solarSystemName": "02V-BK", "x": 675, "y": 40, "security": -0.1629020859400002, - "connectedSystems": [ - "JD-TYH", - "R-ARKN", - "DL-CDY" - ] + "connectedSystems": "JD-TYH,R-ARKN,DL-CDY" }, { "solarSystemName": "A5MT-B", "x": 715, "y": 110, "security": -0.1100654714864416, - "connectedSystems": [ - "JD-TYH" - ] + "connectedSystems": "JD-TYH" }, { "solarSystemName": "R-ARKN", "x": 590, "y": 35, "security": -0.2549326675898955, - "connectedSystems": [ - "02V-BK", - "MS2-V8", - "O4T-Z5" - ] + "connectedSystems": "02V-BK,MS2-V8,O4T-Z5" }, { "solarSystemName": "SN9S-N", "x": 800, "y": 115, "security": -0.05567670779557965, - "connectedSystems": [ - "JD-TYH", - "Z-MO29", - "JI-K5H" - ] + "connectedSystems": "JD-TYH,Z-MO29,JI-K5H" }, { "solarSystemName": "MS2-V8", "x": 590, "y": 80, "security": -0.2112074674669873, - "connectedSystems": [ - "R-ARKN", - "P9F-ZG" - ] + "connectedSystems": "R-ARKN,P9F-ZG" }, { "solarSystemName": "DL-CDY", "x": 715, "y": 0, "security": -0.1091565276451122, - "connectedSystems": [ - "02V-BK", - "29YH-V", - "X-HISR" - ] + "connectedSystems": "02V-BK,29YH-V,X-HISR" }, { "solarSystemName": "KSM-1T", "x": 930, "y": 115, "security": -0.2238032161803247, - "connectedSystems": [ - "O-MCZR", - "YRV-MZ", - "6SB-BN" - ] + "connectedSystems": "O-MCZR,YRV-MZ,6SB-BN" }, { "solarSystemName": "JI-K5H", "x": 830, "y": 170, "security": -0.0425932935094876, - "connectedSystems": [ - "SN9S-N", - "33-JRO", - "ARBX-9", - "O-MCZR" - ] + "connectedSystems": "SN9S-N,33-JRO,ARBX-9,O-MCZR" }, { "solarSystemName": "33-JRO", "x": 830, "y": 230, "security": -0.2021672856107706, - "connectedSystems": [ - "JI-K5H", - "ARBX-9", - "5-CSE3", - "9T-APQ", - "4Y-OBL" - ] + "connectedSystems": "JI-K5H,ARBX-9,5-CSE3,9T-APQ,4Y-OBL" }, { "solarSystemName": "ARBX-9", "x": 880, "y": 200, "security": -0.1840901047109541, - "connectedSystems": [ - "JI-K5H", - "33-JRO", - "9T-APQ" - ] + "connectedSystems": "JI-K5H,33-JRO,9T-APQ" }, { "solarSystemName": "5-CSE3", "x": 870, "y": 295, "security": -0.2005025707558625, - "connectedSystems": [ - "33-JRO" - ] + "connectedSystems": "33-JRO" }, { "solarSystemName": "O-MCZR", "x": 930, "y": 170, "security": -0.08294060501674372, - "connectedSystems": [ - "JI-K5H", - "9T-APQ", - "KSM-1T" - ] + "connectedSystems": "JI-K5H,9T-APQ,KSM-1T" }, { "solarSystemName": "9T-APQ", "x": 930, "y": 230, "security": -0.121822206976643, - "connectedSystems": [ - "33-JRO", - "ARBX-9", - "O-MCZR" - ] + "connectedSystems": "33-JRO,ARBX-9,O-MCZR" }, { "solarSystemName": "4Y-OBL", "x": 775, "y": 290, "security": -0.2577244264792885, - "connectedSystems": [ - "33-JRO", - "0-MX34", - "5AQ-5H" - ] + "connectedSystems": "33-JRO,0-MX34,5AQ-5H" }, { "solarSystemName": "0-MX34", "x": 700, "y": 330, "security": -0.08500905116720359, - "connectedSystems": [ - "4Y-OBL", - "5AQ-5H", - "T-ZFID" - ] + "connectedSystems": "4Y-OBL,5AQ-5H,T-ZFID" }, { "solarSystemName": "5AQ-5H", "x": 710, "y": 265, "security": -0.1943404365570568, - "connectedSystems": [ - "4Y-OBL", - "0-MX34" - ] + "connectedSystems": "4Y-OBL,0-MX34" }, { "solarSystemName": "T-ZFID", "x": 590, "y": 330, "security": -0.06779661310596441, - "connectedSystems": [ - "0-MX34", - "0ZN7-G" - ] + "connectedSystems": "0-MX34,0ZN7-G" }, { "solarSystemName": "0ZN7-G", "x": 485, "y": 300, "security": -0.0475766487532242, - "connectedSystems": [ - "T-ZFID", - "H8-ZTO" - ] + "connectedSystems": "T-ZFID,H8-ZTO" }, { "solarSystemName": "H8-ZTO", "x": 440, "y": 255, "security": -0.1329744814496526, - "connectedSystems": [ - "0ZN7-G", - "YV-FDG", - "HHJD-5" - ] + "connectedSystems": "0ZN7-G,YV-FDG,HHJD-5" }, { "solarSystemName": "YV-FDG", "x": 370, "y": 340, "security": -0.140293027923891, - "connectedSystems": [ - "H8-ZTO", - "LUL-WX", - "8Q-UYU", - "UAAU-C" - ] + "connectedSystems": "H8-ZTO,LUL-WX,8Q-UYU,UAAU-C" }, { "solarSystemName": "LUL-WX", "x": 310, "y": 320, "security": -0.032025733446164, - "connectedSystems": [ - "YV-FDG", - "8Q-UYU" - ] + "connectedSystems": "YV-FDG,8Q-UYU" }, { "solarSystemName": "8Q-UYU", "x": 285, "y": 355, "security": -0.01662852491718336, - "connectedSystems": [ - "YV-FDG", - "LUL-WX", - "3PPT-9", - "UAAU-C" - ] + "connectedSystems": "YV-FDG,LUL-WX,3PPT-9,UAAU-C" }, { "solarSystemName": "3PPT-9", "x": 315, "y": 420, "security": -0.02434369474123677, - "connectedSystems": [ - "8Q-UYU", - "S-KU8B", - "UAAU-C" - ] + "connectedSystems": "8Q-UYU,S-KU8B,UAAU-C" }, { "solarSystemName": "S-KU8B", "x": 290, "y": 455, "security": -0.03065009498487781, - "connectedSystems": [ - "3PPT-9", - "JK-GLL" - ] + "connectedSystems": "3PPT-9,JK-GLL" }, { "solarSystemName": "JK-GLL", "x": 265, "y": 490, "security": -0.07219089209262675, - "connectedSystems": [ - "S-KU8B", - "LD-2VL" - ] + "connectedSystems": "S-KU8B,LD-2VL" }, { "solarSystemName": "UAAU-C", "x": 345, "y": 380, "security": -0.01246499221713804, - "connectedSystems": [ - "YV-FDG", - "8Q-UYU", - "3PPT-9" - ] + "connectedSystems": "YV-FDG,8Q-UYU,3PPT-9" }, { "solarSystemName": "HHJD-5", "x": 435, "y": 200, "security": -0.2617117258827018, - "connectedSystems": [ - "H8-ZTO", - "ZWV-GD", - "1DDR-X", - "AA-GWF" - ] + "connectedSystems": "H8-ZTO,ZWV-GD,1DDR-X,AA-GWF" }, { "solarSystemName": "ZWV-GD", "x": 505, "y": 145, "security": -0.3358094386631535, - "connectedSystems": [ - "HHJD-5", - "1DDR-X", - "LG-WA9", - "AA-GWF" - ] + "connectedSystems": "HHJD-5,1DDR-X,LG-WA9,AA-GWF" }, { "solarSystemName": "1DDR-X", "x": 505, "y": 200, "security": -0.1813945546998105, - "connectedSystems": [ - "HHJD-5", - "ZWV-GD", - "AA-GWF" - ] + "connectedSystems": "HHJD-5,ZWV-GD,AA-GWF" }, { "solarSystemName": "LG-WA9", "x": 465, "y": 90, "security": -0.1527215792631264, - "connectedSystems": [ - "ZWV-GD", - "AA-GWF", - "O4T-Z5" - ] + "connectedSystems": "ZWV-GD,AA-GWF,O4T-Z5" }, { "solarSystemName": "AA-GWF", "x": 435, "y": 145, "security": -0.2380847034817597, - "connectedSystems": [ - "HHJD-5", - "ZWV-GD", - "1DDR-X", - "LG-WA9" - ] + "connectedSystems": "HHJD-5,ZWV-GD,1DDR-X,LG-WA9" }, { "solarSystemName": "O4T-Z5", "x": 505, "y": 50, "security": -0.06043150597504876, - "connectedSystems": [ - "LG-WA9", - "O-97ZG", - "R-ARKN" - ] + "connectedSystems": "LG-WA9,O-97ZG,R-ARKN" }, { "solarSystemName": "O-97ZG", "x": 405, "y": 50, "security": -0.06043939343695992, - "connectedSystems": [ - "O4T-Z5", - "2I-520" - ] + "connectedSystems": "O4T-Z5,2I-520" }, { "solarSystemName": "2I-520", "x": 330, "y": 50, "security": -0.1536854911986526, - "connectedSystems": [ - "O-97ZG", - "GQ2S-8" - ] + "connectedSystems": "O-97ZG,GQ2S-8" }, { "solarSystemName": "GQ2S-8", "x": 250, "y": 50, "security": -0.258275246369682, - "connectedSystems": [ - "2I-520", - "0SUF-3", - "G1D0-G", - "KU3-BB" - ] + "connectedSystems": "2I-520,0SUF-3,G1D0-G,KU3-BB" }, { "solarSystemName": "0SUF-3", "x": 170, "y": 50, "security": -0.2861870277379323, - "connectedSystems": [ - "GQ2S-8", - "G-M4GK", - "O1Q-P1" - ] + "connectedSystems": "GQ2S-8,G-M4GK,O1Q-P1" }, { "solarSystemName": "G-M4GK", "x": 95, "y": 50, "security": -1, - "connectedSystems": [ - "0SUF-3", - "TCAG-3" - ] + "connectedSystems": "0SUF-3,TCAG-3" }, { "solarSystemName": "G1D0-G", "x": 205, "y": 95, "security": -0.05674369858917938, - "connectedSystems": [ - "GQ2S-8" - ] + "connectedSystems": "GQ2S-8" }, { "solarSystemName": "KU3-BB", "x": 290, "y": 95, "security": -0.210136564847634, - "connectedSystems": [ - "GQ2S-8" - ] + "connectedSystems": "GQ2S-8" }, { "solarSystemName": "O1Q-P1", "x": 170, "y": 15, "security": -0.4570717803820229, - "connectedSystems": [ - "0SUF-3" - ] + "connectedSystems": "0SUF-3" }, { "solarSystemName": "LD-2VL", "x": 205, "y": 570, "security": -0.2009348237111728, - "connectedSystems": [ - "JK-GLL", - "ZBY-0I" - ] + "connectedSystems": "JK-GLL,ZBY-0I" }, { "solarSystemName": "ZBY-0I", "x": 165, "y": 605, "security": -0.4399294181103413, - "connectedSystems": [ - "LD-2VL", - "MP5-KR" - ] + "connectedSystems": "LD-2VL,MP5-KR" }, { "solarSystemName": "MP5-KR", "x": 120, "y": 640, "security": -0.6048354622984029, - "connectedSystems": [ - "ZBY-0I", - "O-N589" - ] + "connectedSystems": "ZBY-0I,O-N589" }, { "solarSystemName": "O-N589", "x": 65, "y": 670, "security": -0.9293696251127772, - "connectedSystems": [ - "MP5-KR", - "ZDYA-G", - "LX5K-W" - ] + "connectedSystems": "MP5-KR,ZDYA-G,LX5K-W" }, { "solarSystemName": "ZDYA-G", "x": 50, "y": 720, "security": -1, - "connectedSystems": [ - "O-N589", - "LX5K-W" - ] + "connectedSystems": "O-N589,LX5K-W" }, { "solarSystemName": "LX5K-W", "x": 0, "y": 680, "security": -0.668030216160138, - "connectedSystems": [ - "O-N589", - "ZDYA-G" - ] + "connectedSystems": "O-N589,ZDYA-G" }, { "solarSystemName": "TCAG-3", "x": 20, "y": 50, "security": -0.3728745335413509, - "connectedSystems": [ - "TPAR-G", - "VYO-68", - "UR-E46", - "G-M4GK" - ] + "connectedSystems": "TPAR-G,VYO-68,UR-E46,G-M4GK" } ] \ No newline at end of file diff --git a/public/Period Basis.json b/public/Period Basis.json index 672d718..6a7383b 100644 --- a/public/Period Basis.json +++ b/public/Period Basis.json @@ -4,458 +4,307 @@ "x": 640, "y": 20, "security": -0.1003501170454653, - "connectedSystems": [ - "VNPF-7", - "Z-XMUC", - "XZ-SKZ" - ] + "connectedSystems": "VNPF-7,Z-XMUC,XZ-SKZ" }, { "solarSystemName": "G-M4GK", "x": 670, "y": 490, "security": -1, - "connectedSystems": [ - "0SUF-3", - "TCAG-3" - ] + "connectedSystems": "0SUF-3,TCAG-3" }, { "solarSystemName": "LWX-93", "x": 95, "y": 25, "security": -0.8960811446316616, - "connectedSystems": [ - "C3N-3S", - "TN25-J" - ] + "connectedSystems": "C3N-3S,TN25-J" }, { "solarSystemName": "1-2J4P", "x": 750, "y": 25, "security": -0.4084174279636026, - "connectedSystems": [ - "9GNS-2", - "CX8-6K", - "M0O-JG", - "L-YMYU" - ] + "connectedSystems": "9GNS-2,CX8-6K,M0O-JG,L-YMYU" }, { "solarSystemName": "L-YMYU", "x": 740, "y": 85, "security": -0.09441794732500142, - "connectedSystems": [ - "1-2J4P", - "35-JWD" - ] + "connectedSystems": "1-2J4P,35-JWD" }, { "solarSystemName": "35-JWD", "x": 720, "y": 125, "security": -0.01660899814066441, - "connectedSystems": [ - "L-YMYU", - "F-M1FU", - "0-NTIS", - "XZ-SKZ" - ] + "connectedSystems": "L-YMYU,F-M1FU,0-NTIS,XZ-SKZ" }, { "solarSystemName": "F-M1FU", "x": 745, "y": 175, "security": -0.3207723814594001, - "connectedSystems": [ - "35-JWD", - "VR-YIQ" - ] + "connectedSystems": "35-JWD,VR-YIQ" }, { "solarSystemName": "0-NTIS", "x": 645, "y": 170, "security": -0.02756228475288303, - "connectedSystems": [ - "35-JWD", - "XZ-SKZ", - "I6M-9U" - ] + "connectedSystems": "35-JWD,XZ-SKZ,I6M-9U" }, { "solarSystemName": "VR-YIQ", "x": 760, "y": 225, "security": -0.07149167878706264, - "connectedSystems": [ - "F-M1FU", - "I6M-9U", - "1-NJLK" - ] + "connectedSystems": "F-M1FU,I6M-9U,1-NJLK" }, { "solarSystemName": "XZ-SKZ", "x": 625, "y": 100, "security": -0.03686390826372221, - "connectedSystems": [ - "35-JWD", - "0-NTIS", - "CJF-1P" - ] + "connectedSystems": "35-JWD,0-NTIS,CJF-1P" }, { "solarSystemName": "I6M-9U", "x": 680, "y": 225, "security": -0.04180067570899682, - "connectedSystems": [ - "0-NTIS", - "VR-YIQ", - "MG0-RD" - ] + "connectedSystems": "0-NTIS,VR-YIQ,MG0-RD" }, { "solarSystemName": "MG0-RD", "x": 555, "y": 315, "security": -0.07491891111259807, - "connectedSystems": [ - "I6M-9U", - "TPAR-G", - "VYO-68" - ] + "connectedSystems": "I6M-9U,TPAR-G,VYO-68" }, { "solarSystemName": "TPAR-G", "x": 610, "y": 370, "security": -0.1425018978049699, - "connectedSystems": [ - "MG0-RD", - "TCAG-3" - ] + "connectedSystems": "MG0-RD,TCAG-3" }, { "solarSystemName": "VYO-68", "x": 460, "y": 315, "security": -0.185576370830462, - "connectedSystems": [ - "MG0-RD", - "TCAG-3", - "CW9-1Y" - ] + "connectedSystems": "MG0-RD,TCAG-3,CW9-1Y" }, { "solarSystemName": "TCAG-3", "x": 535, "y": 380, "security": -0.3728745335413509, - "connectedSystems": [ - "TPAR-G", - "VYO-68", - "UR-E46", - "G-M4GK" - ] + "connectedSystems": "TPAR-G,VYO-68,UR-E46,G-M4GK" }, { "solarSystemName": "UR-E46", "x": 510, "y": 440, "security": -0.544897330759138, - "connectedSystems": [ - "TCAG-3", - "0A-KZ0" - ] + "connectedSystems": "TCAG-3,0A-KZ0" }, { "solarSystemName": "CW9-1Y", "x": 385, "y": 275, "security": -0.1648387222577461, - "connectedSystems": [ - "VYO-68", - "ZU-MS3" - ] + "connectedSystems": "VYO-68,ZU-MS3" }, { "solarSystemName": "1-NJLK", "x": 810, "y": 300, "security": -0.3024849615844784, - "connectedSystems": [ - "VR-YIQ", - "Y-CWQY", - "8KR9-5", - "G-C8QO" - ] + "connectedSystems": "VR-YIQ,Y-CWQY,8KR9-5,G-C8QO" }, { "solarSystemName": "Y-CWQY", "x": 850, "y": 365, "security": -0.7626069870805586, - "connectedSystems": [ - "1-NJLK", - "8KR9-5", - "VQE-CN", - "L5D-ZL", - "EIMJ-M" - ] + "connectedSystems": "1-NJLK,8KR9-5,VQE-CN,L5D-ZL,EIMJ-M" }, { "solarSystemName": "8KR9-5", "x": 770, "y": 365, "security": -0.231319153375562, - "connectedSystems": [ - "1-NJLK", - "Y-CWQY", - "VQE-CN" - ] + "connectedSystems": "1-NJLK,Y-CWQY,VQE-CN" }, { "solarSystemName": "VQE-CN", "x": 810, "y": 425, "security": -0.5554770593482921, - "connectedSystems": [ - "Y-CWQY", - "8KR9-5" - ] + "connectedSystems": "Y-CWQY,8KR9-5" }, { "solarSystemName": "L5D-ZL", "x": 900, "y": 300, "security": -0.9200675133697063, - "connectedSystems": [ - "Y-CWQY" - ] + "connectedSystems": "Y-CWQY" }, { "solarSystemName": "G-C8QO", "x": 705, "y": 300, "security": -0.2182943270460749, - "connectedSystems": [ - "1-NJLK" - ] + "connectedSystems": "1-NJLK" }, { "solarSystemName": "EIMJ-M", "x": 935, "y": 365, "security": -0.9190915413087954, - "connectedSystems": [ - "Y-CWQY" - ] + "connectedSystems": "Y-CWQY" }, { "solarSystemName": "0A-KZ0", "x": 485, "y": 505, "security": -0.6642254901297535, - "connectedSystems": [ - "UR-E46", - "E-DOF2", - "08S-39" - ] + "connectedSystems": "UR-E46,E-DOF2,08S-39" }, { "solarSystemName": "E-DOF2", "x": 430, "y": 565, "security": -0.4782521103671475, - "connectedSystems": [ - "0A-KZ0", - "48I1-X", - "0OTX-J" - ] + "connectedSystems": "0A-KZ0,48I1-X,0OTX-J" }, { "solarSystemName": "48I1-X", "x": 340, "y": 495, "security": -0.5585872999545571, - "connectedSystems": [ - "E-DOF2", - "0OTX-J", - "JZL-VB" - ] + "connectedSystems": "E-DOF2,0OTX-J,JZL-VB" }, { "solarSystemName": "0OTX-J", "x": 320, "y": 570, "security": -0.4237829007360542, - "connectedSystems": [ - "E-DOF2", - "48I1-X", - "3OP-3E" - ] + "connectedSystems": "E-DOF2,48I1-X,3OP-3E" }, { "solarSystemName": "3OP-3E", "x": 205, "y": 555, "security": -0.2991564111523053, - "connectedSystems": [ - "0OTX-J", - "JZL-VB", - "RJ3H-0" - ] + "connectedSystems": "0OTX-J,JZL-VB,RJ3H-0" }, { "solarSystemName": "JZL-VB", "x": 240, "y": 495, "security": -0.0803755084007095, - "connectedSystems": [ - "48I1-X", - "3OP-3E" - ] + "connectedSystems": "48I1-X,3OP-3E" }, { "solarSystemName": "RJ3H-0", "x": 130, "y": 565, "security": -0.5274500124676191, - "connectedSystems": [ - "3OP-3E", - "PA-VE3" - ] + "connectedSystems": "3OP-3E,PA-VE3" }, { "solarSystemName": "08S-39", "x": 400, "y": 460, "security": -0.8534291369448437, - "connectedSystems": [ - "0A-KZ0" - ] + "connectedSystems": "0A-KZ0" }, { "solarSystemName": "ZU-MS3", "x": 285, "y": 165, "security": -0.2612612497166634, - "connectedSystems": [ - "CW9-1Y", - "HIX4-H" - ] + "connectedSystems": "CW9-1Y,HIX4-H" }, { "solarSystemName": "HIX4-H", "x": 210, "y": 125, "security": -0.3684699210994133, - "connectedSystems": [ - "ZU-MS3", - "GR-J8B", - "OY0-2T", - "TN25-J" - ] + "connectedSystems": "ZU-MS3,GR-J8B,OY0-2T,TN25-J" }, { "solarSystemName": "GR-J8B", "x": 265, "y": 55, "security": -0.3720526297662612, - "connectedSystems": [ - "HIX4-H" - ] + "connectedSystems": "HIX4-H" }, { "solarSystemName": "OY0-2T", "x": 115, "y": 120, "security": -0.5539470606649445, - "connectedSystems": [ - "HIX4-H", - "E2-RDQ" - ] + "connectedSystems": "HIX4-H,E2-RDQ" }, { "solarSystemName": "E2-RDQ", "x": 40, "y": 85, "security": -0.9240194077316923, - "connectedSystems": [ - "OY0-2T" - ] + "connectedSystems": "OY0-2T" }, { "solarSystemName": "TN25-J", "x": 175, "y": 60, "security": -0.9511389407889554, - "connectedSystems": [ - "HIX4-H", - "LWX-93" - ] + "connectedSystems": "HIX4-H,LWX-93" }, { "solarSystemName": "PA-VE3", "x": 35, "y": 580, "security": -0.4468288271529, - "connectedSystems": [ - "RJ3H-0", - "G-Q5JU", - "RYQC-I" - ] + "connectedSystems": "RJ3H-0,G-Q5JU,RYQC-I" }, { "solarSystemName": "G-Q5JU", "x": 30, "y": 630, "security": -0.726917978541421, - "connectedSystems": [ - "PA-VE3", - "Z-M5A1" - ] + "connectedSystems": "PA-VE3,Z-M5A1" }, { "solarSystemName": "RYQC-I", "x": 20, "y": 530, "security": -0.365760783978934, - "connectedSystems": [ - "PA-VE3", - "1E-W5I" - ] + "connectedSystems": "PA-VE3,1E-W5I" }, { "solarSystemName": "1E-W5I", "x": 5, "y": 480, "security": -0.3745663414007046, - "connectedSystems": [ - "RYQC-I" - ] + "connectedSystems": "RYQC-I" }, { "solarSystemName": "Z-M5A1", "x": 20, "y": 680, "security": -0.916639132494479, - "connectedSystems": [ - "G-Q5JU", - "MVUO-F" - ] + "connectedSystems": "G-Q5JU,MVUO-F" }, { "solarSystemName": "MVUO-F", "x": 5, "y": 725, "security": -1, - "connectedSystems": [ - "Z-M5A1" - ] + "connectedSystems": "Z-M5A1" } ] \ No newline at end of file diff --git a/public/Perrigen Falls.json b/public/Perrigen Falls.json index f1dde30..a5cd470 100644 --- a/public/Perrigen Falls.json +++ b/public/Perrigen Falls.json @@ -4,1291 +4,825 @@ "x": 0, "y": 565, "security": -0.090585674, - "connectedSystems": [ - "VW-PXL", - "Z0H2-4", - "R-AG7W" - ] + "connectedSystems": "VW-PXL,Z0H2-4,R-AG7W" }, { "solarSystemName": "O8W-5O", "x": 0, "y": 475, "security": -0.144954878, - "connectedSystems": [ - "0-TRV1", - "QB-AE6", - "AY9X-Q" - ] + "connectedSystems": "0-TRV1,QB-AE6,AY9X-Q" }, { "solarSystemName": "QCGG-Q", "x": 285, "y": 285, "security": -0.628168784, - "connectedSystems": [ - "B-B0ME", - "A0M-R8" - ] + "connectedSystems": "B-B0ME,A0M-R8" }, { "solarSystemName": "QZ1-OH", "x": 140, "y": 125, "security": -0.972235947, - "connectedSystems": [ - "PWPY-4", - "Y-XZA7", - "PVF-N9" - ] + "connectedSystems": "PWPY-4,Y-XZA7,PVF-N9" }, { "solarSystemName": "HD-JVQ", "x": 40, "y": 10, "security": -0.1349519724170962, - "connectedSystems": [ - "VVD-O6", - "P-VYVL", - "MTO2-2" - ] + "connectedSystems": "VVD-O6,P-VYVL,MTO2-2" }, { "solarSystemName": "EU-WFW", "x": 910, "y": 430, "security": -0.146439881, - "connectedSystems": [ - "Y4B-BQ", - "K-YL9T", - "GTB-O4", - "E-WMT7", - "PA-ALN" - ] + "connectedSystems": "Y4B-BQ,K-YL9T,GTB-O4,E-WMT7,PA-ALN" }, { "solarSystemName": "OTJ9-E", "x": 785, "y": 430, "security": -0.552878539, - "connectedSystems": [ - "F-5WYK", - "LH-LY1", - "7-QOYS", - "KS8G-M", - "S-CUEA" - ] + "connectedSystems": "F-5WYK,LH-LY1,7-QOYS,KS8G-M,S-CUEA" }, { "solarSystemName": "L-EUY2", "x": 840, "y": 380, "security": -0.51561635, - "connectedSystems": [ - "Y4B-BQ", - "PA-ALN", - "JL-ZUQ", - "X-KHRZ" - ] + "connectedSystems": "Y4B-BQ,PA-ALN,JL-ZUQ,X-KHRZ" }, { "solarSystemName": "9S-GPT", "x": 300, "y": 415, "security": -0.250471397, - "connectedSystems": [ - "PFV-ZH", - "UAJ5-K", - "XJ-AG7", - "2WU-XT" - ] + "connectedSystems": "PFV-ZH,UAJ5-K,XJ-AG7,2WU-XT" }, { "solarSystemName": "Z-DRIY", "x": 145, "y": 360, "security": -0.494215783, - "connectedSystems": [ - "5J-62N", - "8-MXHA", - "BEG-RL" - ] + "connectedSystems": "5J-62N,8-MXHA,BEG-RL" }, { "solarSystemName": "DYS-CG", "x": 830, "y": 185, "security": -0.337048381, - "connectedSystems": [ - "T-HMWP", - "6U-MFQ", - "J9A-BH" - ] + "connectedSystems": "T-HMWP,6U-MFQ,J9A-BH" }, { "solarSystemName": "MTGF-2", "x": 530, "y": 140, "security": -0.218845283, - "connectedSystems": [ - "5T-A3D", - "0-QP56" - ] + "connectedSystems": "5T-A3D,0-QP56" }, { "solarSystemName": "QE2-FS", "x": 440, "y": 315, "security": -0.631786963, - "connectedSystems": [ - "R-ZESX", - "IO-R2S", - "HF-K3O", - "XY-ZCI" - ] + "connectedSystems": "R-ZESX,IO-R2S,HF-K3O,XY-ZCI" }, { "solarSystemName": "Y-0HVF", "x": 380, "y": 5, "security": -0.747058905, - "connectedSystems": [ - "UGR-J2", - "KED-2O", - "C3I-D5" - ] + "connectedSystems": "UGR-J2,KED-2O,C3I-D5" }, { "solarSystemName": "B-B0ME", "x": 215, "y": 290, "security": -0.5219286, - "connectedSystems": [ - "TDP-T3", - "QCGG-Q", - "H-HGGJ" - ] + "connectedSystems": "TDP-T3,QCGG-Q,H-HGGJ" }, { "solarSystemName": "TDP-T3", "x": 260, "y": 225, "security": -0.47582108, - "connectedSystems": [ - "B-B0ME", - "OJT-J3", - "MJ-5F9" - ] + "connectedSystems": "B-B0ME,OJT-J3,MJ-5F9" }, { "solarSystemName": "H-HGGJ", "x": 215, "y": 370, "security": -0.198198572, - "connectedSystems": [ - "B-B0ME", - "A9-F18", - "XU7-CH" - ] + "connectedSystems": "B-B0ME,A9-F18,XU7-CH" }, { "solarSystemName": "OJT-J3", "x": 335, "y": 215, "security": -0.350243246, - "connectedSystems": [ - "TDP-T3", - "DE-IHK" - ] + "connectedSystems": "TDP-T3,DE-IHK" }, { "solarSystemName": "A9-F18", "x": 240, "y": 435, "security": -0.18000729, - "connectedSystems": [ - "H-HGGJ", - "H-FOYG" - ] + "connectedSystems": "H-HGGJ,H-FOYG" }, { "solarSystemName": "DE-IHK", "x": 430, "y": 210, "security": -0.511459061, - "connectedSystems": [ - "OJT-J3", - "LW-YEW" - ] + "connectedSystems": "OJT-J3,LW-YEW" }, { "solarSystemName": "AY9X-Q", "x": 60, "y": 475, "security": -0.17280601, - "connectedSystems": [ - "O8W-5O", - "XU7-CH", - "R-AG7W" - ] + "connectedSystems": "O8W-5O,XU7-CH,R-AG7W" }, { "solarSystemName": "XU7-CH", "x": 110, "y": 515, "security": -0.351563685, - "connectedSystems": [ - "H-HGGJ", - "AY9X-Q", - "2V-ZHM", - "R-AG7W" - ] + "connectedSystems": "H-HGGJ,AY9X-Q,2V-ZHM,R-AG7W" }, { "solarSystemName": "2V-ZHM", "x": 180, "y": 520, "security": -0.353427507, - "connectedSystems": [ - "XU7-CH", - "H-FOYG", - "1A8-6G", - "V-3K7C", - "AK-L0Z" - ] + "connectedSystems": "XU7-CH,H-FOYG,1A8-6G,V-3K7C,AK-L0Z" }, { "solarSystemName": "V-3K7C", "x": 185, "y": 475, "security": -0.43743803, - "connectedSystems": [ - "2V-ZHM" - ] + "connectedSystems": "2V-ZHM" }, { "solarSystemName": "AK-L0Z", "x": 245, "y": 545, "security": -0.197581837, - "connectedSystems": [ - "H-FOYG", - "2V-ZHM", - "2-YO2K" - ] + "connectedSystems": "H-FOYG,2V-ZHM,2-YO2K" }, { "solarSystemName": "R-AG7W", "x": 60, "y": 565, "security": -0.275650736, - "connectedSystems": [ - "AY9X-Q", - "XU7-CH", - "IF-KD1" - ] + "connectedSystems": "AY9X-Q,XU7-CH,IF-KD1" }, { "solarSystemName": "E-WMT7", "x": 875, "y": 470, "security": -0.143925452, - "connectedSystems": [ - "EU-WFW", - "FLK-LJ", - "F-5WYK" - ] + "connectedSystems": "EU-WFW,FLK-LJ,F-5WYK" }, { "solarSystemName": "FLK-LJ", "x": 840, "y": 520, "security": -0.183533047, - "connectedSystems": [ - "E-WMT7", - "0FG-KS" - ] + "connectedSystems": "E-WMT7,0FG-KS" }, { "solarSystemName": "0FG-KS", "x": 760, "y": 520, "security": -0.197788697, - "connectedSystems": [ - "FLK-LJ", - "F-5WYK", - "RZ3O-K" - ] + "connectedSystems": "FLK-LJ,F-5WYK,RZ3O-K" }, { "solarSystemName": "F-5WYK", "x": 815, "y": 475, "security": -0.472881448, - "connectedSystems": [ - "E-WMT7", - "0FG-KS", - "EF-QZK", - "OTJ9-E" - ] + "connectedSystems": "E-WMT7,0FG-KS,EF-QZK,OTJ9-E" }, { "solarSystemName": "EF-QZK", "x": 735, "y": 480, "security": -0.653066654, - "connectedSystems": [ - "F-5WYK" - ] + "connectedSystems": "F-5WYK" }, { "solarSystemName": "RZ3O-K", "x": 675, "y": 540, "security": -0.432108886, - "connectedSystems": [ - "0FG-KS", - "4F9Y-3", - "0XN-SK" - ] + "connectedSystems": "0FG-KS,4F9Y-3,0XN-SK" }, { "solarSystemName": "LW-YEW", "x": 500, "y": 190, "security": -0.487683406, - "connectedSystems": [ - "DE-IHK", - "HB-KSF", - "EH2I-P", - "6-8QLA", - "5T-A3D" - ] + "connectedSystems": "DE-IHK,HB-KSF,EH2I-P,6-8QLA,5T-A3D" }, { "solarSystemName": "HB-KSF", "x": 465, "y": 140, "security": -0.435965434, - "connectedSystems": [ - "LW-YEW", - "6-1T6Z" - ] + "connectedSystems": "LW-YEW,6-1T6Z" }, { "solarSystemName": "EH2I-P", "x": 570, "y": 205, "security": -0.408649141, - "connectedSystems": [ - "LW-YEW", - "OP7-BP", - "R-AYGT", - "6-8QLA" - ] + "connectedSystems": "LW-YEW,OP7-BP,R-AYGT,6-8QLA" }, { "solarSystemName": "OP7-BP", "x": 635, "y": 180, "security": -0.299954842, - "connectedSystems": [ - "EH2I-P", - "5ZU-VG", - "B-7LYC" - ] + "connectedSystems": "EH2I-P,5ZU-VG,B-7LYC" }, { "solarSystemName": "5ZU-VG", "x": 625, "y": 125, "security": -0.197647038, - "connectedSystems": [ - "OP7-BP", - "6-1T6Z", - "5T-A3D", - "H-29TM" - ] + "connectedSystems": "OP7-BP,6-1T6Z,5T-A3D,H-29TM" }, { "solarSystemName": "6-1T6Z", "x": 500, "y": 100, "security": -0.516026062, - "connectedSystems": [ - "HB-KSF", - "5ZU-VG", - "7AH-SF" - ] + "connectedSystems": "HB-KSF,5ZU-VG,7AH-SF" }, { "solarSystemName": "R-AYGT", "x": 605, "y": 240, "security": -0.57274987, - "connectedSystems": [ - "EH2I-P", - "G-GRSZ" - ] + "connectedSystems": "EH2I-P,G-GRSZ" }, { "solarSystemName": "G-GRSZ", "x": 645, "y": 270, "security": -0.592577611, - "connectedSystems": [ - "R-AYGT" - ] + "connectedSystems": "R-AYGT" }, { "solarSystemName": "6-8QLA", "x": 500, "y": 230, "security": -0.516423693, - "connectedSystems": [ - "LW-YEW", - "EH2I-P" - ] + "connectedSystems": "LW-YEW,EH2I-P" }, { "solarSystemName": "5T-A3D", "x": 570, "y": 165, "security": -0.199713973, - "connectedSystems": [ - "LW-YEW", - "5ZU-VG", - "MTGF-2" - ] + "connectedSystems": "LW-YEW,5ZU-VG,MTGF-2" }, { "solarSystemName": "H-FOYG", "x": 245, "y": 480, "security": -0.185875603, - "connectedSystems": [ - "A9-F18", - "2V-ZHM", - "1A8-6G", - "AK-L0Z" - ] + "connectedSystems": "A9-F18,2V-ZHM,1A8-6G,AK-L0Z" }, { "solarSystemName": "1A8-6G", "x": 315, "y": 515, "security": -0.270928782, - "connectedSystems": [ - "H-FOYG", - "2V-ZHM", - "PE-SAM", - "RY-2FX" - ] + "connectedSystems": "H-FOYG,2V-ZHM,PE-SAM,RY-2FX" }, { "solarSystemName": "PE-SAM", "x": 390, "y": 525, "security": -0.354530816, - "connectedSystems": [ - "1A8-6G", - "K-3PQW", - "C6CG-W" - ] + "connectedSystems": "1A8-6G,K-3PQW,C6CG-W" }, { "solarSystemName": "RY-2FX", "x": 315, "y": 560, "security": -0.361787454, - "connectedSystems": [ - "1A8-6G", - "K-3PQW" - ] + "connectedSystems": "1A8-6G,K-3PQW" }, { "solarSystemName": "K-3PQW", "x": 395, "y": 560, "security": -0.629908083, - "connectedSystems": [ - "PE-SAM", - "RY-2FX", - "4-M1TY", - "C6CG-W" - ] + "connectedSystems": "PE-SAM,RY-2FX,4-M1TY,C6CG-W" }, { "solarSystemName": "4-M1TY", "x": 385, "y": 640, "security": -0.812031133, - "connectedSystems": [ - "K-3PQW" - ] + "connectedSystems": "K-3PQW" }, { "solarSystemName": "C6CG-W", "x": 470, "y": 535, "security": -0.623083018, - "connectedSystems": [ - "PE-SAM", - "K-3PQW", - "5V-Q1R" - ] + "connectedSystems": "PE-SAM,K-3PQW,5V-Q1R" }, { "solarSystemName": "H-29TM", "x": 635, "y": 70, "security": -0.12347123, - "connectedSystems": [ - "5ZU-VG", - "KOI8-Z", - "D-QJR9", - "U4-V3J" - ] + "connectedSystems": "5ZU-VG,KOI8-Z,D-QJR9,U4-V3J" }, { "solarSystemName": "KOI8-Z", "x": 705, "y": 70, "security": -0.09769543, - "connectedSystems": [ - "H-29TM", - "D-QJR9" - ] + "connectedSystems": "H-29TM,D-QJR9" }, { "solarSystemName": "D-QJR9", "x": 675, "y": 35, "security": -0.067692852, - "connectedSystems": [ - "H-29TM", - "KOI8-Z", - "B9N2-2" - ] + "connectedSystems": "H-29TM,KOI8-Z,B9N2-2" }, { "solarSystemName": "U4-V3J", "x": 585, "y": 35, "security": -0.132307306, - "connectedSystems": [ - "H-29TM", - "6Q4-X6" - ] + "connectedSystems": "H-29TM,6Q4-X6" }, { "solarSystemName": "B9N2-2", "x": 665, "y": 0, "security": -0.061793153, - "connectedSystems": [ - "D-QJR9", - "6Q4-X6" - ] + "connectedSystems": "D-QJR9,6Q4-X6" }, { "solarSystemName": "6Q4-X6", "x": 600, "y": 0, "security": -0.084887361, - "connectedSystems": [ - "U4-V3J", - "B9N2-2" - ] + "connectedSystems": "U4-V3J,B9N2-2" }, { "solarSystemName": "BEG-RL", "x": 130, "y": 320, "security": -0.599435918, - "connectedSystems": [ - "Z-DRIY", - "972C-1", - "Z-ENUD" - ] + "connectedSystems": "Z-DRIY,972C-1,Z-ENUD" }, { "solarSystemName": "972C-1", "x": 65, "y": 370, "security": -0.371796541, - "connectedSystems": [ - "BEG-RL", - "U-W436" - ] + "connectedSystems": "BEG-RL,U-W436" }, { "solarSystemName": "U-W436", "x": 65, "y": 320, "security": -0.547340534, - "connectedSystems": [ - "972C-1", - "Z-ENUD", - "JZ-UQC" - ] + "connectedSystems": "972C-1,Z-ENUD,JZ-UQC" }, { "solarSystemName": "Z-ENUD", "x": 65, "y": 275, "security": -0.504996837, - "connectedSystems": [ - "BEG-RL", - "U-W436", - "MJ-5F9", - "M5NO-B" - ] + "connectedSystems": "BEG-RL,U-W436,MJ-5F9,M5NO-B" }, { "solarSystemName": "MJ-5F9", "x": 125, "y": 240, "security": -0.619503006, - "connectedSystems": [ - "TDP-T3", - "Z-ENUD" - ] + "connectedSystems": "TDP-T3,Z-ENUD" }, { "solarSystemName": "M5NO-B", "x": 35, "y": 235, "security": -0.322296144, - "connectedSystems": [ - "Z-ENUD", - "JPEZ-R", - "7M4-4C" - ] + "connectedSystems": "Z-ENUD,JPEZ-R,7M4-4C" }, { "solarSystemName": "JZ-UQC", "x": 0, "y": 320, "security": -0.688131467, - "connectedSystems": [ - "U-W436", - "9WVY-F", - "7M4-4C" - ] + "connectedSystems": "U-W436,9WVY-F,7M4-4C" }, { "solarSystemName": "JPEZ-R", "x": 35, "y": 195, "security": -0.276428005, - "connectedSystems": [ - "M5NO-B" - ] + "connectedSystems": "M5NO-B" }, { "solarSystemName": "9WVY-F", "x": 0, "y": 370, "security": -0.784790206, - "connectedSystems": [ - "JZ-UQC" - ] + "connectedSystems": "JZ-UQC" }, { "solarSystemName": "7M4-4C", "x": 0, "y": 275, "security": -0.468538632, - "connectedSystems": [ - "M5NO-B", - "JZ-UQC" - ] + "connectedSystems": "M5NO-B,JZ-UQC" }, { "solarSystemName": "2-YO2K", "x": 180, "y": 660, "security": -0.176488836, - "connectedSystems": [ - "AK-L0Z", - "M-SG47", - "SR-10Z", - "TAL1-3", - "QHY-RU" - ] + "connectedSystems": "AK-L0Z,M-SG47,SR-10Z,TAL1-3,QHY-RU" }, { "solarSystemName": "M-SG47", "x": 75, "y": 730, "security": -0.193763009, - "connectedSystems": [ - "2-YO2K", - "SR-10Z", - "W-KXEX", - "TAL1-3" - ] + "connectedSystems": "2-YO2K,SR-10Z,W-KXEX,TAL1-3" }, { "solarSystemName": "SR-10Z", "x": 150, "y": 710, "security": -0.165802001, - "connectedSystems": [ - "2-YO2K", - "M-SG47", - "QHY-RU" - ] + "connectedSystems": "2-YO2K,M-SG47,QHY-RU" }, { "solarSystemName": "W-KXEX", "x": 5, "y": 730, "security": -0.325469352, - "connectedSystems": [ - "M-SG47" - ] + "connectedSystems": "M-SG47" }, { "solarSystemName": "TAL1-3", "x": 305, "y": 730, "security": -0.171495259, - "connectedSystems": [ - "2-YO2K", - "M-SG47", - "QHY-RU" - ] + "connectedSystems": "2-YO2K,M-SG47,QHY-RU" }, { "solarSystemName": "QHY-RU", "x": 220, "y": 710, "security": -0.158835256, - "connectedSystems": [ - "2-YO2K", - "SR-10Z", - "TAL1-3" - ] + "connectedSystems": "2-YO2K,SR-10Z,TAL1-3" }, { "solarSystemName": "7AH-SF", "x": 395, "y": 95, "security": -0.531748934, - "connectedSystems": [ - "6-1T6Z", - "7MMJ-3", - "9-EXU9", - "4-1ECP", - "UYOC-1", - "5-U12M" - ] + "connectedSystems": "6-1T6Z,7MMJ-3,9-EXU9,4-1ECP,UYOC-1,5-U12M" }, { "solarSystemName": "7MMJ-3", "x": 330, "y": 160, "security": -0.575957986, - "connectedSystems": [ - "7AH-SF", - "PVF-N9", - "9-EXU9", - "5-U12M" - ] + "connectedSystems": "7AH-SF,PVF-N9,9-EXU9,5-U12M" }, { "solarSystemName": "PVF-N9", "x": 225, "y": 145, "security": -0.61627656, - "connectedSystems": [ - "7MMJ-3", - "9-EXU9", - "5-U12M", - "QZ1-OH" - ] + "connectedSystems": "7MMJ-3,9-EXU9,5-U12M,QZ1-OH" }, { "solarSystemName": "9-EXU9", "x": 330, "y": 115, "security": -0.340475293, - "connectedSystems": [ - "7AH-SF", - "7MMJ-3", - "PVF-N9", - "4-1ECP" - ] + "connectedSystems": "7AH-SF,7MMJ-3,PVF-N9,4-1ECP" }, { "solarSystemName": "4-1ECP", "x": 330, "y": 65, "security": -0.472551744, - "connectedSystems": [ - "7AH-SF", - "9-EXU9", - "UYOC-1", - "5-U12M" - ] + "connectedSystems": "7AH-SF,9-EXU9,UYOC-1,5-U12M" }, { "solarSystemName": "UYOC-1", "x": 410, "y": 50, "security": -0.503325486, - "connectedSystems": [ - "7AH-SF", - "4-1ECP" - ] + "connectedSystems": "7AH-SF,4-1ECP" }, { "solarSystemName": "5-U12M", "x": 265, "y": 95, "security": -0.680477685, - "connectedSystems": [ - "7AH-SF", - "7MMJ-3", - "PVF-N9", - "4-1ECP", - "01B-88" - ] + "connectedSystems": "7AH-SF,7MMJ-3,PVF-N9,4-1ECP,01B-88" }, { "solarSystemName": "5V-Q1R", "x": 545, "y": 520, "security": -0.67561391, - "connectedSystems": [ - "C6CG-W", - "M4-KX5", - "4F9Y-3", - "MS-RXH", - "0XN-SK" - ] + "connectedSystems": "C6CG-W,M4-KX5,4F9Y-3,MS-RXH,0XN-SK" }, { "solarSystemName": "M4-KX5", "x": 540, "y": 575, "security": -0.587983539, - "connectedSystems": [ - "5V-Q1R", - "0XN-SK" - ] + "connectedSystems": "5V-Q1R,0XN-SK" }, { "solarSystemName": "4F9Y-3", "x": 610, "y": 520, "security": -0.58660573, - "connectedSystems": [ - "RZ3O-K", - "5V-Q1R", - "U-3FKL", - "0XN-SK" - ] + "connectedSystems": "RZ3O-K,5V-Q1R,U-3FKL,0XN-SK" }, { "solarSystemName": "MS-RXH", "x": 565, "y": 470, "security": -0.630137304, - "connectedSystems": [ - "5V-Q1R", - "U-3FKL" - ] + "connectedSystems": "5V-Q1R,U-3FKL" }, { "solarSystemName": "U-3FKL", "x": 585, "y": 420, "security": -0.446316123, - "connectedSystems": [ - "4F9Y-3", - "MS-RXH", - "9-ZA4Z", - "SY-OLX" - ] + "connectedSystems": "4F9Y-3,MS-RXH,9-ZA4Z,SY-OLX" }, { "solarSystemName": "0XN-SK", "x": 610, "y": 575, "security": -0.577452005, - "connectedSystems": [ - "RZ3O-K", - "5V-Q1R", - "M4-KX5", - "4F9Y-3" - ] + "connectedSystems": "RZ3O-K,5V-Q1R,M4-KX5,4F9Y-3" }, { "solarSystemName": "J9A-BH", "x": 825, "y": 135, "security": -0.280864277, - "connectedSystems": [ - "DYS-CG", - "4F6-VZ", - "B-7LYC", - "PT-2KR" - ] + "connectedSystems": "DYS-CG,4F6-VZ,B-7LYC,PT-2KR" }, { "solarSystemName": "4F6-VZ", "x": 895, "y": 140, "security": -0.483446267, - "connectedSystems": [ - "J9A-BH", - "JM0A-4", - "L-POLO", - "3LL-O0" - ] + "connectedSystems": "J9A-BH,JM0A-4,L-POLO,3LL-O0" }, { "solarSystemName": "B-7LYC", "x": 725, "y": 150, "security": -0.206962078, - "connectedSystems": [ - "OP7-BP", - "J9A-BH", - "PT-2KR", - "49V-E4" - ] + "connectedSystems": "OP7-BP,J9A-BH,PT-2KR,49V-E4" }, { "solarSystemName": "JM0A-4", "x": 974, "y": 130, "security": -0.576854106, - "connectedSystems": [ - "4F6-VZ", - "3LL-O0", - "A1F-22" - ] + "connectedSystems": "4F6-VZ,3LL-O0,A1F-22" }, { "solarSystemName": "PT-2KR", "x": 760, "y": 110, "security": -0.227993858, - "connectedSystems": [ - "J9A-BH", - "B-7LYC" - ] + "connectedSystems": "J9A-BH,B-7LYC" }, { "solarSystemName": "L-POLO", "x": 915, "y": 175, "security": -0.411443862, - "connectedSystems": [ - "4F6-VZ", - "8B-A4E" - ] + "connectedSystems": "4F6-VZ,8B-A4E" }, { "solarSystemName": "8B-A4E", "x": 974, "y": 190, "security": -0.46182539, - "connectedSystems": [ - "L-POLO" - ] + "connectedSystems": "L-POLO" }, { "solarSystemName": "49V-E4", "x": 730, "y": 195, "security": -0.19069839, - "connectedSystems": [ - "B-7LYC" - ] + "connectedSystems": "B-7LYC" }, { "solarSystemName": "3LL-O0", "x": 905, "y": 100, "security": -0.51520445, - "connectedSystems": [ - "4F6-VZ", - "JM0A-4", - "A1F-22" - ] + "connectedSystems": "4F6-VZ,JM0A-4,A1F-22" }, { "solarSystemName": "A1F-22", "x": 974, "y": 90, "security": -0.783978456, - "connectedSystems": [ - "JM0A-4", - "3LL-O0" - ] + "connectedSystems": "JM0A-4,3LL-O0" }, { "solarSystemName": "9-ZA4Z", "x": 660, "y": 375, "security": -0.408799176, - "connectedSystems": [ - "U-3FKL", - "IU-E9T", - "NGM-OK", - "9IZ-HU" - ] + "connectedSystems": "U-3FKL,IU-E9T,NGM-OK,9IZ-HU" }, { "solarSystemName": "IU-E9T", "x": 580, "y": 360, "security": -0.434272931, - "connectedSystems": [ - "9-ZA4Z", - "NGM-OK", - "O-QKSM" - ] + "connectedSystems": "9-ZA4Z,NGM-OK,O-QKSM" }, { "solarSystemName": "NGM-OK", "x": 645, "y": 330, "security": -0.416741518, - "connectedSystems": [ - "9-ZA4Z", - "IU-E9T", - "O-QKSM" - ] + "connectedSystems": "9-ZA4Z,IU-E9T,O-QKSM" }, { "solarSystemName": "O-QKSM", "x": 570, "y": 320, "security": -0.409615717, - "connectedSystems": [ - "IU-E9T", - "NGM-OK", - "QKQ3-L" - ] + "connectedSystems": "IU-E9T,NGM-OK,QKQ3-L" }, { "solarSystemName": "QKQ3-L", "x": 520, "y": 295, "security": -0.644716275, - "connectedSystems": [ - "O-QKSM", - "VWES-Y" - ] + "connectedSystems": "O-QKSM,VWES-Y" }, { "solarSystemName": "VWES-Y", "x": 465, "y": 270, "security": -1, - "connectedSystems": [ - "QKQ3-L" - ] + "connectedSystems": "QKQ3-L" }, { "solarSystemName": "SY-OLX", "x": 500, "y": 425, "security": -0.619078973, - "connectedSystems": [ - "U-3FKL", - "XY-ZCI", - "7JRA-G", - "W-CSFY" - ] + "connectedSystems": "U-3FKL,XY-ZCI,7JRA-G,W-CSFY" }, { "solarSystemName": "XY-ZCI", "x": 490, "y": 360, "security": -0.832725811, - "connectedSystems": [ - "SY-OLX", - "QE2-FS" - ] + "connectedSystems": "SY-OLX,QE2-FS" }, { "solarSystemName": "7JRA-G", "x": 440, "y": 385, "security": -0.726114738, - "connectedSystems": [ - "SY-OLX", - "W-CSFY" - ] + "connectedSystems": "SY-OLX,W-CSFY" }, { "solarSystemName": "W-CSFY", "x": 435, "y": 440, "security": -0.622987477, - "connectedSystems": [ - "SY-OLX", - "7JRA-G", - "PFV-ZH" - ] + "connectedSystems": "SY-OLX,7JRA-G,PFV-ZH" }, { "solarSystemName": "PFV-ZH", "x": 365, "y": 440, "security": -0.312812525, - "connectedSystems": [ - "W-CSFY", - "L5Y4-M", - "9S-GPT" - ] + "connectedSystems": "W-CSFY,L5Y4-M,9S-GPT" }, { "solarSystemName": "L5Y4-M", "x": 370, "y": 390, "security": -0.174127254, - "connectedSystems": [ - "PFV-ZH" - ] + "connectedSystems": "PFV-ZH" }, { "solarSystemName": "9IZ-HU", "x": 820, "y": 310, "security": -0.384282683, - "connectedSystems": [ - "9-ZA4Z", - "OBV-YC", - "2AUL-X", - "F-HQWV", - "F-A3TR" - ] + "connectedSystems": "9-ZA4Z,OBV-YC,2AUL-X,F-HQWV,F-A3TR" }, { "solarSystemName": "OBV-YC", "x": 955, "y": 290, "security": -0.329756653, - "connectedSystems": [ - "9IZ-HU", - "2AUL-X", - "F-HQWV", - "F-A3TR" - ] + "connectedSystems": "9IZ-HU,2AUL-X,F-HQWV,F-A3TR" }, { "solarSystemName": "2AUL-X", "x": 945, "y": 335, "security": -0.347436694, - "connectedSystems": [ - "9IZ-HU", - "OBV-YC", - "PA-ALN" - ] + "connectedSystems": "9IZ-HU,OBV-YC,PA-ALN" }, { "solarSystemName": "F-HQWV", "x": 880, "y": 220, "security": -0.544955515, - "connectedSystems": [ - "9IZ-HU", - "OBV-YC", - "F-A3TR" - ] + "connectedSystems": "9IZ-HU,OBV-YC,F-A3TR" }, { "solarSystemName": "F-A3TR", "x": 880, "y": 270, "security": -0.479261264, - "connectedSystems": [ - "9IZ-HU", - "OBV-YC", - "F-HQWV" - ] + "connectedSystems": "9IZ-HU,OBV-YC,F-HQWV" }, { "solarSystemName": "PA-ALN", "x": 930, "y": 385, "security": -0.472431258, - "connectedSystems": [ - "EU-WFW", - "2AUL-X", - "L-EUY2" - ] + "connectedSystems": "EU-WFW,2AUL-X,L-EUY2" }, { "solarSystemName": "01B-88", "x": 200, "y": 75, "security": -0.742570797, - "connectedSystems": [ - "5-U12M", - "F18-AY", - "0-U2M4" - ] + "connectedSystems": "5-U12M,F18-AY,0-U2M4" }, { "solarSystemName": "F18-AY", "x": 240, "y": 45, "security": -0.82217973, - "connectedSystems": [ - "01B-88", - "RZ8A-P" - ] + "connectedSystems": "01B-88,RZ8A-P" }, { "solarSystemName": "RZ8A-P", "x": 190, "y": 15, "security": -0.957327397, - "connectedSystems": [ - "F18-AY", - "MTO2-2", - "C3I-D5", - "0-U2M4" - ] + "connectedSystems": "F18-AY,MTO2-2,C3I-D5,0-U2M4" }, { "solarSystemName": "MTO2-2", "x": 115, "y": 5, "security": -1, - "connectedSystems": [ - "RZ8A-P", - "HD-JVQ" - ] + "connectedSystems": "RZ8A-P,HD-JVQ" }, { "solarSystemName": "C3I-D5", "x": 285, "y": 5, "security": -0.976943646, - "connectedSystems": [ - "RZ8A-P", - "Y-0HVF" - ] + "connectedSystems": "RZ8A-P,Y-0HVF" }, { "solarSystemName": "0-U2M4", "x": 135, "y": 45, "security": -0.899600872, - "connectedSystems": [ - "01B-88", - "RZ8A-P" - ] + "connectedSystems": "01B-88,RZ8A-P" } ] \ No newline at end of file diff --git a/public/Placid.json b/public/Placid.json index 2344ccc..d1bcc38 100644 --- a/public/Placid.json +++ b/public/Placid.json @@ -4,917 +4,594 @@ "x": 317, "y": 5, "security": -0.0285058038305579, - "connectedSystems": [ - "MQ-NPY", - "D2-HOS", - "Mantenault" - ] + "connectedSystems": "MQ-NPY,D2-HOS,Mantenault" }, { "solarSystemName": "MHC-R3", "x": 765, "y": 545, "security": -0.03454826133219657, - "connectedSystems": [ - "Harroule", - "F67E-Q", - "6E-578", - "2X-PQG", - "UM-Q7F" - ] + "connectedSystems": "Harroule,F67E-Q,6E-578,2X-PQG,UM-Q7F" }, { "solarSystemName": "PF-346", "x": 140, "y": 220, "security": -0.3520785838102707, - "connectedSystems": [ - "FD-MLJ", - "Orvolle" - ] + "connectedSystems": "FD-MLJ,Orvolle" }, { "solarSystemName": "TXW-EI", "x": 5, "y": 380, "security": -0.01311255977769577, - "connectedSystems": [ - "5-FGQI", - "3MOG-V", - "NG-C6Y", - "Vestouve" - ] + "connectedSystems": "5-FGQI,3MOG-V,NG-C6Y,Vestouve" }, { "solarSystemName": "Eggheron", "x": 5, "y": 588, "security": 0.516243975516, - "connectedSystems": [ - "Pochelympe", - "Toustain", - "Kenninck" - ] + "connectedSystems": "Pochelympe,Toustain,Kenninck" }, { "solarSystemName": "Agoze", "x": 830, "y": 425, "security": 0.2086483619822196, - "connectedSystems": [ - "Loes", - "Intaki", - "Vey", - "Annancale", - "Ostingele" - ] + "connectedSystems": "Loes,Intaki,Vey,Annancale,Ostingele" }, { "solarSystemName": "Intaki", "x": 925, "y": 340, "security": 0.6, - "connectedSystems": [ - "Agoze", - "Brarel", - "Vey", - "Amygnon" - ] + "connectedSystems": "Agoze,Brarel,Vey,Amygnon" }, { "solarSystemName": "Brarel", "x": 940, "y": 395, "security": 0.09431599141447289, - "connectedSystems": [ - "Intaki", - "Annancale" - ] + "connectedSystems": "Intaki,Annancale" }, { "solarSystemName": "Vey", "x": 845, "y": 350, "security": 0.1889457516566993, - "connectedSystems": [ - "Agoze", - "Intaki", - "Frarie" - ] + "connectedSystems": "Agoze,Intaki,Frarie" }, { "solarSystemName": "Annancale", "x": 910, "y": 450, "security": 0.09407616589123502, - "connectedSystems": [ - "Agoze", - "Brarel" - ] + "connectedSystems": "Agoze,Brarel" }, { "solarSystemName": "Ostingele", "x": 650, "y": 445, "security": 0.1726206117578859, - "connectedSystems": [ - "Agoze", - "Stacmon", - "Harroule", - "Alperaute", - "Pelille", - "Dastryns" - ] + "connectedSystems": "Agoze,Stacmon,Harroule,Alperaute,Pelille,Dastryns" }, { "solarSystemName": "Harroule", "x": 725, "y": 485, "security": 0.08506059125532228, - "connectedSystems": [ - "Ostingele", - "MHC-R3" - ] + "connectedSystems": "Ostingele,MHC-R3" }, { "solarSystemName": "Stacmon", "x": 595, "y": 570, "security": 0.6052797268620083, - "connectedSystems": [ - "Aidart", - "Ostingele", - "Covryn", - "Dastryns", - "Slays" - ] + "connectedSystems": "Aidart,Ostingele,Covryn,Dastryns,Slays" }, { "solarSystemName": "Covryn", "x": 505, "y": 525, "security": 0.3559005292141887, - "connectedSystems": [ - "Stacmon", - "Cumemare", - "Iges" - ] + "connectedSystems": "Stacmon,Cumemare,Iges" }, { "solarSystemName": "Iges", "x": 595, "y": 620, "security": 0.3494454047638842, - "connectedSystems": [ - "Covryn", - "Dastryns", - "Slays", - "Uphallant" - ] + "connectedSystems": "Covryn,Dastryns,Slays,Uphallant" }, { "solarSystemName": "Dastryns", "x": 675, "y": 570, "security": 0.2523946698025977, - "connectedSystems": [ - "Stacmon", - "Ostingele", - "Iges", - "Uphallant" - ] + "connectedSystems": "Stacmon,Ostingele,Iges,Uphallant" }, { "solarSystemName": "Slays", "x": 510, "y": 675, "security": 0.4871707730193347, - "connectedSystems": [ - "Stacmon", - "Iges", - "Amoen" - ] + "connectedSystems": "Stacmon,Iges,Amoen" }, { "solarSystemName": "Uphallant", "x": 675, "y": 620, "security": 0.2057212295716814, - "connectedSystems": [ - "Iges", - "Dastryns" - ] + "connectedSystems": "Iges,Dastryns" }, { "solarSystemName": "Alperaute", "x": 435, "y": 470, "security": 0.2311459843024568, - "connectedSystems": [ - "Ostingele", - "Aunsou" - ] + "connectedSystems": "Ostingele,Aunsou" }, { "solarSystemName": "Aunsou", "x": 335, "y": 480, "security": 0.1829750787446546, - "connectedSystems": [ - "Alperaute", - "Cumemare", - "Reynire", - "Gare" - ] + "connectedSystems": "Alperaute,Cumemare,Reynire,Gare" }, { "solarSystemName": "Cumemare", "x": 385, "y": 515, "security": 0.1236928274756748, - "connectedSystems": [ - "Aunsou", - "Covryn" - ] + "connectedSystems": "Aunsou,Covryn" }, { "solarSystemName": "Reynire", "x": 330, "y": 435, "security": 0.1568101737442381, - "connectedSystems": [ - "Aunsou", - "Pain" - ] + "connectedSystems": "Aunsou,Pain" }, { "solarSystemName": "Pain", "x": 325, "y": 390, "security": 0.0940808457385447, - "connectedSystems": [ - "Reynire" - ] + "connectedSystems": "Reynire" }, { "solarSystemName": "Gare", "x": 260, "y": 480, "security": 0.1340292735098865, - "connectedSystems": [ - "Aunsou", - "Aulbres" - ] + "connectedSystems": "Aunsou,Aulbres" }, { "solarSystemName": "Pelille", "x": 505, "y": 405, "security": 0.2148245599787114, - "connectedSystems": [ - "Ostingele", - "Dour", - "Grispire" - ] + "connectedSystems": "Ostingele,Dour,Grispire" }, { "solarSystemName": "Dour", "x": 500, "y": 365, "security": 0.3848641346540629, - "connectedSystems": [ - "Pelille", - "Vivanier" - ] + "connectedSystems": "Pelille,Vivanier" }, { "solarSystemName": "Grispire", "x": 425, "y": 390, "security": 0.1833182790854439, - "connectedSystems": [ - "Pelille", - "Brellystier" - ] + "connectedSystems": "Pelille,Brellystier" }, { "solarSystemName": "Brellystier", "x": 425, "y": 340, "security": 0.5037160016739195, - "connectedSystems": [ - "Grispire", - "Vivanier" - ] + "connectedSystems": "Grispire,Vivanier" }, { "solarSystemName": "Vivanier", "x": 500, "y": 315, "security": 0.5438451704509475, - "connectedSystems": [ - "Dour", - "Brellystier", - "Algasienan" - ] + "connectedSystems": "Dour,Brellystier,Algasienan" }, { "solarSystemName": "Algasienan", "x": 550, "y": 280, "security": 0.7259271728812355, - "connectedSystems": [ - "Vivanier", - "Osmallanais", - "Archavoinet" - ] + "connectedSystems": "Vivanier,Osmallanais,Archavoinet" }, { "solarSystemName": "Osmallanais", "x": 625, "y": 325, "security": 0.7555431527904787, - "connectedSystems": [ - "Algasienan", - "Ivorider", - "Iffrue" - ] + "connectedSystems": "Algasienan,Ivorider,Iffrue" }, { "solarSystemName": "Ivorider", "x": 645, "y": 285, "security": 0.7282222942165736, - "connectedSystems": [ - "Osmallanais", - "Mollin", - "Iffrue" - ] + "connectedSystems": "Osmallanais,Mollin,Iffrue" }, { "solarSystemName": "Mollin", "x": 715, "y": 290, "security": 0.6569125433908053, - "connectedSystems": [ - "Ivorider", - "Iffrue" - ] + "connectedSystems": "Ivorider,Iffrue" }, { "solarSystemName": "Iffrue", "x": 690, "y": 330, "security": 0.7278478575793357, - "connectedSystems": [ - "Osmallanais", - "Ivorider", - "Mollin", - "Vilinnon", - "Ommaerrer" - ] + "connectedSystems": "Osmallanais,Ivorider,Mollin,Vilinnon,Ommaerrer" }, { "solarSystemName": "Vilinnon", "x": 755, "y": 335, "security": 0.6094606809317772, - "connectedSystems": [ - "Iffrue" - ] + "connectedSystems": "Iffrue" }, { "solarSystemName": "Ommaerrer", "x": 685, "y": 375, "security": 0.6269767757877922, - "connectedSystems": [ - "Iffrue" - ] + "connectedSystems": "Iffrue" }, { "solarSystemName": "Aulbres", "x": 170, "y": 475, "security": 0.1358124795056395, - "connectedSystems": [ - "Gare", - "Barleguet" - ] + "connectedSystems": "Gare,Barleguet" }, { "solarSystemName": "Barleguet", "x": 100, "y": 470, "security": 0.06820086422928329, - "connectedSystems": [ - "Aulbres", - "Vestouve", - "Ausmaert" - ] + "connectedSystems": "Aulbres,Vestouve,Ausmaert" }, { "solarSystemName": "Vestouve", "x": 60, "y": 425, "security": 0.04259476548809316, - "connectedSystems": [ - "Barleguet", - "Espigoure", - "TXW-EI" - ] + "connectedSystems": "Barleguet,Espigoure,TXW-EI" }, { "solarSystemName": "Ausmaert", "x": 93, "y": 510, "security": 0.07484318652905675, - "connectedSystems": [ - "Barleguet", - "Kenninck" - ] + "connectedSystems": "Barleguet,Kenninck" }, { "solarSystemName": "Espigoure", "x": 90, "y": 375, "security": 0.04992662157152406, - "connectedSystems": [ - "Vestouve" - ] + "connectedSystems": "Vestouve" }, { "solarSystemName": "Kenninck", "x": 58, "y": 553, "security": 0.114963052245, - "connectedSystems": [ - "Ausmaert", - "Eggheron" - ] + "connectedSystems": "Ausmaert,Eggheron" }, { "solarSystemName": "Archavoinet", "x": 575, "y": 235, "security": 0.620764615838233, - "connectedSystems": [ - "Algasienan", - "Eugales", - "Aubenall" - ] + "connectedSystems": "Algasienan,Eugales,Aubenall" }, { "solarSystemName": "Eugales", "x": 665, "y": 215, "security": 0.4042517303373593, - "connectedSystems": [ - "Archavoinet", - "Frarie", - "Aubenall", - "Moclinamaud" - ] + "connectedSystems": "Archavoinet,Frarie,Aubenall,Moclinamaud" }, { "solarSystemName": "Frarie", "x": 770, "y": 225, "security": 0.3574551019183639, - "connectedSystems": [ - "Eugales", - "Moclinamaud", - "Vey" - ] + "connectedSystems": "Eugales,Moclinamaud,Vey" }, { "solarSystemName": "Aubenall", "x": 560, "y": 175, "security": 0.431851288426, - "connectedSystems": [ - "Archavoinet", - "Eugales", - "Renarelle", - "Oulley" - ] + "connectedSystems": "Archavoinet,Eugales,Renarelle,Oulley" }, { "solarSystemName": "Moclinamaud", "x": 735, "y": 180, "security": 0.3943208467331679, - "connectedSystems": [ - "Eugales", - "Frarie", - "Renarelle" - ] + "connectedSystems": "Eugales,Frarie,Renarelle" }, { "solarSystemName": "Renarelle", "x": 635, "y": 160, "security": 0.3099625379063336, - "connectedSystems": [ - "Aubenall", - "Moclinamaud", - "Vlillirier" - ] + "connectedSystems": "Aubenall,Moclinamaud,Vlillirier" }, { "solarSystemName": "Orvolle", "x": 195, "y": 170, "security": 0.746238173885059, - "connectedSystems": [ - "PF-346", - "Osmeden", - "Oulley", - "Mesybier" - ] + "connectedSystems": "PF-346,Osmeden,Oulley,Mesybier" }, { "solarSystemName": "Osmeden", "x": 110, "y": 160, "security": 0.7289894239759404, - "connectedSystems": [ - "Orvolle", - "Adacyne", - "Maut" - ] + "connectedSystems": "Orvolle,Adacyne,Maut" }, { "solarSystemName": "Adacyne", "x": 30, "y": 150, "security": 0.5487737907942792, - "connectedSystems": [ - "Osmeden", - "Chardalane", - "Maut" - ] + "connectedSystems": "Osmeden,Chardalane,Maut" }, { "solarSystemName": "Oulley", "x": 305, "y": 175, "security": 0.3384160537741685, - "connectedSystems": [ - "Orvolle", - "Aubenall" - ] + "connectedSystems": "Orvolle,Aubenall" }, { "solarSystemName": "Chardalane", "x": 0, "y": 110, "security": 0.3725516285749129, - "connectedSystems": [ - "Adacyne" - ] + "connectedSystems": "Adacyne" }, { "solarSystemName": "Maut", "x": 90, "y": 115, "security": 0.2480170593497206, - "connectedSystems": [ - "Osmeden", - "Adacyne", - "Alparena" - ] + "connectedSystems": "Osmeden,Adacyne,Alparena" }, { "solarSystemName": "Vlillirier", "x": 705, "y": 120, "security": 0.289309115052423, - "connectedSystems": [ - "Renarelle", - "Aldranette", - "Oicx", - "Alsavoinon" - ] + "connectedSystems": "Renarelle,Aldranette,Oicx,Alsavoinon" }, { "solarSystemName": "Aldranette", "x": 668, "y": 82, "security": 0.3675104837434901, - "connectedSystems": [ - "Vlillirier", - "Evaulon", - "Nennamaila" - ] + "connectedSystems": "Vlillirier,Evaulon,Nennamaila" }, { "solarSystemName": "Oicx", "x": 815, "y": 90, "security": 0.3300450347926329, - "connectedSystems": [ - "Vlillirier", - "Eha" - ] + "connectedSystems": "Vlillirier,Eha" }, { "solarSystemName": "Evaulon", "x": 606, "y": 74, "security": 0.3668360068310299, - "connectedSystems": [ - "Aldranette", - "Anchauttes" - ] + "connectedSystems": "Aldranette,Anchauttes" }, { "solarSystemName": "Anchauttes", "x": 536, "y": 72, "security": 0.3395961850348136, - "connectedSystems": [ - "Evaulon", - "Esesier", - "Odamia" - ] + "connectedSystems": "Evaulon,Esesier,Odamia" }, { "solarSystemName": "Alsavoinon", "x": 820, "y": 140, "security": 0.266366286154, - "connectedSystems": [ - "Vlillirier", - "F7C-H0", - "Zarzakh" - ] + "connectedSystems": "Vlillirier,F7C-H0,Zarzakh" }, { "solarSystemName": "Esesier", "x": 539, "y": 39, "security": 0.290697954055312, - "connectedSystems": [ - "Anchauttes" - ] + "connectedSystems": "Anchauttes" }, { "solarSystemName": "Avaux", "x": 385, "y": 625, "security": 0.4477052030541426, - "connectedSystems": [ - "Aidart", - "Gallusiene" - ] + "connectedSystems": "Aidart,Gallusiene" }, { "solarSystemName": "Gallusiene", "x": 325, "y": 635, "security": 0.313434355126217, - "connectedSystems": [ - "Avaux", - "Ruerrotta" - ] + "connectedSystems": "Avaux,Ruerrotta" }, { "solarSystemName": "Ruerrotta", "x": 275, "y": 665, "security": 0.3053964319802867, - "connectedSystems": [ - "Gallusiene", - "Hedoubel", - "Amoen" - ] + "connectedSystems": "Gallusiene,Hedoubel,Amoen" }, { "solarSystemName": "Hedoubel", "x": 270, "y": 705, "security": 0.3161301059570527, - "connectedSystems": [ - "Ruerrotta", - "Aubonnie" - ] + "connectedSystems": "Ruerrotta,Aubonnie" }, { "solarSystemName": "Amoen", "x": 455, "y": 705, "security": 0.280538443950861, - "connectedSystems": [ - "Ruerrotta", - "Amasiree", - "Slays" - ] + "connectedSystems": "Ruerrotta,Amasiree,Slays" }, { "solarSystemName": "Amasiree", "x": 405, "y": 735, "security": 0.3664685336664728, - "connectedSystems": [ - "Amoen", - "Aubonnie" - ] + "connectedSystems": "Amoen,Aubonnie" }, { "solarSystemName": "Aubonnie", "x": 325, "y": 730, "security": 0.4027964878103924, - "connectedSystems": [ - "Hedoubel", - "Amasiree" - ] + "connectedSystems": "Hedoubel,Amasiree" }, { "solarSystemName": "Alparena", "x": 170, "y": 95, "security": 0.1465722572493462, - "connectedSystems": [ - "Maut", - "Reschard" - ] + "connectedSystems": "Maut,Reschard" }, { "solarSystemName": "Reschard", "x": 263, "y": 88, "security": 0.1279176298149958, - "connectedSystems": [ - "Alparena", - "Arderonne", - "Mercomesier" - ] + "connectedSystems": "Alparena,Arderonne,Mercomesier" }, { "solarSystemName": "Arderonne", "x": 358, "y": 85, "security": 0.1747092072913247, - "connectedSystems": [ - "Reschard", - "Alamel", - "Odamia" - ] + "connectedSystems": "Reschard,Alamel,Odamia" }, { "solarSystemName": "Mercomesier", "x": 240, "y": 49, "security": 0.1229672609831169, - "connectedSystems": [ - "Reschard", - "Athounon" - ] + "connectedSystems": "Reschard,Athounon" }, { "solarSystemName": "Alamel", "x": 404, "y": 52, "security": 0.1709125434659361, - "connectedSystems": [ - "Arderonne", - "Mantenault", - "Odamia" - ] + "connectedSystems": "Arderonne,Mantenault,Odamia" }, { "solarSystemName": "Mantenault", "x": 381, "y": 16, "security": 0.1371496048822901, - "connectedSystems": [ - "Alamel", - "RQH-MY" - ] + "connectedSystems": "Alamel,RQH-MY" }, { "solarSystemName": "Athounon", "x": 172, "y": 31, "security": 0.07620591158878565, - "connectedSystems": [ - "Mercomesier", - "Samanuni" - ] + "connectedSystems": "Mercomesier,Samanuni" }, { "solarSystemName": "Odamia", "x": 449, "y": 77, "security": 0.2204286717289452, - "connectedSystems": [ - "Arderonne", - "Alamel", - "Anchauttes" - ] + "connectedSystems": "Arderonne,Alamel,Anchauttes" }, { "solarSystemName": "F7C-H0", "x": 910, "y": 160, "security": -0.01188774378195434, - "connectedSystems": [ - "O-ZXUV", - "77-KDQ", - "Alsavoinon" - ] + "connectedSystems": "O-ZXUV,77-KDQ,Alsavoinon" }, { "solarSystemName": "Mesybier", "x": 220, "y": 230, "security": 0.4703787655727688, - "connectedSystems": [ - "Caslemon", - "Pemene", - "Murethand", - "Orvolle" - ] + "connectedSystems": "Caslemon,Pemene,Murethand,Orvolle" }, { "solarSystemName": "Loes", "x": 825, "y": 465, "security": 0.2659361455011099, - "connectedSystems": [ - "Ouelletta", - "Agoze" - ] + "connectedSystems": "Ouelletta,Agoze" }, { "solarSystemName": "Aidart", "x": 480, "y": 595, "security": 0.6123584660385427, - "connectedSystems": [ - "Cistuvaert", - "Stacmon", - "Avaux" - ] + "connectedSystems": "Cistuvaert,Stacmon,Avaux" }, { "solarSystemName": "Amygnon", "x": 923, "y": 296, "security": 0.637568637975, - "connectedSystems": [ - "Jufvitte", - "Intaki" - ] + "connectedSystems": "Jufvitte,Intaki" }, { "solarSystemName": "Eha", "x": 825, "y": 50, "security": 0.3971850789636056, - "connectedSystems": [ - "Martoh", - "Innia", - "Oicx" - ] + "connectedSystems": "Martoh,Innia,Oicx" }, { "solarSystemName": "Samanuni", "x": 89, "y": 24, "security": 0.6527848435914495, - "connectedSystems": [ - "Uchomida", - "Uuhulanen", - "Ikoskio", - "Athounon" - ] + "connectedSystems": "Uchomida,Uuhulanen,Ikoskio,Athounon" }, { "solarSystemName": "Nennamaila", "x": 717, "y": 36, "security": 0.2742577740469258, - "connectedSystems": [ - "Immuri", - "Akidagi", - "Enaluri", - "Hikkoken", - "Aldranette" - ] + "connectedSystems": "Immuri,Akidagi,Enaluri,Hikkoken,Aldranette" }, { "solarSystemName": "Zarzakh", "x": 912, "y": 100, "security": -1, - "connectedSystems": [ - "Turnur", - "Alsavoinon", - "H-PA29", - "G-0Q86" - ] + "connectedSystems": "Turnur,Alsavoinon,H-PA29,G-0Q86" } ] \ No newline at end of file diff --git a/public/Pochven.json b/public/Pochven.json index c5753c6..e1e3b40 100644 --- a/public/Pochven.json +++ b/public/Pochven.json @@ -4,275 +4,188 @@ "x": 637, "y": 697, "security": -1, - "connectedSystems": [ - "Tunudan", - "Ahtila" - ] + "connectedSystems": "Tunudan,Ahtila" }, { "solarSystemName": "Otela", "x": 447, "y": 100, "security": -1, - "connectedSystems": [ - "Nalvula", - "Kino", - "Ignebaener" - ] + "connectedSystems": "Nalvula,Kino,Ignebaener" }, { "solarSystemName": "Otanuomi", "x": 686, "y": 324, "security": -1, - "connectedSystems": [ - "Urhinichi", - "Krirald" - ] + "connectedSystems": "Urhinichi,Krirald" }, { "solarSystemName": "Wirashoda", "x": 337, "y": 699, "security": -1, - "connectedSystems": [ - "Ala", - "Senda" - ] + "connectedSystems": "Ala,Senda" }, { "solarSystemName": "Kino", "x": 496, "y": 25, "security": -1, - "connectedSystems": [ - "Nalvula", - "Otela" - ] + "connectedSystems": "Nalvula,Otela" }, { "solarSystemName": "Arvasaras", "x": 248, "y": 396, "security": -1, - "connectedSystems": [ - "Sakenta", - "Kaunokka" - ] + "connectedSystems": "Sakenta,Kaunokka" }, { "solarSystemName": "Nani", "x": 775, "y": 473, "security": -1, - "connectedSystems": [ - "Urhinichi", - "Skarkon" - ] + "connectedSystems": "Urhinichi,Skarkon" }, { "solarSystemName": "Nalvula", "x": 545, "y": 98, "security": -1, - "connectedSystems": [ - "Konola", - "Kino", - "Otela" - ] + "connectedSystems": "Konola,Kino,Otela" }, { "solarSystemName": "Krirald", "x": 637, "y": 249, "security": -1, - "connectedSystems": [ - "Otanuomi", - "Konola" - ] + "connectedSystems": "Otanuomi,Konola" }, { "solarSystemName": "Harva", "x": 818, "y": 696, "security": -1, - "connectedSystems": [ - "Raravoss", - "Niarja", - "Tunudan" - ] + "connectedSystems": "Raravoss,Niarja,Tunudan" }, { "solarSystemName": "Skarkon", "x": 818, "y": 545, "security": -1, - "connectedSystems": [ - "Nani", - "Raravoss" - ] + "connectedSystems": "Nani,Raravoss" }, { "solarSystemName": "Ala", "x": 237, "y": 699, "security": -1, - "connectedSystems": [ - "Vale", - "Wirashoda" - ] + "connectedSystems": "Vale,Wirashoda" }, { "solarSystemName": "Archee", "x": 46, "y": 698, "security": -1, - "connectedSystems": [ - "Angymonne", - "Vale" - ] + "connectedSystems": "Angymonne,Vale" }, { "solarSystemName": "Konola", "x": 591, "y": 174, "security": -1, - "connectedSystems": [ - "Krirald", - "Nalvula" - ] + "connectedSystems": "Krirald,Nalvula" }, { "solarSystemName": "Tunudan", "x": 724, "y": 697, "security": -1, - "connectedSystems": [ - "Harva", - "Kuharah" - ] + "connectedSystems": "Harva,Kuharah" }, { "solarSystemName": "Kaunokka", "x": 198, "y": 474, "security": -1, - "connectedSystems": [ - "Arvasaras", - "Ichoriya" - ] + "connectedSystems": "Arvasaras,Ichoriya" }, { "solarSystemName": "Angymonne", "x": 98, "y": 623, "security": -1, - "connectedSystems": [ - "Ichoriya", - "Archee", - "Vale" - ] + "connectedSystems": "Ichoriya,Archee,Vale" }, { "solarSystemName": "Raravoss", "x": 869, "y": 622, "security": -1, - "connectedSystems": [ - "Skarkon", - "Niarja", - "Harva" - ] + "connectedSystems": "Skarkon,Niarja,Harva" }, { "solarSystemName": "Niarja", "x": 921, "y": 697, "security": -1, - "connectedSystems": [ - "Raravoss", - "Harva" - ] + "connectedSystems": "Raravoss,Harva" }, { "solarSystemName": "Ignebaener", "x": 396, "y": 175, "security": -1, - "connectedSystems": [ - "Otela", - "Komo" - ] + "connectedSystems": "Otela,Komo" }, { "solarSystemName": "Vale", "x": 138, "y": 698, "security": -1, - "connectedSystems": [ - "Angymonne", - "Archee", - "Ala" - ] + "connectedSystems": "Angymonne,Archee,Ala" }, { "solarSystemName": "Sakenta", "x": 297, "y": 323, "security": -1, - "connectedSystems": [ - "Komo", - "Arvasaras" - ] + "connectedSystems": "Komo,Arvasaras" }, { "solarSystemName": "Senda", "x": 433, "y": 699, "security": -1, - "connectedSystems": [ - "Wirashoda", - "Ahtila" - ] + "connectedSystems": "Wirashoda,Ahtila" }, { "solarSystemName": "Komo", "x": 346, "y": 248, "security": -1, - "connectedSystems": [ - "Ignebaener", - "Sakenta" - ] + "connectedSystems": "Ignebaener,Sakenta" }, { "solarSystemName": "Urhinichi", "x": 728, "y": 396, "security": -1, - "connectedSystems": [ - "Nani", - "Otanuomi" - ] + "connectedSystems": "Nani,Otanuomi" }, { "solarSystemName": "Ahtila", "x": 538, "y": 698, "security": -1, - "connectedSystems": [ - "Kuharah", - "Senda" - ] + "connectedSystems": "Kuharah,Senda" }, { "solarSystemName": "Ichoriya", "x": 149, "y": 548, "security": -1, - "connectedSystems": [ - "Kaunokka", - "Angymonne" - ] + "connectedSystems": "Kaunokka,Angymonne" } ] \ No newline at end of file diff --git a/public/Providence.json b/public/Providence.json index 130c1cd..9f92074 100644 --- a/public/Providence.json +++ b/public/Providence.json @@ -4,1049 +4,685 @@ "x": 960, "y": 175, "security": 0.297802198708, - "connectedSystems": [ - "Gomati", - "Nakah", - "Hasateem", - "G-5EN2" - ] + "connectedSystems": "Gomati,Nakah,Hasateem,G-5EN2" }, { "solarSystemName": "F9E-KX", "x": 500, "y": 385, "security": -0.2538480322745085, - "connectedSystems": [ - "SV5-8N", - "D-GTMI" - ] + "connectedSystems": "SV5-8N,D-GTMI" }, { "solarSystemName": "ZQ-Z3Y", "x": 570, "y": 215, "security": -0.09470715859254542, - "connectedSystems": [ - "9UY4-H", - "G-AOTH" - ] + "connectedSystems": "9UY4-H,G-AOTH" }, { "solarSystemName": "G-AOTH", "x": 530, "y": 260, "security": -0.1357720952711935, - "connectedSystems": [ - "ZQ-Z3Y", - "TA3T-3", - "UL-7I8" - ] + "connectedSystems": "ZQ-Z3Y,TA3T-3,UL-7I8" }, { "solarSystemName": "TA3T-3", "x": 585, "y": 305, "security": -0.14519977023563, - "connectedSystems": [ - "G-AOTH", - "E-YJ8G", - "J6QB-P" - ] + "connectedSystems": "G-AOTH,E-YJ8G,J6QB-P" }, { "solarSystemName": "7MD-S1", "x": 355, "y": 325, "security": -0.2158056776879901, - "connectedSystems": [ - "T-RPFU", - "ERVK-P" - ] + "connectedSystems": "T-RPFU,ERVK-P" }, { "solarSystemName": "ERVK-P", "x": 390, "y": 285, "security": -0.2811912850542074, - "connectedSystems": [ - "7MD-S1", - "UL-7I8", - "BR-N97" - ] + "connectedSystems": "7MD-S1,UL-7I8,BR-N97" }, { "solarSystemName": "UL-7I8", "x": 460, "y": 265, "security": -0.3027493645199628, - "connectedSystems": [ - "G-AOTH", - "ERVK-P", - "OXIY-V" - ] + "connectedSystems": "G-AOTH,ERVK-P,OXIY-V" }, { "solarSystemName": "BR-N97", "x": 330, "y": 245, "security": -0.2511036920319065, - "connectedSystems": [ - "ERVK-P", - "IS-R7P", - "S25C-K" - ] + "connectedSystems": "ERVK-P,IS-R7P,S25C-K" }, { "solarSystemName": "IS-R7P", "x": 300, "y": 195, "security": -0.1446083071929287, - "connectedSystems": [ - "BR-N97", - "DP-JD4", - "3KB-J0" - ] + "connectedSystems": "BR-N97,DP-JD4,3KB-J0" }, { "solarSystemName": "S25C-K", "x": 260, "y": 275, "security": -0.2673369306351775, - "connectedSystems": [ - "BR-N97" - ] + "connectedSystems": "BR-N97" }, { "solarSystemName": "Kari", "x": 960, "y": 100, "security": 0.5683029052542301, - "connectedSystems": [ - "Esa", - "Y-MPWL" - ] + "connectedSystems": "Esa,Y-MPWL" }, { "solarSystemName": "Dital", "x": 960, "y": 240, "security": 0.4787153992693476, - "connectedSystems": [ - "Esescama", - "Choonka", - "Dihra", - "KBP7-G" - ] + "connectedSystems": "Esescama,Choonka,Dihra,KBP7-G" }, { "solarSystemName": "Misaba", "x": 25, "y": 680, "security": 0.06400797074256737, - "connectedSystems": [ - "Mamet", - "Ziriert", - "R3-K7K" - ] + "connectedSystems": "Mamet,Ziriert,R3-K7K" }, { "solarSystemName": "G-5EN2", "x": 850, "y": 175, "security": -0.2045932398858896, - "connectedSystems": [ - "Assah", - "9-F0B2" - ] + "connectedSystems": "Assah,9-F0B2" }, { "solarSystemName": "9-F0B2", "x": 745, "y": 175, "security": -0.1749692238469812, - "connectedSystems": [ - "G-5EN2", - "YWS0-Z", - "4B-NQN" - ] + "connectedSystems": "G-5EN2,YWS0-Z,4B-NQN" }, { "solarSystemName": "YWS0-Z", "x": 745, "y": 240, "security": -0.1355054888798795, - "connectedSystems": [ - "9-F0B2", - "4B-NQN", - "XHQ-7V" - ] + "connectedSystems": "9-F0B2,4B-NQN,XHQ-7V" }, { "solarSystemName": "4B-NQN", "x": 665, "y": 205, "security": -0.1023356791287168, - "connectedSystems": [ - "9-F0B2", - "YWS0-Z", - "9UY4-H" - ] + "connectedSystems": "9-F0B2,YWS0-Z,9UY4-H" }, { "solarSystemName": "9UY4-H", "x": 620, "y": 160, "security": -0.07843607092740745, - "connectedSystems": [ - "4B-NQN", - "49GC-R", - "U-HYMT", - "H6-CX8", - "ZQ-Z3Y" - ] + "connectedSystems": "4B-NQN,49GC-R,U-HYMT,H6-CX8,ZQ-Z3Y" }, { "solarSystemName": "49GC-R", "x": 590, "y": 95, "security": -0.07773585938936778, - "connectedSystems": [ - "9UY4-H", - "3GXF-U" - ] + "connectedSystems": "9UY4-H,3GXF-U" }, { "solarSystemName": "D-GTMI", "x": 430, "y": 390, "security": -0.32470219483077, - "connectedSystems": [ - "F9E-KX", - "FSW-3C", - "T-RPFU" - ] + "connectedSystems": "F9E-KX,FSW-3C,T-RPFU" }, { "solarSystemName": "FSW-3C", "x": 475, "y": 450, "security": -0.2638973699365036, - "connectedSystems": [ - "D-GTMI", - "FX-7EM", - "G7AQ-7" - ] + "connectedSystems": "D-GTMI,FX-7EM,G7AQ-7" }, { "solarSystemName": "FX-7EM", "x": 340, "y": 435, "security": -0.2659230222079948, - "connectedSystems": [ - "FSW-3C", - "MH9C-S" - ] + "connectedSystems": "FSW-3C,MH9C-S" }, { "solarSystemName": "MH9C-S", "x": 245, "y": 370, "security": -0.2100551937587131, - "connectedSystems": [ - "FX-7EM", - "T-RPFU", - "2-TEGJ" - ] + "connectedSystems": "FX-7EM,T-RPFU,2-TEGJ" }, { "solarSystemName": "G7AQ-7", "x": 620, "y": 505, "security": -0.3235415339599803, - "connectedSystems": [ - "FSW-3C", - "QBL-BV", - "I7S-1S" - ] + "connectedSystems": "FSW-3C,QBL-BV,I7S-1S" }, { "solarSystemName": "QBL-BV", "x": 700, "y": 510, "security": -0.3991663499200915, - "connectedSystems": [ - "G7AQ-7", - "PI5-39" - ] + "connectedSystems": "G7AQ-7,PI5-39" }, { "solarSystemName": "T-RPFU", "x": 340, "y": 370, "security": -0.1805739511042769, - "connectedSystems": [ - "D-GTMI", - "MH9C-S", - "7MD-S1" - ] + "connectedSystems": "D-GTMI,MH9C-S,7MD-S1" }, { "solarSystemName": "I7S-1S", "x": 625, "y": 655, "security": -0.2960548037595733, - "connectedSystems": [ - "G7AQ-7", - "S9X-AX" - ] + "connectedSystems": "G7AQ-7,S9X-AX" }, { "solarSystemName": "U-HYMT", "x": 535, "y": 160, "security": -0.06693908437650087, - "connectedSystems": [ - "9UY4-H", - "FC-3YI", - "QR-K85", - "5IO8-U" - ] + "connectedSystems": "9UY4-H,FC-3YI,QR-K85,5IO8-U" }, { "solarSystemName": "FC-3YI", "x": 500, "y": 110, "security": -0.0786671332786969, - "connectedSystems": [ - "U-HYMT", - "QR-K85", - "5IO8-U" - ] + "connectedSystems": "U-HYMT,QR-K85,5IO8-U" }, { "solarSystemName": "QR-K85", "x": 450, "y": 165, "security": -0.0636179690232247, - "connectedSystems": [ - "U-HYMT", - "FC-3YI", - "5IO8-U", - "DP-JD4" - ] + "connectedSystems": "U-HYMT,FC-3YI,5IO8-U,DP-JD4" }, { "solarSystemName": "5IO8-U", "x": 415, "y": 120, "security": -0.05232591336092385, - "connectedSystems": [ - "U-HYMT", - "FC-3YI", - "QR-K85", - "DP-JD4" - ] + "connectedSystems": "U-HYMT,FC-3YI,QR-K85,DP-JD4" }, { "solarSystemName": "DP-JD4", "x": 380, "y": 180, "security": -0.06466910229329725, - "connectedSystems": [ - "QR-K85", - "5IO8-U", - "IS-R7P", - "OXIY-V" - ] + "connectedSystems": "QR-K85,5IO8-U,IS-R7P,OXIY-V" }, { "solarSystemName": "OXIY-V", "x": 415, "y": 220, "security": -0.1451260080299894, - "connectedSystems": [ - "UL-7I8", - "DP-JD4" - ] + "connectedSystems": "UL-7I8,DP-JD4" }, { "solarSystemName": "H6-CX8", "x": 695, "y": 115, "security": -0.06889184040874308, - "connectedSystems": [ - "9UY4-H", - "D61A-G", - "Shintaht" - ] + "connectedSystems": "9UY4-H,D61A-G,Shintaht" }, { "solarSystemName": "D61A-G", "x": 775, "y": 110, "security": -0.08545441538372356, - "connectedSystems": [ - "H6-CX8", - "Y-MPWL" - ] + "connectedSystems": "H6-CX8,Y-MPWL" }, { "solarSystemName": "Shintaht", "x": 760, "y": 70, "security": -0.08640980724711322, - "connectedSystems": [ - "H6-CX8", - "D-6WS1" - ] + "connectedSystems": "H6-CX8,D-6WS1" }, { "solarSystemName": "Y-MPWL", "x": 860, "y": 105, "security": -0.09439309792540984, - "connectedSystems": [ - "D61A-G", - "Kari" - ] + "connectedSystems": "D61A-G,Kari" }, { "solarSystemName": "D-6WS1", "x": 830, "y": 55, "security": -0.1096713807312439, - "connectedSystems": [ - "Shintaht", - "SI-I89" - ] + "connectedSystems": "Shintaht,SI-I89" }, { "solarSystemName": "SI-I89", "x": 915, "y": 40, "security": -0.07161732688496292, - "connectedSystems": [ - "D-6WS1" - ] + "connectedSystems": "D-6WS1" }, { "solarSystemName": "KBP7-G", "x": 895, "y": 240, "security": -0.2589483112254808, - "connectedSystems": [ - "Dital", - "B-WPLZ", - "XHQ-7V" - ] + "connectedSystems": "Dital,B-WPLZ,XHQ-7V" }, { "solarSystemName": "B-WPLZ", "x": 895, "y": 310, "security": -0.2005925069623727, - "connectedSystems": [ - "KBP7-G", - "E-YCML", - "TU-O0T", - "Y9-MDG" - ] + "connectedSystems": "KBP7-G,E-YCML,TU-O0T,Y9-MDG" }, { "solarSystemName": "XHQ-7V", "x": 815, "y": 240, "security": -0.1716497746486947, - "connectedSystems": [ - "YWS0-Z", - "KBP7-G", - "JEIV-E" - ] + "connectedSystems": "YWS0-Z,KBP7-G,JEIV-E" }, { "solarSystemName": "E-YCML", "x": 835, "y": 430, "security": -0.1455173927614716, - "connectedSystems": [ - "B-WPLZ", - "TU-O0T", - "Y9-MDG" - ] + "connectedSystems": "B-WPLZ,TU-O0T,Y9-MDG" }, { "solarSystemName": "TU-O0T", "x": 895, "y": 385, "security": -0.15438740009951, - "connectedSystems": [ - "B-WPLZ", - "E-YCML", - "Y9-MDG" - ] + "connectedSystems": "B-WPLZ,E-YCML,Y9-MDG" }, { "solarSystemName": "Y9-MDG", "x": 950, "y": 430, "security": -0.1887349788313983, - "connectedSystems": [ - "B-WPLZ", - "E-YCML", - "TU-O0T" - ] + "connectedSystems": "B-WPLZ,E-YCML,TU-O0T" }, { "solarSystemName": "PI5-39", "x": 760, "y": 570, "security": -0.4283318558681738, - "connectedSystems": [ - "QBL-BV", - "GN7-XY", - "INQ-WR" - ] + "connectedSystems": "QBL-BV,GN7-XY,INQ-WR" }, { "solarSystemName": "GN7-XY", "x": 760, "y": 615, "security": -0.3282522628351967, - "connectedSystems": [ - "PI5-39", - "F-DTOO", - "QO-SRI", - "INQ-WR" - ] + "connectedSystems": "PI5-39,F-DTOO,QO-SRI,INQ-WR" }, { "solarSystemName": "F-DTOO", "x": 760, "y": 660, "security": -0.3912833152898061, - "connectedSystems": [ - "GN7-XY", - "5KG-PY" - ] + "connectedSystems": "GN7-XY,5KG-PY" }, { "solarSystemName": "5KG-PY", "x": 760, "y": 705, "security": -0.3151470762898665, - "connectedSystems": [ - "F-DTOO" - ] + "connectedSystems": "F-DTOO" }, { "solarSystemName": "QO-SRI", "x": 700, "y": 640, "security": -0.2316379473927671, - "connectedSystems": [ - "GN7-XY" - ] + "connectedSystems": "GN7-XY" }, { "solarSystemName": "INQ-WR", "x": 700, "y": 595, "security": -0.312835680615783, - "connectedSystems": [ - "PI5-39", - "GN7-XY" - ] + "connectedSystems": "PI5-39,GN7-XY" }, { "solarSystemName": "S9X-AX", "x": 535, "y": 680, "security": -0.1944483514399966, - "connectedSystems": [ - "I7S-1S", - "TU-RI6", - "08Z-JJ", - "6-OQJV" - ] + "connectedSystems": "I7S-1S,TU-RI6,08Z-JJ,6-OQJV" }, { "solarSystemName": "TU-RI6", "x": 450, "y": 690, "security": -0.1367353245220825, - "connectedSystems": [ - "S9X-AX", - "AY-YCU" - ] + "connectedSystems": "S9X-AX,AY-YCU" }, { "solarSystemName": "08Z-JJ", "x": 580, "y": 600, "security": -0.1786197322362015, - "connectedSystems": [ - "S9X-AX", - "X-4WZD", - "6-OQJV" - ] + "connectedSystems": "S9X-AX,X-4WZD,6-OQJV" }, { "solarSystemName": "X-4WZD", "x": 525, "y": 520, "security": -0.1610883276343476, - "connectedSystems": [ - "08Z-JJ", - "6-OQJV" - ] + "connectedSystems": "08Z-JJ,6-OQJV" }, { "solarSystemName": "6-OQJV", "x": 475, "y": 600, "security": -0.1513479399944721, - "connectedSystems": [ - "S9X-AX", - "08Z-JJ", - "X-4WZD" - ] + "connectedSystems": "S9X-AX,08Z-JJ,X-4WZD" }, { "solarSystemName": "AY-YCU", "x": 365, "y": 695, "security": -0.07797513196819172, - "connectedSystems": [ - "TU-RI6", - "ZT-LPU", - "2V-CS5" - ] + "connectedSystems": "TU-RI6,ZT-LPU,2V-CS5" }, { "solarSystemName": "ZT-LPU", "x": 285, "y": 695, "security": -0.08308391067949439, - "connectedSystems": [ - "AY-YCU", - "1-1I53" - ] + "connectedSystems": "AY-YCU,1-1I53" }, { "solarSystemName": "3GXF-U", "x": 540, "y": 45, "security": -0.07730848676225888, - "connectedSystems": [ - "49GC-R", - "VKI-T7", - "8P9-BM" - ] + "connectedSystems": "49GC-R,VKI-T7,8P9-BM" }, { "solarSystemName": "VKI-T7", "x": 625, "y": 25, "security": -0.07023737467204516, - "connectedSystems": [ - "3GXF-U", - "H-GKI6" - ] + "connectedSystems": "3GXF-U,H-GKI6" }, { "solarSystemName": "8P9-BM", "x": 445, "y": 25, "security": -0.1039031816010896, - "connectedSystems": [ - "3GXF-U", - "F-YH5B" - ] + "connectedSystems": "3GXF-U,F-YH5B" }, { "solarSystemName": "F-YH5B", "x": 300, "y": 25, "security": -0.1206363212320226, - "connectedSystems": [ - "8P9-BM", - "LF-2KP", - "3D-CQU" - ] + "connectedSystems": "8P9-BM,LF-2KP,3D-CQU" }, { "solarSystemName": "H-GKI6", "x": 700, "y": 15, "security": -0.06167737894416436, - "connectedSystems": [ - "VKI-T7", - "YQB-22" - ] + "connectedSystems": "VKI-T7,YQB-22" }, { "solarSystemName": "YQB-22", "x": 780, "y": 15, "security": -0.05315939408943704, - "connectedSystems": [ - "H-GKI6" - ] + "connectedSystems": "H-GKI6" }, { "solarSystemName": "2-TEGJ", "x": 145, "y": 255, "security": -0.1726159964827697, - "connectedSystems": [ - "MH9C-S", - "MVCJ-E", - "AY-24I", - "K1I1-J" - ] + "connectedSystems": "MH9C-S,MVCJ-E,AY-24I,K1I1-J" }, { "solarSystemName": "MVCJ-E", "x": 95, "y": 160, "security": -0.1362822305843615, - "connectedSystems": [ - "2-TEGJ", - "BK4-YC", - "LF-2KP" - ] + "connectedSystems": "2-TEGJ,BK4-YC,LF-2KP" }, { "solarSystemName": "AY-24I", "x": 20, "y": 305, "security": -0.1735576188151868, - "connectedSystems": [ - "2-TEGJ", - "K1I1-J", - "X6AB-Y" - ] + "connectedSystems": "2-TEGJ,K1I1-J,X6AB-Y" }, { "solarSystemName": "BK4-YC", "x": 110, "y": 70, "security": -0.1144654390110923, - "connectedSystems": [ - "MVCJ-E" - ] + "connectedSystems": "MVCJ-E" }, { "solarSystemName": "K1I1-J", "x": 20, "y": 205, "security": -0.1679555705968239, - "connectedSystems": [ - "2-TEGJ", - "AY-24I", - "LF-2KP" - ] + "connectedSystems": "2-TEGJ,AY-24I,LF-2KP" }, { "solarSystemName": "LF-2KP", "x": 45, "y": 25, "security": -0.1338707985419798, - "connectedSystems": [ - "MVCJ-E", - "F-YH5B", - "K1I1-J" - ] + "connectedSystems": "MVCJ-E,F-YH5B,K1I1-J" }, { "solarSystemName": "JEIV-E", "x": 770, "y": 315, "security": -0.1413931289469267, - "connectedSystems": [ - "XHQ-7V", - "O-Y5JQ", - "DNR-7M", - "N-RMSH" - ] + "connectedSystems": "XHQ-7V,O-Y5JQ,DNR-7M,N-RMSH" }, { "solarSystemName": "O-Y5JQ", "x": 680, "y": 315, "security": -0.1443028720428716, - "connectedSystems": [ - "JEIV-E", - "N-RMSH" - ] + "connectedSystems": "JEIV-E,N-RMSH" }, { "solarSystemName": "DNR-7M", "x": 770, "y": 370, "security": -0.09859347247366201, - "connectedSystems": [ - "JEIV-E", - "K1Y-5H" - ] + "connectedSystems": "JEIV-E,K1Y-5H" }, { "solarSystemName": "N-RMSH", "x": 680, "y": 370, "security": -0.114248779580538, - "connectedSystems": [ - "JEIV-E", - "O-Y5JQ", - "IWZ3-C" - ] + "connectedSystems": "JEIV-E,O-Y5JQ,IWZ3-C" }, { "solarSystemName": "K1Y-5H", "x": 770, "y": 425, "security": -0.08214557995397465, - "connectedSystems": [ - "DNR-7M", - "IWZ3-C" - ] + "connectedSystems": "DNR-7M,IWZ3-C" }, { "solarSystemName": "IWZ3-C", "x": 680, "y": 425, "security": -0.08541897605434967, - "connectedSystems": [ - "N-RMSH", - "K1Y-5H" - ] + "connectedSystems": "N-RMSH,K1Y-5H" }, { "solarSystemName": "1-1I53", "x": 200, "y": 675, "security": -0.07236086999051794, - "connectedSystems": [ - "ZT-LPU", - "N8XA-L", - "18-GZM" - ] + "connectedSystems": "ZT-LPU,N8XA-L,18-GZM" }, { "solarSystemName": "N8XA-L", "x": 115, "y": 645, "security": -0.0676788938528422, - "connectedSystems": [ - "1-1I53", - "R3-K7K" - ] + "connectedSystems": "1-1I53,R3-K7K" }, { "solarSystemName": "18-GZM", "x": 120, "y": 700, "security": -0.103856158068833, - "connectedSystems": [ - "1-1I53" - ] + "connectedSystems": "1-1I53" }, { "solarSystemName": "R3-K7K", "x": 45, "y": 575, "security": -0.03429058146206299, - "connectedSystems": [ - "N8XA-L", - "X-R3NM", - "Misaba" - ] + "connectedSystems": "N8XA-L,X-R3NM,Misaba" }, { "solarSystemName": "X-R3NM", "x": 20, "y": 470, "security": -0.045724163049085, - "connectedSystems": [ - "R3-K7K", - "8B-VLX", - "G-B22J", - "X6AB-Y" - ] + "connectedSystems": "R3-K7K,8B-VLX,G-B22J,X6AB-Y" }, { "solarSystemName": "8B-VLX", "x": 120, "y": 380, "security": -0.05136460209479754, - "connectedSystems": [ - "X-R3NM", - "G-B22J", - "X6AB-Y" - ] + "connectedSystems": "X-R3NM,G-B22J,X6AB-Y" }, { "solarSystemName": "G-B22J", "x": 120, "y": 470, "security": -0.06596138396488926, - "connectedSystems": [ - "X-R3NM", - "8B-VLX", - "X6AB-Y" - ] + "connectedSystems": "X-R3NM,8B-VLX,X6AB-Y" }, { "solarSystemName": "X6AB-Y", "x": 20, "y": 380, "security": -0.07215882814179875, - "connectedSystems": [ - "X-R3NM", - "8B-VLX", - "G-B22J", - "AY-24I" - ] + "connectedSystems": "X-R3NM,8B-VLX,G-B22J,AY-24I" }, { "solarSystemName": "2V-CS5", "x": 365, "y": 640, "security": -0.0743379252455022, - "connectedSystems": [ - "AY-YCU", - "H9-J8N" - ] + "connectedSystems": "AY-YCU,H9-J8N" }, { "solarSystemName": "H9-J8N", "x": 305, "y": 600, "security": -0.0627062691538478, - "connectedSystems": [ - "2V-CS5", - "HP-6Z6", - "GA9P-0", - "C1-HAB" - ] + "connectedSystems": "2V-CS5,HP-6Z6,GA9P-0,C1-HAB" }, { "solarSystemName": "HP-6Z6", "x": 305, "y": 525, "security": -0.06303980425527567, - "connectedSystems": [ - "H9-J8N", - "GA9P-0", - "7YWV-S", - "C1-HAB" - ] + "connectedSystems": "H9-J8N,GA9P-0,7YWV-S,C1-HAB" }, { "solarSystemName": "GA9P-0", "x": 205, "y": 525, "security": -0.03667115031385226, - "connectedSystems": [ - "H9-J8N", - "HP-6Z6", - "7YWV-S", - "TXJ-II", - "C1-HAB" - ] + "connectedSystems": "H9-J8N,HP-6Z6,7YWV-S,TXJ-II,C1-HAB" }, { "solarSystemName": "7YWV-S", "x": 255, "y": 465, "security": -0.07618093594159137, - "connectedSystems": [ - "HP-6Z6", - "GA9P-0" - ] + "connectedSystems": "HP-6Z6,GA9P-0" }, { "solarSystemName": "TXJ-II", "x": 135, "y": 560, "security": -0.0216642530093345, - "connectedSystems": [ - "GA9P-0" - ] + "connectedSystems": "GA9P-0" }, { "solarSystemName": "C1-HAB", "x": 205, "y": 600, "security": -0.05559184927115157, - "connectedSystems": [ - "H9-J8N", - "HP-6Z6", - "GA9P-0" - ] + "connectedSystems": "H9-J8N,HP-6Z6,GA9P-0" }, { "solarSystemName": "3KB-J0", "x": 300, "y": 135, "security": -0.121407710013292, - "connectedSystems": [ - "IS-R7P", - "0B-HLZ", - "Z-RFE3", - "3D-CQU" - ] + "connectedSystems": "IS-R7P,0B-HLZ,Z-RFE3,3D-CQU" }, { "solarSystemName": "0B-HLZ", "x": 240, "y": 60, "security": -0.1121495970722741, - "connectedSystems": [ - "3KB-J0", - "I-MGAB", - "3D-CQU" - ] + "connectedSystems": "3KB-J0,I-MGAB,3D-CQU" }, { "solarSystemName": "Z-RFE3", "x": 240, "y": 170, "security": -0.1445463230244839, - "connectedSystems": [ - "3KB-J0", - "18XA-C" - ] + "connectedSystems": "3KB-J0,18XA-C" }, { "solarSystemName": "I-MGAB", "x": 175, "y": 90, "security": -0.1003732484349734, - "connectedSystems": [ - "0B-HLZ", - "18XA-C" - ] + "connectedSystems": "0B-HLZ,18XA-C" }, { "solarSystemName": "18XA-C", "x": 175, "y": 135, "security": -0.1434007772968212, - "connectedSystems": [ - "Z-RFE3", - "I-MGAB" - ] + "connectedSystems": "Z-RFE3,I-MGAB" }, { "solarSystemName": "3D-CQU", "x": 300, "y": 90, "security": -0.09568221597022886, - "connectedSystems": [ - "3KB-J0", - "0B-HLZ", - "F-YH5B" - ] + "connectedSystems": "3KB-J0,0B-HLZ,F-YH5B" } ] \ No newline at end of file diff --git a/public/Pure Blind.json b/public/Pure Blind.json index 9326815..a0e58a6 100644 --- a/public/Pure Blind.json +++ b/public/Pure Blind.json @@ -4,1093 +4,713 @@ "x": 505, "y": 40, "security": -0.1589990047132134, - "connectedSystems": [ - "UMI-KK", - "KQK1-2" - ] + "connectedSystems": "UMI-KK,KQK1-2" }, { "solarSystemName": "Torrinos", "x": 615, "y": 660, "security": 0.5196677035325441, - "connectedSystems": [ - "Ibura", - "EC-P8R" - ] + "connectedSystems": "Ibura,EC-P8R" }, { "solarSystemName": "Saranen", "x": 725, "y": 665, "security": 0.0962943884730787, - "connectedSystems": [ - "Karjataimon", - "Tartoken", - "93PI-4" - ] + "connectedSystems": "Karjataimon,Tartoken,93PI-4" }, { "solarSystemName": "KQK1-2", "x": 480, "y": 85, "security": -0.1606570035166273, - "connectedSystems": [ - "0-YMBJ", - "O-BY0Y", - "X47L-Q" - ] + "connectedSystems": "0-YMBJ,O-BY0Y,X47L-Q" }, { "solarSystemName": "O-BY0Y", "x": 575, "y": 80, "security": -0.1395801117181584, - "connectedSystems": [ - "KQK1-2", - "2D-0SO" - ] + "connectedSystems": "KQK1-2,2D-0SO" }, { "solarSystemName": "2D-0SO", "x": 640, "y": 105, "security": -0.1546284158169951, - "connectedSystems": [ - "O-BY0Y", - "UR-E6D", - "D7T-C0" - ] + "connectedSystems": "O-BY0Y,UR-E6D,D7T-C0" }, { "solarSystemName": "UR-E6D", "x": 530, "y": 115, "security": -0.1890465054173858, - "connectedSystems": [ - "2D-0SO", - "X47L-Q" - ] + "connectedSystems": "2D-0SO,X47L-Q" }, { "solarSystemName": "X47L-Q", "x": 435, "y": 140, "security": -0.2502559642814759, - "connectedSystems": [ - "KQK1-2", - "UR-E6D", - "J-CIJV" - ] + "connectedSystems": "KQK1-2,UR-E6D,J-CIJV" }, { "solarSystemName": "D7T-C0", "x": 720, "y": 145, "security": -0.198677185471857, - "connectedSystems": [ - "2D-0SO", - "KI-TL0", - "8S-0E1" - ] + "connectedSystems": "2D-0SO,KI-TL0,8S-0E1" }, { "solarSystemName": "KI-TL0", "x": 785, "y": 150, "security": -0.1794516462528861, - "connectedSystems": [ - "D7T-C0", - "EL8-4Q", - "XI-VUF" - ] + "connectedSystems": "D7T-C0,EL8-4Q,XI-VUF" }, { "solarSystemName": "EL8-4Q", "x": 845, "y": 180, "security": -0.1598268370930133, - "connectedSystems": [ - "KI-TL0", - "JC-YX8", - "5-9WNU", - "N-H32Y" - ] + "connectedSystems": "KI-TL0,JC-YX8,5-9WNU,N-H32Y" }, { "solarSystemName": "JC-YX8", "x": 815, "y": 215, "security": -0.1342250281088493, - "connectedSystems": [ - "EL8-4Q" - ] + "connectedSystems": "EL8-4Q" }, { "solarSystemName": "5-9WNU", "x": 890, "y": 225, "security": -0.1889000207477076, - "connectedSystems": [ - "EL8-4Q", - "12YA-2" - ] + "connectedSystems": "EL8-4Q,12YA-2" }, { "solarSystemName": "XI-VUF", "x": 775, "y": 105, "security": -0.1854479318235233, - "connectedSystems": [ - "KI-TL0" - ] + "connectedSystems": "KI-TL0" }, { "solarSystemName": "N-H32Y", "x": 870, "y": 145, "security": -0.1474272578229871, - "connectedSystems": [ - "EL8-4Q" - ] + "connectedSystems": "EL8-4Q" }, { "solarSystemName": "12YA-2", "x": 925, "y": 275, "security": -0.1751025379410907, - "connectedSystems": [ - "5-9WNU", - "BDV3-T" - ] + "connectedSystems": "5-9WNU,BDV3-T" }, { "solarSystemName": "BDV3-T", "x": 950, "y": 340, "security": -0.1575818698474565, - "connectedSystems": [ - "12YA-2", - "ION-FG", - "WW-KGD" - ] + "connectedSystems": "12YA-2,ION-FG,WW-KGD" }, { "solarSystemName": "J-CIJV", "x": 415, "y": 255, "security": -0.2439420514458928, - "connectedSystems": [ - "X47L-Q", - "X-7OMU", - "G95-VZ", - "4-ABS8" - ] + "connectedSystems": "X47L-Q,X-7OMU,G95-VZ,4-ABS8" }, { "solarSystemName": "X-7OMU", "x": 415, "y": 300, "security": -0.1414352360981505, - "connectedSystems": [ - "J-CIJV", - "L-TS8S", - "CXN1-Z", - "KLY-C0", - "R6XN-9", - "B8EN-S" - ] + "connectedSystems": "J-CIJV,L-TS8S,CXN1-Z,KLY-C0,R6XN-9,B8EN-S" }, { "solarSystemName": "CXN1-Z", "x": 415, "y": 350, "security": -0.1240118152064696, - "connectedSystems": [ - "X-7OMU", - "KLY-C0", - "CL6-ZG" - ] + "connectedSystems": "X-7OMU,KLY-C0,CL6-ZG" }, { "solarSystemName": "KLY-C0", "x": 345, "y": 300, "security": -0.097906292126683, - "connectedSystems": [ - "X-7OMU", - "CXN1-Z", - "CL6-ZG", - "G95-VZ", - "7RM-N0" - ] + "connectedSystems": "X-7OMU,CXN1-Z,CL6-ZG,G95-VZ,7RM-N0" }, { "solarSystemName": "CL6-ZG", "x": 345, "y": 350, "security": -0.1224005469553712, - "connectedSystems": [ - "CXN1-Z", - "KLY-C0", - "RD-G2R" - ] + "connectedSystems": "CXN1-Z,KLY-C0,RD-G2R" }, { "solarSystemName": "G95-VZ", "x": 345, "y": 255, "security": -0.2415533261964219, - "connectedSystems": [ - "J-CIJV", - "KLY-C0", - "ROIR-Y" - ] + "connectedSystems": "J-CIJV,KLY-C0,ROIR-Y" }, { "solarSystemName": "ROIR-Y", "x": 345, "y": 215, "security": -0.2396970557859594, - "connectedSystems": [ - "G95-VZ", - "C8-CHY" - ] + "connectedSystems": "G95-VZ,C8-CHY" }, { "solarSystemName": "EC-P8R", "x": 615, "y": 610, "security": -0.4465753930977101, - "connectedSystems": [ - "Torrinos", - "EWOK-K", - "G-M4I8" - ] + "connectedSystems": "Torrinos,EWOK-K,G-M4I8" }, { "solarSystemName": "EWOK-K", "x": 615, "y": 560, "security": -0.3135391020916142, - "connectedSystems": [ - "EC-P8R", - "O-N8XZ", - "G-M4I8" - ] + "connectedSystems": "EC-P8R,O-N8XZ,G-M4I8" }, { "solarSystemName": "O-N8XZ", "x": 575, "y": 485, "security": -0.1864565162682014, - "connectedSystems": [ - "EWOK-K", - "MI6O-6", - "L-TS8S" - ] + "connectedSystems": "EWOK-K,MI6O-6,L-TS8S" }, { "solarSystemName": "G-M4I8", "x": 695, "y": 580, "security": -0.2983889225425641, - "connectedSystems": [ - "EC-P8R", - "EWOK-K", - "93PI-4", - "R-2R0G" - ] + "connectedSystems": "EC-P8R,EWOK-K,93PI-4,R-2R0G" }, { "solarSystemName": "MI6O-6", "x": 510, "y": 445, "security": -0.1323992481207228, - "connectedSystems": [ - "O-N8XZ" - ] + "connectedSystems": "O-N8XZ" }, { "solarSystemName": "L-TS8S", "x": 565, "y": 430, "security": -0.2073588946726199, - "connectedSystems": [ - "X-7OMU", - "O-N8XZ", - "R6XN-9" - ] + "connectedSystems": "X-7OMU,O-N8XZ,R6XN-9" }, { "solarSystemName": "93PI-4", "x": 720, "y": 620, "security": -0.1746633354663784, - "connectedSystems": [ - "G-M4I8", - "Saranen" - ] + "connectedSystems": "G-M4I8,Saranen" }, { "solarSystemName": "ION-FG", "x": 955, "y": 170, "security": -0.1339970577525103, - "connectedSystems": [ - "BDV3-T", - "C-H9X7" - ] + "connectedSystems": "BDV3-T,C-H9X7" }, { "solarSystemName": "C-H9X7", "x": 915, "y": 95, "security": -0.1108598334595846, - "connectedSystems": [ - "ION-FG", - "A8I-C5" - ] + "connectedSystems": "ION-FG,A8I-C5" }, { "solarSystemName": "A8I-C5", "x": 840, "y": 65, "security": -0.1154863396508181, - "connectedSystems": [ - "C-H9X7", - "DK-FXK", - "U-INPD" - ] + "connectedSystems": "C-H9X7,DK-FXK,U-INPD" }, { "solarSystemName": "DK-FXK", "x": 815, "y": 20, "security": -0.07521648842207429, - "connectedSystems": [ - "A8I-C5", - "M-76XI", - "ZJET-E", - "U-INPD" - ] + "connectedSystems": "A8I-C5,M-76XI,ZJET-E,U-INPD" }, { "solarSystemName": "M-76XI", "x": 925, "y": 35, "security": -0.0763311118760105, - "connectedSystems": [ - "DK-FXK", - "ZJET-E" - ] + "connectedSystems": "DK-FXK,ZJET-E" }, { "solarSystemName": "ZJET-E", "x": 900, "y": 0, "security": -0.0986371206583615, - "connectedSystems": [ - "DK-FXK", - "M-76XI" - ] + "connectedSystems": "DK-FXK,M-76XI" }, { "solarSystemName": "U-INPD", "x": 710, "y": 10, "security": -0.1041644937773346, - "connectedSystems": [ - "A8I-C5", - "DK-FXK", - "DO6H-Q" - ] + "connectedSystems": "A8I-C5,DK-FXK,DO6H-Q" }, { "solarSystemName": "WW-KGD", "x": 920, "y": 395, "security": -0.1791593530933725, - "connectedSystems": [ - "BDV3-T", - "XQ-PXU" - ] + "connectedSystems": "BDV3-T,XQ-PXU" }, { "solarSystemName": "XQ-PXU", "x": 900, "y": 445, "security": -0.1498379756129369, - "connectedSystems": [ - "WW-KGD", - "M-YCD4", - "CR-AQH" - ] + "connectedSystems": "WW-KGD,M-YCD4,CR-AQH" }, { "solarSystemName": "M-YCD4", "x": 825, "y": 450, "security": -0.1816221389237193, - "connectedSystems": [ - "XQ-PXU", - "Q-5211", - "R-2R0G" - ] + "connectedSystems": "XQ-PXU,Q-5211,R-2R0G" }, { "solarSystemName": "Q-5211", "x": 860, "y": 485, "security": -0.1445582341398762, - "connectedSystems": [ - "M-YCD4", - "R-2R0G", - "CR-AQH" - ] + "connectedSystems": "M-YCD4,R-2R0G,CR-AQH" }, { "solarSystemName": "R-2R0G", "x": 780, "y": 545, "security": -0.2125245373007608, - "connectedSystems": [ - "M-YCD4", - "Q-5211", - "CR-AQH", - "G-M4I8" - ] + "connectedSystems": "M-YCD4,Q-5211,CR-AQH,G-M4I8" }, { "solarSystemName": "CR-AQH", "x": 920, "y": 510, "security": -0.2753584379148634, - "connectedSystems": [ - "XQ-PXU", - "Q-5211", - "R-2R0G" - ] + "connectedSystems": "XQ-PXU,Q-5211,R-2R0G" }, { "solarSystemName": "8S-0E1", "x": 665, "y": 170, "security": -0.2268132493188775, - "connectedSystems": [ - "D7T-C0", - "5ZXX-K" - ] + "connectedSystems": "D7T-C0,5ZXX-K" }, { "solarSystemName": "5ZXX-K", "x": 620, "y": 210, "security": -0.2294540369252063, - "connectedSystems": [ - "8S-0E1", - "JE-D5U", - "2-6TGQ" - ] + "connectedSystems": "8S-0E1,JE-D5U,2-6TGQ" }, { "solarSystemName": "JE-D5U", "x": 600, "y": 260, "security": -0.2172073173323691, - "connectedSystems": [ - "R6XN-9", - "5ZXX-K", - "OE-9UF", - "PFU-LH" - ] + "connectedSystems": "R6XN-9,5ZXX-K,OE-9UF,PFU-LH" }, { "solarSystemName": "2-6TGQ", "x": 585, "y": 175, "security": -0.2113453192370867, - "connectedSystems": [ - "5ZXX-K", - "DP-1YE" - ] + "connectedSystems": "5ZXX-K,DP-1YE" }, { "solarSystemName": "OE-9UF", "x": 680, "y": 260, "security": -0.2094786287345463, - "connectedSystems": [ - "JE-D5U", - "PFU-LH" - ] + "connectedSystems": "JE-D5U,PFU-LH" }, { "solarSystemName": "PFU-LH", "x": 640, "y": 315, "security": -0.2574846659640413, - "connectedSystems": [ - "JE-D5U", - "OE-9UF" - ] + "connectedSystems": "JE-D5U,OE-9UF" }, { "solarSystemName": "R6XN-9", "x": 565, "y": 365, "security": -0.1813897324072106, - "connectedSystems": [ - "X-7OMU", - "L-TS8S", - "3V8-LJ", - "JE-D5U" - ] + "connectedSystems": "X-7OMU,L-TS8S,3V8-LJ,JE-D5U" }, { "solarSystemName": "3V8-LJ", "x": 555, "y": 300, "security": -0.1732643291343085, - "connectedSystems": [ - "R6XN-9", - "B8EN-S", - "R-LW2I", - "DP-1YE" - ] + "connectedSystems": "R6XN-9,B8EN-S,R-LW2I,DP-1YE" }, { "solarSystemName": "B8EN-S", "x": 490, "y": 300, "security": -0.1614605734522562, - "connectedSystems": [ - "X-7OMU", - "3V8-LJ" - ] + "connectedSystems": "X-7OMU,3V8-LJ" }, { "solarSystemName": "R-LW2I", "x": 490, "y": 255, "security": -0.1534265396475202, - "connectedSystems": [ - "3V8-LJ", - "4-ABS8" - ] + "connectedSystems": "3V8-LJ,4-ABS8" }, { "solarSystemName": "DP-1YE", "x": 510, "y": 175, "security": -0.1726162495338044, - "connectedSystems": [ - "3V8-LJ", - "2-6TGQ", - "4-ABS8" - ] + "connectedSystems": "3V8-LJ,2-6TGQ,4-ABS8" }, { "solarSystemName": "4-ABS8", "x": 460, "y": 200, "security": -0.1943270844194346, - "connectedSystems": [ - "J-CIJV", - "R-LW2I", - "DP-1YE" - ] + "connectedSystems": "J-CIJV,R-LW2I,DP-1YE" }, { "solarSystemName": "7RM-N0", "x": 275, "y": 300, "security": -0.0626399495582981, - "connectedSystems": [ - "KLY-C0", - "S-MDYI", - "F-NMX6", - "GA-P6C" - ] + "connectedSystems": "KLY-C0,S-MDYI,F-NMX6,GA-P6C" }, { "solarSystemName": "S-MDYI", "x": 275, "y": 350, "security": -0.05228844667889965, - "connectedSystems": [ - "7RM-N0", - "ZKYV-W" - ] + "connectedSystems": "7RM-N0,ZKYV-W" }, { "solarSystemName": "ZKYV-W", "x": 205, "y": 350, "security": -0.05562091921410772, - "connectedSystems": [ - "S-MDYI", - "F-NMX6", - "FWA-4V" - ] + "connectedSystems": "S-MDYI,F-NMX6,FWA-4V" }, { "solarSystemName": "F-NMX6", "x": 205, "y": 300, "security": -0.05906204655927927, - "connectedSystems": [ - "7RM-N0", - "ZKYV-W", - "B-9C24" - ] + "connectedSystems": "7RM-N0,ZKYV-W,B-9C24" }, { "solarSystemName": "GA-P6C", "x": 250, "y": 250, "security": -0.0816712050526559, - "connectedSystems": [ - "7RM-N0" - ] + "connectedSystems": "7RM-N0" }, { "solarSystemName": "FWA-4V", "x": 205, "y": 400, "security": -0.0225512570307238, - "connectedSystems": [ - "ZKYV-W", - "RZC-16" - ] + "connectedSystems": "ZKYV-W,RZC-16" }, { "solarSystemName": "RZC-16", "x": 215, "y": 460, "security": -0.03047138129100502, - "connectedSystems": [ - "FWA-4V", - "MQ-NPY" - ] + "connectedSystems": "FWA-4V,MQ-NPY" }, { "solarSystemName": "RD-G2R", "x": 350, "y": 435, "security": -0.1325309749920258, - "connectedSystems": [ - "CL6-ZG", - "UC3H-Y" - ] + "connectedSystems": "CL6-ZG,UC3H-Y" }, { "solarSystemName": "UC3H-Y", "x": 370, "y": 500, "security": -0.09787349363553544, - "connectedSystems": [ - "RD-G2R", - "6GWE-A", - "KDV-DE", - "MT9Q-S" - ] + "connectedSystems": "RD-G2R,6GWE-A,KDV-DE,MT9Q-S" }, { "solarSystemName": "6GWE-A", "x": 440, "y": 590, "security": -0.07740970596727026, - "connectedSystems": [ - "UC3H-Y", - "J-OK0C", - "KDV-DE", - "MT9Q-S" - ] + "connectedSystems": "UC3H-Y,J-OK0C,KDV-DE,MT9Q-S" }, { "solarSystemName": "J-OK0C", "x": 460, "y": 635, "security": -0.05500958141481238, - "connectedSystems": [ - "6GWE-A" - ] + "connectedSystems": "6GWE-A" }, { "solarSystemName": "KDV-DE", "x": 385, "y": 560, "security": -0.08729586520109489, - "connectedSystems": [ - "UC3H-Y", - "6GWE-A", - "MT9Q-S" - ] + "connectedSystems": "UC3H-Y,6GWE-A,MT9Q-S" }, { "solarSystemName": "MT9Q-S", "x": 320, "y": 595, "security": -0.08612781280360915, - "connectedSystems": [ - "UC3H-Y", - "6GWE-A", - "KDV-DE" - ] + "connectedSystems": "UC3H-Y,6GWE-A,KDV-DE" }, { "solarSystemName": "B-9C24", "x": 140, "y": 300, "security": -0.06723310445748798, - "connectedSystems": [ - "F-NMX6", - "P-2TTL", - "7X-VKB" - ] + "connectedSystems": "F-NMX6,P-2TTL,7X-VKB" }, { "solarSystemName": "P-2TTL", "x": 65, "y": 300, "security": -0.09903070236213785, - "connectedSystems": [ - "B-9C24", - "7X-VKB", - "E-Z2ZX", - "RORZ-H", - "O-A6YN" - ] + "connectedSystems": "B-9C24,7X-VKB,E-Z2ZX,RORZ-H,O-A6YN" }, { "solarSystemName": "7X-VKB", "x": 105, "y": 255, "security": -0.06520048392546829, - "connectedSystems": [ - "B-9C24", - "P-2TTL" - ] + "connectedSystems": "B-9C24,P-2TTL" }, { "solarSystemName": "E-Z2ZX", "x": 0, "y": 300, "security": -0.1163325021745033, - "connectedSystems": [ - "P-2TTL", - "RORZ-H", - "VRH-H7" - ] + "connectedSystems": "P-2TTL,RORZ-H,VRH-H7" }, { "solarSystemName": "RORZ-H", "x": 30, "y": 340, "security": -0.127091387066797, - "connectedSystems": [ - "P-2TTL", - "E-Z2ZX", - "O-A6YN", - "KU5R-W" - ] + "connectedSystems": "P-2TTL,E-Z2ZX,O-A6YN,KU5R-W" }, { "solarSystemName": "O-A6YN", "x": 100, "y": 339, "security": -0.1238919882134848, - "connectedSystems": [ - "P-2TTL", - "RORZ-H" - ] + "connectedSystems": "P-2TTL,RORZ-H" }, { "solarSystemName": "MQ-NPY", "x": 245, "y": 620, "security": -0.02912771845146234, - "connectedSystems": [ - "RZC-16", - "D2-HOS", - "TFA0-U", - "RQH-MY" - ] + "connectedSystems": "RZC-16,D2-HOS,TFA0-U,RQH-MY" }, { "solarSystemName": "D2-HOS", "x": 215, "y": 665, "security": -0.02994891542605926, - "connectedSystems": [ - "MQ-NPY", - "Y2-6EA", - "RQH-MY", - "HPS5-C" - ] + "connectedSystems": "MQ-NPY,Y2-6EA,RQH-MY,HPS5-C" }, { "solarSystemName": "Y2-6EA", "x": 145, "y": 665, "security": -0.02535703407033096, - "connectedSystems": [ - "D2-HOS", - "TFA0-U", - "DT-TCD" - ] + "connectedSystems": "D2-HOS,TFA0-U,DT-TCD" }, { "solarSystemName": "TFA0-U", "x": 170, "y": 620, "security": -0.02927526148986448, - "connectedSystems": [ - "MQ-NPY", - "Y2-6EA" - ] + "connectedSystems": "MQ-NPY,Y2-6EA" }, { "solarSystemName": "RQH-MY", "x": 285, "y": 665, "security": -0.0285058038305579, - "connectedSystems": [ - "MQ-NPY", - "D2-HOS", - "Mantenault" - ] + "connectedSystems": "MQ-NPY,D2-HOS,Mantenault" }, { "solarSystemName": "HPS5-C", "x": 215, "y": 715, "security": -0.03536699280440114, - "connectedSystems": [ - "D2-HOS" - ] + "connectedSystems": "D2-HOS" }, { "solarSystemName": "DT-TCD", "x": 145, "y": 715, "security": -0.02152888326294167, - "connectedSystems": [ - "Y2-6EA" - ] + "connectedSystems": "Y2-6EA" }, { "solarSystemName": "KU5R-W", "x": 30, "y": 505, "security": -0.1716833125893704, - "connectedSystems": [ - "RORZ-H", - "H1-J33" - ] + "connectedSystems": "RORZ-H,H1-J33" }, { "solarSystemName": "H1-J33", "x": 30, "y": 545, "security": -0.2015278565236546, - "connectedSystems": [ - "KU5R-W", - "Y-C3EQ" - ] + "connectedSystems": "KU5R-W,Y-C3EQ" }, { "solarSystemName": "Y-C3EQ", "x": 30, "y": 585, "security": -0.1417664684895896, - "connectedSystems": [ - "H1-J33", - "OGV-AS", - "7D-0SQ" - ] + "connectedSystems": "H1-J33,OGV-AS,7D-0SQ" }, { "solarSystemName": "OGV-AS", "x": 65, "y": 625, "security": -0.1421614082250987, - "connectedSystems": [ - "Y-C3EQ", - "UI-8ZE" - ] + "connectedSystems": "Y-C3EQ,UI-8ZE" }, { "solarSystemName": "7D-0SQ", "x": 0, "y": 625, "security": -0.1221818968968269, - "connectedSystems": [ - "Y-C3EQ", - "Z-Y7R7" - ] + "connectedSystems": "Y-C3EQ,Z-Y7R7" }, { "solarSystemName": "UI-8ZE", "x": 65, "y": 675, "security": -0.2065980035003279, - "connectedSystems": [ - "OGV-AS" - ] + "connectedSystems": "OGV-AS" }, { "solarSystemName": "C8-CHY", "x": 345, "y": 135, "security": -0.286575645007762, - "connectedSystems": [ - "ROIR-Y", - "E-9ORY" - ] + "connectedSystems": "ROIR-Y,E-9ORY" }, { "solarSystemName": "E-9ORY", "x": 345, "y": 90, "security": -0.269786385549241, - "connectedSystems": [ - "C8-CHY", - "CR-IFM", - "HHK-VL" - ] + "connectedSystems": "C8-CHY,CR-IFM,HHK-VL" }, { "solarSystemName": "CR-IFM", "x": 305, "y": 40, "security": -0.3513756567284825, - "connectedSystems": [ - "E-9ORY", - "HHK-VL", - "P-33KR" - ] + "connectedSystems": "E-9ORY,HHK-VL,P-33KR" }, { "solarSystemName": "HHK-VL", "x": 390, "y": 40, "security": -0.2899101055614214, - "connectedSystems": [ - "E-9ORY", - "CR-IFM", - "DO6H-Q" - ] + "connectedSystems": "E-9ORY,CR-IFM,DO6H-Q" }, { "solarSystemName": "P-33KR", "x": 305, "y": 5, "security": -0.2810078584473175, - "connectedSystems": [ - "CR-IFM", - "DO6H-Q", - "DW-T2I" - ] + "connectedSystems": "CR-IFM,DO6H-Q,DW-T2I" }, { "solarSystemName": "DO6H-Q", "x": 390, "y": 5, "security": -0.3346377079093125, - "connectedSystems": [ - "P-33KR", - "CCP-US", - "U-INPD", - "HHK-VL" - ] + "connectedSystems": "P-33KR,CCP-US,U-INPD,HHK-VL" }, { "solarSystemName": "DW-T2I", "x": 210, "y": 40, "security": -0.2568125652197809, - "connectedSystems": [ - "P-33KR", - "O-CNPR" - ] + "connectedSystems": "P-33KR,O-CNPR" }, { "solarSystemName": "O-CNPR", "x": 115, "y": 90, "security": -0.2347712963058628, - "connectedSystems": [ - "DW-T2I", - "L-SCBU", - "VRH-H7", - "O1Y-ED" - ] + "connectedSystems": "DW-T2I,L-SCBU,VRH-H7,O1Y-ED" }, { "solarSystemName": "L-SCBU", "x": 120, "y": 25, "security": -0.2394247572849819, - "connectedSystems": [ - "O-CNPR", - "O1Y-ED" - ] + "connectedSystems": "O-CNPR,O1Y-ED" }, { "solarSystemName": "VRH-H7", "x": 55, "y": 160, "security": -0.2734731673666236, - "connectedSystems": [ - "O-CNPR", - "X36Y-G", - "E-Z2ZX" - ] + "connectedSystems": "O-CNPR,X36Y-G,E-Z2ZX" }, { "solarSystemName": "O1Y-ED", "x": 45, "y": 75, "security": -0.2728662329732383, - "connectedSystems": [ - "O-CNPR", - "L-SCBU", - "K4YZ-Y", - "L-C3O7" - ] + "connectedSystems": "O-CNPR,L-SCBU,K4YZ-Y,L-C3O7" }, { "solarSystemName": "X36Y-G", "x": 0, "y": 110, "security": -0.2877245507790435, - "connectedSystems": [ - "VRH-H7", - "L-C3O7", - "YKSC-A" - ] + "connectedSystems": "VRH-H7,L-C3O7,YKSC-A" }, { "solarSystemName": "Mantenault", "x": 285, "y": 715, "security": 0.1371496048822901, - "connectedSystems": [ - "Alamel", - "RQH-MY" - ] + "connectedSystems": "Alamel,RQH-MY" }, { "solarSystemName": "Z-Y7R7", "x": 0, "y": 675, "security": -0.1464815492433629, - "connectedSystems": [ - "O-BDXB", - "G8AD-C", - "7D-0SQ" - ] + "connectedSystems": "O-BDXB,G8AD-C,7D-0SQ" } ] \ No newline at end of file diff --git a/public/Querious.json b/public/Querious.json index f2830a9..5f60cf8 100644 --- a/public/Querious.json +++ b/public/Querious.json @@ -4,1119 +4,741 @@ "x": 345, "y": 680, "security": -1, - "connectedSystems": [ - "RR-D05", - "49-U6U" - ] + "connectedSystems": "RR-D05,49-U6U" }, { "solarSystemName": "Kaira", "x": 955, "y": 100, "security": 0.3299217452142471, - "connectedSystems": [ - "Ashmarir", - "A2-V27" - ] + "connectedSystems": "Ashmarir,A2-V27" }, { "solarSystemName": "Efa", "x": 900, "y": 435, "security": 0.4261696497379826, - "connectedSystems": [ - "Tzashrah", - "Moro", - "Sabusi", - "3-FKCZ" - ] + "connectedSystems": "Tzashrah,Moro,Sabusi,3-FKCZ" }, { "solarSystemName": "A2-V27", "x": 935, "y": 60, "security": -0.3852983033499273, - "connectedSystems": [ - "Kaira", - "T8H-66", - "A3-LOG", - "O3L-95" - ] + "connectedSystems": "Kaira,T8H-66,A3-LOG,O3L-95" }, { "solarSystemName": "T8H-66", "x": 855, "y": 15, "security": -0.3050865043800305, - "connectedSystems": [ - "A2-V27", - "A3-LOG", - "7V-KHW", - "O3L-95" - ] + "connectedSystems": "A2-V27,A3-LOG,7V-KHW,O3L-95" }, { "solarSystemName": "A3-LOG", "x": 855, "y": 60, "security": -0.262247264078126, - "connectedSystems": [ - "A2-V27", - "T8H-66" - ] + "connectedSystems": "A2-V27,T8H-66" }, { "solarSystemName": "7V-KHW", "x": 780, "y": 15, "security": -0.1663451118201184, - "connectedSystems": [ - "T8H-66", - "0-WT2D" - ] + "connectedSystems": "T8H-66,0-WT2D" }, { "solarSystemName": "O3L-95", "x": 935, "y": 15, "security": -0.3671822662196526, - "connectedSystems": [ - "A2-V27", - "T8H-66" - ] + "connectedSystems": "A2-V27,T8H-66" }, { "solarSystemName": "0-WT2D", "x": 700, "y": 25, "security": -0.1181328357443575, - "connectedSystems": [ - "7V-KHW", - "7GCD-P" - ] + "connectedSystems": "7V-KHW,7GCD-P" }, { "solarSystemName": "7GCD-P", "x": 605, "y": 35, "security": -0.09705196582823095, - "connectedSystems": [ - "0-WT2D", - "G-3BOG", - "L-6BE1" - ] + "connectedSystems": "0-WT2D,G-3BOG,L-6BE1" }, { "solarSystemName": "G-3BOG", "x": 610, "y": 75, "security": -0.05116729414050147, - "connectedSystems": [ - "7GCD-P", - "K7D-II", - "L-6BE1" - ] + "connectedSystems": "7GCD-P,K7D-II,L-6BE1" }, { "solarSystemName": "K7D-II", "x": 635, "y": 155, "security": -0.06691995858209243, - "connectedSystems": [ - "G-3BOG", - "V-LEKM", - "W-IX39", - "OGY-6D" - ] + "connectedSystems": "G-3BOG,V-LEKM,W-IX39,OGY-6D" }, { "solarSystemName": "L-6BE1", "x": 530, "y": 35, "security": -0.04217656004184012, - "connectedSystems": [ - "7GCD-P", - "G-3BOG", - "1M4-FK", - "MKD-O8" - ] + "connectedSystems": "7GCD-P,G-3BOG,1M4-FK,MKD-O8" }, { "solarSystemName": "1M4-FK", "x": 530, "y": 75, "security": -0.03213638832347487, - "connectedSystems": [ - "L-6BE1" - ] + "connectedSystems": "L-6BE1" }, { "solarSystemName": "V-LEKM", "x": 695, "y": 230, "security": -0.06482939922941677, - "connectedSystems": [ - "K7D-II", - "9ES-SI", - "P-ZMZV" - ] + "connectedSystems": "K7D-II,9ES-SI,P-ZMZV" }, { "solarSystemName": "9ES-SI", "x": 825, "y": 270, "security": -0.1245979971061116, - "connectedSystems": [ - "V-LEKM", - "UQY-IK", - "60M-TG", - "TV8-HS", - "YOP-0T" - ] + "connectedSystems": "V-LEKM,UQY-IK,60M-TG,TV8-HS,YOP-0T" }, { "solarSystemName": "UQY-IK", "x": 905, "y": 270, "security": -0.07323343926266002, - "connectedSystems": [ - "9ES-SI", - "9-HM04" - ] + "connectedSystems": "9ES-SI,9-HM04" }, { "solarSystemName": "60M-TG", "x": 875, "y": 305, "security": -0.3498917317140495, - "connectedSystems": [ - "9ES-SI", - "0TKF-6", - "YOP-0T", - "9-HM04" - ] + "connectedSystems": "9ES-SI,0TKF-6,YOP-0T,9-HM04" }, { "solarSystemName": "0TKF-6", "x": 875, "y": 375, "security": -0.4171818853205734, - "connectedSystems": [ - "60M-TG", - "VT-G2P", - "YOP-0T", - "3-FKCZ" - ] + "connectedSystems": "60M-TG,VT-G2P,YOP-0T,3-FKCZ" }, { "solarSystemName": "TV8-HS", "x": 770, "y": 305, "security": -0.1195411192745478, - "connectedSystems": [ - "9ES-SI", - "YOP-0T" - ] + "connectedSystems": "9ES-SI,YOP-0T" }, { "solarSystemName": "VT-G2P", "x": 920, "y": 340, "security": -0.5668904131339545, - "connectedSystems": [ - "0TKF-6" - ] + "connectedSystems": "0TKF-6" }, { "solarSystemName": "YOP-0T", "x": 825, "y": 340, "security": -0.5553360939473954, - "connectedSystems": [ - "9ES-SI", - "60M-TG", - "0TKF-6", - "TV8-HS" - ] + "connectedSystems": "9ES-SI,60M-TG,0TKF-6,TV8-HS" }, { "solarSystemName": "9-HM04", "x": 955, "y": 305, "security": -0.1577875804000419, - "connectedSystems": [ - "UQY-IK", - "60M-TG" - ] + "connectedSystems": "UQY-IK,60M-TG" }, { "solarSystemName": "MKD-O8", "x": 460, "y": 25, "security": -0.04236471173306333, - "connectedSystems": [ - "L-6BE1", - "GOP-GE" - ] + "connectedSystems": "L-6BE1,GOP-GE" }, { "solarSystemName": "GOP-GE", "x": 385, "y": 25, "security": -0.03618516777640835, - "connectedSystems": [ - "MKD-O8", - "SKR-SP" - ] + "connectedSystems": "MKD-O8,SKR-SP" }, { "solarSystemName": "SKR-SP", "x": 310, "y": 25, "security": -0.01474154670949701, - "connectedSystems": [ - "GOP-GE", - "V-3U8T" - ] + "connectedSystems": "GOP-GE,V-3U8T" }, { "solarSystemName": "V-3U8T", "x": 235, "y": 35, "security": -0.008970726361084425, - "connectedSystems": [ - "SKR-SP", - "T8T-RA" - ] + "connectedSystems": "SKR-SP,T8T-RA" }, { "solarSystemName": "T8T-RA", "x": 180, "y": 65, "security": -0.00699002020052375, - "connectedSystems": [ - "V-3U8T", - "A-BO4V" - ] + "connectedSystems": "V-3U8T,A-BO4V" }, { "solarSystemName": "A-BO4V", "x": 140, "y": 100, "security": -0.00464454907136469, - "connectedSystems": [ - "T8T-RA", - "UHKL-N" - ] + "connectedSystems": "T8T-RA,UHKL-N" }, { "solarSystemName": "W-IX39", "x": 505, "y": 145, "security": -0.09051018283444845, - "connectedSystems": [ - "K7D-II", - "K-B8DK", - "P4-3TJ", - "8B-SAJ" - ] + "connectedSystems": "K7D-II,K-B8DK,P4-3TJ,8B-SAJ" }, { "solarSystemName": "K-B8DK", "x": 440, "y": 115, "security": -0.2032377867467414, - "connectedSystems": [ - "W-IX39", - "L-6W1J", - "P4-3TJ" - ] + "connectedSystems": "W-IX39,L-6W1J,P4-3TJ" }, { "solarSystemName": "L-6W1J", "x": 370, "y": 95, "security": -0.1402188770591084, - "connectedSystems": [ - "K-B8DK", - "C-9RRR" - ] + "connectedSystems": "K-B8DK,C-9RRR" }, { "solarSystemName": "P4-3TJ", "x": 370, "y": 145, "security": -0.288046540553902, - "connectedSystems": [ - "W-IX39", - "K-B8DK", - "K-Z0V4", - "LNVW-K" - ] + "connectedSystems": "W-IX39,K-B8DK,K-Z0V4,LNVW-K" }, { "solarSystemName": "K-Z0V4", "x": 285, "y": 125, "security": -0.3041471367821479, - "connectedSystems": [ - "P4-3TJ" - ] + "connectedSystems": "P4-3TJ" }, { "solarSystemName": "LNVW-K", "x": 415, "y": 180, "security": -0.5019449179963477, - "connectedSystems": [ - "P4-3TJ", - "8B-SAJ", - "Q2-N6W" - ] + "connectedSystems": "P4-3TJ,8B-SAJ,Q2-N6W" }, { "solarSystemName": "8B-SAJ", "x": 475, "y": 180, "security": -0.3965773912356796, - "connectedSystems": [ - "W-IX39", - "LNVW-K" - ] + "connectedSystems": "W-IX39,LNVW-K" }, { "solarSystemName": "Q2-N6W", "x": 340, "y": 180, "security": -0.7461109289028045, - "connectedSystems": [ - "LNVW-K", - "A-5F4A" - ] + "connectedSystems": "LNVW-K,A-5F4A" }, { "solarSystemName": "C-9RRR", "x": 300, "y": 80, "security": -0.1851705783368097, - "connectedSystems": [ - "L-6W1J" - ] + "connectedSystems": "L-6W1J" }, { "solarSystemName": "A-5F4A", "x": 260, "y": 180, "security": -0.8327279198589385, - "connectedSystems": [ - "Q2-N6W" - ] + "connectedSystems": "Q2-N6W" }, { "solarSystemName": "P-ZMZV", "x": 660, "y": 290, "security": -0.1406428676971319, - "connectedSystems": [ - "V-LEKM", - "9CG6-H", - "UYU-VV" - ] + "connectedSystems": "V-LEKM,9CG6-H,UYU-VV" }, { "solarSystemName": "9CG6-H", "x": 585, "y": 290, "security": -0.08771890084366574, - "connectedSystems": [ - "P-ZMZV", - "NDII-Q", - "UYU-VV", - "W6V-VM" - ] + "connectedSystems": "P-ZMZV,NDII-Q,UYU-VV,W6V-VM" }, { "solarSystemName": "NDII-Q", "x": 510, "y": 290, "security": -0.03810138171757826, - "connectedSystems": [ - "9CG6-H", - "K-L690" - ] + "connectedSystems": "9CG6-H,K-L690" }, { "solarSystemName": "UYU-VV", "x": 585, "y": 330, "security": -0.1904158079634245, - "connectedSystems": [ - "P-ZMZV", - "9CG6-H", - "YW-SYT" - ] + "connectedSystems": "P-ZMZV,9CG6-H,YW-SYT" }, { "solarSystemName": "K-L690", "x": 475, "y": 335, "security": -0.04614773041635378, - "connectedSystems": [ - "NDII-Q", - "ZAU-JW", - "L3-I3K" - ] + "connectedSystems": "NDII-Q,ZAU-JW,L3-I3K" }, { "solarSystemName": "W6V-VM", "x": 585, "y": 250, "security": -0.0604627259248347, - "connectedSystems": [ - "9CG6-H" - ] + "connectedSystems": "9CG6-H" }, { "solarSystemName": "OGY-6D", "x": 750, "y": 155, "security": -0.07277722456038005, - "connectedSystems": [ - "K7D-II", - "8-SNUD", - "Z-XX2J" - ] + "connectedSystems": "K7D-II,8-SNUD,Z-XX2J" }, { "solarSystemName": "8-SNUD", "x": 815, "y": 190, "security": -0.222757311400561, - "connectedSystems": [ - "OGY-6D", - "H-4R6Z", - "Z-XX2J" - ] + "connectedSystems": "OGY-6D,H-4R6Z,Z-XX2J" }, { "solarSystemName": "H-4R6Z", "x": 885, "y": 190, "security": -0.2843502549166229, - "connectedSystems": [ - "8-SNUD", - "IGE-NE" - ] + "connectedSystems": "8-SNUD,IGE-NE" }, { "solarSystemName": "IGE-NE", "x": 885, "y": 125, "security": -0.2297557206139036, - "connectedSystems": [ - "H-4R6Z", - "UVHO-F", - "Z-XX2J" - ] + "connectedSystems": "H-4R6Z,UVHO-F,Z-XX2J" }, { "solarSystemName": "UVHO-F", "x": 950, "y": 160, "security": -0.7686214991325231, - "connectedSystems": [ - "IGE-NE" - ] + "connectedSystems": "IGE-NE" }, { "solarSystemName": "Z-XX2J", "x": 815, "y": 125, "security": -0.08306151457396094, - "connectedSystems": [ - "OGY-6D", - "8-SNUD", - "IGE-NE" - ] + "connectedSystems": "OGY-6D,8-SNUD,IGE-NE" }, { "solarSystemName": "YW-SYT", "x": 485, "y": 435, "security": -0.2455896831764352, - "connectedSystems": [ - "UYU-VV", - "Z-UZZN" - ] + "connectedSystems": "UYU-VV,Z-UZZN" }, { "solarSystemName": "Z-UZZN", "x": 485, "y": 480, "security": -0.4739019339680153, - "connectedSystems": [ - "YW-SYT", - "DS-LO3", - "BX2-ZX", - "C-7SBM" - ] + "connectedSystems": "YW-SYT,DS-LO3,BX2-ZX,C-7SBM" }, { "solarSystemName": "DS-LO3", "x": 570, "y": 500, "security": -0.6740326967793681, - "connectedSystems": [ - "Z-UZZN", - "RF-CN3", - "C-7SBM" - ] + "connectedSystems": "Z-UZZN,RF-CN3,C-7SBM" }, { "solarSystemName": "BX2-ZX", "x": 485, "y": 525, "security": -0.4796981620081451, - "connectedSystems": [ - "Z-UZZN" - ] + "connectedSystems": "Z-UZZN" }, { "solarSystemName": "RF-CN3", "x": 570, "y": 565, "security": -0.9107924206801519, - "connectedSystems": [ - "DS-LO3" - ] + "connectedSystems": "DS-LO3" }, { "solarSystemName": "C-7SBM", "x": 570, "y": 445, "security": -0.7120474150440803, - "connectedSystems": [ - "Z-UZZN", - "DS-LO3", - "I1Y-IU" - ] + "connectedSystems": "Z-UZZN,DS-LO3,I1Y-IU" }, { "solarSystemName": "ZAU-JW", "x": 355, "y": 310, "security": -0.01564455691352995, - "connectedSystems": [ - "K-L690", - "YF-6L1", - "K-YI1L", - "8-GE2P" - ] + "connectedSystems": "K-L690,YF-6L1,K-YI1L,8-GE2P" }, { "solarSystemName": "YF-6L1", "x": 310, "y": 350, "security": -0.01504142395561547, - "connectedSystems": [ - "ZAU-JW", - "K-YI1L", - "QXQ-I6" - ] + "connectedSystems": "ZAU-JW,K-YI1L,QXQ-I6" }, { "solarSystemName": "K-YI1L", "x": 275, "y": 305, "security": -0.009659991666537082, - "connectedSystems": [ - "ZAU-JW", - "YF-6L1", - "KEJY-U" - ] + "connectedSystems": "ZAU-JW,YF-6L1,KEJY-U" }, { "solarSystemName": "KEJY-U", "x": 215, "y": 290, "security": -0.008984716338142462, - "connectedSystems": [ - "K-YI1L", - "3BK-O7" - ] + "connectedSystems": "K-YI1L,3BK-O7" }, { "solarSystemName": "3BK-O7", "x": 210, "y": 255, "security": -0.007900867140227197, - "connectedSystems": [ - "KEJY-U" - ] + "connectedSystems": "KEJY-U" }, { "solarSystemName": "8-GE2P", "x": 350, "y": 275, "security": -0.0060021240784085, - "connectedSystems": [ - "ZAU-JW" - ] + "connectedSystems": "ZAU-JW" }, { "solarSystemName": "QXQ-I6", "x": 250, "y": 360, "security": -0.0216369201367852, - "connectedSystems": [ - "YF-6L1" - ] + "connectedSystems": "YF-6L1" }, { "solarSystemName": "L3-I3K", "x": 295, "y": 455, "security": -0.07966399803595103, - "connectedSystems": [ - "K-L690", - "3-JCJT", - "AO-N1P", - "4-GJT1" - ] + "connectedSystems": "K-L690,3-JCJT,AO-N1P,4-GJT1" }, { "solarSystemName": "3-JCJT", "x": 280, "y": 505, "security": -0.2817914257100836, - "connectedSystems": [ - "L3-I3K", - "W-IIYI", - "4-GJT1", - "5V-BJI", - "M1BZ-2" - ] + "connectedSystems": "L3-I3K,W-IIYI,4-GJT1,5V-BJI,M1BZ-2" }, { "solarSystemName": "W-IIYI", "x": 215, "y": 480, "security": -0.3471892999696894, - "connectedSystems": [ - "3-JCJT" - ] + "connectedSystems": "3-JCJT" }, { "solarSystemName": "AO-N1P", "x": 230, "y": 425, "security": -0.1252746858402736, - "connectedSystems": [ - "L3-I3K" - ] + "connectedSystems": "L3-I3K" }, { "solarSystemName": "4-GJT1", "x": 355, "y": 490, "security": -0.1070028922840742, - "connectedSystems": [ - "L3-I3K", - "3-JCJT" - ] + "connectedSystems": "L3-I3K,3-JCJT" }, { "solarSystemName": "5V-BJI", "x": 305, "y": 550, "security": -0.4273844981691373, - "connectedSystems": [ - "3-JCJT", - "49-U6U" - ] + "connectedSystems": "3-JCJT,49-U6U" }, { "solarSystemName": "49-U6U", "x": 300, "y": 610, "security": -0.5723242736926968, - "connectedSystems": [ - "5V-BJI", - "N-M1A3", - "8QT-H4", - "4-07MU" - ] + "connectedSystems": "5V-BJI,N-M1A3,8QT-H4,4-07MU" }, { "solarSystemName": "M1BZ-2", "x": 230, "y": 545, "security": -0.1896754130755525, - "connectedSystems": [ - "3-JCJT", - "8QT-H4" - ] + "connectedSystems": "3-JCJT,8QT-H4" }, { "solarSystemName": "N-M1A3", "x": 380, "y": 610, "security": -0.6723556279153198, - "connectedSystems": [ - "49-U6U", - "ZXJ-71" - ] + "connectedSystems": "49-U6U,ZXJ-71" }, { "solarSystemName": "8QT-H4", "x": 220, "y": 610, "security": -0.1461148419317575, - "connectedSystems": [ - "49-U6U", - "M1BZ-2", - "SVM-3K" - ] + "connectedSystems": "49-U6U,M1BZ-2,SVM-3K" }, { "solarSystemName": "F2OY-X", "x": 80, "y": 260, "security": -0.03261822333764841, - "connectedSystems": [ - "1DH-SX", - "4-2UXV" - ] + "connectedSystems": "1DH-SX,4-2UXV" }, { "solarSystemName": "4-2UXV", "x": 80, "y": 295, "security": -0.01944424616889973, - "connectedSystems": [ - "F2OY-X", - "RKM-GE", - "L-FVHR" - ] + "connectedSystems": "F2OY-X,RKM-GE,L-FVHR" }, { "solarSystemName": "RKM-GE", "x": 80, "y": 335, "security": -0.04756900106081763, - "connectedSystems": [ - "4-2UXV", - "DG-L7S", - "L-FVHR" - ] + "connectedSystems": "4-2UXV,DG-L7S,L-FVHR" }, { "solarSystemName": "DG-L7S", "x": 80, "y": 375, "security": -0.152749082276521, - "connectedSystems": [ - "RKM-GE", - "K4-RFZ" - ] + "connectedSystems": "RKM-GE,K4-RFZ" }, { "solarSystemName": "K4-RFZ", "x": 80, "y": 415, "security": -0.1982161369452331, - "connectedSystems": [ - "DG-L7S", - "8-YNBE" - ] + "connectedSystems": "DG-L7S,8-YNBE" }, { "solarSystemName": "L-FVHR", "x": 15, "y": 320, "security": -0.02355106991897826, - "connectedSystems": [ - "4-2UXV", - "RKM-GE" - ] + "connectedSystems": "4-2UXV,RKM-GE" }, { "solarSystemName": "3-FKCZ", "x": 795, "y": 435, "security": -0.2835308177146488, - "connectedSystems": [ - "0TKF-6", - "ED-L9T", - "9SBB-9", - "I1Y-IU", - "Efa" - ] + "connectedSystems": "0TKF-6,ED-L9T,9SBB-9,I1Y-IU,Efa" }, { "solarSystemName": "ED-L9T", "x": 755, "y": 485, "security": -0.4226984049388863, - "connectedSystems": [ - "3-FKCZ", - "LS-V29", - "9SBB-9" - ] + "connectedSystems": "3-FKCZ,LS-V29,9SBB-9" }, { "solarSystemName": "LS-V29", "x": 715, "y": 530, "security": -0.604070239605994, - "connectedSystems": [ - "ED-L9T", - "I1Y-IU" - ] + "connectedSystems": "ED-L9T,I1Y-IU" }, { "solarSystemName": "9SBB-9", "x": 795, "y": 530, "security": -0.2177867546858692, - "connectedSystems": [ - "3-FKCZ", - "ED-L9T" - ] + "connectedSystems": "3-FKCZ,ED-L9T" }, { "solarSystemName": "I1Y-IU", "x": 715, "y": 435, "security": -0.7825393854907303, - "connectedSystems": [ - "3-FKCZ", - "LS-V29", - "U-HYZN", - "C-7SBM" - ] + "connectedSystems": "3-FKCZ,LS-V29,U-HYZN,C-7SBM" }, { "solarSystemName": "U-HYZN", "x": 725, "y": 385, "security": -0.8786809851487317, - "connectedSystems": [ - "I1Y-IU" - ] + "connectedSystems": "I1Y-IU" }, { "solarSystemName": "8-YNBE", "x": 80, "y": 490, "security": -0.4604902237122189, - "connectedSystems": [ - "K4-RFZ", - "YQX-7U", - "E-VKJV" - ] + "connectedSystems": "K4-RFZ,YQX-7U,E-VKJV" }, { "solarSystemName": "YQX-7U", "x": 80, "y": 535, "security": -0.6302374448441743, - "connectedSystems": [ - "8-YNBE", - "QY1E-N", - "BX-VEX" - ] + "connectedSystems": "8-YNBE,QY1E-N,BX-VEX" }, { "solarSystemName": "QY1E-N", "x": 90, "y": 590, "security": -0.6047017700768571, - "connectedSystems": [ - "YQX-7U", - "C3N-3S" - ] + "connectedSystems": "YQX-7U,C3N-3S" }, { "solarSystemName": "E-VKJV", "x": 15, "y": 495, "security": -0.4639069681959539, - "connectedSystems": [ - "8-YNBE", - "3-DMQT" - ] + "connectedSystems": "8-YNBE,3-DMQT" }, { "solarSystemName": "BX-VEX", "x": 15, "y": 590, "security": -0.8570137162821334, - "connectedSystems": [ - "YQX-7U", - "B-7DFU" - ] + "connectedSystems": "YQX-7U,B-7DFU" }, { "solarSystemName": "B-7DFU", "x": 15, "y": 630, "security": -1, - "connectedSystems": [ - "BX-VEX" - ] + "connectedSystems": "BX-VEX" }, { "solarSystemName": "ZXJ-71", "x": 510, "y": 655, "security": -0.6797556852336093, - "connectedSystems": [ - "N-M1A3", - "F-NXLQ", - "ES-Q0W" - ] + "connectedSystems": "N-M1A3,F-NXLQ,ES-Q0W" }, { "solarSystemName": "F-NXLQ", "x": 585, "y": 690, "security": -0.7925294474666177, - "connectedSystems": [ - "ZXJ-71", - "ES-Q0W", - "H74-B0", - "NU4-2G", - "3D5K-R" - ] + "connectedSystems": "ZXJ-71,ES-Q0W,H74-B0,NU4-2G,3D5K-R" }, { "solarSystemName": "ES-Q0W", "x": 585, "y": 640, "security": -0.7787767993683761, - "connectedSystems": [ - "ZXJ-71", - "F-NXLQ", - "3D5K-R" - ] + "connectedSystems": "ZXJ-71,F-NXLQ,3D5K-R" }, { "solarSystemName": "H74-B0", "x": 690, "y": 690, "security": -0.6765676244186802, - "connectedSystems": [ - "F-NXLQ", - "3D5K-R" - ] + "connectedSystems": "F-NXLQ,3D5K-R" }, { "solarSystemName": "NU4-2G", "x": 510, "y": 715, "security": -0.9666732877275377, - "connectedSystems": [ - "F-NXLQ" - ] + "connectedSystems": "F-NXLQ" }, { "solarSystemName": "3D5K-R", "x": 690, "y": 640, "security": -0.675034716327717, - "connectedSystems": [ - "F-NXLQ", - "ES-Q0W", - "H74-B0" - ] + "connectedSystems": "F-NXLQ,ES-Q0W,H74-B0" }, { "solarSystemName": "UHKL-N", "x": 110, "y": 140, "security": -0.005240949287213303, - "connectedSystems": [ - "A-BO4V", - "Z3V-1W" - ] + "connectedSystems": "A-BO4V,Z3V-1W" }, { "solarSystemName": "Z3V-1W", "x": 95, "y": 180, "security": -0.004583818024859299, - "connectedSystems": [ - "UHKL-N", - "A-ELE2", - "KFIE-Z", - "1DH-SX" - ] + "connectedSystems": "UHKL-N,A-ELE2,KFIE-Z,1DH-SX" }, { "solarSystemName": "A-ELE2", "x": 20, "y": 190, "security": -0.006374306682613518, - "connectedSystems": [ - "Z3V-1W", - "1DH-SX", - "6Q-R50" - ] + "connectedSystems": "Z3V-1W,1DH-SX,6Q-R50" }, { "solarSystemName": "1DH-SX", "x": 85, "y": 215, "security": -0.01527362402954746, - "connectedSystems": [ - "Z3V-1W", - "A-ELE2", - "PR-8CA", - "F2OY-X" - ] + "connectedSystems": "Z3V-1W,A-ELE2,PR-8CA,F2OY-X" }, { "solarSystemName": "PR-8CA", "x": 155, "y": 215, "security": -0.02654032655865901, - "connectedSystems": [ - "1DH-SX", - "NOL-M9", - "FWST-8" - ] + "connectedSystems": "1DH-SX,NOL-M9,FWST-8" }, { "solarSystemName": "SVM-3K", "x": 180, "y": 675, "security": -0.6251973547953029, - "connectedSystems": [ - "0-HDC8", - "8QT-H4" - ] + "connectedSystems": "0-HDC8,8QT-H4" }, { "solarSystemName": "3-DMQT", "x": 0, "y": 430, "security": -1, - "connectedSystems": [ - "N-8YET", - "E-VKJV" - ] + "connectedSystems": "N-8YET,E-VKJV" }, { "solarSystemName": "C3N-3S", "x": 90, "y": 675, "security": -0.678023180759999, - "connectedSystems": [ - "YAW-7M", - "CX8-6K", - "LWX-93", - "QY1E-N" - ] + "connectedSystems": "YAW-7M,CX8-6K,LWX-93,QY1E-N" } ] \ No newline at end of file diff --git a/public/Scalding Pass.json b/public/Scalding Pass.json index 080644b..2b430a9 100644 --- a/public/Scalding Pass.json +++ b/public/Scalding Pass.json @@ -4,1141 +4,734 @@ "x": 960, "y": 201, "security": -0.4204256804119962, - "connectedSystems": [ - "GPLB-C", - "GGE-5Q", - "1V-LI2", - "M9-MLR", - "B-WQDP" - ] + "connectedSystems": "GPLB-C,GGE-5Q,1V-LI2,M9-MLR,B-WQDP" }, { "solarSystemName": "R0-DMM", "x": 790, "y": 425, "security": -0.4685800071821809, - "connectedSystems": [ - "OAQY-M", - "UZ-QXW", - "5Q65-4" - ] + "connectedSystems": "OAQY-M,UZ-QXW,5Q65-4" }, { "solarSystemName": "C0O6-K", "x": 660, "y": 505, "security": -0.2967877090408175, - "connectedSystems": [ - "SR-4EK", - "0RI-OV", - "C-LTXS", - "HD-AJ7", - "X9V-15", - "G9NE-B" - ] + "connectedSystems": "SR-4EK,0RI-OV,C-LTXS,HD-AJ7,X9V-15,G9NE-B" }, { "solarSystemName": "G9NE-B", "x": 635, "y": 450, "security": -0.3299053460950441, - "connectedSystems": [ - "SR-4EK", - "0RI-OV", - "C0O6-K", - "4-43BW" - ] + "connectedSystems": "SR-4EK,0RI-OV,C0O6-K,4-43BW" }, { "solarSystemName": "YI-GV6", "x": 775, "y": 520, "security": -0.6408141710037007, - "connectedSystems": [ - "1L-OEK", - "DE-A7P", - "SO-X5L" - ] + "connectedSystems": "1L-OEK,DE-A7P,SO-X5L" }, { "solarSystemName": "TP7-KE", "x": 885, "y": 485, "security": -0.3269291767015929, - "connectedSystems": [ - "B-1UJC", - "UM-SCG", - "A-4JOO", - "R4N-LD" - ] + "connectedSystems": "B-1UJC,UM-SCG,A-4JOO,R4N-LD" }, { "solarSystemName": "EIN-QG", "x": 480, "y": 525, "security": -0.1088872898864562, - "connectedSystems": [ - "S-E6ES", - "R-3FBU", - "JMH-PT", - "GN-PDU" - ] + "connectedSystems": "S-E6ES,R-3FBU,JMH-PT,GN-PDU" }, { "solarSystemName": "ARG-3R", "x": 320, "y": 430, "security": -0.04280709126251392, - "connectedSystems": [ - "R-3FBU", - "P-N5N9", - "9PX2-F", - "VOL-MI", - "K212-A" - ] + "connectedSystems": "R-3FBU,P-N5N9,9PX2-F,VOL-MI,K212-A" }, { "solarSystemName": "S-E6ES", "x": 435, "y": 555, "security": -0.1116498510466151, - "connectedSystems": [ - "EIN-QG", - "K7-LDX", - "H-ADOC", - "ES-UWY" - ] + "connectedSystems": "EIN-QG,K7-LDX,H-ADOC,ES-UWY" }, { "solarSystemName": "R-3FBU", "x": 430, "y": 465, "security": -0.05746308828167901, - "connectedSystems": [ - "EIN-QG", - "ARG-3R", - "K7-LDX", - "GN-PDU", - "HJ-BCH" - ] + "connectedSystems": "EIN-QG,ARG-3R,K7-LDX,GN-PDU,HJ-BCH" }, { "solarSystemName": "K7-LDX", "x": 370, "y": 525, "security": -0.1130261058762769, - "connectedSystems": [ - "S-E6ES", - "R-3FBU", - "U-IVGH", - "AH8-Q7" - ] + "connectedSystems": "S-E6ES,R-3FBU,U-IVGH,AH8-Q7" }, { "solarSystemName": "U-IVGH", "x": 285, "y": 525, "security": -0.1052909746951052, - "connectedSystems": [ - "K7-LDX", - "K212-A" - ] + "connectedSystems": "K7-LDX,K212-A" }, { "solarSystemName": "P-N5N9", "x": 330, "y": 485, "security": -0.0315521551045691, - "connectedSystems": [ - "ARG-3R" - ] + "connectedSystems": "ARG-3R" }, { "solarSystemName": "JMH-PT", "x": 620, "y": 565, "security": -0.216491204068149, - "connectedSystems": [ - "EIN-QG", - "X9V-15" - ] + "connectedSystems": "EIN-QG,X9V-15" }, { "solarSystemName": "DE-A7P", "x": 755, "y": 565, "security": -0.4728230429486025, - "connectedSystems": [ - "X9V-15", - "YI-GV6" - ] + "connectedSystems": "X9V-15,YI-GV6" }, { "solarSystemName": "X9V-15", "x": 685, "y": 565, "security": -0.3162536917864923, - "connectedSystems": [ - "JMH-PT", - "C0O6-K", - "DE-A7P" - ] + "connectedSystems": "JMH-PT,C0O6-K,DE-A7P" }, { "solarSystemName": "K212-A", "x": 255, "y": 470, "security": -0.06498743877011925, - "connectedSystems": [ - "ARG-3R", - "U-IVGH" - ] + "connectedSystems": "ARG-3R,U-IVGH" }, { "solarSystemName": "F-5FDA", "x": 355, "y": 105, "security": -0.04680125361633725, - "connectedSystems": [ - "S1-XTL", - "9-34L5", - "9PX2-F", - "TET3-B" - ] + "connectedSystems": "S1-XTL,9-34L5,9PX2-F,TET3-B" }, { "solarSystemName": "S1-XTL", "x": 255, "y": 105, "security": -0.1062546478210079, - "connectedSystems": [ - "F-5FDA", - "RNM-Y6" - ] + "connectedSystems": "F-5FDA,RNM-Y6" }, { "solarSystemName": "9PX2-F", "x": 415, "y": 120, "security": -0.06510130567498718, - "connectedSystems": [ - "F-5FDA", - "ARG-3R", - "N3-JBX" - ] + "connectedSystems": "F-5FDA,ARG-3R,N3-JBX" }, { "solarSystemName": "N3-JBX", "x": 485, "y": 155, "security": -0.1285046848908682, - "connectedSystems": [ - "9PX2-F", - "SG-75T", - "GN-PDU" - ] + "connectedSystems": "9PX2-F,SG-75T,GN-PDU" }, { "solarSystemName": "SG-75T", "x": 550, "y": 180, "security": -0.291880352558105, - "connectedSystems": [ - "XV-MWG", - "N3-JBX", - "V-F6DQ" - ] + "connectedSystems": "XV-MWG,N3-JBX,V-F6DQ" }, { "solarSystemName": "GN-PDU", "x": 450, "y": 330, "security": -0.09029612813969135, - "connectedSystems": [ - "EIN-QG", - "R-3FBU", - "8Q-T7B", - "N3-JBX" - ] + "connectedSystems": "EIN-QG,R-3FBU,8Q-T7B,N3-JBX" }, { "solarSystemName": "AZ3F-N", "x": 80, "y": 85, "security": -0.07888885032910031, - "connectedSystems": [ - "RNM-Y6", - "FYD-TO", - "ER2O-Y" - ] + "connectedSystems": "RNM-Y6,FYD-TO,ER2O-Y" }, { "solarSystemName": "RNM-Y6", "x": 150, "y": 85, "security": -0.1813469684128896, - "connectedSystems": [ - "AZ3F-N", - "S1-XTL", - "V-KDY2", - "J2-PZ6" - ] + "connectedSystems": "AZ3F-N,S1-XTL,V-KDY2,J2-PZ6" }, { "solarSystemName": "V-KDY2", "x": 210, "y": 55, "security": -0.2348681943598777, - "connectedSystems": [ - "RNM-Y6", - "J2-PZ6" - ] + "connectedSystems": "RNM-Y6,J2-PZ6" }, { "solarSystemName": "FYD-TO", "x": 0, "y": 85, "security": -0.02648150323434351, - "connectedSystems": [ - "AZ3F-N" - ] + "connectedSystems": "AZ3F-N" }, { "solarSystemName": "ER2O-Y", "x": 80, "y": 25, "security": -0.04276556946964671, - "connectedSystems": [ - "AZ3F-N", - "J2-PZ6" - ] + "connectedSystems": "AZ3F-N,J2-PZ6" }, { "solarSystemName": "J2-PZ6", "x": 150, "y": 25, "security": -0.3313389814812874, - "connectedSystems": [ - "RNM-Y6", - "V-KDY2", - "ER2O-Y" - ] + "connectedSystems": "RNM-Y6,V-KDY2,ER2O-Y" }, { "solarSystemName": "XV-MWG", "x": 625, "y": 190, "security": -0.414538951376709, - "connectedSystems": [ - "Q-K2T7", - "LBC-AW", - "SG-75T", - "2-KPW6" - ] + "connectedSystems": "Q-K2T7,LBC-AW,SG-75T,2-KPW6" }, { "solarSystemName": "OAQY-M", "x": 810, "y": 380, "security": -0.527079057157033, - "connectedSystems": [ - "R0-DMM", - "LBC-AW", - "4-43BW" - ] + "connectedSystems": "R0-DMM,LBC-AW,4-43BW" }, { "solarSystemName": "1V-LI2", "x": 885, "y": 175, "security": -0.4285767639982289, - "connectedSystems": [ - "5E-CMA", - "M9-MLR", - "GDHN-K", - "LQ-OAI", - "Q-K2T7" - ] + "connectedSystems": "5E-CMA,M9-MLR,GDHN-K,LQ-OAI,Q-K2T7" }, { "solarSystemName": "M9-MLR", "x": 885, "y": 224, "security": -0.3965200064301866, - "connectedSystems": [ - "5E-CMA", - "Q-NA5H", - "1V-LI2" - ] + "connectedSystems": "5E-CMA,Q-NA5H,1V-LI2" }, { "solarSystemName": "Q-K2T7", "x": 720, "y": 185, "security": -0.4581816599531478, - "connectedSystems": [ - "XV-MWG", - "1V-LI2" - ] + "connectedSystems": "XV-MWG,1V-LI2" }, { "solarSystemName": "LBC-AW", "x": 800, "y": 305, "security": -0.5974887424778716, - "connectedSystems": [ - "XV-MWG", - "OAQY-M" - ] + "connectedSystems": "XV-MWG,OAQY-M" }, { "solarSystemName": "2-KPW6", "x": 620, "y": 150, "security": -0.5633048269973577, - "connectedSystems": [ - "XV-MWG", - "KZFV-4" - ] + "connectedSystems": "XV-MWG,KZFV-4" }, { "solarSystemName": "H5N-V7", "x": 25, "y": 675, "security": -0.2424279902175228, - "connectedSystems": [ - "HQ-Q1Q", - "I-1B7X" - ] + "connectedSystems": "HQ-Q1Q,I-1B7X" }, { "solarSystemName": "HQ-Q1Q", "x": 25, "y": 635, "security": -0.1616673452496138, - "connectedSystems": [ - "H5N-V7", - "ZFJH-T" - ] + "connectedSystems": "H5N-V7,ZFJH-T" }, { "solarSystemName": "WHI-61", "x": 25, "y": 506, "security": -0.05157991176818633, - "connectedSystems": [ - "G15Z-W", - "QPTT-F" - ] + "connectedSystems": "G15Z-W,QPTT-F" }, { "solarSystemName": "ZFJH-T", "x": 25, "y": 590, "security": -0.1001644564245213, - "connectedSystems": [ - "HQ-Q1Q", - "G15Z-W", - "XX9-WV" - ] + "connectedSystems": "HQ-Q1Q,G15Z-W,XX9-WV" }, { "solarSystemName": "I-1B7X", "x": 25, "y": 715, "security": -0.1576960689272442, - "connectedSystems": [ - "H5N-V7" - ] + "connectedSystems": "H5N-V7" }, { "solarSystemName": "G15Z-W", "x": 25, "y": 546, "security": -0.08668863955296946, - "connectedSystems": [ - "WHI-61", - "ZFJH-T" - ] + "connectedSystems": "WHI-61,ZFJH-T" }, { "solarSystemName": "AH8-Q7", "x": 323, "y": 576, "security": -0.1924305649504369, - "connectedSystems": [ - "K7-LDX", - "V-S9YY", - "F2-NXA" - ] + "connectedSystems": "K7-LDX,V-S9YY,F2-NXA" }, { "solarSystemName": "SD4A-2", "x": 195, "y": 550, "security": -0.2566327518720715, - "connectedSystems": [ - "U6K-RG", - "F2-NXA" - ] + "connectedSystems": "U6K-RG,F2-NXA" }, { "solarSystemName": "U6K-RG", "x": 180, "y": 520, "security": -0.2066479112282554, - "connectedSystems": [ - "SD4A-2", - "NSBE-L" - ] + "connectedSystems": "SD4A-2,NSBE-L" }, { "solarSystemName": "V-S9YY", "x": 285, "y": 605, "security": -0.1256356117840172, - "connectedSystems": [ - "AH8-Q7", - "F2-NXA" - ] + "connectedSystems": "AH8-Q7,F2-NXA" }, { "solarSystemName": "F2-NXA", "x": 240, "y": 575, "security": -0.1798629823835063, - "connectedSystems": [ - "AH8-Q7", - "SD4A-2", - "V-S9YY" - ] + "connectedSystems": "AH8-Q7,SD4A-2,V-S9YY" }, { "solarSystemName": "NSBE-L", "x": 190, "y": 485, "security": -0.1622354078797195, - "connectedSystems": [ - "U6K-RG" - ] + "connectedSystems": "U6K-RG" }, { "solarSystemName": "8Q-T7B", "x": 305, "y": 230, "security": -0.06309120820222702, - "connectedSystems": [ - "WV0D-1", - "GN-PDU", - "HJ-BCH", - "ZNF-OK", - "4E-EZS" - ] + "connectedSystems": "WV0D-1,GN-PDU,HJ-BCH,ZNF-OK,4E-EZS" }, { "solarSystemName": "WV0D-1", "x": 315, "y": 185, "security": -0.08039357364817679, - "connectedSystems": [ - "8Q-T7B" - ] + "connectedSystems": "8Q-T7B" }, { "solarSystemName": "ZNF-OK", "x": 215, "y": 215, "security": -0.03107072505764685, - "connectedSystems": [ - "8Q-T7B", - "HJ-BCH", - "C8-7AS", - "4E-EZS" - ] + "connectedSystems": "8Q-T7B,HJ-BCH,C8-7AS,4E-EZS" }, { "solarSystemName": "C8-7AS", "x": 125, "y": 235, "security": -0.01231035063126806, - "connectedSystems": [ - "QPTT-F", - "ZNF-OK", - "4E-EZS", - "A-80UA" - ] + "connectedSystems": "QPTT-F,ZNF-OK,4E-EZS,A-80UA" }, { "solarSystemName": "4E-EZS", "x": 215, "y": 170, "security": -0.02483051599952635, - "connectedSystems": [ - "8Q-T7B", - "ZNF-OK", - "C8-7AS" - ] + "connectedSystems": "8Q-T7B,ZNF-OK,C8-7AS" }, { "solarSystemName": "A-80UA", "x": 125, "y": 175, "security": -0.006941585306070919, - "connectedSystems": [ - "C8-7AS" - ] + "connectedSystems": "C8-7AS" }, { "solarSystemName": "U2-28D", "x": 905, "y": 65, "security": -0.3413324372161752, - "connectedSystems": [ - "LQ-OAI", - "5-MQQ7", - "6-EQYE", - "03-OR2", - "PUZ-IO" - ] + "connectedSystems": "LQ-OAI,5-MQQ7,6-EQYE,03-OR2,PUZ-IO" }, { "solarSystemName": "LQ-OAI", "x": 865, "y": 110, "security": -0.5395398414859098, - "connectedSystems": [ - "U2-28D", - "1V-LI2", - "5-MQQ7" - ] + "connectedSystems": "U2-28D,1V-LI2,5-MQQ7" }, { "solarSystemName": "5-MQQ7", "x": 820, "y": 65, "security": -0.3748784926620259, - "connectedSystems": [ - "U2-28D", - "LQ-OAI", - "03-OR2" - ] + "connectedSystems": "U2-28D,LQ-OAI,03-OR2" }, { "solarSystemName": "6-EQYE", "x": 905, "y": 5, "security": -0.4048837111067863, - "connectedSystems": [ - "U2-28D", - "JLO-Z3", - "74-VZA" - ] + "connectedSystems": "U2-28D,JLO-Z3,74-VZA" }, { "solarSystemName": "03-OR2", "x": 820, "y": 35, "security": -0.1696835489978358, - "connectedSystems": [ - "U2-28D", - "5-MQQ7", - "JLO-Z3" - ] + "connectedSystems": "U2-28D,5-MQQ7,JLO-Z3" }, { "solarSystemName": "JLO-Z3", "x": 820, "y": 5, "security": -0.202469859100355, - "connectedSystems": [ - "6-EQYE", - "03-OR2" - ] + "connectedSystems": "6-EQYE,03-OR2" }, { "solarSystemName": "IAK-JW", "x": 640, "y": 55, "security": -0.7830696349542801, - "connectedSystems": [ - "KZFV-4", - "WO-GC0", - "RYC-19" - ] + "connectedSystems": "KZFV-4,WO-GC0,RYC-19" }, { "solarSystemName": "KZFV-4", "x": 615, "y": 105, "security": -0.6745795907227483, - "connectedSystems": [ - "IAK-JW", - "2-KPW6", - "28Y9-P" - ] + "connectedSystems": "IAK-JW,2-KPW6,28Y9-P" }, { "solarSystemName": "WO-GC0", "x": 665, "y": 10, "security": -0.7894042020154148, - "connectedSystems": [ - "IAK-JW", - "RYC-19" - ] + "connectedSystems": "IAK-JW,RYC-19" }, { "solarSystemName": "RYC-19", "x": 700, "y": 45, "security": -0.8838926562514691, - "connectedSystems": [ - "IAK-JW", - "WO-GC0", - "X2-ZA5" - ] + "connectedSystems": "IAK-JW,WO-GC0,X2-ZA5" }, { "solarSystemName": "X2-ZA5", "x": 760, "y": 85, "security": -0.9005847973878114, - "connectedSystems": [ - "RYC-19", - "GK5Z-T" - ] + "connectedSystems": "RYC-19,GK5Z-T" }, { "solarSystemName": "28Y9-P", "x": 560, "y": 35, "security": -0.6852190087577291, - "connectedSystems": [ - "KZFV-4" - ] + "connectedSystems": "KZFV-4" }, { "solarSystemName": "Q4C-S5", "x": 885, "y": 375, "security": -0.6792392417342413, - "connectedSystems": [ - "Q-NA5H", - "4-CM8I", - "ZDB-HT" - ] + "connectedSystems": "Q-NA5H,4-CM8I,ZDB-HT" }, { "solarSystemName": "B-1UJC", "x": 885, "y": 450, "security": -0.5307990849428734, - "connectedSystems": [ - "4-CM8I", - "TP7-KE" - ] + "connectedSystems": "4-CM8I,TP7-KE" }, { "solarSystemName": "Q-NA5H", "x": 885, "y": 340, "security": -0.7176751140325863, - "connectedSystems": [ - "Q4C-S5", - "M9-MLR" - ] + "connectedSystems": "Q4C-S5,M9-MLR" }, { "solarSystemName": "4-CM8I", "x": 885, "y": 415, "security": -0.5093496517683914, - "connectedSystems": [ - "Q4C-S5", - "B-1UJC", - "1QZ-Y9" - ] + "connectedSystems": "Q4C-S5,B-1UJC,1QZ-Y9" }, { "solarSystemName": "ZDB-HT", "x": 955, "y": 375, "security": -0.5843460873399902, - "connectedSystems": [ - "Q4C-S5", - "1QZ-Y9" - ] + "connectedSystems": "Q4C-S5,1QZ-Y9" }, { "solarSystemName": "1QZ-Y9", "x": 955, "y": 415, "security": -0.4383996132258072, - "connectedSystems": [ - "4-CM8I", - "ZDB-HT", - "MSG-BZ" - ] + "connectedSystems": "4-CM8I,ZDB-HT,MSG-BZ" }, { "solarSystemName": "HJ-BCH", "x": 175, "y": 315, "security": -0.02835799634700098, - "connectedSystems": [ - "R-3FBU", - "8Q-T7B", - "QPTT-F", - "ZNF-OK", - "WFFE-4", - "Y5-E1U" - ] + "connectedSystems": "R-3FBU,8Q-T7B,QPTT-F,ZNF-OK,WFFE-4,Y5-E1U" }, { "solarSystemName": "QPTT-F", "x": 65, "y": 315, "security": -0.01617420082033938, - "connectedSystems": [ - "WHI-61", - "HJ-BCH", - "9M-M0P", - "9BC-EB", - "PU-UMM", - "C8-7AS" - ] + "connectedSystems": "WHI-61,HJ-BCH,9M-M0P,9BC-EB,PU-UMM,C8-7AS" }, { "solarSystemName": "9M-M0P", "x": 0, "y": 270, "security": -0.01099688556908285, - "connectedSystems": [ - "QPTT-F" - ] + "connectedSystems": "QPTT-F" }, { "solarSystemName": "9BC-EB", "x": 0, "y": 340, "security": -0.02496265269641684, - "connectedSystems": [ - "QPTT-F" - ] + "connectedSystems": "QPTT-F" }, { "solarSystemName": "WFFE-4", "x": 275, "y": 290, "security": -0.02249032861276012, - "connectedSystems": [ - "HJ-BCH", - "71-UTX", - "Y5-E1U" - ] + "connectedSystems": "HJ-BCH,71-UTX,Y5-E1U" }, { "solarSystemName": "71-UTX", "x": 330, "y": 315, "security": -0.02922726374668738, - "connectedSystems": [ - "WFFE-4", - "Y5-E1U" - ] + "connectedSystems": "WFFE-4,Y5-E1U" }, { "solarSystemName": "PU-UMM", "x": 45, "y": 225, "security": -0.01391670361123698, - "connectedSystems": [ - "QPTT-F", - "6-KPAB" - ] + "connectedSystems": "QPTT-F,6-KPAB" }, { "solarSystemName": "6-KPAB", "x": 0, "y": 175, "security": -0.01054098316112395, - "connectedSystems": [ - "PU-UMM" - ] + "connectedSystems": "PU-UMM" }, { "solarSystemName": "Y5-E1U", "x": 275, "y": 340, "security": -0.03353759563097092, - "connectedSystems": [ - "HJ-BCH", - "WFFE-4", - "71-UTX" - ] + "connectedSystems": "HJ-BCH,WFFE-4,71-UTX" }, { "solarSystemName": "4-43BW", "x": 600, "y": 380, "security": -0.3508743357072572, - "connectedSystems": [ - "OAQY-M", - "G9NE-B", - "8CN-CH", - "V-F6DQ", - "1-7HVI" - ] + "connectedSystems": "OAQY-M,G9NE-B,8CN-CH,V-F6DQ,1-7HVI" }, { "solarSystemName": "8CN-CH", "x": 670, "y": 405, "security": -0.3207357970841239, - "connectedSystems": [ - "4-43BW" - ] + "connectedSystems": "4-43BW" }, { "solarSystemName": "V-F6DQ", "x": 585, "y": 320, "security": -0.2899610659117365, - "connectedSystems": [ - "SG-75T", - "4-43BW", - "3S-6VU", - "1-7HVI" - ] + "connectedSystems": "SG-75T,4-43BW,3S-6VU,1-7HVI" }, { "solarSystemName": "3S-6VU", "x": 625, "y": 255, "security": -0.2074316941383516, - "connectedSystems": [ - "V-F6DQ", - "OX-S7P" - ] + "connectedSystems": "V-F6DQ,OX-S7P" }, { "solarSystemName": "1-7HVI", "x": 695, "y": 335, "security": -0.402714467690058, - "connectedSystems": [ - "4-43BW", - "V-F6DQ", - "OX-S7P" - ] + "connectedSystems": "4-43BW,V-F6DQ,OX-S7P" }, { "solarSystemName": "OX-S7P", "x": 700, "y": 295, "security": -0.4607038722435696, - "connectedSystems": [ - "3S-6VU", - "1-7HVI" - ] + "connectedSystems": "3S-6VU,1-7HVI" }, { "solarSystemName": "MSG-BZ", "x": 960, "y": 480, "security": -0.2762124098769656, - "connectedSystems": [ - "GPLB-C", - "78-0R6", - "1QZ-Y9" - ] + "connectedSystems": "GPLB-C,78-0R6,1QZ-Y9" }, { "solarSystemName": "74-VZA", "x": 965, "y": 5, "security": -0.7233810294998881, - "connectedSystems": [ - "YPW-M4", - "I-1QKL", - "6-EQYE" - ] + "connectedSystems": "YPW-M4,I-1QKL,6-EQYE" }, { "solarSystemName": "GK5Z-T", "x": 760, "y": 120, "security": -0.528430737209387, - "connectedSystems": [ - "RQN-OO", - "QTME-D", - "X2-ZA5" - ] + "connectedSystems": "RQN-OO,QTME-D,X2-ZA5" }, { "solarSystemName": "GDHN-K", "x": 960, "y": 145, "security": -0.3673660864131637, - "connectedSystems": [ - "RQN-OO", - "67Y-NR", - "1V-LI2" - ] + "connectedSystems": "RQN-OO,67Y-NR,1V-LI2" }, { "solarSystemName": "TET3-B", "x": 300, "y": 25, "security": -0.01701982402261792, - "connectedSystems": [ - "F-5FDA", - "7-IDWY" - ] + "connectedSystems": "F-5FDA,7-IDWY" }, { "solarSystemName": "9-34L5", "x": 405, "y": 25, "security": -0.07807115965488864, - "connectedSystems": [ - "F-5FDA", - "GF-3FL" - ] + "connectedSystems": "F-5FDA,GF-3FL" }, { "solarSystemName": "PUZ-IO", "x": 965, "y": 65, "security": -0.1926576351676773, - "connectedSystems": [ - "P7UZ-T", - "HB-1NJ", - "O-8SOC", - "U2-28D" - ] + "connectedSystems": "P7UZ-T,HB-1NJ,O-8SOC,U2-28D" }, { "solarSystemName": "H-ADOC", "x": 470, "y": 610, "security": -0.1247627997996251, - "connectedSystems": [ - "S-E6ES", - "Y-DW5K", - "G-G78S", - "EQX-AE", - "OSY-UD" - ] + "connectedSystems": "S-E6ES,Y-DW5K,G-G78S,EQX-AE,OSY-UD" }, { "solarSystemName": "K-B2D3", "x": 180, "y": 380, "security": -0.07121505654952964, - "connectedSystems": [ - "D87E-A", - "VOL-MI", - "PO4F-3", - "5E-VR8" - ] + "connectedSystems": "D87E-A,VOL-MI,PO4F-3,5E-VR8" }, { "solarSystemName": "HLW-HP", "x": 95, "y": 485, "security": -0.0227511284553884, - "connectedSystems": [ - "RA-NXN", - "VOL-MI", - "KLMT-W" - ] + "connectedSystems": "RA-NXN,VOL-MI,KLMT-W" }, { "solarSystemName": "8G-MQV", "x": 105, "y": 395, "security": -0.02503834237451552, - "connectedSystems": [ - "CL-85V", - "VOL-MI" - ] + "connectedSystems": "CL-85V,VOL-MI" }, { "solarSystemName": "RA-NXN", "x": 95, "y": 550, "security": -0.03297363788195407, - "connectedSystems": [ - "HLW-HP", - "XX9-WV" - ] + "connectedSystems": "HLW-HP,XX9-WV" }, { "solarSystemName": "VOL-MI", "x": 160, "y": 430, "security": -0.04509799856316177, - "connectedSystems": [ - "HLW-HP", - "8G-MQV", - "ARG-3R", - "K-B2D3" - ] + "connectedSystems": "HLW-HP,8G-MQV,ARG-3R,K-B2D3" }, { "solarSystemName": "XX9-WV", "x": 120, "y": 630, "security": -0.06309970430127132, - "connectedSystems": [ - "ZFJH-T", - "RA-NXN", - "M-N7WD" - ] + "connectedSystems": "ZFJH-T,RA-NXN,M-N7WD" }, { "solarSystemName": "ES-UWY", "x": 395, "y": 610, "security": -0.1137474692285172, - "connectedSystems": [ - "S-E6ES", - "Y-DW5K" - ] + "connectedSystems": "S-E6ES,Y-DW5K" }, { "solarSystemName": "Y-DW5K", "x": 430, "y": 665, "security": -0.1000957458435079, - "connectedSystems": [ - "H-ADOC", - "ES-UWY", - "M-N7WD", - "QFEW-K" - ] + "connectedSystems": "H-ADOC,ES-UWY,M-N7WD,QFEW-K" }, { "solarSystemName": "M-N7WD", "x": 265, "y": 690, "security": -0.07998699426468603, - "connectedSystems": [ - "S1DP-Y", - "Y-DW5K", - "XX9-WV" - ] + "connectedSystems": "S1DP-Y,Y-DW5K,XX9-WV" }, { "solarSystemName": "QFEW-K", "x": 500, "y": 715, "security": -0.1303116755038072, - "connectedSystems": [ - "Y-DW5K", - "CVY-UC", - "EQX-AE" - ] + "connectedSystems": "Y-DW5K,CVY-UC,EQX-AE" } ] \ No newline at end of file diff --git a/public/Sinq Laison.json b/public/Sinq Laison.json index c4d4638..909274f 100644 --- a/public/Sinq Laison.json +++ b/public/Sinq Laison.json @@ -4,1480 +4,930 @@ "x": 955, "y": 5, "security": 0.9531232305867214, - "connectedSystems": [ - "Iyen-Oursta", - "Urlen", - "Jita", - "Niyabainen", - "Maurasi" - ] + "connectedSystems": "Iyen-Oursta,Urlen,Jita,Niyabainen,Maurasi" }, { "solarSystemName": "Bei", "x": 870, "y": 230, "security": 0.5648692285817195, - "connectedSystems": [ - "Ongund", - "Uttindar", - "Hagilur", - "Colelie" - ] + "connectedSystems": "Ongund,Uttindar,Hagilur,Colelie" }, { "solarSystemName": "Hagilur", "x": 945, "y": 215, "security": 0.3620236672680453, - "connectedSystems": [ - "Bei", - "Anher", - "Ragnarg", - "Dudreda", - "Thelan" - ] + "connectedSystems": "Bei,Anher,Ragnarg,Dudreda,Thelan" }, { "solarSystemName": "Hek", "x": 955, "y": 70, "security": 0.8, - "connectedSystems": [ - "Uttindar", - "Hror", - "Nakugard", - "Eystur", - "Otou" - ] + "connectedSystems": "Uttindar,Hror,Nakugard,Eystur,Otou" }, { "solarSystemName": "Avenod", "x": 635, "y": 355, "security": 0.3859046220939748, - "connectedSystems": [ - "Aset", - "Eytjangard", - "Audaerne" - ] + "connectedSystems": "Aset,Eytjangard,Audaerne" }, { "solarSystemName": "Siseide", "x": 805, "y": 670, "security": 0.3383511027477527, - "connectedSystems": [ - "Amamake", - "Vard", - "Lantorn", - "Dal", - "Auga", - "Egghelende", - "Eszur" - ] + "connectedSystems": "Amamake,Vard,Lantorn,Dal,Auga,Egghelende,Eszur" }, { "solarSystemName": "Pettinck", "x": 265, "y": 85, "security": 0.8177613595332925, - "connectedSystems": [ - "Luminaire", - "Auberulle", - "Du Annes", - "Adreland" - ] + "connectedSystems": "Luminaire,Auberulle,Du Annes,Adreland" }, { "solarSystemName": "Du Annes", "x": 180, "y": 55, "security": 0.6478139505356102, - "connectedSystems": [ - "Pettinck", - "Renyn", - "Balle", - "Grinacanne", - "Metserel", - "Erme" - ] + "connectedSystems": "Pettinck,Renyn,Balle,Grinacanne,Metserel,Erme" }, { "solarSystemName": "Balle", "x": 260, "y": 190, "security": 0.4608890986323466, - "connectedSystems": [ - "Vylade", - "Du Annes", - "Decon", - "Aufay" - ] + "connectedSystems": "Vylade,Du Annes,Decon,Aufay" }, { "solarSystemName": "Decon", "x": 180, "y": 180, "security": 0.3837788612976844, - "connectedSystems": [ - "Balle", - "Sharuveil" - ] + "connectedSystems": "Balle,Sharuveil" }, { "solarSystemName": "Grinacanne", "x": 180, "y": 135, "security": 0.8480630016916324, - "connectedSystems": [ - "Renyn", - "Du Annes", - "Adreland", - "Erme" - ] + "connectedSystems": "Renyn,Du Annes,Adreland,Erme" }, { "solarSystemName": "Metserel", "x": 70, "y": 55, "security": 0.6882390794916156, - "connectedSystems": [ - "Du Annes", - "Erme", - "Seyllin" - ] + "connectedSystems": "Du Annes,Erme,Seyllin" }, { "solarSystemName": "Sharuveil", "x": 90, "y": 180, "security": 0.3953240350904297, - "connectedSystems": [ - "Nausschie", - "Decon" - ] + "connectedSystems": "Nausschie,Decon" }, { "solarSystemName": "Adreland", "x": 275, "y": 135, "security": 0.8725015366781721, - "connectedSystems": [ - "Pettinck", - "Grinacanne", - "Adiere", - "Mattere" - ] + "connectedSystems": "Pettinck,Grinacanne,Adiere,Mattere" }, { "solarSystemName": "Erme", "x": 20, "y": 135, "security": 0.798155591761163, - "connectedSystems": [ - "Du Annes", - "Nausschie", - "Grinacanne", - "Metserel", - "Villore", - "Botane" - ] + "connectedSystems": "Du Annes,Nausschie,Grinacanne,Metserel,Villore,Botane" }, { "solarSystemName": "Aufay", "x": 340, "y": 210, "security": 0.5231203784219814, - "connectedSystems": [ - "Balle", - "Deltole" - ] + "connectedSystems": "Balle,Deltole" }, { "solarSystemName": "Iyen-Oursta", "x": 875, "y": 15, "security": 0.7795753999445599, - "connectedSystems": [ - "Faurent", - "Perimeter", - "Ignoitton" - ] + "connectedSystems": "Faurent,Perimeter,Ignoitton" }, { "solarSystemName": "Faurent", "x": 810, "y": 45, "security": 0.5365041943757242, - "connectedSystems": [ - "Iyen-Oursta", - "Ambeke", - "Carrou", - "Direrie" - ] + "connectedSystems": "Iyen-Oursta,Ambeke,Carrou,Direrie" }, { "solarSystemName": "Ambeke", "x": 755, "y": 75, "security": 0.5005549070319169, - "connectedSystems": [ - "Faurent", - "Olettiers", - "Crielere" - ] + "connectedSystems": "Faurent,Olettiers,Crielere" }, { "solarSystemName": "Carrou", "x": 725, "y": 0, "security": 0.4405891677964057, - "connectedSystems": [ - "Faurent", - "Direrie", - "Bamiette", - "Ignoitton" - ] + "connectedSystems": "Faurent,Direrie,Bamiette,Ignoitton" }, { "solarSystemName": "Direrie", "x": 715, "y": 45, "security": 0.5015194705014536, - "connectedSystems": [ - "Faurent", - "Carrou" - ] + "connectedSystems": "Faurent,Carrou" }, { "solarSystemName": "Ignoitton", "x": 805, "y": 0, "security": 0.438754755909373, - "connectedSystems": [ - "Iyen-Oursta", - "Carrou" - ] + "connectedSystems": "Iyen-Oursta,Carrou" }, { "solarSystemName": "Ardene", "x": 400, "y": 650, "security": 0.5517798187001999, - "connectedSystems": [ - "Ardallabier", - "Boillair", - "Ney", - "Adrallezoen" - ] + "connectedSystems": "Ardallabier,Boillair,Ney,Adrallezoen" }, { "solarSystemName": "Boillair", "x": 330, "y": 660, "security": 0.5232297988936101, - "connectedSystems": [ - "Ardene", - "Ney" - ] + "connectedSystems": "Ardene,Ney" }, { "solarSystemName": "Ney", "x": 385, "y": 695, "security": 0.4567548925229316, - "connectedSystems": [ - "Ardene", - "Boillair", - "Fasse" - ] + "connectedSystems": "Ardene,Boillair,Fasse" }, { "solarSystemName": "Fasse", "x": 500, "y": 730, "security": 0.4257427311394706, - "connectedSystems": [ - "Ney", - "Stegette" - ] + "connectedSystems": "Ney,Stegette" }, { "solarSystemName": "Gratesier", "x": 310, "y": 730, "security": 0.4351026447782936, - "connectedSystems": [ - "Schoorasana", - "Saidusairos" - ] + "connectedSystems": "Schoorasana,Saidusairos" }, { "solarSystemName": "Schoorasana", "x": 240, "y": 735, "security": 0.4480995303675568, - "connectedSystems": [ - "Gratesier", - "Mormelot" - ] + "connectedSystems": "Gratesier,Mormelot" }, { "solarSystemName": "Vylade", "x": 405, "y": 334, "security": 0.7962889720120507, - "connectedSystems": [ - "Blameston", - "Balle", - "Auvergne", - "Dodixie", - "Eglennaert", - "Ainaille" - ] + "connectedSystems": "Blameston,Balle,Auvergne,Dodixie,Eglennaert,Ainaille" }, { "solarSystemName": "Auvergne", "x": 327, "y": 362, "security": 0.8924607773695052, - "connectedSystems": [ - "Vylade", - "Aunia", - "Agrallarier", - "Dodixie", - "Botane", - "Odotte" - ] + "connectedSystems": "Vylade,Aunia,Agrallarier,Dodixie,Botane,Odotte" }, { "solarSystemName": "Aunia", "x": 265, "y": 435, "security": 0.8414100129061635, - "connectedSystems": [ - "Auvergne", - "Agrallarier", - "Botane" - ] + "connectedSystems": "Auvergne,Agrallarier,Botane" }, { "solarSystemName": "Agrallarier", "x": 262, "y": 351, "security": 0.8502835156401215, - "connectedSystems": [ - "Auvergne", - "Aunia", - "Dodixie", - "Eglennaert", - "Botane" - ] + "connectedSystems": "Auvergne,Aunia,Dodixie,Eglennaert,Botane" }, { "solarSystemName": "Dodixie", "x": 274, "y": 265, "security": 0.868406701643, - "connectedSystems": [ - "Vylade", - "Auvergne", - "Agrallarier", - "Botane", - "Athinard", - "Meves" - ] + "connectedSystems": "Vylade,Auvergne,Agrallarier,Botane,Athinard,Meves" }, { "solarSystemName": "Eglennaert", "x": 327, "y": 411, "security": 0.8241636884168061, - "connectedSystems": [ - "Vylade", - "Bourynes", - "Agrallarier", - "Botane" - ] + "connectedSystems": "Vylade,Bourynes,Agrallarier,Botane" }, { "solarSystemName": "Botane", "x": 210, "y": 391, "security": 0.8754400954412548, - "connectedSystems": [ - "Auvergne", - "Aunia", - "Agrallarier", - "Dodixie", - "Eglennaert", - "Ourapheh", - "Erme" - ] + "connectedSystems": "Auvergne,Aunia,Agrallarier,Dodixie,Eglennaert,Ourapheh,Erme" }, { "solarSystemName": "Pulin", "x": 700, "y": 540, "security": 0.5419477413947693, - "connectedSystems": [ - "Foves", - "Jaschercis", - "Misneden", - "Basgerin", - "Chelien" - ] + "connectedSystems": "Foves,Jaschercis,Misneden,Basgerin,Chelien" }, { "solarSystemName": "Foves", "x": 770, "y": 540, "security": 0.6303766266967128, - "connectedSystems": [ - "Pulin", - "Alles", - "Chelien" - ] + "connectedSystems": "Pulin,Alles,Chelien" }, { "solarSystemName": "Alles", "x": 770, "y": 500, "security": 0.7759656751061054, - "connectedSystems": [ - "Alillere", - "Foves", - "Chelien" - ] + "connectedSystems": "Alillere,Foves,Chelien" }, { "solarSystemName": "Misneden", "x": 700, "y": 580, "security": 0.5469159432010658, - "connectedSystems": [ - "Pulin" - ] + "connectedSystems": "Pulin" }, { "solarSystemName": "Basgerin", "x": 635, "y": 565, "security": 0.3786781802369066, - "connectedSystems": [ - "Pulin" - ] + "connectedSystems": "Pulin" }, { "solarSystemName": "Chelien", "x": 700, "y": 500, "security": 0.6937133454869476, - "connectedSystems": [ - "Pulin", - "Foves", - "Alles", - "Mirilene" - ] + "connectedSystems": "Pulin,Foves,Alles,Mirilene" }, { "solarSystemName": "Trosquesere", "x": 20, "y": 375, "security": 0.8714566259433969, - "connectedSystems": [ - "Duripant", - "Ansone", - "Nausschie" - ] + "connectedSystems": "Duripant,Ansone,Nausschie" }, { "solarSystemName": "Ansone", "x": 20, "y": 425, "security": 0.7439377614513927, - "connectedSystems": [ - "Trosquesere", - "Dunraelare" - ] + "connectedSystems": "Trosquesere,Dunraelare" }, { "solarSystemName": "Dunraelare", "x": 20, "y": 475, "security": 0.6541501747645794, - "connectedSystems": [ - "Ansone", - "Inghenges", - "Estene", - "Stayme", - "Assiettes" - ] + "connectedSystems": "Ansone,Inghenges,Estene,Stayme,Assiettes" }, { "solarSystemName": "Nausschie", "x": 20, "y": 265, "security": 0.7873079523430745, - "connectedSystems": [ - "Trosquesere", - "Sharuveil", - "Gallareue", - "Erme" - ] + "connectedSystems": "Trosquesere,Sharuveil,Gallareue,Erme" }, { "solarSystemName": "Inghenges", "x": 125, "y": 475, "security": 0.7157557790708055, - "connectedSystems": [ - "Dunraelare", - "Estene", - "Stayme" - ] + "connectedSystems": "Dunraelare,Estene,Stayme" }, { "solarSystemName": "Estene", "x": 70, "y": 510, "security": 0.7663115515601078, - "connectedSystems": [ - "Dunraelare", - "Inghenges" - ] + "connectedSystems": "Dunraelare,Inghenges" }, { "solarSystemName": "Gallareue", "x": 70, "y": 310, "security": 0.7507934793713019, - "connectedSystems": [ - "Nausschie" - ] + "connectedSystems": "Nausschie" }, { "solarSystemName": "Stayme", "x": 75, "y": 440, "security": 0.5829538102925483, - "connectedSystems": [ - "Dunraelare", - "Inghenges" - ] + "connectedSystems": "Dunraelare,Inghenges" }, { "solarSystemName": "Parchanier", "x": 740, "y": 260, "security": 0.9, - "connectedSystems": [ - "Doussivitte", - "Fluekele", - "Augnais" - ] + "connectedSystems": "Doussivitte,Fluekele,Augnais" }, { "solarSystemName": "Fluekele", "x": 740, "y": 295, "security": 0.5616500074563038, - "connectedSystems": [ - "Parchanier", - "Alsottobier", - "Jolia" - ] + "connectedSystems": "Parchanier,Alsottobier,Jolia" }, { "solarSystemName": "Alsottobier", "x": 725, "y": 350, "security": 0.5081347348385366, - "connectedSystems": [ - "Fluekele", - "Audaerne" - ] + "connectedSystems": "Fluekele,Audaerne" }, { "solarSystemName": "Jolia", "x": 635, "y": 295, "security": 0.5077742684489055, - "connectedSystems": [ - "Fluekele", - "Augnais", - "Barmalie" - ] + "connectedSystems": "Fluekele,Augnais,Barmalie" }, { "solarSystemName": "Augnais", "x": 635, "y": 260, "security": 0.5398107910748231, - "connectedSystems": [ - "Parchanier", - "Jolia", - "Deltole", - "Audaerne" - ] + "connectedSystems": "Parchanier,Jolia,Deltole,Audaerne" }, { "solarSystemName": "Deltole", "x": 535, "y": 255, "security": 0.5404728012904352, - "connectedSystems": [ - "Augnais", - "Colelie", - "Aufay" - ] + "connectedSystems": "Augnais,Colelie,Aufay" }, { "solarSystemName": "Colelie", "x": 595, "y": 230, "security": 0.5123888280886228, - "connectedSystems": [ - "Deltole", - "Bei" - ] + "connectedSystems": "Deltole,Bei" }, { "solarSystemName": "Barmalie", "x": 690, "y": 320, "security": 0.4764906053790117, - "connectedSystems": [ - "Jolia" - ] + "connectedSystems": "Jolia" }, { "solarSystemName": "Audaerne", "x": 570, "y": 305, "security": 0.4659398334910353, - "connectedSystems": [ - "Alsottobier", - "Augnais", - "Avenod" - ] + "connectedSystems": "Alsottobier,Augnais,Avenod" }, { "solarSystemName": "Dodenvale", "x": 585, "y": 60, "security": 0.7066095388047171, - "connectedSystems": [ - "Olettiers", - "Chainelant", - "Sileperer" - ] + "connectedSystems": "Olettiers,Chainelant,Sileperer" }, { "solarSystemName": "Olettiers", "x": 655, "y": 70, "security": 0.4347611646812354, - "connectedSystems": [ - "Dodenvale", - "Artisine", - "Ambeke", - "Crielere" - ] + "connectedSystems": "Dodenvale,Artisine,Ambeke,Crielere" }, { "solarSystemName": "Artisine", "x": 645, "y": 35, "security": 0.4972669790950344, - "connectedSystems": [ - "Olettiers", - "Bamiette" - ] + "connectedSystems": "Olettiers,Bamiette" }, { "solarSystemName": "Chainelant", "x": 515, "y": 55, "security": 0.852864720808459, - "connectedSystems": [ - "Unel", - "Dodenvale" - ] + "connectedSystems": "Unel,Dodenvale" }, { "solarSystemName": "Sileperer", "x": 575, "y": 10, "security": 0.6174616536406108, - "connectedSystems": [ - "Dodenvale" - ] + "connectedSystems": "Dodenvale" }, { "solarSystemName": "Bamiette", "x": 665, "y": 0, "security": 0.4987727999353161, - "connectedSystems": [ - "Artisine", - "Carrou" - ] + "connectedSystems": "Artisine,Carrou" }, { "solarSystemName": "Crielere", "x": 740, "y": 110, "security": 0.3984496309892113, - "connectedSystems": [ - "Olettiers", - "Ambeke", - "Rancer" - ] + "connectedSystems": "Olettiers,Ambeke,Rancer" }, { "solarSystemName": "Jel", "x": 610, "y": 655, "security": 0.6071689587518347, - "connectedSystems": [ - "Ardallabier", - "Egghelende", - "Ation" - ] + "connectedSystems": "Ardallabier,Egghelende,Ation" }, { "solarSystemName": "Egghelende", "x": 755, "y": 645, "security": 0.4492676854179368, - "connectedSystems": [ - "Jel", - "Aurcel", - "Odette", - "Ation", - "Aliette", - "Siseide" - ] + "connectedSystems": "Jel,Aurcel,Odette,Ation,Aliette,Siseide" }, { "solarSystemName": "Odette", "x": 720, "y": 700, "security": 0.4830160017797767, - "connectedSystems": [ - "Egghelende", - "Stegette" - ] + "connectedSystems": "Egghelende,Stegette" }, { "solarSystemName": "Ation", "x": 675, "y": 620, "security": 0.5811452543659573, - "connectedSystems": [ - "Jel", - "Egghelende" - ] + "connectedSystems": "Jel,Egghelende" }, { "solarSystemName": "Stegette", "x": 645, "y": 730, "security": 0.4531728390533821, - "connectedSystems": [ - "Odette", - "Ravarin", - "Aliette", - "Fasse" - ] + "connectedSystems": "Odette,Ravarin,Aliette,Fasse" }, { "solarSystemName": "Ravarin", "x": 610, "y": 700, "security": 0.3723187368222933, - "connectedSystems": [ - "Stegette" - ] + "connectedSystems": "Stegette" }, { "solarSystemName": "Aliette", "x": 755, "y": 730, "security": 0.3712827225434625, - "connectedSystems": [ - "Egghelende", - "Stegette" - ] + "connectedSystems": "Egghelende,Stegette" }, { "solarSystemName": "Brapelille", "x": 395, "y": 545, "security": 0.6724661865749801, - "connectedSystems": [ - "Ardallabier", - "Bawilan", - "Fricoure", - "Brybier", - "Adrallezoen", - "Caretyn" - ] + "connectedSystems": "Ardallabier,Bawilan,Fricoure,Brybier,Adrallezoen,Caretyn" }, { "solarSystemName": "Bawilan", "x": 315, "y": 545, "security": 0.5391675134421787, - "connectedSystems": [ - "Brapelille", - "Atier" - ] + "connectedSystems": "Brapelille,Atier" }, { "solarSystemName": "Atier", "x": 240, "y": 545, "security": 0.6266954431316153, - "connectedSystems": [ - "Bawilan", - "Croleur" - ] + "connectedSystems": "Bawilan,Croleur" }, { "solarSystemName": "Brybier", "x": 510, "y": 560, "security": 0.5808395487209823, - "connectedSystems": [ - "Brapelille" - ] + "connectedSystems": "Brapelille" }, { "solarSystemName": "Adrallezoen", "x": 395, "y": 590, "security": 0.4789321861255039, - "connectedSystems": [ - "Brapelille", - "Ardene" - ] + "connectedSystems": "Brapelille,Ardene" }, { "solarSystemName": "Croleur", "x": 165, "y": 545, "security": 0.5737670695121293, - "connectedSystems": [ - "Atier" - ] + "connectedSystems": "Atier" }, { "solarSystemName": "Doussivitte", "x": 765, "y": 210, "security": 0.7619204115722225, - "connectedSystems": [ - "Parchanier", - "Abenync", - "Stetille", - "Mattere" - ] + "connectedSystems": "Parchanier,Abenync,Stetille,Mattere" }, { "solarSystemName": "Unel", "x": 445, "y": 60, "security": 0.8905152452776715, - "connectedSystems": [ - "Tennen", - "Chainelant", - "Auberulle" - ] + "connectedSystems": "Tennen,Chainelant,Auberulle" }, { "solarSystemName": "Claysson", "x": 575, "y": 170, "security": 0.9376874435009036, - "connectedSystems": [ - "Harerget", - "Stetille", - "Oirtlair" - ] + "connectedSystems": "Harerget,Stetille,Oirtlair" }, { "solarSystemName": "Auberulle", "x": 450, "y": 90, "security": 0.8344098489235361, - "connectedSystems": [ - "Unel", - "Pettinck", - "Adiere" - ] + "connectedSystems": "Unel,Pettinck,Adiere" }, { "solarSystemName": "Adiere", "x": 450, "y": 130, "security": 0.764983452939732, - "connectedSystems": [ - "Auberulle", - "Stetille", - "Adreland" - ] + "connectedSystems": "Auberulle,Stetille,Adreland" }, { "solarSystemName": "Stetille", "x": 615, "y": 140, "security": 0.906328833325431, - "connectedSystems": [ - "Doussivitte", - "Claysson", - "Adiere", - "Olelon" - ] + "connectedSystems": "Doussivitte,Claysson,Adiere,Olelon" }, { "solarSystemName": "Alillere", "x": 839, "y": 407, "security": 0.8478275472889515, - "connectedSystems": [ - "Abenync", - "Alles", - "Pozirblant", - "Bourynes", - "Aurcel", - "Aymaerne" - ] + "connectedSystems": "Abenync,Alles,Pozirblant,Bourynes,Aurcel,Aymaerne" }, { "solarSystemName": "Abenync", "x": 833, "y": 357, "security": 0.7079211997065231, - "connectedSystems": [ - "Doussivitte", - "Alillere" - ] + "connectedSystems": "Doussivitte,Alillere" }, { "solarSystemName": "Pozirblant", "x": 746, "y": 435, "security": 0.742594454459589, - "connectedSystems": [ - "Alillere", - "Bourynes", - "Aurcel" - ] + "connectedSystems": "Alillere,Bourynes,Aurcel" }, { "solarSystemName": "Bourynes", "x": 654, "y": 413, "security": 1, - "connectedSystems": [ - "Alillere", - "Pozirblant", - "Aymaerne", - "Vittenyn", - "Eglennaert", - "Ethernity" - ] + "connectedSystems": "Alillere,Pozirblant,Aymaerne,Vittenyn,Eglennaert,Ethernity" }, { "solarSystemName": "Aurcel", "x": 840, "y": 478, "security": 0.549450178281487, - "connectedSystems": [ - "Alillere", - "Pozirblant", - "Egghelende" - ] + "connectedSystems": "Alillere,Pozirblant,Egghelende" }, { "solarSystemName": "Aymaerne", "x": 750, "y": 385, "security": 0.9029788367850103, - "connectedSystems": [ - "Alillere", - "Bourynes" - ] + "connectedSystems": "Alillere,Bourynes" }, { "solarSystemName": "Rancer", "x": 800, "y": 140, "security": 0.3646606895266639, - "connectedSystems": [ - "Crielere", - "Miroitem" - ] + "connectedSystems": "Crielere,Miroitem" }, { "solarSystemName": "Miroitem", "x": 870, "y": 140, "security": 0.3051924398569131, - "connectedSystems": [ - "Rancer", - "Thelan", - "Lamadent", - "Otou" - ] + "connectedSystems": "Rancer,Thelan,Lamadent,Otou" }, { "solarSystemName": "Thelan", "x": 900, "y": 180, "security": 0.2269928236102917, - "connectedSystems": [ - "Miroitem", - "Rorsins", - "Hagilur" - ] + "connectedSystems": "Miroitem,Rorsins,Hagilur" }, { "solarSystemName": "Rorsins", "x": 825, "y": 190, "security": 0.1252039702236132, - "connectedSystems": [ - "Thelan" - ] + "connectedSystems": "Thelan" }, { "solarSystemName": "Lamadent", "x": 850, "y": 100, "security": 0.3411732458232919, - "connectedSystems": [ - "Miroitem", - "Otou" - ] + "connectedSystems": "Miroitem,Otou" }, { "solarSystemName": "Otou", "x": 925, "y": 110, "security": 0.3336029006655801, - "connectedSystems": [ - "Miroitem", - "Lamadent", - "Hek" - ] + "connectedSystems": "Miroitem,Lamadent,Hek" }, { "solarSystemName": "Assiettes", "x": 20, "y": 545, "security": 0.6425553625167184, - "connectedSystems": [ - "Dunraelare", - "Goinard" - ] + "connectedSystems": "Dunraelare,Goinard" }, { "solarSystemName": "Goinard", "x": 20, "y": 595, "security": 0.3423494246565181, - "connectedSystems": [ - "Assiettes", - "Raeghoscon", - "Allipes" - ] + "connectedSystems": "Assiettes,Raeghoscon,Allipes" }, { "solarSystemName": "Raeghoscon", "x": 105, "y": 615, "security": 0.3664026678501144, - "connectedSystems": [ - "Goinard", - "Lermireve" - ] + "connectedSystems": "Goinard,Lermireve" }, { "solarSystemName": "Allipes", "x": 0, "y": 640, "security": 0.1628292085799127, - "connectedSystems": [ - "Goinard", - "Aetree" - ] + "connectedSystems": "Goinard,Aetree" }, { "solarSystemName": "Lermireve", "x": 115, "y": 650, "security": 0.2705772254108247, - "connectedSystems": [ - "Raeghoscon", - "Angatalie", - "Palmon" - ] + "connectedSystems": "Raeghoscon,Angatalie,Palmon" }, { "solarSystemName": "Aetree", "x": 0, "y": 675, "security": 0.1783560695768433, - "connectedSystems": [ - "Allipes", - "Esmes" - ] + "connectedSystems": "Allipes,Esmes" }, { "solarSystemName": "Esmes", "x": 0, "y": 710, "security": 0.1056885533308696, - "connectedSystems": [ - "Aetree", - "Basan" - ] + "connectedSystems": "Aetree,Basan" }, { "solarSystemName": "Vittenyn", "x": 560, "y": 470, "security": 0.903550466840674, - "connectedSystems": [ - "Bourynes", - "Mirilene", - "Pucherie", - "Fricoure", - "Trossere" - ] + "connectedSystems": "Bourynes,Mirilene,Pucherie,Fricoure,Trossere" }, { "solarSystemName": "Mirilene", "x": 625, "y": 475, "security": 0.7796912638919415, - "connectedSystems": [ - "Chelien", - "Vittenyn" - ] + "connectedSystems": "Chelien,Vittenyn" }, { "solarSystemName": "Pucherie", "x": 560, "y": 435, "security": 0.8267369867433415, - "connectedSystems": [ - "Vittenyn" - ] + "connectedSystems": "Vittenyn" }, { "solarSystemName": "Fricoure", "x": 490, "y": 470, "security": 0.8092487953315601, - "connectedSystems": [ - "Brapelille", - "Vittenyn", - "Caretyn" - ] + "connectedSystems": "Brapelille,Vittenyn,Caretyn" }, { "solarSystemName": "Caretyn", "x": 425, "y": 475, "security": 0.8231234346955196, - "connectedSystems": [ - "Brapelille", - "Fricoure", - "Ainaille" - ] + "connectedSystems": "Brapelille,Fricoure,Ainaille" }, { "solarSystemName": "Ainaille", "x": 425, "y": 445, "security": 0.8452935081586588, - "connectedSystems": [ - "Vylade", - "Caretyn" - ] + "connectedSystems": "Vylade,Caretyn" }, { "solarSystemName": "Tennen", "x": 370, "y": 20, "security": 0.9190298192259584, - "connectedSystems": [ - "Unel", - "Yashunen", - "Hatakani", - "Iivinen" - ] + "connectedSystems": "Unel,Yashunen,Hatakani,Iivinen" }, { "solarSystemName": "Harerget", "x": 510, "y": 170, "security": 0.8337578334304113, - "connectedSystems": [ - "Claysson", - "Azer", - "Cherore", - "Ethernity" - ] + "connectedSystems": "Claysson,Azer,Cherore,Ethernity" }, { "solarSystemName": "Blameston", "x": 455, "y": 370, "security": 0.9516095482519655, - "connectedSystems": [ - "Lirsautton", - "Vylade" - ] + "connectedSystems": "Lirsautton,Vylade" }, { "solarSystemName": "Jaschercis", "x": 640, "y": 520, "security": 0.6127038720154012, - "connectedSystems": [ - "Marosier", - "Vaurent", - "Pulin", - "Aclan", - "Cherore" - ] + "connectedSystems": "Marosier,Vaurent,Pulin,Aclan,Cherore" }, { "solarSystemName": "Ardallabier", "x": 510, "y": 655, "security": 0.7136319328253772, - "connectedSystems": [ - "Lirsautton", - "Ardene", - "Jel", - "Brapelille" - ] + "connectedSystems": "Lirsautton,Ardene,Jel,Brapelille" }, { "solarSystemName": "Athinard", "x": 418, "y": 296, "security": 0.9749090362069222, - "connectedSystems": [ - "Meves", - "Ethernity", - "Dodixie" - ] + "connectedSystems": "Meves,Ethernity,Dodixie" }, { "solarSystemName": "Meves", "x": 412, "y": 259, "security": 0.9791473474606078, - "connectedSystems": [ - "Athinard", - "Ethernity", - "Mattere", - "Lirsautton", - "Dodixie" - ] + "connectedSystems": "Athinard,Ethernity,Mattere,Lirsautton,Dodixie" }, { "solarSystemName": "Ethernity", "x": 484, "y": 280, "security": 0.9356340666048935, - "connectedSystems": [ - "Harerget", - "Athinard", - "Meves", - "Mattere", - "Gicodel", - "Bourynes" - ] + "connectedSystems": "Harerget,Athinard,Meves,Mattere,Gicodel,Bourynes" }, { "solarSystemName": "Mattere", "x": 440, "y": 210, "security": 0.9511227392707943, - "connectedSystems": [ - "Meves", - "Ethernity", - "Gicodel", - "Doussivitte", - "Adreland" - ] + "connectedSystems": "Meves,Ethernity,Gicodel,Doussivitte,Adreland" }, { "solarSystemName": "Mormelot", "x": 175, "y": 740, "security": 0.2320840340687989, - "connectedSystems": [ - "Mannar", - "Schoorasana" - ] + "connectedSystems": "Mannar,Schoorasana" }, { "solarSystemName": "Angatalie", "x": 160, "y": 690, "security": 0.1604663930412262, - "connectedSystems": [ - "Mannar", - "Lermireve" - ] + "connectedSystems": "Mannar,Lermireve" }, { "solarSystemName": "Saidusairos", "x": 270, "y": 695, "security": 0.1047332879095276, - "connectedSystems": [ - "Kurniainen", - "Gratesier" - ] + "connectedSystems": "Kurniainen,Gratesier" }, { "solarSystemName": "Basan", "x": 0, "y": 745, "security": 0.3044070342006607, - "connectedSystems": [ - "Shajarleg", - "Akila", - "Esmes" - ] + "connectedSystems": "Shajarleg,Akila,Esmes" }, { "solarSystemName": "Luminaire", "x": 240, "y": 25, "security": 1, - "connectedSystems": [ - "Pettinck", - "Mies", - "Algogille" - ] + "connectedSystems": "Pettinck,Mies,Algogille" }, { "solarSystemName": "Renyn", "x": 120, "y": 115, "security": 0.8981993375293963, - "connectedSystems": [ - "Oursulaert", - "Pakhshi", - "Duripant", - "Algogille", - "Du Annes", - "Grinacanne" - ] + "connectedSystems": "Oursulaert,Pakhshi,Duripant,Algogille,Du Annes,Grinacanne" }, { "solarSystemName": "Duripant", "x": 120, "y": 375, "security": 1, - "connectedSystems": [ - "Trosquesere", - "Renyn" - ] + "connectedSystems": "Trosquesere,Renyn" }, { "solarSystemName": "Palmon", "x": 90, "y": 690, "security": 0.4497096686225474, - "connectedSystems": [ - "Vitrauze", - "Lermireve" - ] + "connectedSystems": "Vitrauze,Lermireve" }, { "solarSystemName": "Villore", "x": 0, "y": 90, "security": 0.9, - "connectedSystems": [ - "Pemene", - "Arant", - "Allamotte", - "Old Man Star", - "Cat", - "Erme" - ] + "connectedSystems": "Pemene,Arant,Allamotte,Old Man Star,Cat,Erme" }, { "solarSystemName": "Seyllin", "x": 35, "y": 25, "security": 0.4139828134537368, - "connectedSystems": [ - "Metserel", - "Aporulie", - "Ane" - ] + "connectedSystems": "Metserel,Aporulie,Ane" }, { "solarSystemName": "Ourapheh", "x": 185, "y": 430, "security": 0.861960173311, - "connectedSystems": [ - "Manarq", - "Yulai", - "Chantrousse", - "Atlangeins", - "Botane" - ] + "connectedSystems": "Manarq,Yulai,Chantrousse,Atlangeins,Botane" }, { "solarSystemName": "Odotte", "x": 340, "y": 328, "security": 0.8716466290198182, - "connectedSystems": [ - "Auvergne" - ] + "connectedSystems": "Auvergne" }, { "solarSystemName": "Oirtlair", "x": 645, "y": 190, "security": 0.9017271637696157, - "connectedSystems": [ - "Claysson" - ] + "connectedSystems": "Claysson" }, { "solarSystemName": "Olelon", "x": 590, "y": 105, "security": 0.9209637218069497, - "connectedSystems": [ - "Stetille" - ] + "connectedSystems": "Stetille" }, { "solarSystemName": "Trossere", "x": 560, "y": 510, "security": 0.914410272592, - "connectedSystems": [ - "Vittenyn" - ] + "connectedSystems": "Vittenyn" } ] \ No newline at end of file diff --git a/public/Solitude.json b/public/Solitude.json index bea4cf2..7bef45f 100644 --- a/public/Solitude.json +++ b/public/Solitude.json @@ -4,491 +4,328 @@ "x": 765, "y": 275, "security": -0.3768133556425439, - "connectedSystems": [ - "97X-CH", - "UTKS-5", - "Conomette", - "Pertnineere" - ] + "connectedSystems": "97X-CH,UTKS-5,Conomette,Pertnineere" }, { "solarSystemName": "D85-VD", "x": 15, "y": 195, "security": -0.02350508615656566, - "connectedSystems": [ - "KFR-ZE", - "Faurulle" - ] + "connectedSystems": "KFR-ZE,Faurulle" }, { "solarSystemName": "Conomette", "x": 645, "y": 265, "security": 0.2994268998147349, - "connectedSystems": [ - "Y9G-KS", - "Aimoguier", - "Yveve" - ] + "connectedSystems": "Y9G-KS,Aimoguier,Yveve" }, { "solarSystemName": "Aimoguier", "x": 660, "y": 205, "security": 0.1826938456804581, - "connectedSystems": [ - "Conomette", - "Cadelanne" - ] + "connectedSystems": "Conomette,Cadelanne" }, { "solarSystemName": "Yveve", "x": 555, "y": 265, "security": 0.3513549338719367, - "connectedSystems": [ - "Conomette", - "Meunvon", - "Elore", - "Yvelet" - ] + "connectedSystems": "Conomette,Meunvon,Elore,Yvelet" }, { "solarSystemName": "Meunvon", "x": 515, "y": 225, "security": 0.2725158276512777, - "connectedSystems": [ - "Yveve", - "Elore" - ] + "connectedSystems": "Yveve,Elore" }, { "solarSystemName": "Cadelanne", "x": 700, "y": 165, "security": 0.1193242660001402, - "connectedSystems": [ - "Aimoguier" - ] + "connectedSystems": "Aimoguier" }, { "solarSystemName": "Elore", "x": 470, "y": 265, "security": 0.2150660521705977, - "connectedSystems": [ - "Yveve", - "Meunvon", - "Anckee" - ] + "connectedSystems": "Yveve,Meunvon,Anckee" }, { "solarSystemName": "Anckee", "x": 380, "y": 265, "security": 0.2464090414988048, - "connectedSystems": [ - "Elore", - "Vevelonel", - "Heluene" - ] + "connectedSystems": "Elore,Vevelonel,Heluene" }, { "solarSystemName": "Vevelonel", "x": 380, "y": 220, "security": 0.1198262731362577, - "connectedSystems": [ - "Anckee", - "Ratillose" - ] + "connectedSystems": "Anckee,Ratillose" }, { "solarSystemName": "Pertnineere", "x": 830, "y": 325, "security": 0.442910661884907, - "connectedSystems": [ - "Y9G-KS", - "Boystin" - ] + "connectedSystems": "Y9G-KS,Boystin" }, { "solarSystemName": "Boystin", "x": 820, "y": 400, "security": 0.5230190689183638, - "connectedSystems": [ - "Pertnineere", - "Lour", - "Oerse" - ] + "connectedSystems": "Pertnineere,Lour,Oerse" }, { "solarSystemName": "Lour", "x": 695, "y": 400, "security": 0.6373455813823276, - "connectedSystems": [ - "Boystin", - "Maire", - "Oerse" - ] + "connectedSystems": "Boystin,Maire,Oerse" }, { "solarSystemName": "Maire", "x": 670, "y": 480, "security": 0.6866519019326315, - "connectedSystems": [ - "Lour", - "Oerse", - "Octanneve" - ] + "connectedSystems": "Lour,Oerse,Octanneve" }, { "solarSystemName": "Oerse", "x": 800, "y": 460, "security": 0.6203857098365113, - "connectedSystems": [ - "Boystin", - "Lour", - "Maire", - "Larryn" - ] + "connectedSystems": "Boystin,Lour,Maire,Larryn" }, { "solarSystemName": "Octanneve", "x": 570, "y": 495, "security": 0.6966792058786355, - "connectedSystems": [ - "Maire", - "Yvaeroure" - ] + "connectedSystems": "Maire,Yvaeroure" }, { "solarSystemName": "Larryn", "x": 750, "y": 590, "security": 0.5961591703472658, - "connectedSystems": [ - "Oerse", - "Niballe", - "Weraroix" - ] + "connectedSystems": "Oerse,Niballe,Weraroix" }, { "solarSystemName": "Niballe", "x": 645, "y": 575, "security": 0.6201888263374509, - "connectedSystems": [ - "Larryn", - "Postouvin" - ] + "connectedSystems": "Larryn,Postouvin" }, { "solarSystemName": "Postouvin", "x": 545, "y": 570, "security": 0.6553301770877118, - "connectedSystems": [ - "Niballe", - "Odinesyn" - ] + "connectedSystems": "Niballe,Odinesyn" }, { "solarSystemName": "Odinesyn", "x": 450, "y": 570, "security": 0.6517603884133464, - "connectedSystems": [ - "Postouvin", - "Gererique" - ] + "connectedSystems": "Postouvin,Gererique" }, { "solarSystemName": "Weraroix", "x": 695, "y": 645, "security": 0.5805268749855232, - "connectedSystems": [ - "Larryn", - "Sarline" - ] + "connectedSystems": "Larryn,Sarline" }, { "solarSystemName": "Sarline", "x": 550, "y": 660, "security": 0.4388302351649299, - "connectedSystems": [ - "Weraroix", - "Aeter", - "Harner" - ] + "connectedSystems": "Weraroix,Aeter,Harner" }, { "solarSystemName": "Aeter", "x": 450, "y": 700, "security": 0.3491686231850699, - "connectedSystems": [ - "Sarline", - "Harner" - ] + "connectedSystems": "Sarline,Harner" }, { "solarSystemName": "Gererique", "x": 355, "y": 585, "security": 0.6646057618446911, - "connectedSystems": [ - "Odinesyn" - ] + "connectedSystems": "Odinesyn" }, { "solarSystemName": "Harner", "x": 450, "y": 640, "security": 0.127988018693461, - "connectedSystems": [ - "Sarline", - "Aeter" - ] + "connectedSystems": "Sarline,Aeter" }, { "solarSystemName": "Yvaeroure", "x": 425, "y": 505, "security": 0.7570580433000231, - "connectedSystems": [ - "Octanneve", - "Vecodie" - ] + "connectedSystems": "Octanneve,Vecodie" }, { "solarSystemName": "Vecodie", "x": 340, "y": 490, "security": 0.7886540077497435, - "connectedSystems": [ - "Yvaeroure", - "Arasare" - ] + "connectedSystems": "Yvaeroure,Arasare" }, { "solarSystemName": "Arasare", "x": 270, "y": 420, "security": 0.8117384483992611, - "connectedSystems": [ - "Vecodie", - "Yvelet", - "Lazer" - ] + "connectedSystems": "Vecodie,Yvelet,Lazer" }, { "solarSystemName": "Yvelet", "x": 315, "y": 365, "security": 0.7813640245565217, - "connectedSystems": [ - "Arasare", - "Yveve" - ] + "connectedSystems": "Arasare,Yveve" }, { "solarSystemName": "Lazer", "x": 175, "y": 420, "security": 0.7909792917267296, - "connectedSystems": [ - "Arasare", - "Stoure" - ] + "connectedSystems": "Arasare,Stoure" }, { "solarSystemName": "Stoure", "x": 105, "y": 515, "security": 0.7224192634557611, - "connectedSystems": [ - "Lazer" - ] + "connectedSystems": "Lazer" }, { "solarSystemName": "Heluene", "x": 240, "y": 265, "security": 0.2325312467012867, - "connectedSystems": [ - "Anckee", - "Arittant", - "Oruse", - "Hare" - ] + "connectedSystems": "Anckee,Arittant,Oruse,Hare" }, { "solarSystemName": "Arittant", "x": 240, "y": 215, "security": 0.2623535382010558, - "connectedSystems": [ - "Heluene" - ] + "connectedSystems": "Heluene" }, { "solarSystemName": "Oruse", "x": 195, "y": 320, "security": 0.196878642105309, - "connectedSystems": [ - "Heluene", - "Hare" - ] + "connectedSystems": "Heluene,Hare" }, { "solarSystemName": "Hare", "x": 170, "y": 265, "security": 0.1689703622681522, - "connectedSystems": [ - "Heluene", - "Oruse", - "Ogaria", - "Babirmoult" - ] + "connectedSystems": "Heluene,Oruse,Ogaria,Babirmoult" }, { "solarSystemName": "Ogaria", "x": 110, "y": 305, "security": 0.1640008571190648, - "connectedSystems": [ - "Hare", - "Faurulle" - ] + "connectedSystems": "Hare,Faurulle" }, { "solarSystemName": "Faurulle", "x": 45, "y": 265, "security": 0.1026612141829483, - "connectedSystems": [ - "Ogaria", - "Agaullores", - "Babirmoult", - "D85-VD" - ] + "connectedSystems": "Ogaria,Agaullores,Babirmoult,D85-VD" }, { "solarSystemName": "Agaullores", "x": 45, "y": 340, "security": 0.07120088191083751, - "connectedSystems": [ - "Faurulle", - "Shirshocin" - ] + "connectedSystems": "Faurulle,Shirshocin" }, { "solarSystemName": "Babirmoult", "x": 110, "y": 215, "security": 0.1788228482688926, - "connectedSystems": [ - "Hare", - "Faurulle" - ] + "connectedSystems": "Hare,Faurulle" }, { "solarSystemName": "Ratillose", "x": 380, "y": 150, "security": 0.3664679815246903, - "connectedSystems": [ - "Vevelonel", - "Ondree" - ] + "connectedSystems": "Vevelonel,Ondree" }, { "solarSystemName": "Ondree", "x": 380, "y": 105, "security": 0.5308917362555376, - "connectedSystems": [ - "Ratillose", - "Pochelympe", - "Straloin" - ] + "connectedSystems": "Ratillose,Pochelympe,Straloin" }, { "solarSystemName": "Pochelympe", "x": 380, "y": 60, "security": 0.6222362869950996, - "connectedSystems": [ - "Ondree", - "Eggheron", - "Toustain" - ] + "connectedSystems": "Ondree,Eggheron,Toustain" }, { "solarSystemName": "Eggheron", "x": 335, "y": 15, "security": 0.516243975516, - "connectedSystems": [ - "Pochelympe", - "Toustain", - "Kenninck" - ] + "connectedSystems": "Pochelympe,Toustain,Kenninck" }, { "solarSystemName": "Toustain", "x": 290, "y": 60, "security": 0.4118240009778594, - "connectedSystems": [ - "Pochelympe", - "Eggheron", - "Straloin" - ] + "connectedSystems": "Pochelympe,Eggheron,Straloin" }, { "solarSystemName": "Straloin", "x": 290, "y": 105, "security": 0.2137561244219196, - "connectedSystems": [ - "Ondree", - "Toustain" - ] + "connectedSystems": "Ondree,Toustain" }, { "solarSystemName": "Kenninck", "x": 414, "y": 6, "security": 0.114963052245, - "connectedSystems": [ - "Ausmaert", - "Eggheron" - ] + "connectedSystems": "Ausmaert,Eggheron" }, { "solarSystemName": "Shirshocin", "x": 5, "y": 410, "security": 0.264278260864831, - "connectedSystems": [ - "Zayi", - "Yehaba", - "Agaullores" - ] + "connectedSystems": "Zayi,Yehaba,Agaullores" } ] \ No newline at end of file diff --git a/public/Stain.json b/public/Stain.json index dc788ed..c0900eb 100644 --- a/public/Stain.json +++ b/public/Stain.json @@ -4,1402 +4,951 @@ "x": 960, "y": 5, "security": -0.2152522138896185, - "connectedSystems": [ - "3-OKDA", - "4M-HGL", - "YHN-3K", - "DSS-EZ" - ] + "connectedSystems": "3-OKDA,4M-HGL,YHN-3K,DSS-EZ" }, { "solarSystemName": "Saminer", "x": 111, "y": 0, "security": 0.291739030108, - "connectedSystems": [ - "Sagain", - "Modun", - "F7-ICZ" - ] + "connectedSystems": "Sagain,Modun,F7-ICZ" }, { "solarSystemName": "DSS-EZ", "x": 960, "y": 40, "security": -0.2624149418586028, - "connectedSystems": [ - "3GD6-8", - "MB4D-4" - ] + "connectedSystems": "3GD6-8,MB4D-4" }, { "solarSystemName": "MB4D-4", "x": 960, "y": 75, "security": -0.2237448385435742, - "connectedSystems": [ - "DSS-EZ", - "LGK-VP" - ] + "connectedSystems": "DSS-EZ,LGK-VP" }, { "solarSystemName": "LGK-VP", "x": 935, "y": 105, "security": -0.1157606411256374, - "connectedSystems": [ - "MB4D-4", - "E-C0SR", - "X1E-OQ" - ] + "connectedSystems": "MB4D-4,E-C0SR,X1E-OQ" }, { "solarSystemName": "E-C0SR", "x": 875, "y": 120, "security": -0.07519708767327882, - "connectedSystems": [ - "LGK-VP", - "X1E-OQ", - "VTGN-U" - ] + "connectedSystems": "LGK-VP,X1E-OQ,VTGN-U" }, { "solarSystemName": "X1E-OQ", "x": 885, "y": 165, "security": -0.09942574717969199, - "connectedSystems": [ - "LGK-VP", - "E-C0SR", - "VTGN-U", - "Q-Q2S6" - ] + "connectedSystems": "LGK-VP,E-C0SR,VTGN-U,Q-Q2S6" }, { "solarSystemName": "VTGN-U", "x": 810, "y": 120, "security": -0.06928592977212711, - "connectedSystems": [ - "E-C0SR", - "X1E-OQ", - "0Y1-M7" - ] + "connectedSystems": "E-C0SR,X1E-OQ,0Y1-M7" }, { "solarSystemName": "0Y1-M7", "x": 735, "y": 120, "security": -0.08499756183655227, - "connectedSystems": [ - "VTGN-U", - "7R5-7R" - ] + "connectedSystems": "VTGN-U,7R5-7R" }, { "solarSystemName": "Q-Q2S6", "x": 835, "y": 190, "security": -0.08952947789936094, - "connectedSystems": [ - "X1E-OQ", - "WHG2-7", - "32-GI9" - ] + "connectedSystems": "X1E-OQ,WHG2-7,32-GI9" }, { "solarSystemName": "WHG2-7", "x": 780, "y": 210, "security": -0.102181883058601, - "connectedSystems": [ - "Q-Q2S6", - "9RQ-L8" - ] + "connectedSystems": "Q-Q2S6,9RQ-L8" }, { "solarSystemName": "9RQ-L8", "x": 715, "y": 220, "security": -0.06937755511615284, - "connectedSystems": [ - "WHG2-7", - "TG-Z23", - "4J-ZC9" - ] + "connectedSystems": "WHG2-7,TG-Z23,4J-ZC9" }, { "solarSystemName": "32-GI9", "x": 855, "y": 240, "security": -0.0789045066668621, - "connectedSystems": [ - "Q-Q2S6" - ] + "connectedSystems": "Q-Q2S6" }, { "solarSystemName": "TG-Z23", "x": 640, "y": 230, "security": -0.05099781676881188, - "connectedSystems": [ - "9RQ-L8", - "IP-MVJ", - "4J-ZC9", - "JS-E8E" - ] + "connectedSystems": "9RQ-L8,IP-MVJ,4J-ZC9,JS-E8E" }, { "solarSystemName": "IP-MVJ", "x": 630, "y": 175, "security": -0.04032929393157569, - "connectedSystems": [ - "TG-Z23" - ] + "connectedSystems": "TG-Z23" }, { "solarSystemName": "4J-ZC9", "x": 690, "y": 175, "security": -0.06137625212331921, - "connectedSystems": [ - "9RQ-L8", - "TG-Z23" - ] + "connectedSystems": "9RQ-L8,TG-Z23" }, { "solarSystemName": "7R5-7R", "x": 665, "y": 90, "security": -0.1301754082472298, - "connectedSystems": [ - "0Y1-M7", - "Y1-UQ2", - "57M7-W" - ] + "connectedSystems": "0Y1-M7,Y1-UQ2,57M7-W" }, { "solarSystemName": "Y1-UQ2", "x": 700, "y": 50, "security": -0.1700797403424421, - "connectedSystems": [ - "7R5-7R", - "HM-UVD" - ] + "connectedSystems": "7R5-7R,HM-UVD" }, { "solarSystemName": "HM-UVD", "x": 700, "y": 15, "security": -0.2488749203923726, - "connectedSystems": [ - "Y1-UQ2", - "G-ME2K", - "WNS-7J" - ] + "connectedSystems": "Y1-UQ2,G-ME2K,WNS-7J" }, { "solarSystemName": "G-ME2K", "x": 765, "y": 15, "security": -0.2627475788098298, - "connectedSystems": [ - "HM-UVD" - ] + "connectedSystems": "HM-UVD" }, { "solarSystemName": "WNS-7J", "x": 625, "y": 15, "security": -0.3067670354200159, - "connectedSystems": [ - "HM-UVD", - "57M7-W" - ] + "connectedSystems": "HM-UVD,57M7-W" }, { "solarSystemName": "57M7-W", "x": 625, "y": 50, "security": -0.2217381984381739, - "connectedSystems": [ - "7R5-7R", - "WNS-7J" - ] + "connectedSystems": "7R5-7R,WNS-7J" }, { "solarSystemName": "JS-E8E", "x": 575, "y": 250, "security": -0.06681147027813461, - "connectedSystems": [ - "TG-Z23", - "FV-SE8" - ] + "connectedSystems": "TG-Z23,FV-SE8" }, { "solarSystemName": "FV-SE8", "x": 535, "y": 280, "security": -0.07666150046067755, - "connectedSystems": [ - "JS-E8E", - "FZSW-Y" - ] + "connectedSystems": "JS-E8E,FZSW-Y" }, { "solarSystemName": "FZSW-Y", "x": 555, "y": 315, "security": -0.06137589700197643, - "connectedSystems": [ - "FV-SE8", - "UF-KKH" - ] + "connectedSystems": "FV-SE8,UF-KKH" }, { "solarSystemName": "UF-KKH", "x": 620, "y": 335, "security": -0.05325422822941961, - "connectedSystems": [ - "FZSW-Y", - "O5Y3-W" - ] + "connectedSystems": "FZSW-Y,O5Y3-W" }, { "solarSystemName": "O5Y3-W", "x": 700, "y": 330, "security": -0.08491203061763164, - "connectedSystems": [ - "UF-KKH", - "0GN-VO" - ] + "connectedSystems": "UF-KKH,0GN-VO" }, { "solarSystemName": "0GN-VO", "x": 790, "y": 330, "security": -0.09025297137345167, - "connectedSystems": [ - "O5Y3-W", - "9U6-SV" - ] + "connectedSystems": "O5Y3-W,9U6-SV" }, { "solarSystemName": "9U6-SV", "x": 870, "y": 360, "security": -0.07695129658103916, - "connectedSystems": [ - "0GN-VO", - "4GQ-XQ" - ] + "connectedSystems": "0GN-VO,4GQ-XQ" }, { "solarSystemName": "4GQ-XQ", "x": 830, "y": 425, "security": -0.02941763961314814, - "connectedSystems": [ - "9U6-SV", - "R8-5XF", - "2IGP-1", - "2-V0KY" - ] + "connectedSystems": "9U6-SV,R8-5XF,2IGP-1,2-V0KY" }, { "solarSystemName": "R8-5XF", "x": 765, "y": 425, "security": -0.02715421250353822, - "connectedSystems": [ - "4GQ-XQ", - "GDEW-0" - ] + "connectedSystems": "4GQ-XQ,GDEW-0" }, { "solarSystemName": "2IGP-1", "x": 920, "y": 420, "security": -0.02865969021230352, - "connectedSystems": [ - "4GQ-XQ", - "Z2-QQP" - ] + "connectedSystems": "4GQ-XQ,Z2-QQP" }, { "solarSystemName": "Z2-QQP", "x": 955, "y": 380, "security": -0.02612449814166729, - "connectedSystems": [ - "2IGP-1", - "U-WLT9" - ] + "connectedSystems": "2IGP-1,U-WLT9" }, { "solarSystemName": "GDEW-0", "x": 700, "y": 425, "security": -0.02446274767154244, - "connectedSystems": [ - "R8-5XF", - "PSJ-10" - ] + "connectedSystems": "R8-5XF,PSJ-10" }, { "solarSystemName": "PSJ-10", "x": 645, "y": 460, "security": -0.02441206020374653, - "connectedSystems": [ - "GDEW-0", - "ZG8Q-N", - "40GX-P" - ] + "connectedSystems": "GDEW-0,ZG8Q-N,40GX-P" }, { "solarSystemName": "2-V0KY", "x": 795, "y": 480, "security": -0.02312883445955405, - "connectedSystems": [ - "4GQ-XQ", - "GDO-7H" - ] + "connectedSystems": "4GQ-XQ,GDO-7H" }, { "solarSystemName": "U-WLT9", "x": 965, "y": 330, "security": -0.03623797688697483, - "connectedSystems": [ - "Z2-QQP", - "VYJ-DA" - ] + "connectedSystems": "Z2-QQP,VYJ-DA" }, { "solarSystemName": "ZG8Q-N", "x": 615, "y": 405, "security": -0.03823329254929631, - "connectedSystems": [ - "PSJ-10" - ] + "connectedSystems": "PSJ-10" }, { "solarSystemName": "40GX-P", "x": 585, "y": 490, "security": -0.0231655220765643, - "connectedSystems": [ - "PSJ-10", - "37S-KO" - ] + "connectedSystems": "PSJ-10,37S-KO" }, { "solarSystemName": "37S-KO", "x": 520, "y": 515, "security": -0.0369253260835537, - "connectedSystems": [ - "40GX-P", - "4J9-DK", - "HQ-TDJ" - ] + "connectedSystems": "40GX-P,4J9-DK,HQ-TDJ" }, { "solarSystemName": "4J9-DK", "x": 515, "y": 480, "security": -0.0574797471630103, - "connectedSystems": [ - "37S-KO", - "A-GPTM" - ] + "connectedSystems": "37S-KO,A-GPTM" }, { "solarSystemName": "A-GPTM", "x": 485, "y": 435, "security": -0.08128381315871791, - "connectedSystems": [ - "4J9-DK", - "S-DLKC" - ] + "connectedSystems": "4J9-DK,S-DLKC" }, { "solarSystemName": "HQ-TDJ", "x": 455, "y": 500, "security": -0.03516252822611021, - "connectedSystems": [ - "37S-KO", - "WBLF-0" - ] + "connectedSystems": "37S-KO,WBLF-0" }, { "solarSystemName": "WBLF-0", "x": 390, "y": 495, "security": -0.02648340414268391, - "connectedSystems": [ - "HQ-TDJ", - "RRWI-5" - ] + "connectedSystems": "HQ-TDJ,RRWI-5" }, { "solarSystemName": "GDO-7H", "x": 770, "y": 540, "security": -0.03177265533810714, - "connectedSystems": [ - "2-V0KY", - "NZG-LF" - ] + "connectedSystems": "2-V0KY,NZG-LF" }, { "solarSystemName": "NZG-LF", "x": 755, "y": 575, "security": -0.02190853435146944, - "connectedSystems": [ - "GDO-7H", - "UJM-RD", - "L0AD-B", - "8O-OSG" - ] + "connectedSystems": "GDO-7H,UJM-RD,L0AD-B,8O-OSG" }, { "solarSystemName": "UJM-RD", "x": 740, "y": 610, "security": -0.01557806582599852, - "connectedSystems": [ - "NZG-LF", - "8ZO-CK" - ] + "connectedSystems": "NZG-LF,8ZO-CK" }, { "solarSystemName": "L0AD-B", "x": 705, "y": 535, "security": -0.01905541853747483, - "connectedSystems": [ - "NZG-LF" - ] + "connectedSystems": "NZG-LF" }, { "solarSystemName": "8ZO-CK", "x": 710, "y": 645, "security": -0.01096192417645847, - "connectedSystems": [ - "UJM-RD", - "WEQT-K" - ] + "connectedSystems": "UJM-RD,WEQT-K" }, { "solarSystemName": "WEQT-K", "x": 640, "y": 645, "security": -0.01454715256467398, - "connectedSystems": [ - "8ZO-CK", - "1H-I12", - "8KQR-O" - ] + "connectedSystems": "8ZO-CK,1H-I12,8KQR-O" }, { "solarSystemName": "8O-OSG", "x": 675, "y": 590, "security": -0.02586684848105392, - "connectedSystems": [ - "NZG-LF" - ] + "connectedSystems": "NZG-LF" }, { "solarSystemName": "1H-I12", "x": 530, "y": 590, "security": -0.006302561889918179, - "connectedSystems": [ - "WEQT-K", - "D9D-GD", - "4A-XJ6", - "GU-54G" - ] + "connectedSystems": "WEQT-K,D9D-GD,4A-XJ6,GU-54G" }, { "solarSystemName": "D9D-GD", "x": 500, "y": 640, "security": -0.004943960783216572, - "connectedSystems": [ - "1H-I12", - "9O-ZTS" - ] + "connectedSystems": "1H-I12,9O-ZTS" }, { "solarSystemName": "4A-XJ6", "x": 450, "y": 575, "security": -0.008494448020109346, - "connectedSystems": [ - "1H-I12", - "GU-54G", - "7-X3RN" - ] + "connectedSystems": "1H-I12,GU-54G,7-X3RN" }, { "solarSystemName": "GU-54G", "x": 450, "y": 610, "security": -0.005934067699090995, - "connectedSystems": [ - "1H-I12", - "4A-XJ6", - "BF-FVB" - ] + "connectedSystems": "1H-I12,4A-XJ6,BF-FVB" }, { "solarSystemName": "7-X3RN", "x": 380, "y": 575, "security": -0.01461551575585196, - "connectedSystems": [ - "4A-XJ6" - ] + "connectedSystems": "4A-XJ6" }, { "solarSystemName": "BF-FVB", "x": 385, "y": 610, "security": -0.002906561501639371, - "connectedSystems": [ - "GU-54G" - ] + "connectedSystems": "GU-54G" }, { "solarSystemName": "9O-ZTS", "x": 420, "y": 655, "security": -0.006045626918661284, - "connectedSystems": [ - "D9D-GD" - ] + "connectedSystems": "D9D-GD" }, { "solarSystemName": "8KQR-O", "x": 655, "y": 715, "security": -0.01711224334829997, - "connectedSystems": [ - "WEQT-K", - "F9SX-1" - ] + "connectedSystems": "WEQT-K,F9SX-1" }, { "solarSystemName": "F9SX-1", "x": 590, "y": 715, "security": -0.01275075606113896, - "connectedSystems": [ - "8KQR-O", - "0G-A25", - "WJO0-G" - ] + "connectedSystems": "8KQR-O,0G-A25,WJO0-G" }, { "solarSystemName": "0G-A25", "x": 575, "y": 665, "security": -0.02100539882875419, - "connectedSystems": [ - "F9SX-1" - ] + "connectedSystems": "F9SX-1" }, { "solarSystemName": "WJO0-G", "x": 530, "y": 715, "security": -0.00553035454292039, - "connectedSystems": [ - "F9SX-1", - "S91-TI" - ] + "connectedSystems": "F9SX-1,S91-TI" }, { "solarSystemName": "S91-TI", "x": 470, "y": 715, "security": -0.007382051150998881, - "connectedSystems": [ - "WJO0-G", - "V1V-6F" - ] + "connectedSystems": "WJO0-G,V1V-6F" }, { "solarSystemName": "V1V-6F", "x": 410, "y": 715, "security": -0.00834650637515122, - "connectedSystems": [ - "S91-TI", - "X5O1-L" - ] + "connectedSystems": "S91-TI,X5O1-L" }, { "solarSystemName": "S-DLKC", "x": 435, "y": 405, "security": -0.1248754650439718, - "connectedSystems": [ - "A-GPTM", - "42-UOW" - ] + "connectedSystems": "A-GPTM,42-UOW" }, { "solarSystemName": "42-UOW", "x": 365, "y": 405, "security": -0.1325835906523867, - "connectedSystems": [ - "S-DLKC", - "CBGG-0", - "A4UG-O", - "W-VXL9" - ] + "connectedSystems": "S-DLKC,CBGG-0,A4UG-O,W-VXL9" }, { "solarSystemName": "CBGG-0", "x": 290, "y": 405, "security": -0.1199382429859179, - "connectedSystems": [ - "42-UOW", - "A4UG-O", - "UKYS-5" - ] + "connectedSystems": "42-UOW,A4UG-O,UKYS-5" }, { "solarSystemName": "A4UG-O", "x": 315, "y": 350, "security": -0.1304703328587515, - "connectedSystems": [ - "42-UOW", - "CBGG-0", - "W-VXL9", - "U2-BJ2" - ] + "connectedSystems": "42-UOW,CBGG-0,W-VXL9,U2-BJ2" }, { "solarSystemName": "W-VXL9", "x": 385, "y": 350, "security": -0.1565496206940383, - "connectedSystems": [ - "42-UOW", - "A4UG-O", - "U2-BJ2" - ] + "connectedSystems": "42-UOW,A4UG-O,U2-BJ2" }, { "solarSystemName": "U2-BJ2", "x": 365, "y": 295, "security": -0.1868633670105986, - "connectedSystems": [ - "A4UG-O", - "W-VXL9", - "T-8UOF" - ] + "connectedSystems": "A4UG-O,W-VXL9,T-8UOF" }, { "solarSystemName": "UKYS-5", "x": 170, "y": 395, "security": -0.1278194104996744, - "connectedSystems": [ - "CBGG-0", - "RV5-DW", - "RLDS-R", - "QM-O7J" - ] + "connectedSystems": "CBGG-0,RV5-DW,RLDS-R,QM-O7J" }, { "solarSystemName": "RV5-DW", "x": 85, "y": 385, "security": -0.1193893045640403, - "connectedSystems": [ - "UKYS-5", - "KP-FQ1", - "RLDS-R" - ] + "connectedSystems": "UKYS-5,KP-FQ1,RLDS-R" }, { "solarSystemName": "KP-FQ1", "x": 140, "y": 355, "security": -0.1094683030232156, - "connectedSystems": [ - "RV5-DW", - "QM-O7J" - ] + "connectedSystems": "RV5-DW,QM-O7J" }, { "solarSystemName": "RLDS-R", "x": 115, "y": 425, "security": -0.1030912840870875, - "connectedSystems": [ - "UKYS-5", - "RV5-DW", - "0-7XA8" - ] + "connectedSystems": "UKYS-5,RV5-DW,0-7XA8" }, { "solarSystemName": "QM-O7J", "x": 220, "y": 355, "security": -0.1358489399127107, - "connectedSystems": [ - "UKYS-5", - "KP-FQ1", - "LC-1ED" - ] + "connectedSystems": "UKYS-5,KP-FQ1,LC-1ED" }, { "solarSystemName": "0-7XA8", "x": 65, "y": 455, "security": -0.06504169136789395, - "connectedSystems": [ - "RLDS-R", - "JU-UYK" - ] + "connectedSystems": "RLDS-R,JU-UYK" }, { "solarSystemName": "X5O1-L", "x": 300, "y": 720, "security": -0.007545100234686686, - "connectedSystems": [ - "V1V-6F", - "F-TVAP" - ] + "connectedSystems": "V1V-6F,F-TVAP" }, { "solarSystemName": "F-TVAP", "x": 245, "y": 700, "security": -0.006017670015328824, - "connectedSystems": [ - "X5O1-L", - "6Y-0TW" - ] + "connectedSystems": "X5O1-L,6Y-0TW" }, { "solarSystemName": "6Y-0TW", "x": 240, "y": 660, "security": -0.006347124603347631, - "connectedSystems": [ - "F-TVAP", - "TL-T9Z", - "B-G1LG" - ] + "connectedSystems": "F-TVAP,TL-T9Z,B-G1LG" }, { "solarSystemName": "TL-T9Z", "x": 240, "y": 620, "security": -0.005483747547472384, - "connectedSystems": [ - "6Y-0TW", - "E7-WSY" - ] + "connectedSystems": "6Y-0TW,E7-WSY" }, { "solarSystemName": "E7-WSY", "x": 305, "y": 620, "security": -0.005755146957592383, - "connectedSystems": [ - "TL-T9Z", - "B-G1LG" - ] + "connectedSystems": "TL-T9Z,B-G1LG" }, { "solarSystemName": "B-G1LG", "x": 305, "y": 660, "security": -0.005767138335765809, - "connectedSystems": [ - "6Y-0TW", - "E7-WSY" - ] + "connectedSystems": "6Y-0TW,E7-WSY" }, { "solarSystemName": "T-8UOF", "x": 440, "y": 175, "security": -0.2422572303630901, - "connectedSystems": [ - "U2-BJ2", - "DP-2WP", - "MMR-LZ", - "I-ME3L", - "Z-R96X" - ] + "connectedSystems": "U2-BJ2,DP-2WP,MMR-LZ,I-ME3L,Z-R96X" }, { "solarSystemName": "DP-2WP", "x": 515, "y": 175, "security": -0.275742549234295, - "connectedSystems": [ - "T-8UOF" - ] + "connectedSystems": "T-8UOF" }, { "solarSystemName": "MMR-LZ", "x": 380, "y": 125, "security": -0.3244496056099013, - "connectedSystems": [ - "T-8UOF", - "YE17-R", - "T7-JNB", - "DABV-N" - ] + "connectedSystems": "T-8UOF,YE17-R,T7-JNB,DABV-N" }, { "solarSystemName": "I-ME3L", "x": 450, "y": 230, "security": -0.1952337435608088, - "connectedSystems": [ - "T-8UOF" - ] + "connectedSystems": "T-8UOF" }, { "solarSystemName": "YE17-R", "x": 380, "y": 175, "security": -0.3491743751747751, - "connectedSystems": [ - "MMR-LZ" - ] + "connectedSystems": "MMR-LZ" }, { "solarSystemName": "T7-JNB", "x": 450, "y": 125, "security": -0.3088629135329298, - "connectedSystems": [ - "MMR-LZ", - "LB0-A1" - ] + "connectedSystems": "MMR-LZ,LB0-A1" }, { "solarSystemName": "LB0-A1", "x": 515, "y": 70, "security": -0.343054325177881, - "connectedSystems": [ - "T7-JNB", - "S-BWWQ", - "Z-R96X", - "J-AYLV" - ] + "connectedSystems": "T7-JNB,S-BWWQ,Z-R96X,J-AYLV" }, { "solarSystemName": "S-BWWQ", "x": 480, "y": 25, "security": -0.2222669088583834, - "connectedSystems": [ - "LB0-A1", - "ZH-KEV" - ] + "connectedSystems": "LB0-A1,ZH-KEV" }, { "solarSystemName": "Z-R96X", "x": 515, "y": 125, "security": -0.2809361433208786, - "connectedSystems": [ - "T-8UOF", - "LB0-A1" - ] + "connectedSystems": "T-8UOF,LB0-A1" }, { "solarSystemName": "J-AYLV", "x": 445, "y": 70, "security": -0.3674882527773238, - "connectedSystems": [ - "LB0-A1", - "DABV-N" - ] + "connectedSystems": "LB0-A1,DABV-N" }, { "solarSystemName": "DABV-N", "x": 380, "y": 70, "security": -0.3642255848820286, - "connectedSystems": [ - "MMR-LZ", - "J-AYLV", - "ZH-KEV" - ] + "connectedSystems": "MMR-LZ,J-AYLV,ZH-KEV" }, { "solarSystemName": "ZH-KEV", "x": 405, "y": 25, "security": -0.1862785186237405, - "connectedSystems": [ - "S-BWWQ", - "DABV-N" - ] + "connectedSystems": "S-BWWQ,DABV-N" }, { "solarSystemName": "LC-1ED", "x": 240, "y": 310, "security": -0.1404235586677363, - "connectedSystems": [ - "QM-O7J", - "RPS-0K", - "VNPF-7" - ] + "connectedSystems": "QM-O7J,RPS-0K,VNPF-7" }, { "solarSystemName": "RPS-0K", "x": 250, "y": 260, "security": -0.2096909956618375, - "connectedSystems": [ - "LC-1ED", - "U6-FCE" - ] + "connectedSystems": "LC-1ED,U6-FCE" }, { "solarSystemName": "VNPF-7", "x": 165, "y": 310, "security": -0.1057426341737791, - "connectedSystems": [ - "LC-1ED", - "CJF-1P", - "Z-XMUC" - ] + "connectedSystems": "LC-1ED,CJF-1P,Z-XMUC" }, { "solarSystemName": "CJF-1P", "x": 90, "y": 310, "security": -0.1003501170454653, - "connectedSystems": [ - "VNPF-7", - "Z-XMUC", - "XZ-SKZ" - ] + "connectedSystems": "VNPF-7,Z-XMUC,XZ-SKZ" }, { "solarSystemName": "U6-FCE", "x": 250, "y": 225, "security": -0.2314232510335789, - "connectedSystems": [ - "RPS-0K", - "L6B-0N", - "6QBH-S" - ] + "connectedSystems": "RPS-0K,L6B-0N,6QBH-S" }, { "solarSystemName": "L6B-0N", "x": 250, "y": 190, "security": -0.2310154012997199, - "connectedSystems": [ - "U6-FCE", - "JVJ2-N" - ] + "connectedSystems": "U6-FCE,JVJ2-N" }, { "solarSystemName": "Z-XMUC", "x": 130, "y": 275, "security": -0.13202261350098, - "connectedSystems": [ - "VNPF-7", - "CJF-1P" - ] + "connectedSystems": "VNPF-7,CJF-1P" }, { "solarSystemName": "6QBH-S", "x": 160, "y": 225, "security": -0.2498298105280726, - "connectedSystems": [ - "U6-FCE" - ] + "connectedSystems": "U6-FCE" }, { "solarSystemName": "RRWI-5", "x": 305, "y": 495, "security": -0.03816928759470961, - "connectedSystems": [ - "WBLF-0", - "Y-4U62", - "EAWE-2", - "I-3FET" - ] + "connectedSystems": "WBLF-0,Y-4U62,EAWE-2,I-3FET" }, { "solarSystemName": "Y-4U62", "x": 235, "y": 490, "security": -0.05783381493459694, - "connectedSystems": [ - "RRWI-5", - "EAWE-2", - "QCKK-T" - ] + "connectedSystems": "RRWI-5,EAWE-2,QCKK-T" }, { "solarSystemName": "EAWE-2", "x": 260, "y": 540, "security": -0.06396291530330778, - "connectedSystems": [ - "RRWI-5", - "Y-4U62" - ] + "connectedSystems": "RRWI-5,Y-4U62" }, { "solarSystemName": "I-3FET", "x": 320, "y": 540, "security": -0.03090165956410151, - "connectedSystems": [ - "RRWI-5" - ] + "connectedSystems": "RRWI-5" }, { "solarSystemName": "QCKK-T", "x": 170, "y": 510, "security": -0.05559780620023425, - "connectedSystems": [ - "Y-4U62", - "RP-H66" - ] + "connectedSystems": "Y-4U62,RP-H66" }, { "solarSystemName": "RP-H66", "x": 130, "y": 555, "security": -0.07034145537591974, - "connectedSystems": [ - "QCKK-T" - ] + "connectedSystems": "QCKK-T" }, { "solarSystemName": "JU-UYK", "x": 45, "y": 505, "security": -0.05592012533260238, - "connectedSystems": [ - "0-7XA8", - "O-FTHE" - ] + "connectedSystems": "0-7XA8,O-FTHE" }, { "solarSystemName": "O-FTHE", "x": 40, "y": 550, "security": -0.04210734031653984, - "connectedSystems": [ - "JU-UYK", - "W-Q233" - ] + "connectedSystems": "JU-UYK,W-Q233" }, { "solarSystemName": "W-Q233", "x": 30, "y": 590, "security": -0.02699238674221927, - "connectedSystems": [ - "O-FTHE", - "4XW2-D", - "J5NU-K" - ] + "connectedSystems": "O-FTHE,4XW2-D,J5NU-K" }, { "solarSystemName": "4XW2-D", "x": 100, "y": 615, "security": -0.02736497755709288, - "connectedSystems": [ - "W-Q233", - "EOT-XL" - ] + "connectedSystems": "W-Q233,EOT-XL" }, { "solarSystemName": "J5NU-K", "x": 20, "y": 630, "security": -0.02963617256627527, - "connectedSystems": [ - "W-Q233", - "RVRE-Z" - ] + "connectedSystems": "W-Q233,RVRE-Z" }, { "solarSystemName": "EOT-XL", "x": 160, "y": 640, "security": -0.02079838368630116, - "connectedSystems": [ - "4XW2-D" - ] + "connectedSystems": "4XW2-D" }, { "solarSystemName": "RVRE-Z", "x": 15, "y": 670, "security": -0.02101998939228533, - "connectedSystems": [ - "J5NU-K", - "B-2UL0", - "L-A9FS" - ] + "connectedSystems": "J5NU-K,B-2UL0,L-A9FS" }, { "solarSystemName": "B-2UL0", "x": 90, "y": 680, "security": -0.01542104075487416, - "connectedSystems": [ - "RVRE-Z" - ] + "connectedSystems": "RVRE-Z" }, { "solarSystemName": "L-A9FS", "x": 35, "y": 700, "security": -0.01272963456912024, - "connectedSystems": [ - "RVRE-Z", - "OOO-FS" - ] + "connectedSystems": "RVRE-Z,OOO-FS" }, { "solarSystemName": "OOO-FS", "x": 85, "y": 725, "security": -0.01248188264740879, - "connectedSystems": [ - "L-A9FS", - "373Z-7" - ] + "connectedSystems": "L-A9FS,373Z-7" }, { "solarSystemName": "373Z-7", "x": 150, "y": 735, "security": -0.00763090921523879, - "connectedSystems": [ - "OOO-FS" - ] + "connectedSystems": "OOO-FS" }, { "solarSystemName": "JVJ2-N", "x": 250, "y": 145, "security": -0.169823672786793, - "connectedSystems": [ - "L6B-0N", - "2B-3M4", - "5J-UEX" - ] + "connectedSystems": "L6B-0N,2B-3M4,5J-UEX" }, { "solarSystemName": "2B-3M4", "x": 170, "y": 145, "security": -0.1436207345975381, - "connectedSystems": [ - "JVJ2-N", - "A-XASO" - ] + "connectedSystems": "JVJ2-N,A-XASO" }, { "solarSystemName": "A-XASO", "x": 115, "y": 170, "security": -0.1506815252997508, - "connectedSystems": [ - "2B-3M4" - ] + "connectedSystems": "2B-3M4" }, { "solarSystemName": "5J-UEX", "x": 295, "y": 95, "security": -0.1479375908085321, - "connectedSystems": [ - "JVJ2-N", - "1H4V-O", - "LGL-SD" - ] + "connectedSystems": "JVJ2-N,1H4V-O,LGL-SD" }, { "solarSystemName": "1H4V-O", "x": 295, "y": 50, "security": -0.1000367410880595, - "connectedSystems": [ - "5J-UEX", - "O-CT8N" - ] + "connectedSystems": "5J-UEX,O-CT8N" }, { "solarSystemName": "LGL-SD", "x": 230, "y": 105, "security": -0.1659901361491434, - "connectedSystems": [ - "5J-UEX", - "A-DZA8" - ] + "connectedSystems": "5J-UEX,A-DZA8" }, { "solarSystemName": "A-DZA8", "x": 200, "y": 65, "security": -0.1903414839483445, - "connectedSystems": [ - "LGL-SD", - "O-CT8N", - "Z-6YQC" - ] + "connectedSystems": "LGL-SD,O-CT8N,Z-6YQC" }, { "solarSystemName": "O-CT8N", "x": 240, "y": 30, "security": -0.07084553616347844, - "connectedSystems": [ - "1H4V-O", - "A-DZA8" - ] + "connectedSystems": "1H4V-O,A-DZA8" }, { "solarSystemName": "Z-6YQC", "x": 90, "y": 75, "security": -0.2086361211274014, - "connectedSystems": [ - "A-DZA8", - "F7-ICZ", - "XFBE-T" - ] + "connectedSystems": "A-DZA8,F7-ICZ,XFBE-T" }, { "solarSystemName": "F7-ICZ", "x": 60, "y": 35, "security": -0.264578265976, - "connectedSystems": [ - "Z-6YQC", - "T-NNJZ", - "NRT4-U", - "Saminer" - ] + "connectedSystems": "Z-6YQC,T-NNJZ,NRT4-U,Saminer" }, { "solarSystemName": "XFBE-T", "x": 70, "y": 125, "security": -0.1859255188830254, - "connectedSystems": [ - "Z-6YQC", - "DK6W-I", - "0T-LIB" - ] + "connectedSystems": "Z-6YQC,DK6W-I,0T-LIB" }, { "solarSystemName": "T-NNJZ", "x": 0, "y": 10, "security": -0.3027842714672225, - "connectedSystems": [ - "F7-ICZ", - "NRT4-U" - ] + "connectedSystems": "F7-ICZ,NRT4-U" }, { "solarSystemName": "DK6W-I", "x": 0, "y": 100, "security": -0.1153763751333502, - "connectedSystems": [ - "XFBE-T" - ] + "connectedSystems": "XFBE-T" }, { "solarSystemName": "0T-LIB", "x": 0, "y": 155, "security": -0.2062247831689649, - "connectedSystems": [ - "XFBE-T" - ] + "connectedSystems": "XFBE-T" }, { "solarSystemName": "NRT4-U", "x": 0, "y": 65, "security": -0.3269849355708006, - "connectedSystems": [ - "F7-ICZ", - "T-NNJZ" - ] + "connectedSystems": "F7-ICZ,T-NNJZ" }, { "solarSystemName": "VYJ-DA", "x": 965, "y": 265, "security": -0.06575385130149236, - "connectedSystems": [ - "U-WLT9", - "HHQ-M1", - "HT4K-M" - ] + "connectedSystems": "U-WLT9,HHQ-M1,HT4K-M" }, { "solarSystemName": "XZ-SKZ", "x": 10, "y": 310, "security": -0.03686390826372221, - "connectedSystems": [ - "35-JWD", - "0-NTIS", - "CJF-1P" - ] + "connectedSystems": "35-JWD,0-NTIS,CJF-1P" } ] \ No newline at end of file diff --git a/public/Syndicate.json b/public/Syndicate.json index f4d20a7..f3eee0a 100644 --- a/public/Syndicate.json +++ b/public/Syndicate.json @@ -4,1316 +4,860 @@ "x": 770, "y": 109, "security": -0.03454826133219657, - "connectedSystems": [ - "Harroule", - "F67E-Q", - "6E-578", - "2X-PQG", - "UM-Q7F" - ] + "connectedSystems": "Harroule,F67E-Q,6E-578,2X-PQG,UM-Q7F" }, { "solarSystemName": "F67E-Q", "x": 720, "y": 67, "security": -0.02341099025129212, - "connectedSystems": [ - "MHC-R3", - "Poitot" - ] + "connectedSystems": "MHC-R3,Poitot" }, { "solarSystemName": "6E-578", "x": 753, "y": 171, "security": -0.05088454712950252, - "connectedSystems": [ - "MHC-R3", - "6-CZ49", - "ZVN5-H", - "ATY-2U", - "2X-PQG" - ] + "connectedSystems": "MHC-R3,6-CZ49,ZVN5-H,ATY-2U,2X-PQG" }, { "solarSystemName": "Poitot", "x": 648, "y": 57, "security": -0.01955221490548831, - "connectedSystems": [ - "F67E-Q", - "X-BV98" - ] + "connectedSystems": "F67E-Q,X-BV98" }, { "solarSystemName": "ZVN5-H", "x": 809, "y": 223, "security": -0.08093572170987129, - "connectedSystems": [ - "6E-578", - "8-JYPM", - "PVH8-0", - "JH-M2W", - "ATY-2U", - "AAS-8R" - ] + "connectedSystems": "6E-578,8-JYPM,PVH8-0,JH-M2W,ATY-2U,AAS-8R" }, { "solarSystemName": "ATY-2U", "x": 832, "y": 174, "security": -0.07460401810548667, - "connectedSystems": [ - "6E-578", - "ZVN5-H", - "V4-L0X", - "PFP-GU" - ] + "connectedSystems": "6E-578,ZVN5-H,V4-L0X,PFP-GU" }, { "solarSystemName": "X-BV98", "x": 580, "y": 73, "security": -0.04096714296466497, - "connectedSystems": [ - "Poitot", - "FD-MLJ" - ] + "connectedSystems": "Poitot,FD-MLJ" }, { "solarSystemName": "2X-PQG", "x": 694, "y": 128, "security": -0.06246741671028744, - "connectedSystems": [ - "MHC-R3", - "6E-578" - ] + "connectedSystems": "MHC-R3,6E-578" }, { "solarSystemName": "FD-MLJ", "x": 543, "y": 114, "security": -0.03860807044745451, - "connectedSystems": [ - "X-BV98", - "PF-346", - "X-M2LR" - ] + "connectedSystems": "X-BV98,PF-346,X-M2LR" }, { "solarSystemName": "PF-346", "x": 518, "y": 61, "security": -0.3520785838102707, - "connectedSystems": [ - "FD-MLJ", - "Orvolle" - ] + "connectedSystems": "FD-MLJ,Orvolle" }, { "solarSystemName": "X-M2LR", "x": 512, "y": 154, "security": -0.1259112190972873, - "connectedSystems": [ - "FD-MLJ", - "K5-JRD", - "BMNV-P" - ] + "connectedSystems": "FD-MLJ,K5-JRD,BMNV-P" }, { "solarSystemName": "K5-JRD", "x": 492, "y": 194, "security": -0.09149609581595852, - "connectedSystems": [ - "X-M2LR", - "8V-SJJ" - ] + "connectedSystems": "X-M2LR,8V-SJJ" }, { "solarSystemName": "6-CZ49", "x": 664, "y": 199, "security": -0.157212654503891, - "connectedSystems": [ - "Reblier", - "6E-578", - "EZA-FM", - "PVH8-0" - ] + "connectedSystems": "Reblier,6E-578,EZA-FM,PVH8-0" }, { "solarSystemName": "EZA-FM", "x": 675, "y": 270, "security": -0.1602662727619136, - "connectedSystems": [ - "6-CZ49", - "8-JYPM", - "PVH8-0", - "JH-M2W" - ] + "connectedSystems": "6-CZ49,8-JYPM,PVH8-0,JH-M2W" }, { "solarSystemName": "8-JYPM", "x": 810, "y": 278, "security": -0.1471468024154556, - "connectedSystems": [ - "EZA-FM", - "ZVN5-H", - "M2-CF1", - "QWF-6P" - ] + "connectedSystems": "EZA-FM,ZVN5-H,M2-CF1,QWF-6P" }, { "solarSystemName": "PVH8-0", "x": 729, "y": 233, "security": -0.1039626729777649, - "connectedSystems": [ - "6-CZ49", - "EZA-FM", - "ZVN5-H", - "JH-M2W" - ] + "connectedSystems": "6-CZ49,EZA-FM,ZVN5-H,JH-M2W" }, { "solarSystemName": "M2-CF1", "x": 772, "y": 367, "security": -0.1350938883517749, - "connectedSystems": [ - "8-JYPM", - "JH-M2W", - "97X-CH", - "VV-VCR" - ] + "connectedSystems": "8-JYPM,JH-M2W,97X-CH,VV-VCR" }, { "solarSystemName": "JH-M2W", "x": 745, "y": 310, "security": -0.1216289351326084, - "connectedSystems": [ - "EZA-FM", - "ZVN5-H", - "PVH8-0", - "M2-CF1", - "PC9-AY" - ] + "connectedSystems": "EZA-FM,ZVN5-H,PVH8-0,M2-CF1,PC9-AY" }, { "solarSystemName": "PC9-AY", "x": 897, "y": 381, "security": -0.1563720167879886, - "connectedSystems": [ - "JH-M2W", - "T22-QI", - "X-PYH5" - ] + "connectedSystems": "JH-M2W,T22-QI,X-PYH5" }, { "solarSystemName": "T22-QI", "x": 954, "y": 363, "security": -0.1723721169215325, - "connectedSystems": [ - "PC9-AY" - ] + "connectedSystems": "PC9-AY" }, { "solarSystemName": "X-PYH5", "x": 917, "y": 422, "security": -0.1988461347490172, - "connectedSystems": [ - "PC9-AY", - "ZN0-SR" - ] + "connectedSystems": "PC9-AY,ZN0-SR" }, { "solarSystemName": "ZN0-SR", "x": 921, "y": 454, "security": -0.2348309461274919, - "connectedSystems": [ - "X-PYH5", - "5-DSFH", - "AK-QBU" - ] + "connectedSystems": "X-PYH5,5-DSFH,AK-QBU" }, { "solarSystemName": "5-DSFH", "x": 956, "y": 490, "security": -0.2693414480448235, - "connectedSystems": [ - "ZN0-SR", - "AK-QBU" - ] + "connectedSystems": "ZN0-SR,AK-QBU" }, { "solarSystemName": "AK-QBU", "x": 891, "y": 491, "security": -0.3076863142258943, - "connectedSystems": [ - "ZN0-SR", - "5-DSFH" - ] + "connectedSystems": "ZN0-SR,5-DSFH" }, { "solarSystemName": "QWF-6P", "x": 892, "y": 256, "security": -0.132963654827, - "connectedSystems": [ - "8-JYPM", - "AAS-8R", - "1-NKVT" - ] + "connectedSystems": "8-JYPM,AAS-8R,1-NKVT" }, { "solarSystemName": "AAS-8R", "x": 891, "y": 208, "security": -0.0907935870786, - "connectedSystems": [ - "ZVN5-H", - "QWF-6P", - "V4-L0X" - ] + "connectedSystems": "ZVN5-H,QWF-6P,V4-L0X" }, { "solarSystemName": "V4-L0X", "x": 939, "y": 163, "security": -0.0705305393595, - "connectedSystems": [ - "ATY-2U", - "AAS-8R", - "PFP-GU", - "T-LIWS", - "KTHT-O" - ] + "connectedSystems": "ATY-2U,AAS-8R,PFP-GU,T-LIWS,KTHT-O" }, { "solarSystemName": "PFP-GU", "x": 878, "y": 136, "security": -0.0541824081377, - "connectedSystems": [ - "ATY-2U", - "V4-L0X", - "0EK-NJ" - ] + "connectedSystems": "ATY-2U,V4-L0X,0EK-NJ" }, { "solarSystemName": "0EK-NJ", "x": 852, "y": 101, "security": -0.0580977612061, - "connectedSystems": [ - "PFP-GU", - "UM-Q7F" - ] + "connectedSystems": "PFP-GU,UM-Q7F" }, { "solarSystemName": "1-NKVT", "x": 960, "y": 254, "security": -0.160034346513, - "connectedSystems": [ - "QWF-6P", - "KTHT-O" - ] + "connectedSystems": "QWF-6P,KTHT-O" }, { "solarSystemName": "UM-Q7F", "x": 852, "y": 66, "security": -0.0491864898171, - "connectedSystems": [ - "MHC-R3", - "0EK-NJ", - "T-LIWS" - ] + "connectedSystems": "MHC-R3,0EK-NJ,T-LIWS" }, { "solarSystemName": "T-LIWS", "x": 939, "y": 108, "security": -0.0662495964763, - "connectedSystems": [ - "V4-L0X", - "UM-Q7F" - ] + "connectedSystems": "V4-L0X,UM-Q7F" }, { "solarSystemName": "KTHT-O", "x": 958, "y": 208, "security": -0.0466663645904, - "connectedSystems": [ - "V4-L0X", - "1-NKVT" - ] + "connectedSystems": "V4-L0X,1-NKVT" }, { "solarSystemName": "97X-CH", "x": 757, "y": 502, "security": -0.1955812677161061, - "connectedSystems": [ - "M2-CF1", - "5-T0PZ", - "2Q-I6Q", - "Y9G-KS" - ] + "connectedSystems": "M2-CF1,5-T0PZ,2Q-I6Q,Y9G-KS" }, { "solarSystemName": "5-T0PZ", "x": 700, "y": 490, "security": -0.2778522304943448, - "connectedSystems": [ - "97X-CH", - "6R-PWU", - "A-ZLHX" - ] + "connectedSystems": "97X-CH,6R-PWU,A-ZLHX" }, { "solarSystemName": "6R-PWU", "x": 688, "y": 462, "security": -0.2738520893428589, - "connectedSystems": [ - "5-T0PZ" - ] + "connectedSystems": "5-T0PZ" }, { "solarSystemName": "2Q-I6Q", "x": 799, "y": 470, "security": -0.1431265018979204, - "connectedSystems": [ - "97X-CH" - ] + "connectedSystems": "97X-CH" }, { "solarSystemName": "A-ZLHX", "x": 701, "y": 525, "security": -0.3347476272277205, - "connectedSystems": [ - "5-T0PZ", - "UTKS-5" - ] + "connectedSystems": "5-T0PZ,UTKS-5" }, { "solarSystemName": "UTKS-5", "x": 696, "y": 556, "security": -0.367209520995584, - "connectedSystems": [ - "A-ZLHX", - "Y9G-KS", - "I-YGGI" - ] + "connectedSystems": "A-ZLHX,Y9G-KS,I-YGGI" }, { "solarSystemName": "Y9G-KS", "x": 757, "y": 542, "security": -0.3768133556425439, - "connectedSystems": [ - "97X-CH", - "UTKS-5", - "Conomette", - "Pertnineere" - ] + "connectedSystems": "97X-CH,UTKS-5,Conomette,Pertnineere" }, { "solarSystemName": "I-YGGI", "x": 683, "y": 590, "security": -0.1990442054952695, - "connectedSystems": [ - "UTKS-5" - ] + "connectedSystems": "UTKS-5" }, { "solarSystemName": "VV-VCR", "x": 611, "y": 428, "security": -0.1678738037811631, - "connectedSystems": [ - "M2-CF1", - "5-75MB", - "IIRH-G" - ] + "connectedSystems": "M2-CF1,5-75MB,IIRH-G" }, { "solarSystemName": "5-75MB", "x": 593, "y": 396, "security": -0.1641853829041828, - "connectedSystems": [ - "VV-VCR" - ] + "connectedSystems": "VV-VCR" }, { "solarSystemName": "IIRH-G", "x": 554, "y": 454, "security": -0.2567903818994493, - "connectedSystems": [ - "VV-VCR", - "35-RK9" - ] + "connectedSystems": "VV-VCR,35-RK9" }, { "solarSystemName": "35-RK9", "x": 515, "y": 484, "security": -0.2469051994711792, - "connectedSystems": [ - "IIRH-G", - "XS-XAY" - ] + "connectedSystems": "IIRH-G,XS-XAY" }, { "solarSystemName": "XS-XAY", "x": 501, "y": 525, "security": -0.3378527293896676, - "connectedSystems": [ - "35-RK9", - "DP34-U", - "617I-I", - "6-U2M8" - ] + "connectedSystems": "35-RK9,DP34-U,617I-I,6-U2M8" }, { "solarSystemName": "DP34-U", "x": 501, "y": 562, "security": -0.3575572614261801, - "connectedSystems": [ - "XS-XAY", - "617I-I", - "6-U2M8" - ] + "connectedSystems": "XS-XAY,617I-I,6-U2M8" }, { "solarSystemName": "617I-I", "x": 564, "y": 582, "security": -0.2679900626331072, - "connectedSystems": [ - "XS-XAY", - "DP34-U", - "6-U2M8", - "I0AB-R" - ] + "connectedSystems": "XS-XAY,DP34-U,6-U2M8,I0AB-R" }, { "solarSystemName": "6-U2M8", "x": 446, "y": 582, "security": -0.3347803784007247, - "connectedSystems": [ - "XS-XAY", - "DP34-U", - "617I-I", - "I0AB-R", - "MXYS-8", - "S-U8A4" - ] + "connectedSystems": "XS-XAY,DP34-U,617I-I,I0AB-R,MXYS-8,S-U8A4" }, { "solarSystemName": "I0AB-R", "x": 511, "y": 612, "security": -0.2521314802459826, - "connectedSystems": [ - "617I-I", - "6-U2M8", - "A-3ES3" - ] + "connectedSystems": "617I-I,6-U2M8,A-3ES3" }, { "solarSystemName": "MXYS-8", "x": 415, "y": 555, "security": -0.3876480907980072, - "connectedSystems": [ - "6-U2M8" - ] + "connectedSystems": "6-U2M8" }, { "solarSystemName": "A-3ES3", "x": 576, "y": 628, "security": -0.2322608825118716, - "connectedSystems": [ - "I0AB-R" - ] + "connectedSystems": "I0AB-R" }, { "solarSystemName": "8V-SJJ", "x": 454, "y": 264, "security": -0.05224509354372953, - "connectedSystems": [ - "K5-JRD", - "5-FGQI", - "3KNK-A" - ] + "connectedSystems": "K5-JRD,5-FGQI,3KNK-A" }, { "solarSystemName": "5-FGQI", "x": 433, "y": 300, "security": -0.03189846888245951, - "connectedSystems": [ - "8V-SJJ", - "TXW-EI" - ] + "connectedSystems": "8V-SJJ,TXW-EI" }, { "solarSystemName": "3KNK-A", "x": 348, "y": 267, "security": -0.01361599314044226, - "connectedSystems": [ - "8V-SJJ", - "C0T-77" - ] + "connectedSystems": "8V-SJJ,C0T-77" }, { "solarSystemName": "TXW-EI", "x": 421, "y": 335, "security": -0.01311255977769577, - "connectedSystems": [ - "5-FGQI", - "3MOG-V", - "NG-C6Y", - "Vestouve" - ] + "connectedSystems": "5-FGQI,3MOG-V,NG-C6Y,Vestouve" }, { "solarSystemName": "3MOG-V", "x": 403, "y": 368, "security": -0.004728410282152873, - "connectedSystems": [ - "TXW-EI", - "Y-W6GF" - ] + "connectedSystems": "TXW-EI,Y-W6GF" }, { "solarSystemName": "NG-C6Y", "x": 490, "y": 327, "security": -0.003516652207040116, - "connectedSystems": [ - "TXW-EI", - "XYY-IA" - ] + "connectedSystems": "TXW-EI,XYY-IA" }, { "solarSystemName": "XYY-IA", "x": 538, "y": 291, "security": -0.007947525176332126, - "connectedSystems": [ - "NG-C6Y" - ] + "connectedSystems": "NG-C6Y" }, { "solarSystemName": "BMNV-P", "x": 399, "y": 157, "security": -0.1842340510516526, - "connectedSystems": [ - "X-M2LR", - "BY-S36", - "31-MLU", - "A9D-R0", - "RF-GGF" - ] + "connectedSystems": "X-M2LR,BY-S36,31-MLU,A9D-R0,RF-GGF" }, { "solarSystemName": "BY-S36", "x": 379, "y": 208, "security": -0.0167508598849464, - "connectedSystems": [ - "BMNV-P" - ] + "connectedSystems": "BMNV-P" }, { "solarSystemName": "31-MLU", "x": 361, "y": 119, "security": -0.1653592909565599, - "connectedSystems": [ - "BMNV-P", - "0LTQ-C", - "A9D-R0", - "RF-GGF" - ] + "connectedSystems": "BMNV-P,0LTQ-C,A9D-R0,RF-GGF" }, { "solarSystemName": "0LTQ-C", "x": 320, "y": 89, "security": -0.2192489427884867, - "connectedSystems": [ - "31-MLU", - "2P-4LS", - "LSC4-P" - ] + "connectedSystems": "31-MLU,2P-4LS,LSC4-P" }, { "solarSystemName": "A9D-R0", "x": 430, "y": 118, "security": -0.08508997587015465, - "connectedSystems": [ - "BMNV-P", - "31-MLU" - ] + "connectedSystems": "BMNV-P,31-MLU" }, { "solarSystemName": "2P-4LS", "x": 252, "y": 99, "security": -0.1210436949179231, - "connectedSystems": [ - "0LTQ-C", - "A-SJ8X" - ] + "connectedSystems": "0LTQ-C,A-SJ8X" }, { "solarSystemName": "RF-GGF", "x": 328, "y": 156, "security": -0.2466183363976997, - "connectedSystems": [ - "BMNV-P", - "31-MLU" - ] + "connectedSystems": "BMNV-P,31-MLU" }, { "solarSystemName": "LSC4-P", "x": 310, "y": 59, "security": -0.3148409976328344, - "connectedSystems": [ - "0LTQ-C", - "10UZ-P" - ] + "connectedSystems": "0LTQ-C,10UZ-P" }, { "solarSystemName": "A-SJ8X", "x": 182, "y": 88, "security": -0.08675687608557547, - "connectedSystems": [ - "2P-4LS", - "1-3HWZ" - ] + "connectedSystems": "2P-4LS,1-3HWZ" }, { "solarSystemName": "10UZ-P", "x": 300, "y": 15, "security": -0.1286955747875435, - "connectedSystems": [ - "LSC4-P", - "EN-VOD", - "9GYL-O", - "9U-TTJ" - ] + "connectedSystems": "LSC4-P,EN-VOD,9GYL-O,9U-TTJ" }, { "solarSystemName": "EN-VOD", "x": 240, "y": 29, "security": -0.03461184560894881, - "connectedSystems": [ - "10UZ-P" - ] + "connectedSystems": "10UZ-P" }, { "solarSystemName": "9GYL-O", "x": 360, "y": 13, "security": -0.04699485905057566, - "connectedSystems": [ - "10UZ-P", - "VLGD-R", - "S-GKKR" - ] + "connectedSystems": "10UZ-P,VLGD-R,S-GKKR" }, { "solarSystemName": "VLGD-R", "x": 426, "y": 34, "security": -0.01945272441515267, - "connectedSystems": [ - "9GYL-O", - "S-GKKR" - ] + "connectedSystems": "9GYL-O,S-GKKR" }, { "solarSystemName": "S-GKKR", "x": 428, "y": 0, "security": -0.019973239537174, - "connectedSystems": [ - "9GYL-O", - "VLGD-R" - ] + "connectedSystems": "9GYL-O,VLGD-R" }, { "solarSystemName": "9U-TTJ", "x": 242, "y": 0, "security": -0.23789731666659, - "connectedSystems": [ - "10UZ-P" - ] + "connectedSystems": "10UZ-P" }, { "solarSystemName": "Y-W6GF", "x": 280, "y": 630, "security": -0.00927193532735926, - "connectedSystems": [ - "3MOG-V", - "KFR-ZE", - "KLYN-8", - "5KS-AB" - ] + "connectedSystems": "3MOG-V,KFR-ZE,KLYN-8,5KS-AB" }, { "solarSystemName": "KFR-ZE", "x": 190, "y": 670, "security": -0.01294528549227481, - "connectedSystems": [ - "Y-W6GF", - "D85-VD", - "U0V6-T" - ] + "connectedSystems": "Y-W6GF,D85-VD,U0V6-T" }, { "solarSystemName": "KLYN-8", "x": 287, "y": 668, "security": -0.01390562763787928, - "connectedSystems": [ - "Y-W6GF", - "5-VKCN" - ] + "connectedSystems": "Y-W6GF,5-VKCN" }, { "solarSystemName": "D85-VD", "x": 135, "y": 705, "security": -0.02350508615656566, - "connectedSystems": [ - "KFR-ZE", - "Faurulle" - ] + "connectedSystems": "KFR-ZE,Faurulle" }, { "solarSystemName": "5-VKCN", "x": 265, "y": 730, "security": -0.0164916278846392, - "connectedSystems": [ - "KLYN-8" - ] + "connectedSystems": "KLYN-8" }, { "solarSystemName": "U0V6-T", "x": 190, "y": 730, "security": -0.009788298137056728, - "connectedSystems": [ - "KFR-ZE" - ] + "connectedSystems": "KFR-ZE" }, { "solarSystemName": "5KS-AB", "x": 200, "y": 600, "security": -0.002058799747265971, - "connectedSystems": [ - "Y-W6GF" - ] + "connectedSystems": "Y-W6GF" }, { "solarSystemName": "0T-AMZ", "x": 75, "y": 172, "security": -0.0101926993393674, - "connectedSystems": [ - "TQ-RR8", - "57-YRU" - ] + "connectedSystems": "TQ-RR8,57-YRU" }, { "solarSystemName": "57-YRU", "x": 59, "y": 137, "security": -0.005675402190903123, - "connectedSystems": [ - "0T-AMZ", - "4L-E5P" - ] + "connectedSystems": "0T-AMZ,4L-E5P" }, { "solarSystemName": "4L-E5P", "x": 51, "y": 101, "security": -0.009857526613985534, - "connectedSystems": [ - "57-YRU", - "UFXF-C", - "RLL-9R" - ] + "connectedSystems": "57-YRU,UFXF-C,RLL-9R" }, { "solarSystemName": "UFXF-C", "x": 80, "y": 64, "security": -0.00794012011893086, - "connectedSystems": [ - "4L-E5P", - "51-5XG" - ] + "connectedSystems": "4L-E5P,51-5XG" }, { "solarSystemName": "RLL-9R", "x": 8, "y": 66, "security": -0.008892640950535324, - "connectedSystems": [ - "4L-E5P", - "51-5XG" - ] + "connectedSystems": "4L-E5P,51-5XG" }, { "solarSystemName": "51-5XG", "x": 39, "y": 32, "security": -0.01011882224712912, - "connectedSystems": [ - "UFXF-C", - "RLL-9R" - ] + "connectedSystems": "UFXF-C,RLL-9R" }, { "solarSystemName": "EF-F36", "x": 57, "y": 458, "security": -0.02878950314808015, - "connectedSystems": [ - "P-NUWP", - "3-IN0V", - "DUV-5Y", - "GRNJ-3" - ] + "connectedSystems": "P-NUWP,3-IN0V,DUV-5Y,GRNJ-3" }, { "solarSystemName": "3-IN0V", "x": 59, "y": 506, "security": -0.03421014629031061, - "connectedSystems": [ - "EF-F36", - "Z-QENW", - "D-B7YK", - "DUV-5Y" - ] + "connectedSystems": "EF-F36,Z-QENW,D-B7YK,DUV-5Y" }, { "solarSystemName": "Z-QENW", "x": 20, "y": 545, "security": -0.03509118979343129, - "connectedSystems": [ - "3-IN0V" - ] + "connectedSystems": "3-IN0V" }, { "solarSystemName": "D-B7YK", "x": 94, "y": 545, "security": -0.04778003998329139, - "connectedSystems": [ - "3-IN0V" - ] + "connectedSystems": "3-IN0V" }, { "solarSystemName": "DUV-5Y", "x": 0, "y": 485, "security": -0.02861098916289828, - "connectedSystems": [ - "EF-F36", - "3-IN0V" - ] + "connectedSystems": "EF-F36,3-IN0V" }, { "solarSystemName": "GRNJ-3", "x": 0, "y": 434, "security": -0.0346175592283795, - "connectedSystems": [ - "EF-F36" - ] + "connectedSystems": "EF-F36" }, { "solarSystemName": "VSIG-K", "x": 230, "y": 392, "security": -0.004873704930267175, - "connectedSystems": [ - "E9G-MT", - "RSS-KA" - ] + "connectedSystems": "E9G-MT,RSS-KA" }, { "solarSystemName": "RSS-KA", "x": 233, "y": 431, "security": -0.0118377674697836, - "connectedSystems": [ - "VSIG-K", - "CIS-7X", - "DCHR-L", - "EU0I-T", - "4-JWWQ" - ] + "connectedSystems": "VSIG-K,CIS-7X,DCHR-L,EU0I-T,4-JWWQ" }, { "solarSystemName": "CIS-7X", "x": 254, "y": 497, "security": -0.009062798685203877, - "connectedSystems": [ - "RSS-KA", - "DCHR-L", - "4-JWWQ", - "G-6SXJ" - ] + "connectedSystems": "RSS-KA,DCHR-L,4-JWWQ,G-6SXJ" }, { "solarSystemName": "DCHR-L", "x": 193, "y": 473, "security": -0.00812716413626946, - "connectedSystems": [ - "RSS-KA", - "CIS-7X", - "EU0I-T", - "G-6SXJ" - ] + "connectedSystems": "RSS-KA,CIS-7X,EU0I-T,G-6SXJ" }, { "solarSystemName": "EU0I-T", "x": 168, "y": 436, "security": -0.01469444076587922, - "connectedSystems": [ - "RSS-KA", - "DCHR-L" - ] + "connectedSystems": "RSS-KA,DCHR-L" }, { "solarSystemName": "4-JWWQ", "x": 298, "y": 456, "security": -0.02031753297024364, - "connectedSystems": [ - "RSS-KA", - "CIS-7X" - ] + "connectedSystems": "RSS-KA,CIS-7X" }, { "solarSystemName": "G-6SXJ", "x": 183, "y": 506, "security": -0.01134353224907725, - "connectedSystems": [ - "CIS-7X", - "DCHR-L" - ] + "connectedSystems": "CIS-7X,DCHR-L" }, { "solarSystemName": "S-U8A4", "x": 442, "y": 676, "security": -0.4457488384346604, - "connectedSystems": [ - "6-U2M8", - "ZV-72W", - "2G38-I", - "98Q-8O" - ] + "connectedSystems": "6-U2M8,ZV-72W,2G38-I,98Q-8O" }, { "solarSystemName": "ZV-72W", "x": 508, "y": 682, "security": -0.4161839024390347, - "connectedSystems": [ - "S-U8A4", - "CY-ZLP", - "U4-Q2V", - "98Q-8O" - ] + "connectedSystems": "S-U8A4,CY-ZLP,U4-Q2V,98Q-8O" }, { "solarSystemName": "2G38-I", "x": 378, "y": 686, "security": -0.4132225082833987, - "connectedSystems": [ - "S-U8A4", - "98Q-8O" - ] + "connectedSystems": "S-U8A4,98Q-8O" }, { "solarSystemName": "CY-ZLP", "x": 505, "y": 717, "security": -0.3514635448119678, - "connectedSystems": [ - "ZV-72W", - "98Q-8O" - ] + "connectedSystems": "ZV-72W,98Q-8O" }, { "solarSystemName": "U4-Q2V", "x": 575, "y": 689, "security": -0.3769656840094251, - "connectedSystems": [ - "ZV-72W" - ] + "connectedSystems": "ZV-72W" }, { "solarSystemName": "98Q-8O", "x": 439, "y": 719, "security": -0.3903625747893673, - "connectedSystems": [ - "S-U8A4", - "ZV-72W", - "2G38-I", - "CY-ZLP" - ] + "connectedSystems": "S-U8A4,ZV-72W,2G38-I,CY-ZLP" }, { "solarSystemName": "Conomette", "x": 731, "y": 629, "security": 0.2994268998147349, - "connectedSystems": [ - "Y9G-KS", - "Aimoguier", - "Yveve" - ] + "connectedSystems": "Y9G-KS,Aimoguier,Yveve" }, { "solarSystemName": "Pertnineere", "x": 795, "y": 629, "security": 0.442910661884907, - "connectedSystems": [ - "Y9G-KS", - "Boystin" - ] + "connectedSystems": "Y9G-KS,Boystin" }, { "solarSystemName": "Faurulle", "x": 100, "y": 740, "security": 0.1026612141829483, - "connectedSystems": [ - "Ogaria", - "Agaullores", - "Babirmoult", - "D85-VD" - ] + "connectedSystems": "Ogaria,Agaullores,Babirmoult,D85-VD" }, { "solarSystemName": "Harroule", "x": 779, "y": 25, "security": 0.08506059125532228, - "connectedSystems": [ - "Ostingele", - "MHC-R3" - ] + "connectedSystems": "Ostingele,MHC-R3" }, { "solarSystemName": "Vestouve", "x": 481, "y": 378, "security": 0.04259476548809316, - "connectedSystems": [ - "Barleguet", - "Espigoure", - "TXW-EI" - ] + "connectedSystems": "Barleguet,Espigoure,TXW-EI" }, { "solarSystemName": "Orvolle", "x": 519, "y": 12, "security": 0.746238173885059, - "connectedSystems": [ - "PF-346", - "Osmeden", - "Oulley", - "Mesybier" - ] + "connectedSystems": "PF-346,Osmeden,Oulley,Mesybier" }, { "solarSystemName": "1-3HWZ", "x": 152, "y": 48, "security": -0.0448786043391316, - "connectedSystems": [ - "A-SJ8X", - "XT-R36" - ] + "connectedSystems": "A-SJ8X,XT-R36" }, { "solarSystemName": "C0T-77", "x": 207, "y": 276, "security": -0.01264649070418278, - "connectedSystems": [ - "3KNK-A", - "RL-KT0", - "P-NUWP", - "TQ-RR8" - ] + "connectedSystems": "3KNK-A,RL-KT0,P-NUWP,TQ-RR8" }, { "solarSystemName": "RL-KT0", "x": 108, "y": 277, "security": -0.007651573691258018, - "connectedSystems": [ - "C0T-77", - "UO9-YG", - "ZQP-QV", - "ZJQH-S" - ] + "connectedSystems": "C0T-77,UO9-YG,ZQP-QV,ZJQH-S" }, { "solarSystemName": "UO9-YG", "x": 177, "y": 324, "security": -0.006680577187579417, - "connectedSystems": [ - "RL-KT0", - "ZQP-QV", - "ZJQH-S", - "E9G-MT" - ] + "connectedSystems": "RL-KT0,ZQP-QV,ZJQH-S,E9G-MT" }, { "solarSystemName": "ZQP-QV", "x": 42, "y": 278, "security": -0.006822698851661202, - "connectedSystems": [ - "RL-KT0", - "UO9-YG", - "P-NUWP", - "ZJQH-S", - "TQ-RR8" - ] + "connectedSystems": "RL-KT0,UO9-YG,P-NUWP,ZJQH-S,TQ-RR8" }, { "solarSystemName": "P-NUWP", "x": 75, "y": 325, "security": -0.01658961336295062, - "connectedSystems": [ - "C0T-77", - "ZQP-QV", - "EF-F36" - ] + "connectedSystems": "C0T-77,ZQP-QV,EF-F36" }, { "solarSystemName": "ZJQH-S", "x": 122, "y": 248, "security": -0.01283207743044179, - "connectedSystems": [ - "RL-KT0", - "UO9-YG", - "ZQP-QV" - ] + "connectedSystems": "RL-KT0,UO9-YG,ZQP-QV" }, { "solarSystemName": "E9G-MT", "x": 226, "y": 357, "security": -0.003686051143766078, - "connectedSystems": [ - "UO9-YG", - "1L-BHT", - "VSIG-K" - ] + "connectedSystems": "UO9-YG,1L-BHT,VSIG-K" }, { "solarSystemName": "TQ-RR8", "x": 121, "y": 215, "security": -0.00775744873668005, - "connectedSystems": [ - "C0T-77", - "ZQP-QV", - "0T-AMZ" - ] + "connectedSystems": "C0T-77,ZQP-QV,0T-AMZ" }, { "solarSystemName": "1L-BHT", "x": 280, "y": 322, "security": -0.001699637179925495, - "connectedSystems": [ - "E9G-MT", - "D5IW-F" - ] + "connectedSystems": "E9G-MT,D5IW-F" }, { "solarSystemName": "Reblier", "x": 622, "y": 168, "security": 0.3980138379721859, - "connectedSystems": [ - "Chesiette", - "6-CZ49" - ] + "connectedSystems": "Chesiette,6-CZ49" } ] \ No newline at end of file diff --git a/public/Tash-Murkon.json b/public/Tash-Murkon.json index 1879e1f..ffd0add 100644 --- a/public/Tash-Murkon.json +++ b/public/Tash-Murkon.json @@ -4,1305 +4,832 @@ "x": 625, "y": 555, "security": 0.5728417443582221, - "connectedSystems": [ - "Tendhyes", - "Goram", - "Anjedin" - ] + "connectedSystems": "Tendhyes,Goram,Anjedin" }, { "solarSystemName": "Tendhyes", "x": 625, "y": 510, "security": 0.5896865562472866, - "connectedSystems": [ - "Tividu", - "Goram", - "Anjedin", - "Hibi" - ] + "connectedSystems": "Tividu,Goram,Anjedin,Hibi" }, { "solarSystemName": "Goram", "x": 710, "y": 525, "security": 0.5973921699556728, - "connectedSystems": [ - "Tividu", - "Tendhyes", - "Andabiar", - "Adahum", - "Ahrosseas" - ] + "connectedSystems": "Tividu,Tendhyes,Andabiar,Adahum,Ahrosseas" }, { "solarSystemName": "Anjedin", "x": 475, "y": 555, "security": 0.5157542061934395, - "connectedSystems": [ - "Tividu", - "Tendhyes", - "Ivih", - "Pimebeka", - "Teshkat" - ] + "connectedSystems": "Tividu,Tendhyes,Ivih,Pimebeka,Teshkat" }, { "solarSystemName": "Adahum", "x": 710, "y": 595, "security": 0.6076859050831391, - "connectedSystems": [ - "Goram" - ] + "connectedSystems": "Goram" }, { "solarSystemName": "Ahrosseas", "x": 765, "y": 485, "security": 0.5765630304100215, - "connectedSystems": [ - "Goram", - "Jarzalad" - ] + "connectedSystems": "Goram,Jarzalad" }, { "solarSystemName": "Riramia", "x": 895, "y": 270, "security": 0.5657311417804272, - "connectedSystems": [ - "Pimsu", - "Joppaya" - ] + "connectedSystems": "Pimsu,Joppaya" }, { "solarSystemName": "Nafomeh", "x": 890, "y": 390, "security": 0.7090617070032872, - "connectedSystems": [ - "Khopa", - "Pimsu", - "Jarzalad", - "Artoun" - ] + "connectedSystems": "Khopa,Pimsu,Jarzalad,Artoun" }, { "solarSystemName": "Pimsu", "x": 855, "y": 345, "security": 0.7251852005651308, - "connectedSystems": [ - "Riramia", - "Nafomeh", - "Jarzalad", - "Uanim", - "Elmed" - ] + "connectedSystems": "Riramia,Nafomeh,Jarzalad,Uanim,Elmed" }, { "solarSystemName": "Jarzalad", "x": 820, "y": 390, "security": 0.610018806438858, - "connectedSystems": [ - "Nafomeh", - "Pimsu", - "Ahrosseas", - "Matyas", - "Imeshasa" - ] + "connectedSystems": "Nafomeh,Pimsu,Ahrosseas,Matyas,Imeshasa" }, { "solarSystemName": "Matyas", "x": 845, "y": 445, "security": 0.5541377422388757, - "connectedSystems": [ - "Jarzalad", - "Jarshitsan" - ] + "connectedSystems": "Jarzalad,Jarshitsan" }, { "solarSystemName": "Imeshasa", "x": 745, "y": 280, "security": 0.5849645742852607, - "connectedSystems": [ - "Jarzalad", - "Sacalan" - ] + "connectedSystems": "Jarzalad,Sacalan" }, { "solarSystemName": "Ivih", "x": 410, "y": 555, "security": 0.5485958371491291, - "connectedSystems": [ - "Anjedin", - "Seil", - "Sehmosh" - ] + "connectedSystems": "Anjedin,Seil,Sehmosh" }, { "solarSystemName": "Seil", "x": 340, "y": 555, "security": 0.5878499584079475, - "connectedSystems": [ - "Ivih", - "Mani", - "Sehmosh" - ] + "connectedSystems": "Ivih,Mani,Sehmosh" }, { "solarSystemName": "Mani", "x": 270, "y": 555, "security": 0.8221446286455638, - "connectedSystems": [ - "Seil", - "Sinid", - "Zehru" - ] + "connectedSystems": "Seil,Sinid,Zehru" }, { "solarSystemName": "Sehmosh", "x": 340, "y": 600, "security": 0.570059883438896, - "connectedSystems": [ - "Ivih", - "Seil", - "Dabrid" - ] + "connectedSystems": "Ivih,Seil,Dabrid" }, { "solarSystemName": "Dabrid", "x": 325, "y": 640, "security": 0.6488396066497386, - "connectedSystems": [ - "Sehmosh", - "Gyerzen" - ] + "connectedSystems": "Sehmosh,Gyerzen" }, { "solarSystemName": "Gyerzen", "x": 290, "y": 680, "security": 0.4381802253043178, - "connectedSystems": [ - "Dabrid" - ] + "connectedSystems": "Dabrid" }, { "solarSystemName": "Hibi", "x": 625, "y": 470, "security": 0.503650457411525, - "connectedSystems": [ - "Tendhyes", - "Gemodi", - "Nuzair", - "Pera" - ] + "connectedSystems": "Tendhyes,Gemodi,Nuzair,Pera" }, { "solarSystemName": "Gemodi", "x": 550, "y": 445, "security": 0.3592616235688253, - "connectedSystems": [ - "Hibi", - "Chamume", - "Pera", - "Yong" - ] + "connectedSystems": "Hibi,Chamume,Pera,Yong" }, { "solarSystemName": "Chamume", "x": 515, "y": 490, "security": 0.2916874826700299, - "connectedSystems": [ - "Gemodi" - ] + "connectedSystems": "Gemodi" }, { "solarSystemName": "Nuzair", "x": 700, "y": 425, "security": 0.535056985830414, - "connectedSystems": [ - "Hibi", - "Shousran" - ] + "connectedSystems": "Hibi,Shousran" }, { "solarSystemName": "Pera", "x": 625, "y": 425, "security": 0.4553975014110228, - "connectedSystems": [ - "Hibi", - "Gemodi", - "Shousran" - ] + "connectedSystems": "Hibi,Gemodi,Shousran" }, { "solarSystemName": "Shousran", "x": 625, "y": 385, "security": 0.5508193814585486, - "connectedSystems": [ - "Nuzair", - "Pera", - "Yong", - "Nomash" - ] + "connectedSystems": "Nuzair,Pera,Yong,Nomash" }, { "solarSystemName": "Yong", "x": 550, "y": 410, "security": 0.2861308494778108, - "connectedSystems": [ - "Gemodi", - "Shousran", - "Biphi" - ] + "connectedSystems": "Gemodi,Shousran,Biphi" }, { "solarSystemName": "Pimebeka", "x": 475, "y": 195, "security": 0.684395768593291, - "connectedSystems": [ - "Anjedin", - "Baviasi", - "Tash-Murkon Prime" - ] + "connectedSystems": "Anjedin,Baviasi,Tash-Murkon Prime" }, { "solarSystemName": "Baviasi", "x": 475, "y": 165, "security": 0.8041019936484124, - "connectedSystems": [ - "Pimebeka", - "Tash-Murkon Prime", - "Abai" - ] + "connectedSystems": "Pimebeka,Tash-Murkon Prime,Abai" }, { "solarSystemName": "Tash-Murkon Prime", "x": 310, "y": 165, "security": 0.8321338757893988, - "connectedSystems": [ - "Pimebeka", - "Baviasi", - "Emrayur", - "Hilaban", - "Remoriu", - "Yanuel", - "Marthia", - "Bhizheba" - ] + "connectedSystems": "Pimebeka,Baviasi,Emrayur,Hilaban,Remoriu,Yanuel,Marthia,Bhizheba" }, { "solarSystemName": "Emrayur", "x": 200, "y": 165, "security": 1, - "connectedSystems": [ - "Tash-Murkon Prime", - "Shesha", - "Lossa", - "Tew" - ] + "connectedSystems": "Tash-Murkon Prime,Shesha,Lossa,Tew" }, { "solarSystemName": "Shesha", "x": 200, "y": 120, "security": 0.9396644807965321, - "connectedSystems": [ - "Emrayur", - "Hilaban", - "Goni" - ] + "connectedSystems": "Emrayur,Hilaban,Goni" }, { "solarSystemName": "Hilaban", "x": 280, "y": 120, "security": 0.8914440724937266, - "connectedSystems": [ - "Tash-Murkon Prime", - "Shesha", - "Pasha" - ] + "connectedSystems": "Tash-Murkon Prime,Shesha,Pasha" }, { "solarSystemName": "Sacalan", "x": 435, "y": 280, "security": 0.5628807729915568, - "connectedSystems": [ - "Imeshasa", - "Mimen", - "Thashkarai", - "Atoosh", - "Hoona" - ] + "connectedSystems": "Imeshasa,Mimen,Thashkarai,Atoosh,Hoona" }, { "solarSystemName": "Mimen", "x": 360, "y": 300, "security": 0.5267440849258526, - "connectedSystems": [ - "Sacalan", - "Unkah", - "Hoona" - ] + "connectedSystems": "Sacalan,Unkah,Hoona" }, { "solarSystemName": "Thashkarai", "x": 395, "y": 240, "security": 0.611164416667624, - "connectedSystems": [ - "Sacalan", - "Abai", - "Atoosh", - "Remoriu" - ] + "connectedSystems": "Sacalan,Abai,Atoosh,Remoriu" }, { "solarSystemName": "Atoosh", "x": 395, "y": 395, "security": 0.6301617257473382, - "connectedSystems": [ - "Sacalan", - "Thashkarai", - "Unkah", - "Hoona", - "Sinid" - ] + "connectedSystems": "Sacalan,Thashkarai,Unkah,Hoona,Sinid" }, { "solarSystemName": "Unkah", "x": 360, "y": 330, "security": 0.6479084252788263, - "connectedSystems": [ - "Mimen", - "Atoosh" - ] + "connectedSystems": "Mimen,Atoosh" }, { "solarSystemName": "Hoona", "x": 270, "y": 280, "security": 0.488944493041001, - "connectedSystems": [ - "Sacalan", - "Mimen", - "Lossa", - "Atoosh", - "Asezai" - ] + "connectedSystems": "Sacalan,Mimen,Lossa,Atoosh,Asezai" }, { "solarSystemName": "Teshkat", "x": 475, "y": 615, "security": 0.4206539666702482, - "connectedSystems": [ - "Anjedin", - "Keshirou", - "Ordat", - "Rethan" - ] + "connectedSystems": "Anjedin,Keshirou,Ordat,Rethan" }, { "solarSystemName": "Keshirou", "x": 550, "y": 680, "security": 0.2365059591423365, - "connectedSystems": [ - "Teshkat", - "Nasesharafa", - "Ordat", - "Rethan" - ] + "connectedSystems": "Teshkat,Nasesharafa,Ordat,Rethan" }, { "solarSystemName": "Nasesharafa", "x": 630, "y": 680, "security": 0.1702329423776744, - "connectedSystems": [ - "Keshirou", - "Tirbam" - ] + "connectedSystems": "Keshirou,Tirbam" }, { "solarSystemName": "Tirbam", "x": 705, "y": 680, "security": 0.1560056990097577, - "connectedSystems": [ - "Nasesharafa" - ] + "connectedSystems": "Nasesharafa" }, { "solarSystemName": "Ordat", "x": 415, "y": 680, "security": 0.2695017087105577, - "connectedSystems": [ - "Teshkat", - "Keshirou", - "Rethan" - ] + "connectedSystems": "Teshkat,Keshirou,Rethan" }, { "solarSystemName": "Rethan", "x": 475, "y": 655, "security": 0.3730198618932522, - "connectedSystems": [ - "Teshkat", - "Keshirou", - "Ordat" - ] + "connectedSystems": "Teshkat,Keshirou,Ordat" }, { "solarSystemName": "Lossa", "x": 135, "y": 200, "security": 0.8359400353369816, - "connectedSystems": [ - "Emrayur", - "Onazel", - "Hoona", - "Asezai" - ] + "connectedSystems": "Emrayur,Onazel,Hoona,Asezai" }, { "solarSystemName": "Onazel", "x": 65, "y": 170, "security": 0.7361590163243189, - "connectedSystems": [ - "Lossa", - "Asesamy", - "Turba" - ] + "connectedSystems": "Lossa,Asesamy,Turba" }, { "solarSystemName": "Asesamy", "x": 65, "y": 210, "security": 0.6451086476841755, - "connectedSystems": [ - "Onazel", - "Hostni" - ] + "connectedSystems": "Onazel,Hostni" }, { "solarSystemName": "Hostni", "x": 65, "y": 250, "security": 0.7919460680916567, - "connectedSystems": [ - "Asesamy", - "Mimime", - "Kibursha" - ] + "connectedSystems": "Asesamy,Mimime,Kibursha" }, { "solarSystemName": "Mimime", "x": 0, "y": 250, "security": 0.8453258000066584, - "connectedSystems": [ - "Hostni", - "Perdan", - "Gousoviba" - ] + "connectedSystems": "Hostni,Perdan,Gousoviba" }, { "solarSystemName": "Kibursha", "x": 65, "y": 290, "security": 0.7617628478327283, - "connectedSystems": [ - "Hostni", - "Moutid" - ] + "connectedSystems": "Hostni,Moutid" }, { "solarSystemName": "Perdan", "x": 0, "y": 290, "security": 0.8575573759955126, - "connectedSystems": [ - "Mimime" - ] + "connectedSystems": "Mimime" }, { "solarSystemName": "Abai", "x": 565, "y": 190, "security": 0.730618503141892, - "connectedSystems": [ - "Baviasi", - "Thashkarai", - "Nehkiah", - "Iro" - ] + "connectedSystems": "Baviasi,Thashkarai,Nehkiah,Iro" }, { "solarSystemName": "Nehkiah", "x": 620, "y": 155, "security": 0.6146424140350744, - "connectedSystems": [ - "Abai", - "Iro", - "Ahkour", - "Gaknem", - "Siyi" - ] + "connectedSystems": "Abai,Iro,Ahkour,Gaknem,Siyi" }, { "solarSystemName": "Iro", "x": 625, "y": 210, "security": 0.5631214660297281, - "connectedSystems": [ - "Abai", - "Nehkiah", - "Aldali" - ] + "connectedSystems": "Abai,Nehkiah,Aldali" }, { "solarSystemName": "Ahkour", "x": 695, "y": 140, "security": 0.6607821465230117, - "connectedSystems": [ - "Nehkiah", - "Gaknem" - ] + "connectedSystems": "Nehkiah,Gaknem" }, { "solarSystemName": "Gaknem", "x": 620, "y": 115, "security": 0.6147685363084585, - "connectedSystems": [ - "Nehkiah", - "Phoren", - "Ahkour" - ] + "connectedSystems": "Nehkiah,Phoren,Ahkour" }, { "solarSystemName": "Siyi", "x": 690, "y": 195, "security": 0.5099367596987701, - "connectedSystems": [ - "Nehkiah" - ] + "connectedSystems": "Nehkiah" }, { "solarSystemName": "Remoriu", "x": 395, "y": 120, "security": 0.6534939819984795, - "connectedSystems": [ - "Tash-Murkon Prime", - "Thashkarai", - "Yanuel", - "Nafrivik" - ] + "connectedSystems": "Tash-Murkon Prime,Thashkarai,Yanuel,Nafrivik" }, { "solarSystemName": "Yanuel", "x": 390, "y": 60, "security": 0.7516351836700834, - "connectedSystems": [ - "Tash-Murkon Prime", - "Remoriu", - "Marthia", - "Nafrivik", - "Taru", - "Arkoz" - ] + "connectedSystems": "Tash-Murkon Prime,Remoriu,Marthia,Nafrivik,Taru,Arkoz" }, { "solarSystemName": "Nafrivik", "x": 460, "y": 90, "security": 0.5884338004188618, - "connectedSystems": [ - "Remoriu", - "Yanuel", - "Phoren" - ] + "connectedSystems": "Remoriu,Yanuel,Phoren" }, { "solarSystemName": "Taru", "x": 390, "y": 5, "security": 0.7503777413239228, - "connectedSystems": [ - "Yanuel", - "Azhgabid", - "Jinizu" - ] + "connectedSystems": "Yanuel,Azhgabid,Jinizu" }, { "solarSystemName": "Arkoz", "x": 310, "y": 40, "security": 0.7831421399032286, - "connectedSystems": [ - "Yanuel" - ] + "connectedSystems": "Yanuel" }, { "solarSystemName": "Azhgabid", "x": 475, "y": 5, "security": 0.8032256345144237, - "connectedSystems": [ - "Taru", - "Rand" - ] + "connectedSystems": "Taru,Rand" }, { "solarSystemName": "Jinizu", "x": 315, "y": 5, "security": 0.7859747995516065, - "connectedSystems": [ - "Taru" - ] + "connectedSystems": "Taru" }, { "solarSystemName": "Phoren", "x": 535, "y": 85, "security": 0.6050449003329559, - "connectedSystems": [ - "Nafrivik", - "Gaknem" - ] + "connectedSystems": "Nafrivik,Gaknem" }, { "solarSystemName": "Asezai", "x": 135, "y": 415, "security": 0.6401942866500661, - "connectedSystems": [ - "Lossa", - "Hoona", - "Ferira", - "Yeder", - "Azerakish" - ] + "connectedSystems": "Lossa,Hoona,Ferira,Yeder,Azerakish" }, { "solarSystemName": "Ferira", "x": 135, "y": 495, "security": 0.5820229752871082, - "connectedSystems": [ - "Asezai", - "Yeder" - ] + "connectedSystems": "Asezai,Yeder" }, { "solarSystemName": "Yeder", "x": 65, "y": 495, "security": 0.6314091355763684, - "connectedSystems": [ - "Asezai", - "Ferira", - "Azerakish", - "Ghishul" - ] + "connectedSystems": "Asezai,Ferira,Azerakish,Ghishul" }, { "solarSystemName": "Azerakish", "x": 65, "y": 415, "security": 0.633393966693407, - "connectedSystems": [ - "Asezai", - "Yeder", - "Lari", - "Yasud", - "Moutid" - ] + "connectedSystems": "Asezai,Yeder,Lari,Yasud,Moutid" }, { "solarSystemName": "Lari", "x": 30, "y": 455, "security": 0.4930323454250751, - "connectedSystems": [ - "Azerakish" - ] + "connectedSystems": "Azerakish" }, { "solarSystemName": "Yasud", "x": 0, "y": 415, "security": 0.6283123855550916, - "connectedSystems": [ - "Azerakish", - "Ghishul", - "Moutid" - ] + "connectedSystems": "Azerakish,Ghishul,Moutid" }, { "solarSystemName": "Ghishul", "x": 0, "y": 495, "security": 0.7034170193681945, - "connectedSystems": [ - "Yeder", - "Yasud" - ] + "connectedSystems": "Yeder,Yasud" }, { "solarSystemName": "Moutid", "x": 40, "y": 365, "security": 0.7059920076171646, - "connectedSystems": [ - "Kibursha", - "Azerakish", - "Yasud" - ] + "connectedSystems": "Kibursha,Azerakish,Yasud" }, { "solarSystemName": "Goni", "x": 170, "y": 75, "security": 0.7875190973918464, - "connectedSystems": [ - "Shesha", - "Adar", - "Paye" - ] + "connectedSystems": "Shesha,Adar,Paye" }, { "solarSystemName": "Adar", "x": 195, "y": 35, "security": 0.7964633270038048, - "connectedSystems": [ - "Goni", - "Paye" - ] + "connectedSystems": "Goni,Paye" }, { "solarSystemName": "Paye", "x": 120, "y": 50, "security": 0.6420813625418162, - "connectedSystems": [ - "Goni", - "Adar", - "Sagain" - ] + "connectedSystems": "Goni,Adar,Sagain" }, { "solarSystemName": "Sagain", "x": 60, "y": 30, "security": 0.4339101311505981, - "connectedSystems": [ - "Paye", - "Modun", - "Saminer" - ] + "connectedSystems": "Paye,Modun,Saminer" }, { "solarSystemName": "Modun", "x": 15, "y": 5, "security": 0.3413318768187958, - "connectedSystems": [ - "Sagain", - "Saminer" - ] + "connectedSystems": "Sagain,Saminer" }, { "solarSystemName": "Saminer", "x": 0, "y": 45, "security": 0.291739030108, - "connectedSystems": [ - "Sagain", - "Modun", - "F7-ICZ" - ] + "connectedSystems": "Sagain,Modun,F7-ICZ" }, { "solarSystemName": "Marthia", "x": 715, "y": 60, "security": 0.9257326385300617, - "connectedSystems": [ - "Tash-Murkon Prime", - "Yanuel", - "Assiad", - "Rand", - "Safilbab" - ] + "connectedSystems": "Tash-Murkon Prime,Yanuel,Assiad,Rand,Safilbab" }, { "solarSystemName": "Assiad", "x": 790, "y": 60, "security": 0.9476412858004003, - "connectedSystems": [ - "Marthia", - "Rumida", - "Nosodnis", - "Kerepa" - ] + "connectedSystems": "Marthia,Rumida,Nosodnis,Kerepa" }, { "solarSystemName": "Rumida", "x": 790, "y": 5, "security": 0.9104811425006885, - "connectedSystems": [ - "Assiad", - "Iswa", - "Rand" - ] + "connectedSystems": "Assiad,Iswa,Rand" }, { "solarSystemName": "Nosodnis", "x": 875, "y": 80, "security": 0.9290338107477409, - "connectedSystems": [ - "Assiad" - ] + "connectedSystems": "Assiad" }, { "solarSystemName": "Iswa", "x": 875, "y": 5, "security": 0.8353611677118595, - "connectedSystems": [ - "Rumida", - "Sizamod" - ] + "connectedSystems": "Rumida,Sizamod" }, { "solarSystemName": "Rand", "x": 715, "y": 5, "security": 0.8660893481770131, - "connectedSystems": [ - "Marthia", - "Rumida", - "Azhgabid" - ] + "connectedSystems": "Marthia,Rumida,Azhgabid" }, { "solarSystemName": "Sizamod", "x": 955, "y": 5, "security": 0.7179746105065334, - "connectedSystems": [ - "Iswa" - ] + "connectedSystems": "Iswa" }, { "solarSystemName": "Sinid", "x": 395, "y": 445, "security": 0.729366070824895, - "connectedSystems": [ - "Mani", - "Atoosh", - "Alra", - "Ilas", - "Zith" - ] + "connectedSystems": "Mani,Atoosh,Alra,Ilas,Zith" }, { "solarSystemName": "Alra", "x": 255, "y": 400, "security": 0.8189205882595035, - "connectedSystems": [ - "Sinid", - "Ilas", - "Zith", - "Tew" - ] + "connectedSystems": "Sinid,Ilas,Zith,Tew" }, { "solarSystemName": "Ilas", "x": 255, "y": 480, "security": 0.8333480479161836, - "connectedSystems": [ - "Sinid", - "Alra", - "Zith", - "Tew" - ] + "connectedSystems": "Sinid,Alra,Zith,Tew" }, { "solarSystemName": "Zith", "x": 305, "y": 440, "security": 0.8673389143350165, - "connectedSystems": [ - "Sinid", - "Alra", - "Ilas", - "Tew" - ] + "connectedSystems": "Sinid,Alra,Ilas,Tew" }, { "solarSystemName": "Tew", "x": 200, "y": 440, "security": 0.9497942068557184, - "connectedSystems": [ - "Emrayur", - "Alra", - "Ilas", - "Zith", - "Zehru" - ] + "connectedSystems": "Emrayur,Alra,Ilas,Zith,Zehru" }, { "solarSystemName": "Zehru", "x": 200, "y": 555, "security": 0.9116733998998768, - "connectedSystems": [ - "Mani", - "Tew", - "Uhodoh", - "Seitam" - ] + "connectedSystems": "Mani,Tew,Uhodoh,Seitam" }, { "solarSystemName": "Uhodoh", "x": 110, "y": 600, "security": 0.8038019932708896, - "connectedSystems": [ - "Zehru", - "Esa", - "Hath", - "Judra" - ] + "connectedSystems": "Zehru,Esa,Hath,Judra" }, { "solarSystemName": "Esa", "x": 110, "y": 640, "security": 0.7573202507040023, - "connectedSystems": [ - "Uhodoh", - "Kari" - ] + "connectedSystems": "Uhodoh,Kari" }, { "solarSystemName": "Hath", "x": 45, "y": 640, "security": 0.7967006055065112, - "connectedSystems": [ - "Uhodoh", - "Sharios" - ] + "connectedSystems": "Uhodoh,Sharios" }, { "solarSystemName": "Judra", "x": 180, "y": 640, "security": 0.7615999927420342, - "connectedSystems": [ - "Uhodoh", - "Arakor" - ] + "connectedSystems": "Uhodoh,Arakor" }, { "solarSystemName": "Sharios", "x": 45, "y": 680, "security": 0.6603365640639587, - "connectedSystems": [ - "Hath", - "Ahteer" - ] + "connectedSystems": "Hath,Ahteer" }, { "solarSystemName": "Arakor", "x": 180, "y": 680, "security": 0.6926314358831602, - "connectedSystems": [ - "Judra" - ] + "connectedSystems": "Judra" }, { "solarSystemName": "Ahteer", "x": 45, "y": 720, "security": 0.6969883711962781, - "connectedSystems": [ - "Sharios" - ] + "connectedSystems": "Sharios" }, { "solarSystemName": "Kari", "x": 110, "y": 680, "security": 0.5683029052542301, - "connectedSystems": [ - "Esa", - "Y-MPWL" - ] + "connectedSystems": "Esa,Y-MPWL" }, { "solarSystemName": "F7-ICZ", "x": 0, "y": 86, "security": -0.264578265976, - "connectedSystems": [ - "Z-6YQC", - "T-NNJZ", - "NRT4-U", - "Saminer" - ] + "connectedSystems": "Z-6YQC,T-NNJZ,NRT4-U,Saminer" }, { "solarSystemName": "Joppaya", "x": 925, "y": 230, "security": 0.5312561841030161, - "connectedSystems": [ - "Riramia", - "Pelkia" - ] + "connectedSystems": "Riramia,Pelkia" }, { "solarSystemName": "Sakhti", "x": 625, "y": 305, "security": 0.4548419296492871, - "connectedSystems": [ - "Mazitah", - "Aldali", - "Nomash", - "Gademam" - ] + "connectedSystems": "Mazitah,Aldali,Nomash,Gademam" }, { "solarSystemName": "Aldali", "x": 625, "y": 245, "security": 0.4268761897231272, - "connectedSystems": [ - "Iro", - "Sakhti" - ] + "connectedSystems": "Iro,Sakhti" }, { "solarSystemName": "Nomash", "x": 625, "y": 345, "security": 0.3954442880155952, - "connectedSystems": [ - "Sakhti", - "Shousran" - ] + "connectedSystems": "Sakhti,Shousran" }, { "solarSystemName": "Jarshitsan", "x": 850, "y": 505, "security": 0.5711620660046258, - "connectedSystems": [ - "Matyas", - "Luromooh", - "Hadonoo", - "Ahmak" - ] + "connectedSystems": "Matyas,Luromooh,Hadonoo,Ahmak" }, { "solarSystemName": "Artoun", "x": 960, "y": 425, "security": 0.7523862792754515, - "connectedSystems": [ - "Nafomeh", - "Ebtesham", - "Safizon" - ] + "connectedSystems": "Nafomeh,Ebtesham,Safizon" }, { "solarSystemName": "Bhizheba", "x": 310, "y": 205, "security": 0.9636458045513323, - "connectedSystems": [ - "Amarr", - "Zatsyaki", - "Eba", - "Tash-Murkon Prime", - "Romi" - ] + "connectedSystems": "Amarr,Zatsyaki,Eba,Tash-Murkon Prime,Romi" }, { "solarSystemName": "Andabiar", "x": 780, "y": 585, "security": 0.6072722378097172, - "connectedSystems": [ - "Mista", - "Armala", - "Goram" - ] + "connectedSystems": "Mista,Armala,Goram" }, { "solarSystemName": "Khopa", "x": 960, "y": 355, "security": 0.8104575606375514, - "connectedSystems": [ - "Penirgman", - "Nafomeh", - "Yeeramoun" - ] + "connectedSystems": "Penirgman,Nafomeh,Yeeramoun" }, { "solarSystemName": "Biphi", "x": 520, "y": 365, "security": 0.2068350809184066, - "connectedSystems": [ - "Mamet", - "Yong" - ] + "connectedSystems": "Mamet,Yong" }, { "solarSystemName": "Y-MPWL", "x": 110, "y": 720, "security": -0.09439309792540984, - "connectedSystems": [ - "D61A-G", - "Kari" - ] + "connectedSystems": "D61A-G,Kari" }, { "solarSystemName": "Gousoviba", "x": 0, "y": 210, "security": 0.9012339108788986, - "connectedSystems": [ - "Mimime", - "Neyi", - "Kihtaled" - ] + "connectedSystems": "Mimime,Neyi,Kihtaled" }, { "solarSystemName": "Uanim", "x": 825, "y": 265, "security": 0.6380959868063294, - "connectedSystems": [ - "Pimsu", - "Murini" - ] + "connectedSystems": "Pimsu,Murini" }, { "solarSystemName": "Turba", "x": 65, "y": 130, "security": 0.6991566243431864, - "connectedSystems": [ - "Onazel", - "Sonama", - "Yooh", - "Kothe" - ] + "connectedSystems": "Onazel,Sonama,Yooh,Kothe" }, { "solarSystemName": "Elmed", "x": 935, "y": 310, "security": 0.810890532931549, - "connectedSystems": [ - "Pimsu", - "Jennim", - "Shaggoth", - "Ustnia" - ] + "connectedSystems": "Pimsu,Jennim,Shaggoth,Ustnia" }, { "solarSystemName": "Kerepa", "x": 875, "y": 40, "security": 0.9696788727609214, - "connectedSystems": [ - "Assiad" - ] + "connectedSystems": "Assiad" }, { "solarSystemName": "Pasha", "x": 280, "y": 85, "security": 0.914349195494, - "connectedSystems": [ - "Hilaban" - ] + "connectedSystems": "Hilaban" }, { "solarSystemName": "Safilbab", "x": 745, "y": 115, "security": 0.9576325461424123, - "connectedSystems": [ - "Marthia" - ] + "connectedSystems": "Marthia" }, { "solarSystemName": "Seitam", "x": 200, "y": 595, "security": 0.937362130868161, - "connectedSystems": [ - "Zehru" - ] + "connectedSystems": "Zehru" } ] \ No newline at end of file diff --git a/public/Tenal.json b/public/Tenal.json index fa9193a..3af34f2 100644 --- a/public/Tenal.json +++ b/public/Tenal.json @@ -4,788 +4,524 @@ "x": 370, "y": 735, "security": -0.7720294298763181, - "connectedSystems": [ - "Z3U-GI", - "GVZ-1W", - "G9D-XW", - "EOY-BG" - ] + "connectedSystems": "Z3U-GI,GVZ-1W,G9D-XW,EOY-BG" }, { "solarSystemName": "42XJ-N", "x": 945, "y": 30, "security": -0.4120149322672242, - "connectedSystems": [ - "Z3U-GI", - "G9D-XW", - "OE-4HB" - ] + "connectedSystems": "Z3U-GI,G9D-XW,OE-4HB" }, { "solarSystemName": "H1-ESN", "x": 90, "y": 700, "security": -0.123268077056494, - "connectedSystems": [ - "OJ-A8M", - "3DR-CR" - ] + "connectedSystems": "OJ-A8M,3DR-CR" }, { "solarSystemName": "3DR-CR", "x": 150, "y": 690, "security": -0.1153251212324775, - "connectedSystems": [ - "H1-ESN", - "RLTG-3" - ] + "connectedSystems": "H1-ESN,RLTG-3" }, { "solarSystemName": "RLTG-3", "x": 230, "y": 675, "security": -0.06399741179807472, - "connectedSystems": [ - "3DR-CR", - "S-EVIQ" - ] + "connectedSystems": "3DR-CR,S-EVIQ" }, { "solarSystemName": "S-EVIQ", "x": 315, "y": 655, "security": -0.05143008320998044, - "connectedSystems": [ - "RLTG-3", - "EOY-BG", - "PNS7-J" - ] + "connectedSystems": "RLTG-3,EOY-BG,PNS7-J" }, { "solarSystemName": "EOY-BG", "x": 390, "y": 665, "security": -0.06655843191476996, - "connectedSystems": [ - "S-EVIQ", - "IG-ZAM", - "B3QP-K" - ] + "connectedSystems": "S-EVIQ,IG-ZAM,B3QP-K" }, { "solarSystemName": "PNS7-J", "x": 240, "y": 620, "security": -0.05071998505505115, - "connectedSystems": [ - "S-EVIQ", - "1QH-0K" - ] + "connectedSystems": "S-EVIQ,1QH-0K" }, { "solarSystemName": "IG-ZAM", "x": 470, "y": 655, "security": -0.06775815887389647, - "connectedSystems": [ - "EOY-BG", - "0-UVHJ", - "NCG-PW" - ] + "connectedSystems": "EOY-BG,0-UVHJ,NCG-PW" }, { "solarSystemName": "0-UVHJ", "x": 540, "y": 655, "security": -0.08172447395588112, - "connectedSystems": [ - "IG-ZAM", - "NCG-PW", - "U1TX-A" - ] + "connectedSystems": "IG-ZAM,NCG-PW,U1TX-A" }, { "solarSystemName": "NCG-PW", "x": 510, "y": 600, "security": -0.107753345196549, - "connectedSystems": [ - "IG-ZAM", - "0-UVHJ", - "S-KSWL" - ] + "connectedSystems": "IG-ZAM,0-UVHJ,S-KSWL" }, { "solarSystemName": "1QH-0K", "x": 180, "y": 565, "security": -0.0698226219115301, - "connectedSystems": [ - "PNS7-J", - "ZH3-BS", - "W8O-19" - ] + "connectedSystems": "PNS7-J,ZH3-BS,W8O-19" }, { "solarSystemName": "ZH3-BS", "x": 155, "y": 515, "security": -0.0898309856196563, - "connectedSystems": [ - "1QH-0K", - "ZJ-QOO" - ] + "connectedSystems": "1QH-0K,ZJ-QOO" }, { "solarSystemName": "ZJ-QOO", "x": 145, "y": 465, "security": -0.212343376873069, - "connectedSystems": [ - "ZH3-BS", - "ZXA-V6", - "I1-BE8" - ] + "connectedSystems": "ZH3-BS,ZXA-V6,I1-BE8" }, { "solarSystemName": "ZXA-V6", "x": 60, "y": 515, "security": -0.300294728298554, - "connectedSystems": [ - "ZJ-QOO", - "T-Q2DD" - ] + "connectedSystems": "ZJ-QOO,T-Q2DD" }, { "solarSystemName": "I1-BE8", "x": 145, "y": 415, "security": -0.2063045861717565, - "connectedSystems": [ - "ZJ-QOO", - "ZK-YQ3" - ] + "connectedSystems": "ZJ-QOO,ZK-YQ3" }, { "solarSystemName": "W8O-19", "x": 160, "y": 600, "security": -0.1052529455882509, - "connectedSystems": [ - "1QH-0K" - ] + "connectedSystems": "1QH-0K" }, { "solarSystemName": "U1TX-A", "x": 615, "y": 655, "security": -0.1094057509805549, - "connectedSystems": [ - "0-UVHJ", - "1BWK-S", - "KMV-CQ" - ] + "connectedSystems": "0-UVHJ,1BWK-S,KMV-CQ" }, { "solarSystemName": "1BWK-S", "x": 735, "y": 605, "security": -0.2218309305234217, - "connectedSystems": [ - "U1TX-A", - "RKE-CP", - "NV-3KA" - ] + "connectedSystems": "U1TX-A,RKE-CP,NV-3KA" }, { "solarSystemName": "KMV-CQ", "x": 615, "y": 610, "security": -0.07804531243477586, - "connectedSystems": [ - "U1TX-A", - "NV-3KA", - "DCJ-ZT" - ] + "connectedSystems": "U1TX-A,NV-3KA,DCJ-ZT" }, { "solarSystemName": "RKE-CP", "x": 780, "y": 525, "security": -0.2066677583206609, - "connectedSystems": [ - "1BWK-S", - "NV-3KA", - "S-1LIO", - "A-1IJ9" - ] + "connectedSystems": "1BWK-S,NV-3KA,S-1LIO,A-1IJ9" }, { "solarSystemName": "NV-3KA", "x": 700, "y": 565, "security": -0.1156458337247037, - "connectedSystems": [ - "1BWK-S", - "KMV-CQ", - "RKE-CP" - ] + "connectedSystems": "1BWK-S,KMV-CQ,RKE-CP" }, { "solarSystemName": "S-1LIO", "x": 860, "y": 520, "security": -0.1003626020631603, - "connectedSystems": [ - "RKE-CP" - ] + "connectedSystems": "RKE-CP" }, { "solarSystemName": "S-KSWL", "x": 505, "y": 520, "security": -0.4265748049719121, - "connectedSystems": [ - "NCG-PW", - "5-O8B1", - "R-YWID", - "J1-KJP" - ] + "connectedSystems": "NCG-PW,5-O8B1,R-YWID,J1-KJP" }, { "solarSystemName": "5-O8B1", "x": 505, "y": 470, "security": -0.2965829304673283, - "connectedSystems": [ - "S-KSWL", - "KW-1MV", - "G06-8Y" - ] + "connectedSystems": "S-KSWL,KW-1MV,G06-8Y" }, { "solarSystemName": "R-YWID", "x": 355, "y": 525, "security": -0.7419151929284682, - "connectedSystems": [ - "S-KSWL", - "30-D5G", - "HB-FSO", - "J1-KJP" - ] + "connectedSystems": "S-KSWL,30-D5G,HB-FSO,J1-KJP" }, { "solarSystemName": "30-D5G", "x": 340, "y": 460, "security": -0.9503412598397216, - "connectedSystems": [ - "R-YWID" - ] + "connectedSystems": "R-YWID" }, { "solarSystemName": "HB-FSO", "x": 280, "y": 525, "security": -0.6373045910083386, - "connectedSystems": [ - "R-YWID", - "J1-KJP" - ] + "connectedSystems": "R-YWID,J1-KJP" }, { "solarSystemName": "J1-KJP", "x": 355, "y": 575, "security": -0.6489960087325316, - "connectedSystems": [ - "S-KSWL", - "R-YWID", - "HB-FSO" - ] + "connectedSystems": "S-KSWL,R-YWID,HB-FSO" }, { "solarSystemName": "KW-1MV", "x": 580, "y": 465, "security": -0.30071941028687, - "connectedSystems": [ - "5-O8B1" - ] + "connectedSystems": "5-O8B1" }, { "solarSystemName": "G06-8Y", "x": 500, "y": 370, "security": -0.3053305618914053, - "connectedSystems": [ - "5-O8B1", - "U-O2DA", - "WV-0R2", - "SZ6-TA", - "6-AOLS", - "IKTD-P" - ] + "connectedSystems": "5-O8B1,U-O2DA,WV-0R2,SZ6-TA,6-AOLS,IKTD-P" }, { "solarSystemName": "U-O2DA", "x": 420, "y": 345, "security": -0.1982288043377315, - "connectedSystems": [ - "G06-8Y", - "SZ6-TA" - ] + "connectedSystems": "G06-8Y,SZ6-TA" }, { "solarSystemName": "WV-0R2", "x": 575, "y": 340, "security": -0.8152887688446973, - "connectedSystems": [ - "G06-8Y" - ] + "connectedSystems": "G06-8Y" }, { "solarSystemName": "SZ6-TA", "x": 420, "y": 405, "security": -0.2343780577708392, - "connectedSystems": [ - "G06-8Y", - "U-O2DA" - ] + "connectedSystems": "G06-8Y,U-O2DA" }, { "solarSystemName": "6-AOLS", "x": 485, "y": 295, "security": -0.4904231889183213, - "connectedSystems": [ - "G06-8Y", - "33CE-7", - "L-P3XM", - "C-XNUA" - ] + "connectedSystems": "G06-8Y,33CE-7,L-P3XM,C-XNUA" }, { "solarSystemName": "IKTD-P", "x": 575, "y": 395, "security": -0.4997020741252104, - "connectedSystems": [ - "G06-8Y" - ] + "connectedSystems": "G06-8Y" }, { "solarSystemName": "33CE-7", "x": 420, "y": 290, "security": -0.3752425461400227, - "connectedSystems": [ - "6-AOLS" - ] + "connectedSystems": "6-AOLS" }, { "solarSystemName": "L-P3XM", "x": 575, "y": 280, "security": -0.4396519265724136, - "connectedSystems": [ - "6-AOLS" - ] + "connectedSystems": "6-AOLS" }, { "solarSystemName": "DCJ-ZT", "x": 680, "y": 460, "security": -0.1438360297820763, - "connectedSystems": [ - "KMV-CQ", - "O36A-P" - ] + "connectedSystems": "KMV-CQ,O36A-P" }, { "solarSystemName": "O36A-P", "x": 680, "y": 415, "security": -0.08470353346900694, - "connectedSystems": [ - "DCJ-ZT", - "Z-LO6I" - ] + "connectedSystems": "DCJ-ZT,Z-LO6I" }, { "solarSystemName": "Z-LO6I", "x": 680, "y": 375, "security": -0.2183867647494258, - "connectedSystems": [ - "O36A-P", - "0M-103", - "6OYQ-Z" - ] + "connectedSystems": "O36A-P,0M-103,6OYQ-Z" }, { "solarSystemName": "0M-103", "x": 715, "y": 335, "security": -0.3167881344592476, - "connectedSystems": [ - "Z-LO6I", - "HE5T-A" - ] + "connectedSystems": "Z-LO6I,HE5T-A" }, { "solarSystemName": "6OYQ-Z", "x": 645, "y": 335, "security": -0.2114454579112356, - "connectedSystems": [ - "Z-LO6I" - ] + "connectedSystems": "Z-LO6I" }, { "solarSystemName": "HE5T-A", "x": 715, "y": 290, "security": -0.3278923370914409, - "connectedSystems": [ - "0M-103" - ] + "connectedSystems": "0M-103" }, { "solarSystemName": "A-1IJ9", "x": 815, "y": 340, "security": -0.2211733306592392, - "connectedSystems": [ - "RKE-CP", - "Y-YHZQ" - ] + "connectedSystems": "RKE-CP,Y-YHZQ" }, { "solarSystemName": "Y-YHZQ", "x": 815, "y": 275, "security": -0.4079256453964446, - "connectedSystems": [ - "A-1IJ9", - "Z-SR1I", - "GW7P-8", - "SF-XJS" - ] + "connectedSystems": "A-1IJ9,Z-SR1I,GW7P-8,SF-XJS" }, { "solarSystemName": "Z-SR1I", "x": 895, "y": 325, "security": -0.6217952509710406, - "connectedSystems": [ - "Y-YHZQ", - "GW7P-8" - ] + "connectedSystems": "Y-YHZQ,GW7P-8" }, { "solarSystemName": "GW7P-8", "x": 930, "y": 265, "security": -0.6822801923487154, - "connectedSystems": [ - "Y-YHZQ", - "Z-SR1I", - "A1RR-M", - "AR-5SY", - "OE-4HB" - ] + "connectedSystems": "Y-YHZQ,Z-SR1I,A1RR-M,AR-5SY,OE-4HB" }, { "solarSystemName": "SF-XJS", "x": 760, "y": 230, "security": -0.3083787934035475, - "connectedSystems": [ - "Y-YHZQ", - "A1RR-M", - "HB-5L3" - ] + "connectedSystems": "Y-YHZQ,A1RR-M,HB-5L3" }, { "solarSystemName": "A1RR-M", "x": 790, "y": 155, "security": -0.850320072474043, - "connectedSystems": [ - "GW7P-8", - "SF-XJS", - "AR-5SY", - "OE-4HB" - ] + "connectedSystems": "GW7P-8,SF-XJS,AR-5SY,OE-4HB" }, { "solarSystemName": "AR-5SY", "x": 885, "y": 175, "security": -0.9399455638498796, - "connectedSystems": [ - "GW7P-8", - "A1RR-M", - "OE-4HB" - ] + "connectedSystems": "GW7P-8,A1RR-M,OE-4HB" }, { "solarSystemName": "OE-4HB", "x": 935, "y": 110, "security": -1, - "connectedSystems": [ - "GW7P-8", - "A1RR-M", - "AR-5SY", - "42XJ-N" - ] + "connectedSystems": "GW7P-8,A1RR-M,AR-5SY,42XJ-N" }, { "solarSystemName": "ZK-YQ3", "x": 160, "y": 325, "security": -0.3855120242013265, - "connectedSystems": [ - "I1-BE8", - "MZPH-W", - "EN-GTB" - ] + "connectedSystems": "I1-BE8,MZPH-W,EN-GTB" }, { "solarSystemName": "MZPH-W", "x": 160, "y": 280, "security": -0.384010799002667, - "connectedSystems": [ - "ZK-YQ3", - "W0X-MG", - "JI-1UQ", - "U5-XW7" - ] + "connectedSystems": "ZK-YQ3,W0X-MG,JI-1UQ,U5-XW7" }, { "solarSystemName": "W0X-MG", "x": 75, "y": 245, "security": -0.2713123555880049, - "connectedSystems": [ - "MZPH-W", - "JI-1UQ" - ] + "connectedSystems": "MZPH-W,JI-1UQ" }, { "solarSystemName": "JI-1UQ", "x": 60, "y": 295, "security": -0.3792282457790458, - "connectedSystems": [ - "MZPH-W", - "W0X-MG" - ] + "connectedSystems": "MZPH-W,W0X-MG" }, { "solarSystemName": "EN-GTB", "x": 220, "y": 265, "security": -0.3189068273430681, - "connectedSystems": [ - "ZK-YQ3", - "T-K10W" - ] + "connectedSystems": "ZK-YQ3,T-K10W" }, { "solarSystemName": "U5-XW7", "x": 160, "y": 240, "security": -0.4438651329538201, - "connectedSystems": [ - "MZPH-W", - "JSI-LL" - ] + "connectedSystems": "MZPH-W,JSI-LL" }, { "solarSystemName": "JSI-LL", "x": 155, "y": 145, "security": -0.5000029006613673, - "connectedSystems": [ - "U5-XW7", - "M-UC0S", - "SY0W-2", - "Q1U-IU" - ] + "connectedSystems": "U5-XW7,M-UC0S,SY0W-2,Q1U-IU" }, { "solarSystemName": "M-UC0S", "x": 145, "y": 100, "security": -0.6364323612772889, - "connectedSystems": [ - "JSI-LL", - "V7-MID", - "SY0W-2" - ] + "connectedSystems": "JSI-LL,V7-MID,SY0W-2" }, { "solarSystemName": "V7-MID", "x": 125, "y": 60, "security": -0.9105653909529474, - "connectedSystems": [ - "M-UC0S", - "2-3Q2G" - ] + "connectedSystems": "M-UC0S,2-3Q2G" }, { "solarSystemName": "SY0W-2", "x": 220, "y": 115, "security": -0.5813449422531017, - "connectedSystems": [ - "JSI-LL", - "M-UC0S" - ] + "connectedSystems": "JSI-LL,M-UC0S" }, { "solarSystemName": "2-3Q2G", "x": 70, "y": 30, "security": -1, - "connectedSystems": [ - "V7-MID", - "ZIU-EP" - ] + "connectedSystems": "V7-MID,ZIU-EP" }, { "solarSystemName": "Q1U-IU", "x": 85, "y": 145, "security": -0.4670950893221931, - "connectedSystems": [ - "JSI-LL", - "CH9L-K" - ] + "connectedSystems": "JSI-LL,CH9L-K" }, { "solarSystemName": "C-XNUA", "x": 455, "y": 225, "security": -0.6954998008121253, - "connectedSystems": [ - "6-AOLS", - "7D-PAT" - ] + "connectedSystems": "6-AOLS,7D-PAT" }, { "solarSystemName": "7D-PAT", "x": 415, "y": 190, "security": -0.6520778068721234, - "connectedSystems": [ - "C-XNUA", - "V-LDEJ" - ] + "connectedSystems": "C-XNUA,V-LDEJ" }, { "solarSystemName": "V-LDEJ", "x": 340, "y": 185, "security": -0.7025124911623648, - "connectedSystems": [ - "7D-PAT", - "T-K10W", - "P-UCRP" - ] + "connectedSystems": "7D-PAT,T-K10W,P-UCRP" }, { "solarSystemName": "T-K10W", "x": 280, "y": 210, "security": -0.7324178107028501, - "connectedSystems": [ - "V-LDEJ", - "EN-GTB" - ] + "connectedSystems": "V-LDEJ,EN-GTB" }, { "solarSystemName": "P-UCRP", "x": 355, "y": 130, "security": -0.8513650403254281, - "connectedSystems": [ - "V-LDEJ", - "3-QYVE" - ] + "connectedSystems": "V-LDEJ,3-QYVE" }, { "solarSystemName": "3-QYVE", "x": 390, "y": 65, "security": -1, - "connectedSystems": [ - "P-UCRP" - ] + "connectedSystems": "P-UCRP" }, { "solarSystemName": "HB-5L3", "x": 690, "y": 180, "security": -1, - "connectedSystems": [ - "VY-866", - "SF-XJS" - ] + "connectedSystems": "VY-866,SF-XJS" }, { "solarSystemName": "OJ-A8M", "x": 10, "y": 690, "security": -0.2755568315702637, - "connectedSystems": [ - "V8W-QS", - "H1-ESN" - ] + "connectedSystems": "V8W-QS,H1-ESN" }, { "solarSystemName": "T-Q2DD", "x": 0, "y": 545, "security": -0.5489119129305959, - "connectedSystems": [ - "8-4GQM", - "QXQ-BA", - "ZXA-V6" - ] + "connectedSystems": "8-4GQM,QXQ-BA,ZXA-V6" }, { "solarSystemName": "ZIU-EP", "x": 0, "y": 15, "security": -0.3904804191410917, - "connectedSystems": [ - "3-N3OO", - "A-G1FM", - "2-3Q2G" - ] + "connectedSystems": "3-N3OO,A-G1FM,2-3Q2G" }, { "solarSystemName": "CH9L-K", "x": 10, "y": 140, "security": -0.5484275297797248, - "connectedSystems": [ - "9-B1DS", - "I-7JR4", - "Q1U-IU" - ] + "connectedSystems": "9-B1DS,I-7JR4,Q1U-IU" } ] \ No newline at end of file diff --git a/public/Tenerifis.json b/public/Tenerifis.json index 168e26c..16e33c2 100644 --- a/public/Tenerifis.json +++ b/public/Tenerifis.json @@ -4,928 +4,622 @@ "x": 940, "y": 105, "security": -0.8197735266882034, - "connectedSystems": [ - "SLVP-D", - "HZFJ-M", - "FMH-OV", - "46DP-O" - ] + "connectedSystems": "SLVP-D,HZFJ-M,FMH-OV,46DP-O" }, { "solarSystemName": "Q-S7ZD", "x": 0, "y": 41, "security": -0.03271000451562434, - "connectedSystems": [ - "GJ0-OJ", - "3L3N-X" - ] + "connectedSystems": "GJ0-OJ,3L3N-X" }, { "solarSystemName": "XVV-21", "x": 350, "y": 5, "security": -0.3209789867556047, - "connectedSystems": [ - "NS2L-4", - "B9E-H6", - "BW-WJ2", - "DY-P7Q" - ] + "connectedSystems": "NS2L-4,B9E-H6,BW-WJ2,DY-P7Q" }, { "solarSystemName": "Y-FZ5N", "x": 445, "y": 20, "security": -0.4133743543963592, - "connectedSystems": [ - "9-XN3F", - "U79-JF", - "ZMV9-A" - ] + "connectedSystems": "9-XN3F,U79-JF,ZMV9-A" }, { "solarSystemName": "RU-PT9", "x": 915, "y": 10, "security": -0.6099379918353032, - "connectedSystems": [ - "R-ORB7", - "R1-IMO" - ] + "connectedSystems": "R-ORB7,R1-IMO" }, { "solarSystemName": "1-7KWU", "x": 70, "y": 470, "security": -0.4045042698270992, - "connectedSystems": [ - "H-HWQR", - "3-UCBF" - ] + "connectedSystems": "H-HWQR,3-UCBF" }, { "solarSystemName": "JI-LGM", "x": 60, "y": 615, "security": -0.2326678899497919, - "connectedSystems": [ - "Y-YGMW", - "T2-V8F" - ] + "connectedSystems": "Y-YGMW,T2-V8F" }, { "solarSystemName": "WB-AYY", "x": 250, "y": 65, "security": -0.05435335471943203, - "connectedSystems": [ - "S4-9DN" - ] + "connectedSystems": "S4-9DN" }, { "solarSystemName": "BW-WJ2", "x": 280, "y": 15, "security": -0.1433265826104729, - "connectedSystems": [ - "S4-9DN", - "XVV-21" - ] + "connectedSystems": "S4-9DN,XVV-21" }, { "solarSystemName": "S4-9DN", "x": 225, "y": 30, "security": -0.09357123585658234, - "connectedSystems": [ - "WB-AYY", - "BW-WJ2", - "DT-PXH" - ] + "connectedSystems": "WB-AYY,BW-WJ2,DT-PXH" }, { "solarSystemName": "DT-PXH", "x": 170, "y": 45, "security": -0.1134610934889095, - "connectedSystems": [ - "S4-9DN", - "UALX-3" - ] + "connectedSystems": "S4-9DN,UALX-3" }, { "solarSystemName": "UALX-3", "x": 85, "y": 70, "security": -0.186761902519926, - "connectedSystems": [ - "DT-PXH", - "3L3N-X", - "Y-ORBJ" - ] + "connectedSystems": "DT-PXH,3L3N-X,Y-ORBJ" }, { "solarSystemName": "3L3N-X", "x": 35, "y": 95, "security": -0.181099666376092, - "connectedSystems": [ - "UALX-3", - "4-P4FE", - "Q-S7ZD" - ] + "connectedSystems": "UALX-3,4-P4FE,Q-S7ZD" }, { "solarSystemName": "Y-ORBJ", "x": 135, "y": 95, "security": -0.2804367298130184, - "connectedSystems": [ - "UALX-3", - "6-IAFR" - ] + "connectedSystems": "UALX-3,6-IAFR" }, { "solarSystemName": "6-IAFR", "x": 189, "y": 111, "security": -0.2400390296247947, - "connectedSystems": [ - "Y-ORBJ", - "ZD1-Z2" - ] + "connectedSystems": "Y-ORBJ,ZD1-Z2" }, { "solarSystemName": "4-P4FE", "x": 50, "y": 275, "security": -0.3332476046556941, - "connectedSystems": [ - "3L3N-X", - "RH0-EG", - "QRBN-M" - ] + "connectedSystems": "3L3N-X,RH0-EG,QRBN-M" }, { "solarSystemName": "RH0-EG", "x": 55, "y": 320, "security": -0.3484763462385533, - "connectedSystems": [ - "4-P4FE", - "D-9UEV", - "78R-PI" - ] + "connectedSystems": "4-P4FE,D-9UEV,78R-PI" }, { "solarSystemName": "D-9UEV", "x": 15, "y": 370, "security": -0.3213723489609367, - "connectedSystems": [ - "RH0-EG", - "H-HWQR", - "78R-PI" - ] + "connectedSystems": "RH0-EG,H-HWQR,78R-PI" }, { "solarSystemName": "H-HWQR", "x": 65, "y": 420, "security": -0.3520292398793955, - "connectedSystems": [ - "D-9UEV", - "78R-PI", - "1-7KWU" - ] + "connectedSystems": "D-9UEV,78R-PI,1-7KWU" }, { "solarSystemName": "QRBN-M", "x": 110, "y": 270, "security": -0.50875313586904, - "connectedSystems": [ - "4-P4FE", - "C3-0YD" - ] + "connectedSystems": "4-P4FE,C3-0YD" }, { "solarSystemName": "78R-PI", "x": 115, "y": 370, "security": -0.4313262623193459, - "connectedSystems": [ - "RH0-EG", - "D-9UEV", - "H-HWQR" - ] + "connectedSystems": "RH0-EG,D-9UEV,H-HWQR" }, { "solarSystemName": "ZD1-Z2", "x": 258, "y": 111, "security": -0.3383141133458117, - "connectedSystems": [ - "6-IAFR", - "C-FD0D" - ] + "connectedSystems": "6-IAFR,C-FD0D" }, { "solarSystemName": "C-FD0D", "x": 338, "y": 110, "security": -0.3155144730371549, - "connectedSystems": [ - "ZD1-Z2", - "S-9RCJ", - "W-16DY" - ] + "connectedSystems": "ZD1-Z2,S-9RCJ,W-16DY" }, { "solarSystemName": "S-9RCJ", "x": 375, "y": 65, "security": -0.3044781753437049, - "connectedSystems": [ - "C-FD0D", - "ZMV9-A", - "W-16DY" - ] + "connectedSystems": "C-FD0D,ZMV9-A,W-16DY" }, { "solarSystemName": "ZMV9-A", "x": 445, "y": 65, "security": -0.2277492643113144, - "connectedSystems": [ - "S-9RCJ", - "FE-6YQ", - "Y-FZ5N" - ] + "connectedSystems": "S-9RCJ,FE-6YQ,Y-FZ5N" }, { "solarSystemName": "FE-6YQ", "x": 445, "y": 105, "security": -0.1967680433258821, - "connectedSystems": [ - "ZMV9-A", - "M-4KDB" - ] + "connectedSystems": "ZMV9-A,M-4KDB" }, { "solarSystemName": "W-16DY", "x": 375, "y": 150, "security": -0.2880069361777549, - "connectedSystems": [ - "C-FD0D", - "S-9RCJ", - "M-4KDB", - "ABE-M2" - ] + "connectedSystems": "C-FD0D,S-9RCJ,M-4KDB,ABE-M2" }, { "solarSystemName": "M-4KDB", "x": 445, "y": 145, "security": -0.2523582504178795, - "connectedSystems": [ - "FE-6YQ", - "W-16DY" - ] + "connectedSystems": "FE-6YQ,W-16DY" }, { "solarSystemName": "C3-0YD", "x": 220, "y": 270, "security": -0.5554526693397959, - "connectedSystems": [ - "QRBN-M", - "PDF-3Z" - ] + "connectedSystems": "QRBN-M,PDF-3Z" }, { "solarSystemName": "PDF-3Z", "x": 220, "y": 225, "security": -0.5812635981319487, - "connectedSystems": [ - "C3-0YD", - "9-MJVQ", - "PEK-8Z" - ] + "connectedSystems": "C3-0YD,9-MJVQ,PEK-8Z" }, { "solarSystemName": "9-MJVQ", "x": 170, "y": 195, "security": -0.4912626477749678, - "connectedSystems": [ - "PDF-3Z", - "L2GN-K", - "4-IT9G" - ] + "connectedSystems": "PDF-3Z,L2GN-K,4-IT9G" }, { "solarSystemName": "L2GN-K", "x": 140, "y": 160, "security": -0.4460543468853844, - "connectedSystems": [ - "9-MJVQ" - ] + "connectedSystems": "9-MJVQ" }, { "solarSystemName": "4-IT9G", "x": 205, "y": 160, "security": -0.4647972910238671, - "connectedSystems": [ - "9-MJVQ" - ] + "connectedSystems": "9-MJVQ" }, { "solarSystemName": "PEK-8Z", "x": 275, "y": 200, "security": -0.7043089119804057, - "connectedSystems": [ - "PDF-3Z", - "2PG-KN" - ] + "connectedSystems": "PDF-3Z,2PG-KN" }, { "solarSystemName": "2PG-KN", "x": 285, "y": 160, "security": -0.7637772339898091, - "connectedSystems": [ - "PEK-8Z" - ] + "connectedSystems": "PEK-8Z" }, { "solarSystemName": "ABE-M2", "x": 350, "y": 260, "security": -0.3563062860681815, - "connectedSystems": [ - "W-16DY", - "IL-YTR", - "U2U5-A" - ] + "connectedSystems": "W-16DY,IL-YTR,U2U5-A" }, { "solarSystemName": "IL-YTR", "x": 300, "y": 305, "security": -0.5895366100822935, - "connectedSystems": [ - "ABE-M2", - "KW-OAM" - ] + "connectedSystems": "ABE-M2,KW-OAM" }, { "solarSystemName": "KW-OAM", "x": 300, "y": 355, "security": -0.6499915439529048, - "connectedSystems": [ - "IL-YTR", - "JK-Q77" - ] + "connectedSystems": "IL-YTR,JK-Q77" }, { "solarSystemName": "U2U5-A", "x": 380, "y": 305, "security": -0.4174759361740155, - "connectedSystems": [ - "ABE-M2", - "EQWO-Y", - "QI9-42" - ] + "connectedSystems": "ABE-M2,EQWO-Y,QI9-42" }, { "solarSystemName": "EQWO-Y", "x": 420, "y": 355, "security": -0.3556794635099664, - "connectedSystems": [ - "U2U5-A", - "QI9-42" - ] + "connectedSystems": "U2U5-A,QI9-42" }, { "solarSystemName": "JK-Q77", "x": 300, "y": 405, "security": -0.6628912462758221, - "connectedSystems": [ - "KW-OAM", - "YF-P4X" - ] + "connectedSystems": "KW-OAM,YF-P4X" }, { "solarSystemName": "QI9-42", "x": 380, "y": 405, "security": -0.3075861297794268, - "connectedSystems": [ - "U2U5-A", - "EQWO-Y", - "YF-P4X" - ] + "connectedSystems": "U2U5-A,EQWO-Y,YF-P4X" }, { "solarSystemName": "YF-P4X", "x": 320, "y": 450, "security": -0.2371769289330229, - "connectedSystems": [ - "JK-Q77", - "QI9-42", - "JI1-SY" - ] + "connectedSystems": "JK-Q77,QI9-42,JI1-SY" }, { "solarSystemName": "JI1-SY", "x": 260, "y": 530, "security": -0.2203734435185665, - "connectedSystems": [ - "YF-P4X", - "X-1QGA", - "T2-V8F" - ] + "connectedSystems": "YF-P4X,X-1QGA,T2-V8F" }, { "solarSystemName": "X-1QGA", "x": 265, "y": 580, "security": -0.164974692547101, - "connectedSystems": [ - "JI1-SY", - "CCE-0J", - "0VK-43", - "TY2X-C" - ] + "connectedSystems": "JI1-SY,CCE-0J,0VK-43,TY2X-C" }, { "solarSystemName": "CCE-0J", "x": 175, "y": 625, "security": -0.1926280062124046, - "connectedSystems": [ - "X-1QGA", - "0VK-43" - ] + "connectedSystems": "X-1QGA,0VK-43" }, { "solarSystemName": "T2-V8F", "x": 155, "y": 585, "security": -0.250456514351739, - "connectedSystems": [ - "JI1-SY", - "JI-LGM" - ] + "connectedSystems": "JI1-SY,JI-LGM" }, { "solarSystemName": "0VK-43", "x": 225, "y": 665, "security": -0.1348938348329779, - "connectedSystems": [ - "X-1QGA", - "CCE-0J", - "TY2X-C" - ] + "connectedSystems": "X-1QGA,CCE-0J,TY2X-C" }, { "solarSystemName": "TY2X-C", "x": 315, "y": 630, "security": -0.155574939983874, - "connectedSystems": [ - "X-1QGA", - "0VK-43", - "Q0G-L8" - ] + "connectedSystems": "X-1QGA,0VK-43,Q0G-L8" }, { "solarSystemName": "Q0G-L8", "x": 400, "y": 620, "security": -0.2533067088921799, - "connectedSystems": [ - "TY2X-C", - "Q5KZ-W" - ] + "connectedSystems": "TY2X-C,Q5KZ-W" }, { "solarSystemName": "Q5KZ-W", "x": 475, "y": 600, "security": -0.4557075923996188, - "connectedSystems": [ - "Q0G-L8", - "WE-KK2", - "B8HU-Z" - ] + "connectedSystems": "Q0G-L8,WE-KK2,B8HU-Z" }, { "solarSystemName": "WE-KK2", "x": 465, "y": 655, "security": -0.3910613478666603, - "connectedSystems": [ - "Q5KZ-W", - "A-REKV" - ] + "connectedSystems": "Q5KZ-W,A-REKV" }, { "solarSystemName": "B8HU-Z", "x": 490, "y": 565, "security": -0.333616721246036, - "connectedSystems": [ - "Q5KZ-W", - "16AM-3" - ] + "connectedSystems": "Q5KZ-W,16AM-3" }, { "solarSystemName": "16AM-3", "x": 500, "y": 525, "security": -0.1726499805818498, - "connectedSystems": [ - "B8HU-Z", - "BB-EKF", - "DZ6-I5" - ] + "connectedSystems": "B8HU-Z,BB-EKF,DZ6-I5" }, { "solarSystemName": "A-REKV", "x": 410, "y": 675, "security": -0.2941502414423401, - "connectedSystems": [ - "WE-KK2" - ] + "connectedSystems": "WE-KK2" }, { "solarSystemName": "BB-EKF", "x": 430, "y": 545, "security": -0.1674493925664293, - "connectedSystems": [ - "16AM-3" - ] + "connectedSystems": "16AM-3" }, { "solarSystemName": "DZ6-I5", "x": 550, "y": 425, "security": -0.1863277473784346, - "connectedSystems": [ - "16AM-3", - "R-XDKM", - "G1-0UI", - "QCDG-H", - "XUDX-A", - "QLU-P0" - ] + "connectedSystems": "16AM-3,R-XDKM,G1-0UI,QCDG-H,XUDX-A,QLU-P0" }, { "solarSystemName": "R-XDKM", "x": 520, "y": 365, "security": -0.2416165792580074, - "connectedSystems": [ - "DZ6-I5" - ] + "connectedSystems": "DZ6-I5" }, { "solarSystemName": "G1-0UI", "x": 705, "y": 425, "security": -0.3335638493311385, - "connectedSystems": [ - "DZ6-I5", - "XUDX-A", - "QLU-P0" - ] + "connectedSystems": "DZ6-I5,XUDX-A,QLU-P0" }, { "solarSystemName": "QCDG-H", "x": 610, "y": 460, "security": -0.1285544576298304, - "connectedSystems": [ - "DZ6-I5", - "Y-EQ0C" - ] + "connectedSystems": "DZ6-I5,Y-EQ0C" }, { "solarSystemName": "XUDX-A", "x": 625, "y": 380, "security": -0.2474578096369797, - "connectedSystems": [ - "DZ6-I5", - "G1-0UI", - "QLU-P0" - ] + "connectedSystems": "DZ6-I5,G1-0UI,QLU-P0" }, { "solarSystemName": "QLU-P0", "x": 625, "y": 320, "security": -0.2671452911149598, - "connectedSystems": [ - "DZ6-I5", - "G1-0UI", - "XUDX-A", - "OQTY-Z", - "NR8S-Y" - ] + "connectedSystems": "DZ6-I5,G1-0UI,XUDX-A,OQTY-Z,NR8S-Y" }, { "solarSystemName": "OQTY-Z", "x": 555, "y": 315, "security": -0.3720928905234898, - "connectedSystems": [ - "QLU-P0" - ] + "connectedSystems": "QLU-P0" }, { "solarSystemName": "Y-EQ0C", "x": 625, "y": 540, "security": -0.0780977457183254, - "connectedSystems": [ - "QCDG-H", - "7M4C-F", - "8-BEW8" - ] + "connectedSystems": "QCDG-H,7M4C-F,8-BEW8" }, { "solarSystemName": "7M4C-F", "x": 720, "y": 540, "security": -0.08007155851843317, - "connectedSystems": [ - "Y-EQ0C", - "MS1-KJ" - ] + "connectedSystems": "Y-EQ0C,MS1-KJ" }, { "solarSystemName": "MS1-KJ", "x": 720, "y": 600, "security": -0.1340699683899097, - "connectedSystems": [ - "7M4C-F", - "8-BEW8" - ] + "connectedSystems": "7M4C-F,8-BEW8" }, { "solarSystemName": "8-BEW8", "x": 625, "y": 600, "security": -0.2359459321458156, - "connectedSystems": [ - "Y-EQ0C", - "MS1-KJ", - "NZW-ZO", - "5-NZNW" - ] + "connectedSystems": "Y-EQ0C,MS1-KJ,NZW-ZO,5-NZNW" }, { "solarSystemName": "NZW-ZO", "x": 625, "y": 655, "security": -0.3466687580396614, - "connectedSystems": [ - "8-BEW8", - "WSK-1A", - "5-NZNW" - ] + "connectedSystems": "8-BEW8,WSK-1A,5-NZNW" }, { "solarSystemName": "WSK-1A", "x": 625, "y": 710, "security": -0.4517198884591465, - "connectedSystems": [ - "NZW-ZO" - ] + "connectedSystems": "NZW-ZO" }, { "solarSystemName": "5-NZNW", "x": 720, "y": 655, "security": -0.2202347289623933, - "connectedSystems": [ - "8-BEW8", - "NZW-ZO" - ] + "connectedSystems": "8-BEW8,NZW-ZO" }, { "solarSystemName": "NR8S-Y", "x": 660, "y": 245, "security": -0.1578160842153957, - "connectedSystems": [ - "QLU-P0", - "F-ZBO0" - ] + "connectedSystems": "QLU-P0,F-ZBO0" }, { "solarSystemName": "F-ZBO0", "x": 685, "y": 205, "security": -0.1892990333132433, - "connectedSystems": [ - "NR8S-Y", - "3Q1T-O" - ] + "connectedSystems": "NR8S-Y,3Q1T-O" }, { "solarSystemName": "3Q1T-O", "x": 710, "y": 170, "security": -0.2183794142060819, - "connectedSystems": [ - "F-ZBO0", - "8-4KME" - ] + "connectedSystems": "F-ZBO0,8-4KME" }, { "solarSystemName": "8-4KME", "x": 745, "y": 120, "security": -0.2718552498278216, - "connectedSystems": [ - "3Q1T-O", - "T6GY-Y" - ] + "connectedSystems": "3Q1T-O,T6GY-Y" }, { "solarSystemName": "T6GY-Y", "x": 770, "y": 80, "security": -0.4933109923288148, - "connectedSystems": [ - "8-4KME", - "R1-IMO", - "7KIK-H", - "46DP-O" - ] + "connectedSystems": "8-4KME,R1-IMO,7KIK-H,46DP-O" }, { "solarSystemName": "R1-IMO", "x": 825, "y": 50, "security": -0.4435227566631144, - "connectedSystems": [ - "T6GY-Y", - "RU-PT9" - ] + "connectedSystems": "T6GY-Y,RU-PT9" }, { "solarSystemName": "7KIK-H", "x": 685, "y": 40, "security": -0.3191298869042014, - "connectedSystems": [ - "T6GY-Y", - "B-6STA" - ] + "connectedSystems": "T6GY-Y,B-6STA" }, { "solarSystemName": "B-6STA", "x": 620, "y": 45, "security": -0.596124860905219, - "connectedSystems": [ - "7KIK-H", - "0P-U0Q" - ] + "connectedSystems": "7KIK-H,0P-U0Q" }, { "solarSystemName": "0P-U0Q", "x": 565, "y": 75, "security": -0.4827743946050943, - "connectedSystems": [ - "B-6STA", - "XGH-SH" - ] + "connectedSystems": "B-6STA,XGH-SH" }, { "solarSystemName": "XGH-SH", "x": 550, "y": 115, "security": -0.7021630955447609, - "connectedSystems": [ - "0P-U0Q", - "G-D0N3" - ] + "connectedSystems": "0P-U0Q,G-D0N3" }, { "solarSystemName": "G-D0N3", "x": 555, "y": 155, "security": -0.7208828357060151, - "connectedSystems": [ - "XGH-SH", - "T-AKQZ" - ] + "connectedSystems": "XGH-SH,T-AKQZ" }, { "solarSystemName": "T-AKQZ", "x": 555, "y": 195, "security": -0.7034363612406825, - "connectedSystems": [ - "G-D0N3" - ] + "connectedSystems": "G-D0N3" }, { "solarSystemName": "46DP-O", "x": 845, "y": 165, "security": -0.6610868066546085, - "connectedSystems": [ - "T6GY-Y", - "9-980U", - "ZO-P5K", - "77S8-E" - ] + "connectedSystems": "T6GY-Y,9-980U,ZO-P5K,77S8-E" }, { "solarSystemName": "9-980U", "x": 800, "y": 215, "security": -0.7446705836732332, - "connectedSystems": [ - "46DP-O", - "EMIG-F", - "M-RPN3" - ] + "connectedSystems": "46DP-O,EMIG-F,M-RPN3" }, { "solarSystemName": "EMIG-F", "x": 855, "y": 265, "security": -0.6985877265752716, - "connectedSystems": [ - "9-980U", - "ZO-P5K" - ] + "connectedSystems": "9-980U,ZO-P5K" }, { "solarSystemName": "M-RPN3", "x": 780, "y": 270, "security": -0.8977580162434332, - "connectedSystems": [ - "9-980U", - "JV1V-O" - ] + "connectedSystems": "9-980U,JV1V-O" }, { "solarSystemName": "ZO-P5K", "x": 895, "y": 210, "security": -0.6645011347760454, - "connectedSystems": [ - "46DP-O", - "EMIG-F", - "7L9-ZC" - ] + "connectedSystems": "46DP-O,EMIG-F,7L9-ZC" }, { "solarSystemName": "JV1V-O", "x": 780, "y": 320, "security": -1, - "connectedSystems": [ - "M-RPN3" - ] + "connectedSystems": "M-RPN3" }, { "solarSystemName": "7L9-ZC", "x": 970, "y": 170, "security": -1, - "connectedSystems": [ - "7-8EOE", - "ZO-P5K" - ] + "connectedSystems": "7-8EOE,ZO-P5K" } ] \ No newline at end of file diff --git a/public/The Bleak Lands.json b/public/The Bleak Lands.json index f704086..6ce7724 100644 --- a/public/The Bleak Lands.json +++ b/public/The Bleak Lands.json @@ -4,488 +4,314 @@ "x": 231, "y": 15, "security": 0.3551945591225804, - "connectedSystems": [ - "Aset", - "Eytjangard", - "Turnur", - "Vimeini", - "Kurniainen" - ] + "connectedSystems": "Aset,Eytjangard,Turnur,Vimeini,Kurniainen" }, { "solarSystemName": "Auga", "x": 850, "y": 285, "security": 0.3854838205759273, - "connectedSystems": [ - "Amamake", - "Siseide", - "Dal", - "Kourmonen" - ] + "connectedSystems": "Amamake,Siseide,Dal,Kourmonen" }, { "solarSystemName": "Gratesier", "x": 50, "y": 40, "security": 0.4351026447782936, - "connectedSystems": [ - "Schoorasana", - "Saidusairos" - ] + "connectedSystems": "Schoorasana,Saidusairos" }, { "solarSystemName": "Tzvi", "x": 750, "y": 290, "security": 0.2798709362336334, - "connectedSystems": [ - "Lamaa", - "Raa", - "Sifilar", - "Oyeman" - ] + "connectedSystems": "Lamaa,Raa,Sifilar,Oyeman" }, { "solarSystemName": "Choonka", "x": 665, "y": 335, "security": 0.6498122005263374, - "connectedSystems": [ - "Esescama", - "Thasinaz", - "Dihra", - "Dital", - "Kamela" - ] + "connectedSystems": "Esescama,Thasinaz,Dihra,Dital,Kamela" }, { "solarSystemName": "Ohide", "x": 700, "y": 465, "security": 0.5739069549734275, - "connectedSystems": [ - "Odin", - "Sasoutikh", - "Kamela" - ] + "connectedSystems": "Odin,Sasoutikh,Kamela" }, { "solarSystemName": "Roushzar", "x": 960, "y": 320, "security": 0.3669797694155156, - "connectedSystems": [ - "Huola", - "Labapi" - ] + "connectedSystems": "Huola,Labapi" }, { "solarSystemName": "Sosan", "x": 325, "y": 55, "security": 0.3356513056210158, - "connectedSystems": [ - "Asghed", - "Tararan", - "Oyonata" - ] + "connectedSystems": "Asghed,Tararan,Oyonata" }, { "solarSystemName": "Hati", "x": 630, "y": 75, "security": 0.8490347652854575, - "connectedSystems": [ - "Uadelah", - "Akes", - "Riavayed", - "Yuhelia", - "Jarkkolen" - ] + "connectedSystems": "Uadelah,Akes,Riavayed,Yuhelia,Jarkkolen" }, { "solarSystemName": "Lamaa", "x": 750, "y": 335, "security": 0.3552711738175655, - "connectedSystems": [ - "Tzvi", - "Kourmonen", - "Kamela" - ] + "connectedSystems": "Tzvi,Kourmonen,Kamela" }, { "solarSystemName": "Tuomuta", "x": 785, "y": 470, "security": 0.4537486856776187, - "connectedSystems": [ - "Kuomi", - "Kamela" - ] + "connectedSystems": "Kuomi,Kamela" }, { "solarSystemName": "Otelen", "x": 905, "y": 425, "security": 0.7848193934860858, - "connectedSystems": [ - "Kuomi", - "Huola", - "Mahrokht" - ] + "connectedSystems": "Kuomi,Huola,Mahrokht" }, { "solarSystemName": "Kuomi", "x": 865, "y": 465, "security": 0.5678633638088655, - "connectedSystems": [ - "Tuomuta", - "Otelen" - ] + "connectedSystems": "Tuomuta,Otelen" }, { "solarSystemName": "Huola", "x": 905, "y": 370, "security": 0.3702485876678229, - "connectedSystems": [ - "Otelen", - "Kourmonen", - "Roushzar" - ] + "connectedSystems": "Otelen,Kourmonen,Roushzar" }, { "solarSystemName": "Kourmonen", "x": 840, "y": 335, "security": 0.3634801594787575, - "connectedSystems": [ - "Lamaa", - "Huola", - "Kamela", - "Auga" - ] + "connectedSystems": "Lamaa,Huola,Kamela,Auga" }, { "solarSystemName": "Kamela", "x": 730, "y": 415, "security": 0.4408656784799183, - "connectedSystems": [ - "Lamaa", - "Tuomuta", - "Ohide", - "Kourmonen", - "Sosala", - "Choonka" - ] + "connectedSystems": "Lamaa,Tuomuta,Ohide,Kourmonen,Sosala,Choonka" }, { "solarSystemName": "Sosala", "x": 470, "y": 320, "security": 0.4205274311943741, - "connectedSystems": [ - "Kamela", - "Anka", - "Sasiekko", - "Gammel", - "Uusanen" - ] + "connectedSystems": "Kamela,Anka,Sasiekko,Gammel,Uusanen" }, { "solarSystemName": "Anka", "x": 435, "y": 250, "security": 0.4145999012411622, - "connectedSystems": [ - "Sosala", - "Iesa", - "Gammel", - "Tannakan" - ] + "connectedSystems": "Sosala,Iesa,Gammel,Tannakan" }, { "solarSystemName": "Iesa", "x": 330, "y": 240, "security": 0.4138185456627929, - "connectedSystems": [ - "Anka", - "Netsalakka", - "Uusanen" - ] + "connectedSystems": "Anka,Netsalakka,Uusanen" }, { "solarSystemName": "Netsalakka", "x": 285, "y": 275, "security": 0.4839560677415885, - "connectedSystems": [ - "Iesa", - "Sasiekko", - "Myyhera" - ] + "connectedSystems": "Iesa,Sasiekko,Myyhera" }, { "solarSystemName": "Sasiekko", "x": 320, "y": 350, "security": 0.5426346738872496, - "connectedSystems": [ - "Sosala", - "Netsalakka", - "Myyhera" - ] + "connectedSystems": "Sosala,Netsalakka,Myyhera" }, { "solarSystemName": "Myyhera", "x": 240, "y": 330, "security": 0.4817073422867504, - "connectedSystems": [ - "Netsalakka", - "Sasiekko", - "Saikamon" - ] + "connectedSystems": "Netsalakka,Sasiekko,Saikamon" }, { "solarSystemName": "Gammel", "x": 505, "y": 275, "security": 0.4655892811184824, - "connectedSystems": [ - "Sosala", - "Anka", - "Ronne" - ] + "connectedSystems": "Sosala,Anka,Ronne" }, { "solarSystemName": "Uusanen", "x": 370, "y": 300, "security": 0.4023392693132629, - "connectedSystems": [ - "Sosala", - "Iesa", - "Erkinen" - ] + "connectedSystems": "Sosala,Iesa,Erkinen" }, { "solarSystemName": "Erkinen", "x": 415, "y": 385, "security": 0.5920044692427542, - "connectedSystems": [ - "Uusanen", - "Komaa" - ] + "connectedSystems": "Uusanen,Komaa" }, { "solarSystemName": "Saikamon", "x": 205, "y": 230, "security": 0.4124921494671088, - "connectedSystems": [ - "Myyhera", - "Sahtogas" - ] + "connectedSystems": "Myyhera,Sahtogas" }, { "solarSystemName": "Jarkkolen", "x": 590, "y": 125, "security": 0.8206006543419168, - "connectedSystems": [ - "Hati", - "Ronne", - "Junsen" - ] + "connectedSystems": "Hati,Ronne,Junsen" }, { "solarSystemName": "Ronne", "x": 630, "y": 185, "security": 0.7241339263013489, - "connectedSystems": [ - "Gammel", - "Jarkkolen", - "Hatori", - "Hakodan" - ] + "connectedSystems": "Gammel,Jarkkolen,Hatori,Hakodan" }, { "solarSystemName": "Hatori", "x": 715, "y": 140, "security": 0.5728197321035722, - "connectedSystems": [ - "Ronne", - "Malpara", - "Hakodan" - ] + "connectedSystems": "Ronne,Malpara,Hakodan" }, { "solarSystemName": "Junsen", "x": 545, "y": 75, "security": 0.809590822053476, - "connectedSystems": [ - "Jarkkolen" - ] + "connectedSystems": "Jarkkolen" }, { "solarSystemName": "Malpara", "x": 815, "y": 150, "security": 0.4744237885735746, - "connectedSystems": [ - "Hatori" - ] + "connectedSystems": "Hatori" }, { "solarSystemName": "Hakodan", "x": 730, "y": 205, "security": 0.7266675445972814, - "connectedSystems": [ - "Ronne", - "Hatori" - ] + "connectedSystems": "Ronne,Hatori" }, { "solarSystemName": "Sahtogas", "x": 275, "y": 175, "security": 0.2798665378296151, - "connectedSystems": [ - "Saikamon", - "Haras", - "Oyonata", - "Tannakan" - ] + "connectedSystems": "Saikamon,Haras,Oyonata,Tannakan" }, { "solarSystemName": "Haras", "x": 200, "y": 145, "security": 0.2799619924435439, - "connectedSystems": [ - "Sahtogas" - ] + "connectedSystems": "Sahtogas" }, { "solarSystemName": "Oyonata", "x": 270, "y": 105, "security": 0.2588910561861462, - "connectedSystems": [ - "Sahtogas", - "Kurniainen", - "Sosan" - ] + "connectedSystems": "Sahtogas,Kurniainen,Sosan" }, { "solarSystemName": "Kurniainen", "x": 215, "y": 65, "security": 0.1143735848885704, - "connectedSystems": [ - "Oyonata", - "Saidusairos", - "Isbrabata" - ] + "connectedSystems": "Oyonata,Saidusairos,Isbrabata" }, { "solarSystemName": "Saidusairos", "x": 135, "y": 50, "security": 0.1047332879095276, - "connectedSystems": [ - "Kurniainen", - "Gratesier" - ] + "connectedSystems": "Kurniainen,Gratesier" }, { "solarSystemName": "Tannakan", "x": 385, "y": 175, "security": 0.2470819478831056, - "connectedSystems": [ - "Sahtogas", - "Anka" - ] + "connectedSystems": "Sahtogas,Anka" }, { "solarSystemName": "Komaa", "x": 395, "y": 460, "security": 0.5567216531540653, - "connectedSystems": [ - "Erkinen", - "Ayeroilen", - "Kurmaru" - ] + "connectedSystems": "Erkinen,Ayeroilen,Kurmaru" }, { "solarSystemName": "Ayeroilen", "x": 340, "y": 495, "security": 0.4465684004984308, - "connectedSystems": [ - "Komaa", - "Imata" - ] + "connectedSystems": "Komaa,Imata" }, { "solarSystemName": "Imata", "x": 270, "y": 535, "security": 0.4883548145858218, - "connectedSystems": [ - "Ayeroilen", - "Furskeshin" - ] + "connectedSystems": "Ayeroilen,Furskeshin" }, { "solarSystemName": "Furskeshin", "x": 245, "y": 585, "security": 0.6055033109830259, - "connectedSystems": [ - "Imata", - "Satalama" - ] + "connectedSystems": "Imata,Satalama" }, { "solarSystemName": "Kurmaru", "x": 470, "y": 505, "security": 0.6191213801956499, - "connectedSystems": [ - "Komaa" - ] + "connectedSystems": "Komaa" }, { "solarSystemName": "Satalama", "x": 240, "y": 630, "security": 0.6607545489891238, - "connectedSystems": [ - "Furskeshin" - ] + "connectedSystems": "Furskeshin" }, { "solarSystemName": "Mahrokht", "x": 960, "y": 480, "security": 0.8599058159100952, - "connectedSystems": [ - "Otelen", - "Alkabsi" - ] + "connectedSystems": "Otelen,Alkabsi" } ] \ No newline at end of file diff --git a/public/The Citadel.json b/public/The Citadel.json index 008ce04..65b2d2e 100644 --- a/public/The Citadel.json +++ b/public/The Citadel.json @@ -4,1131 +4,713 @@ "x": 850, "y": 525, "security": 0.7479928156562223, - "connectedSystems": [ - "Tuuriainas", - "Inaro" - ] + "connectedSystems": "Tuuriainas,Inaro" }, { "solarSystemName": "Urlen", "x": 620, "y": 720, "security": 0.9599952108234708, - "connectedSystems": [ - "Kisogo", - "Unpas", - "Perimeter", - "Kusomonmon", - "Sirppala" - ] + "connectedSystems": "Kisogo,Unpas,Perimeter,Kusomonmon,Sirppala" }, { "solarSystemName": "Maurasi", "x": 647, "y": 124, "security": 0.9127475929529447, - "connectedSystems": [ - "Itamo", - "Jita", - "Muvolailen", - "Perimeter" - ] + "connectedSystems": "Itamo,Jita,Muvolailen,Perimeter" }, { "solarSystemName": "Jita", "x": 550, "y": 125, "security": 0.945913116665, - "connectedSystems": [ - "Maurasi", - "Perimeter", - "New Caldari", - "Sobaseki", - "Muvolailen", - "Niyabainen", - "Ikuchi" - ] + "connectedSystems": "Maurasi,Perimeter,New Caldari,Sobaseki,Muvolailen,Niyabainen,Ikuchi" }, { "solarSystemName": "New Caldari", "x": 465, "y": 125, "security": 1, - "connectedSystems": [ - "Jita", - "Niyabainen", - "Hirtamon", - "Josameto", - "Malkalen", - "Alikara" - ] + "connectedSystems": "Jita,Niyabainen,Hirtamon,Josameto,Malkalen,Alikara" }, { "solarSystemName": "Funtanainen", "x": 340, "y": 140, "security": 0.858976279346364, - "connectedSystems": [ - "Aikoro", - "Sobaseki", - "Isikemi", - "Kappas" - ] + "connectedSystems": "Aikoro,Sobaseki,Isikemi,Kappas" }, { "solarSystemName": "Isikemi", "x": 275, "y": 140, "security": 0.7809994316346254, - "connectedSystems": [ - "Aikoro", - "Funtanainen", - "Uosusuokko" - ] + "connectedSystems": "Aikoro,Funtanainen,Uosusuokko" }, { "solarSystemName": "Nourvukaiken", "x": 320, "y": 245, "security": 0.8165567290785904, - "connectedSystems": [ - "Iidoken", - "Tsuguwa", - "Tunttaras", - "Tama" - ] + "connectedSystems": "Iidoken,Tsuguwa,Tunttaras,Tama" }, { "solarSystemName": "Sarekuwa", "x": 450, "y": 350, "security": 0.9365016177708233, - "connectedSystems": [ - "Iidoken", - "Tunttaras", - "Halaima", - "Hitanishio", - "Veisto" - ] + "connectedSystems": "Iidoken,Tunttaras,Halaima,Hitanishio,Veisto" }, { "solarSystemName": "Tunttaras", "x": 390, "y": 270, "security": 0.8853122147938609, - "connectedSystems": [ - "Nourvukaiken", - "Ahynada", - "Sarekuwa", - "Niyabainen", - "Ikuchi", - "Ichinumi" - ] + "connectedSystems": "Nourvukaiken,Ahynada,Sarekuwa,Niyabainen,Ikuchi,Ichinumi" }, { "solarSystemName": "Vellaine", "x": 350, "y": 35, "security": 0.5811389851332576, - "connectedSystems": [ - "Akonoinen", - "Autaris", - "Alikara" - ] + "connectedSystems": "Akonoinen,Autaris,Alikara" }, { "solarSystemName": "Mara", "x": 965, "y": 0, "security": 0.4199878214533583, - "connectedSystems": [ - "Dantumi", - "Passari", - "Piekura", - "Hasama" - ] + "connectedSystems": "Dantumi,Passari,Piekura,Hasama" }, { "solarSystemName": "Isanamo", "x": 350, "y": 105, "security": 0.6350155561969852, - "connectedSystems": [ - "Saatuban", - "Uemisaisen", - "Iidoken", - "Isikano", - "Alikara", - "Sobaseki" - ] + "connectedSystems": "Saatuban,Uemisaisen,Iidoken,Isikano,Alikara,Sobaseki" }, { "solarSystemName": "Unel", "x": 190, "y": 735, "security": 0.8905152452776715, - "connectedSystems": [ - "Tennen", - "Chainelant", - "Auberulle" - ] + "connectedSystems": "Tennen,Chainelant,Auberulle" }, { "solarSystemName": "Inoue", "x": 140, "y": 110, "security": 0.5708567338947792, - "connectedSystems": [ - "Isaziwa", - "Erila" - ] + "connectedSystems": "Isaziwa,Erila" }, { "solarSystemName": "Isaziwa", "x": 105, "y": 155, "security": 0.7208140236089612, - "connectedSystems": [ - "Oiniken", - "Inoue" - ] + "connectedSystems": "Oiniken,Inoue" }, { "solarSystemName": "Eitu", "x": 35, "y": 95, "security": 0.5380359349379252, - "connectedSystems": [ - "Horkkisen", - "Erila" - ] + "connectedSystems": "Horkkisen,Erila" }, { "solarSystemName": "Horkkisen", "x": 10, "y": 50, "security": 0.438425065898956, - "connectedSystems": [ - "Eitu" - ] + "connectedSystems": "Eitu" }, { "solarSystemName": "Erila", "x": 95, "y": 75, "security": 0.4487059397613994, - "connectedSystems": [ - "Inoue", - "Eitu" - ] + "connectedSystems": "Inoue,Eitu" }, { "solarSystemName": "Ohvosamon", "x": 575, "y": 0, "security": 0.7300936034721406, - "connectedSystems": [ - "Auviken", - "Jeras" - ] + "connectedSystems": "Auviken,Jeras" }, { "solarSystemName": "Auviken", "x": 500, "y": 40, "security": 0.8196477983654926, - "connectedSystems": [ - "Kausaaja", - "Ohvosamon", - "Oijamon", - "Kakki" - ] + "connectedSystems": "Kausaaja,Ohvosamon,Oijamon,Kakki" }, { "solarSystemName": "Saikanen", "x": 575, "y": 80, "security": 0.8712233966575671, - "connectedSystems": [ - "Oijamon", - "Kakki" - ] + "connectedSystems": "Oijamon,Kakki" }, { "solarSystemName": "Oijamon", "x": 575, "y": 40, "security": 0.8166387668781785, - "connectedSystems": [ - "Auviken", - "Saikanen", - "Jeras" - ] + "connectedSystems": "Auviken,Saikanen,Jeras" }, { "solarSystemName": "Kakki", "x": 500, "y": 80, "security": 0.8397002549604574, - "connectedSystems": [ - "Auviken", - "Saikanen" - ] + "connectedSystems": "Auviken,Saikanen" }, { "solarSystemName": "Jeras", "x": 655, "y": 40, "security": 0.5713400139042708, - "connectedSystems": [ - "Ohvosamon", - "Usi", - "Oijamon" - ] + "connectedSystems": "Ohvosamon,Usi,Oijamon" }, { "solarSystemName": "Kausaaja", "x": 390, "y": 10, "security": 0.7407051069426884, - "connectedSystems": [ - "Auviken", - "Kaimon", - "Ahynada" - ] + "connectedSystems": "Auviken,Kaimon,Ahynada" }, { "solarSystemName": "Oiniken", "x": 220, "y": 170, "security": 0.7185566669922812, - "connectedSystems": [ - "Kaimon", - "Ahynada", - "Aikoro", - "Isaziwa" - ] + "connectedSystems": "Kaimon,Ahynada,Aikoro,Isaziwa" }, { "solarSystemName": "Kaimon", "x": 225, "y": 10, "security": 0.6860520099082079, - "connectedSystems": [ - "Kausaaja", - "Oiniken", - "Alikara" - ] + "connectedSystems": "Kausaaja,Oiniken,Alikara" }, { "solarSystemName": "Ahynada", "x": 390, "y": 170, "security": 0.8035481991882445, - "connectedSystems": [ - "Kausaaja", - "Oiniken", - "Paara", - "Tunttaras" - ] + "connectedSystems": "Kausaaja,Oiniken,Paara,Tunttaras" }, { "solarSystemName": "Aikoro", "x": 265, "y": 85, "security": 0.7714352004188871, - "connectedSystems": [ - "Oiniken", - "Alikara", - "Funtanainen", - "Isikemi" - ] + "connectedSystems": "Oiniken,Alikara,Funtanainen,Isikemi" }, { "solarSystemName": "Alikara", "x": 350, "y": 70, "security": 0.7112933851639902, - "connectedSystems": [ - "Vellaine", - "Kaimon", - "Aikoro", - "Isanamo", - "New Caldari" - ] + "connectedSystems": "Vellaine,Kaimon,Aikoro,Isanamo,New Caldari" }, { "solarSystemName": "Usi", "x": 745, "y": 40, "security": 0.5437586967111196, - "connectedSystems": [ - "Ishomilken", - "Jeras" - ] + "connectedSystems": "Ishomilken,Jeras" }, { "solarSystemName": "Ishomilken", "x": 815, "y": 40, "security": 0.3746381987805384, - "connectedSystems": [ - "Usi", - "Nikkishina", - "Uuna" - ] + "connectedSystems": "Usi,Nikkishina,Uuna" }, { "solarSystemName": "Nikkishina", "x": 890, "y": 40, "security": 0.3707768263558429, - "connectedSystems": [ - "Ishomilken", - "Hasama" - ] + "connectedSystems": "Ishomilken,Hasama" }, { "solarSystemName": "Hasama", "x": 965, "y": 40, "security": 0.2714402448602707, - "connectedSystems": [ - "Nikkishina", - "Mara" - ] + "connectedSystems": "Nikkishina,Mara" }, { "solarSystemName": "Uuna", "x": 830, "y": 80, "security": 0.3835015677452078, - "connectedSystems": [ - "Ishomilken", - "Manjonakko" - ] + "connectedSystems": "Ishomilken,Manjonakko" }, { "solarSystemName": "Manjonakko", "x": 890, "y": 100, "security": 0.3347173713759986, - "connectedSystems": [ - "Uuna", - "Mushikegi" - ] + "connectedSystems": "Uuna,Mushikegi" }, { "solarSystemName": "Kassigainen", "x": 40, "y": 645, "security": 0.915852313971306, - "connectedSystems": [ - "Yashunen", - "Hatakani", - "Algogille", - "Synchelle" - ] + "connectedSystems": "Yashunen,Hatakani,Algogille,Synchelle" }, { "solarSystemName": "Yashunen", "x": 90, "y": 680, "security": 0.9512300145781948, - "connectedSystems": [ - "Kassigainen", - "Tennen", - "Hatakani", - "Jolevier" - ] + "connectedSystems": "Kassigainen,Tennen,Hatakani,Jolevier" }, { "solarSystemName": "Tennen", "x": 170, "y": 685, "security": 0.9190298192259584, - "connectedSystems": [ - "Unel", - "Yashunen", - "Hatakani", - "Iivinen" - ] + "connectedSystems": "Unel,Yashunen,Hatakani,Iivinen" }, { "solarSystemName": "Hatakani", "x": 120, "y": 630, "security": 0.9410608656828512, - "connectedSystems": [ - "Kassigainen", - "Yashunen", - "Tennen", - "Sivala" - ] + "connectedSystems": "Kassigainen,Yashunen,Tennen,Sivala" }, { "solarSystemName": "Sivala", "x": 200, "y": 630, "security": 0.5505319070318379, - "connectedSystems": [ - "Hatakani", - "Kubinen", - "Iivinen", - "Uedama" - ] + "connectedSystems": "Hatakani,Kubinen,Iivinen,Uedama" }, { "solarSystemName": "Iivinen", "x": 240, "y": 680, "security": 0.7371076852580474, - "connectedSystems": [ - "Tennen", - "Sivala" - ] + "connectedSystems": "Tennen,Sivala" }, { "solarSystemName": "Kubinen", "x": 165, "y": 575, "security": 0.4160241415263145, - "connectedSystems": [ - "Sivala", - "Uedama", - "Enderailen" - ] + "connectedSystems": "Sivala,Uedama,Enderailen" }, { "solarSystemName": "Uedama", "x": 360, "y": 535, "security": 0.505440321832217, - "connectedSystems": [ - "Kubinen", - "Haatomo", - "Sivala", - "Juunigaishi", - "Ikao" - ] + "connectedSystems": "Kubinen,Haatomo,Sivala,Juunigaishi,Ikao" }, { "solarSystemName": "Enderailen", "x": 135, "y": 535, "security": 0.448784760210557, - "connectedSystems": [ - "Kubinen", - "Rairomon" - ] + "connectedSystems": "Kubinen,Rairomon" }, { "solarSystemName": "Kulelen", "x": 220, "y": 425, "security": 0.4753689378877464, - "connectedSystems": [ - "Hogimo", - "Yria" - ] + "connectedSystems": "Hogimo,Yria" }, { "solarSystemName": "Rairomon", "x": 250, "y": 500, "security": 0.6293596011482361, - "connectedSystems": [ - "Enderailen", - "Huttaken" - ] + "connectedSystems": "Enderailen,Huttaken" }, { "solarSystemName": "Hogimo", "x": 300, "y": 425, "security": 0.5574451863186694, - "connectedSystems": [ - "Kulelen", - "Venilen", - "Huttaken" - ] + "connectedSystems": "Kulelen,Venilen,Huttaken" }, { "solarSystemName": "Huttaken", "x": 360, "y": 470, "security": 0.5727129040745773, - "connectedSystems": [ - "Rairomon", - "Halaima", - "Hogimo" - ] + "connectedSystems": "Rairomon,Halaima,Hogimo" }, { "solarSystemName": "Paara", "x": 601, "y": 194, "security": 0.7785352332964887, - "connectedSystems": [ - "Ahynada", - "Annaro", - "Muvolailen" - ] + "connectedSystems": "Ahynada,Annaro,Muvolailen" }, { "solarSystemName": "Annaro", "x": 682, "y": 178, "security": 0.8074703589680188, - "connectedSystems": [ - "Paara", - "Isutaka", - "Muvolailen" - ] + "connectedSystems": "Paara,Isutaka,Muvolailen" }, { "solarSystemName": "Isutaka", "x": 769, "y": 179, "security": 0.8345176388327142, - "connectedSystems": [ - "Annaro", - "Tasabeshi" - ] + "connectedSystems": "Annaro,Tasabeshi" }, { "solarSystemName": "Tasabeshi", "x": 853, "y": 196, "security": 0.8308547957833241, - "connectedSystems": [ - "Isutaka", - "Ono" - ] + "connectedSystems": "Isutaka,Ono" }, { "solarSystemName": "Ono", "x": 902, "y": 234, "security": 0.7944237869008254, - "connectedSystems": [ - "Tasabeshi" - ] + "connectedSystems": "Tasabeshi" }, { "solarSystemName": "Muvolailen", "x": 601, "y": 160, "security": 0.7080867245401007, - "connectedSystems": [ - "Paara", - "Annaro", - "Jita", - "Maurasi" - ] + "connectedSystems": "Paara,Annaro,Jita,Maurasi" }, { "solarSystemName": "Halaima", "x": 475, "y": 440, "security": 0.6589382757267639, - "connectedSystems": [ - "Huttaken", - "Kamio", - "Sankkasen", - "Sarekuwa" - ] + "connectedSystems": "Huttaken,Kamio,Sankkasen,Sarekuwa" }, { "solarSystemName": "Kamio", "x": 495, "y": 485, "security": 0.7411492715205611, - "connectedSystems": [ - "Halaima", - "Ikao", - "Kaaputenen" - ] + "connectedSystems": "Halaima,Ikao,Kaaputenen" }, { "solarSystemName": "Sankkasen", "x": 555, "y": 425, "security": 0.6682383688845224, - "connectedSystems": [ - "Halaima", - "Tintoh", - "Waira" - ] + "connectedSystems": "Halaima,Tintoh,Waira" }, { "solarSystemName": "Tintoh", "x": 635, "y": 435, "security": 0.8133148964662694, - "connectedSystems": [ - "Sankkasen", - "Santola" - ] + "connectedSystems": "Sankkasen,Santola" }, { "solarSystemName": "Santola", "x": 635, "y": 485, "security": 0.8299976985873058, - "connectedSystems": [ - "Tintoh", - "Ikao" - ] + "connectedSystems": "Tintoh,Ikao" }, { "solarSystemName": "Ikao", "x": 510, "y": 530, "security": 0.602213088622228, - "connectedSystems": [ - "Waskisen", - "Kamio", - "Santola", - "Irjunen", - "Juunigaishi", - "Uedama" - ] + "connectedSystems": "Waskisen,Kamio,Santola,Irjunen,Juunigaishi,Uedama" }, { "solarSystemName": "Waira", "x": 555, "y": 391, "security": 0.5346838453836369, - "connectedSystems": [ - "Sankkasen", - "Uotila" - ] + "connectedSystems": "Sankkasen,Uotila" }, { "solarSystemName": "Inaro", "x": 750, "y": 530, "security": 0.8369775721490628, - "connectedSystems": [ - "Sirseshin", - "Kaaputenen", - "Waskisen", - "Sirppala" - ] + "connectedSystems": "Sirseshin,Kaaputenen,Waskisen,Sirppala" }, { "solarSystemName": "Kaaputenen", "x": 750, "y": 450, "security": 0.7791685585168382, - "connectedSystems": [ - "Inaro", - "Kamio" - ] + "connectedSystems": "Inaro,Kamio" }, { "solarSystemName": "Waskisen", "x": 670, "y": 520, "security": 0.6855884917699008, - "connectedSystems": [ - "Inaro", - "Ikao", - "Irjunen" - ] + "connectedSystems": "Inaro,Ikao,Irjunen" }, { "solarSystemName": "Sirppala", "x": 700, "y": 655, "security": 0.8832270223989898, - "connectedSystems": [ - "Inaro", - "Anttiri", - "Urlen" - ] + "connectedSystems": "Inaro,Anttiri,Urlen" }, { "solarSystemName": "Irjunen", "x": 650, "y": 560, "security": 0.5202672530569687, - "connectedSystems": [ - "Waskisen", - "Ikao", - "Inari" - ] + "connectedSystems": "Waskisen,Ikao,Inari" }, { "solarSystemName": "Inari", "x": 650, "y": 610, "security": 0.4624967011467756, - "connectedSystems": [ - "Irjunen" - ] + "connectedSystems": "Irjunen" }, { "solarSystemName": "Yria", "x": 215, "y": 380, "security": 0.5012201844754445, - "connectedSystems": [ - "Kulelen", - "Oshaima", - "Oisio" - ] + "connectedSystems": "Kulelen,Oshaima,Oisio" }, { "solarSystemName": "Oshaima", "x": 140, "y": 420, "security": 0.4531283779206344, - "connectedSystems": [ - "Yria", - "Hysera", - "Oisio" - ] + "connectedSystems": "Yria,Hysera,Oisio" }, { "solarSystemName": "Hysera", "x": 70, "y": 390, "security": 0.3971828496209688, - "connectedSystems": [ - "Oshaima", - "Oisio", - "Hasmijaala" - ] + "connectedSystems": "Oshaima,Oisio,Hasmijaala" }, { "solarSystemName": "Venilen", "x": 305, "y": 385, "security": 0.6118220666761022, - "connectedSystems": [ - "Hogimo" - ] + "connectedSystems": "Hogimo" }, { "solarSystemName": "Oisio", "x": 140, "y": 365, "security": 0.5335753726283194, - "connectedSystems": [ - "Yria", - "Oshaima", - "Hysera" - ] + "connectedSystems": "Yria,Oshaima,Hysera" }, { "solarSystemName": "Haatomo", "x": 345, "y": 655, "security": 0.6092655011900479, - "connectedSystems": [ - "Uedama", - "Suroken" - ] + "connectedSystems": "Uedama,Suroken" }, { "solarSystemName": "Suroken", "x": 445, "y": 665, "security": 0.7291611392163538, - "connectedSystems": [ - "Haatomo", - "Kusomonmon", - "Juunigaishi", - "Anttiri" - ] + "connectedSystems": "Haatomo,Kusomonmon,Juunigaishi,Anttiri" }, { "solarSystemName": "Kusomonmon", "x": 475, "y": 720, "security": 0.847299953799382, - "connectedSystems": [ - "Suroken", - "Urlen" - ] + "connectedSystems": "Suroken,Urlen" }, { "solarSystemName": "Juunigaishi", "x": 455, "y": 595, "security": 0.6213217815401396, - "connectedSystems": [ - "Suroken", - "Isikesu", - "Anttiri", - "Uedama", - "Ikao" - ] + "connectedSystems": "Suroken,Isikesu,Anttiri,Uedama,Ikao" }, { "solarSystemName": "Isikesu", "x": 550, "y": 610, "security": 0.6700421254660899, - "connectedSystems": [ - "Juunigaishi", - "Anttiri" - ] + "connectedSystems": "Juunigaishi,Anttiri" }, { "solarSystemName": "Anttiri", "x": 550, "y": 675, "security": 0.7127556255118697, - "connectedSystems": [ - "Suroken", - "Sirppala", - "Juunigaishi", - "Isikesu" - ] + "connectedSystems": "Suroken,Sirppala,Juunigaishi,Isikesu" }, { "solarSystemName": "Hasmijaala", "x": 60, "y": 340, "security": 0.3358288958892393, - "connectedSystems": [ - "Hysera", - "Nagamanen" - ] + "connectedSystems": "Hysera,Nagamanen" }, { "solarSystemName": "Nagamanen", "x": 70, "y": 295, "security": 0.3047258976551928, - "connectedSystems": [ - "Hasmijaala", - "Oto", - "Sujarento", - "Deven" - ] + "connectedSystems": "Hasmijaala,Oto,Sujarento,Deven" }, { "solarSystemName": "Oto", "x": 0, "y": 315, "security": 0.3980902824643153, - "connectedSystems": [ - "Nagamanen" - ] + "connectedSystems": "Nagamanen" }, { "solarSystemName": "Sujarento", "x": 135, "y": 255, "security": 0.3111356900396484, - "connectedSystems": [ - "Nagamanen", - "Eranakko", - "Onatoh", - "Tama" - ] + "connectedSystems": "Nagamanen,Eranakko,Onatoh,Tama" }, { "solarSystemName": "Eranakko", "x": 195, "y": 215, "security": 0.3240325656570823, - "connectedSystems": [ - "Sujarento", - "Onatoh" - ] + "connectedSystems": "Sujarento,Onatoh" }, { "solarSystemName": "Onatoh", "x": 125, "y": 205, "security": 0.2964249821744466, - "connectedSystems": [ - "Sujarento", - "Eranakko", - "Tannolen" - ] + "connectedSystems": "Sujarento,Eranakko,Tannolen" }, { "solarSystemName": "Tannolen", "x": 60, "y": 190, "security": 0.3036259362881431, - "connectedSystems": [ - "Onatoh", - "Tierijev" - ] + "connectedSystems": "Onatoh,Tierijev" }, { "solarSystemName": "Tama", "x": 235, "y": 240, "security": 0.2825556883337969, - "connectedSystems": [ - "Sujarento", - "Nourvukaiken", - "Kedama" - ] + "connectedSystems": "Sujarento,Nourvukaiken,Kedama" }, { "solarSystemName": "Uotila", "x": 555, "y": 355, "security": 0.5741027392266224, - "connectedSystems": [ - "Waira", - "Isenairos" - ] + "connectedSystems": "Waira,Isenairos" }, { "solarSystemName": "Isenairos", "x": 555, "y": 298, "security": 0.8039990995465249, - "connectedSystems": [ - "Uotila", - "Saila", - "Oichiya" - ] + "connectedSystems": "Uotila,Saila,Oichiya" }, { "solarSystemName": "Saila", "x": 612, "y": 326, "security": 0.8934569983536385, - "connectedSystems": [ - "Isenairos", - "Aramachi" - ] + "connectedSystems": "Isenairos,Aramachi" }, { "solarSystemName": "Aramachi", "x": 642, "y": 293, "security": 0.4897885839856111, - "connectedSystems": [ - "Saila", - "Laah" - ] + "connectedSystems": "Saila,Laah" }, { "solarSystemName": "Oichiya", "x": 535, "y": 261, "security": 0.8476644632379954, - "connectedSystems": [ - "Isenairos", - "Motsu", - "Laah" - ] + "connectedSystems": "Isenairos,Motsu,Laah" }, { "solarSystemName": "Motsu", "x": 579, "y": 230, "security": 0.872794305935064, - "connectedSystems": [ - "Oichiya", - "Laah" - ] + "connectedSystems": "Oichiya,Laah" }, { "solarSystemName": "Algogille", "x": 0, "y": 685, "security": 0.9253662033104486, - "connectedSystems": [ - "Luminaire", - "Kassigainen", - "Renyn", - "Synchelle", - "Couster" - ] + "connectedSystems": "Luminaire,Kassigainen,Renyn,Synchelle,Couster" }, { "solarSystemName": "Jolevier", "x": 70, "y": 725, "security": 0.8768835565998043, - "connectedSystems": [ - "Yashunen", - "Caslemon", - "Charmerout" - ] + "connectedSystems": "Yashunen,Caslemon,Charmerout" }, { "solarSystemName": "Deven", "x": 25, "y": 250, "security": 0.317772478577719, - "connectedSystems": [ - "Fliet", - "Nagamanen" - ] + "connectedSystems": "Fliet,Nagamanen" }, { "solarSystemName": "Synchelle", "x": 0, "y": 605, "security": 0.8707330373887257, - "connectedSystems": [ - "Kassigainen", - "Algogille", - "Wysalan", - "Pakhshi", - "Henebene" - ] + "connectedSystems": "Kassigainen,Algogille,Wysalan,Pakhshi,Henebene" }, { "solarSystemName": "Tierijev", "x": 0, "y": 180, "security": 0.8379695899076048, - "connectedSystems": [ - "Chantrousse", - "Osmomonne", - "Derririntel", - "Tannolen" - ] + "connectedSystems": "Chantrousse,Osmomonne,Derririntel,Tannolen" }, { "solarSystemName": "Laah", "x": 627, "y": 256, "security": 0.9195130562304447, - "connectedSystems": [ - "Aramachi", - "Motsu", - "Oichiya" - ] + "connectedSystems": "Aramachi,Motsu,Oichiya" }, { "solarSystemName": "Mushikegi", "x": 965, "y": 100, "security": 0.4336119498002067, - "connectedSystems": [ - "Asakai", - "Vaaralen", - "Okkamon", - "Manjonakko" - ] + "connectedSystems": "Asakai,Vaaralen,Okkamon,Manjonakko" }, { "solarSystemName": "Kedama", "x": 240, "y": 280, "security": 0.338464408401388, - "connectedSystems": [ - "Nisuwa", - "Reitsato", - "Hirri", - "Teimo", - "Tama" - ] + "connectedSystems": "Nisuwa,Reitsato,Hirri,Teimo,Tama" } ] \ No newline at end of file diff --git a/public/The Forge.json b/public/The Forge.json index ee4e4b0..64085c3 100644 --- a/public/The Forge.json +++ b/public/The Forge.json @@ -4,1145 +4,734 @@ "x": 305, "y": 445, "security": 0.6717383427704126, - "connectedSystems": [ - "Mitsolen", - "Maurasi", - "Jatate", - "Vaankalen", - "Kylmabe", - "Ahtulaima" - ] + "connectedSystems": "Mitsolen,Maurasi,Jatate,Vaankalen,Kylmabe,Ahtulaima" }, { "solarSystemName": "Mitsolen", "x": 335, "y": 485, "security": 0.6337059450330362, - "connectedSystems": [ - "Itamo", - "Mahtista" - ] + "connectedSystems": "Itamo,Mahtista" }, { "solarSystemName": "Jatate", "x": 240, "y": 445, "security": 0.6374281330315903, - "connectedSystems": [ - "Itamo" - ] + "connectedSystems": "Itamo" }, { "solarSystemName": "Mahtista", "x": 360, "y": 520, "security": 0.6582375508660416, - "connectedSystems": [ - "Mitsolen" - ] + "connectedSystems": "Mitsolen" }, { "solarSystemName": "Vaankalen", "x": 265, "y": 480, "security": 0.6471703743519555, - "connectedSystems": [ - "Itamo" - ] + "connectedSystems": "Itamo" }, { "solarSystemName": "Kylmabe", "x": 355, "y": 415, "security": 0.7319313204060804, - "connectedSystems": [ - "Itamo" - ] + "connectedSystems": "Itamo" }, { "solarSystemName": "Ahtulaima", "x": 370, "y": 455, "security": 0.6126889151758599, - "connectedSystems": [ - "Itamo" - ] + "connectedSystems": "Itamo" }, { "solarSystemName": "Geras", "x": 410, "y": 645, "security": 0.6501464617023807, - "connectedSystems": [ - "Tuuriainas", - "Nomaa" - ] + "connectedSystems": "Tuuriainas,Nomaa" }, { "solarSystemName": "Sirseshin", "x": 265, "y": 675, "security": 0.7479928156562223, - "connectedSystems": [ - "Tuuriainas", - "Inaro" - ] + "connectedSystems": "Tuuriainas,Inaro" }, { "solarSystemName": "Tuuriainas", "x": 305, "y": 640, "security": 0.6108489265679306, - "connectedSystems": [ - "Geras", - "Sirseshin", - "Shihuken" - ] + "connectedSystems": "Geras,Sirseshin,Shihuken" }, { "solarSystemName": "Unpas", "x": 135, "y": 575, "security": 0.9459645526437807, - "connectedSystems": [ - "Urlen", - "Shihuken", - "Uitra" - ] + "connectedSystems": "Urlen,Shihuken,Uitra" }, { "solarSystemName": "Shihuken", "x": 200, "y": 620, "security": 0.8745849747905929, - "connectedSystems": [ - "Tuuriainas", - "Unpas" - ] + "connectedSystems": "Tuuriainas,Unpas" }, { "solarSystemName": "Nomaa", "x": 485, "y": 620, "security": 0.6069360862204307, - "connectedSystems": [ - "Geras", - "Saisio", - "Poinen" - ] + "connectedSystems": "Geras,Saisio,Poinen" }, { "solarSystemName": "Ansila", "x": 128, "y": 206, "security": 0.9120170099100288, - "connectedSystems": [ - "Hirtamon", - "Hykkota", - "Ikuchi" - ] + "connectedSystems": "Hirtamon,Hykkota,Ikuchi" }, { "solarSystemName": "Hirtamon", "x": 203, "y": 219, "security": 0.9747262069290742, - "connectedSystems": [ - "Ansila", - "New Caldari", - "Ikuchi", - "Aokannitoh" - ] + "connectedSystems": "Ansila,New Caldari,Ikuchi,Aokannitoh" }, { "solarSystemName": "Hykkota", "x": 107, "y": 168, "security": 0.823653465299, - "connectedSystems": [ - "Ansila", - "Outuni", - "Ohmahailen", - "Ahbazon" - ] + "connectedSystems": "Ansila,Outuni,Ohmahailen,Ahbazon" }, { "solarSystemName": "Outuni", "x": 38, "y": 142, "security": 0.7341722991769969, - "connectedSystems": [ - "Hykkota", - "Ohmahailen", - "Eskunen" - ] + "connectedSystems": "Hykkota,Ohmahailen,Eskunen" }, { "solarSystemName": "Ohmahailen", "x": 121, "y": 124, "security": 0.6638108228841209, - "connectedSystems": [ - "Hykkota", - "Outuni", - "Eskunen" - ] + "connectedSystems": "Hykkota,Outuni,Eskunen" }, { "solarSystemName": "Eskunen", "x": 72, "y": 97, "security": 0.625293934883188, - "connectedSystems": [ - "Outuni", - "Ohmahailen" - ] + "connectedSystems": "Outuni,Ohmahailen" }, { "solarSystemName": "Ikuchi", "x": 140, "y": 250, "security": 0.9868146226131719, - "connectedSystems": [ - "Ansila", - "Hirtamon", - "Tunttaras", - "Jita" - ] + "connectedSystems": "Ansila,Hirtamon,Tunttaras,Jita" }, { "solarSystemName": "Urlen", "x": 95, "y": 490, "security": 0.9599952108234708, - "connectedSystems": [ - "Kisogo", - "Unpas", - "Perimeter", - "Kusomonmon", - "Sirppala" - ] + "connectedSystems": "Kisogo,Unpas,Perimeter,Kusomonmon,Sirppala" }, { "solarSystemName": "Maurasi", "x": 226, "y": 403, "security": 0.9127475929529447, - "connectedSystems": [ - "Itamo", - "Jita", - "Muvolailen", - "Perimeter" - ] + "connectedSystems": "Itamo,Jita,Muvolailen,Perimeter" }, { "solarSystemName": "Kisogo", "x": 160, "y": 480, "security": 1, - "connectedSystems": [ - "Urlen" - ] + "connectedSystems": "Urlen" }, { "solarSystemName": "Jita", "x": 224, "y": 343, "security": 0.945913116665, - "connectedSystems": [ - "Maurasi", - "Perimeter", - "New Caldari", - "Sobaseki", - "Muvolailen", - "Niyabainen", - "Ikuchi" - ] + "connectedSystems": "Maurasi,Perimeter,New Caldari,Sobaseki,Muvolailen,Niyabainen,Ikuchi" }, { "solarSystemName": "Niyabainen", "x": 147, "y": 327, "security": 0.9639236002752414, - "connectedSystems": [ - "Perimeter", - "New Caldari", - "Jita", - "Tunttaras" - ] + "connectedSystems": "Perimeter,New Caldari,Jita,Tunttaras" }, { "solarSystemName": "Perimeter", "x": 146, "y": 380, "security": 0.9531232305867214, - "connectedSystems": [ - "Iyen-Oursta", - "Urlen", - "Jita", - "Niyabainen", - "Maurasi" - ] + "connectedSystems": "Iyen-Oursta,Urlen,Jita,Niyabainen,Maurasi" }, { "solarSystemName": "New Caldari", "x": 225, "y": 279, "security": 1, - "connectedSystems": [ - "Jita", - "Niyabainen", - "Hirtamon", - "Josameto", - "Malkalen", - "Alikara" - ] + "connectedSystems": "Jita,Niyabainen,Hirtamon,Josameto,Malkalen,Alikara" }, { "solarSystemName": "Saisio", "x": 445, "y": 500, "security": 0.6524402583299749, - "connectedSystems": [ - "Nomaa", - "Abagawa", - "Jakanerva" - ] + "connectedSystems": "Nomaa,Abagawa,Jakanerva" }, { "solarSystemName": "Abagawa", "x": 505, "y": 525, "security": 0.6252975240398955, - "connectedSystems": [ - "Saisio", - "Hurtoken" - ] + "connectedSystems": "Saisio,Hurtoken" }, { "solarSystemName": "Jakanerva", "x": 440, "y": 450, "security": 0.7432522648840486, - "connectedSystems": [ - "Saisio", - "Gekutami", - "Hampinen" - ] + "connectedSystems": "Saisio,Gekutami,Hampinen" }, { "solarSystemName": "Gekutami", "x": 455, "y": 410, "security": 0.6991872082820529, - "connectedSystems": [ - "Jakanerva", - "Uoyonen" - ] + "connectedSystems": "Jakanerva,Uoyonen" }, { "solarSystemName": "Hurtoken", "x": 550, "y": 490, "security": 0.5859779983836486, - "connectedSystems": [ - "Abagawa", - "Hampinen" - ] + "connectedSystems": "Abagawa,Hampinen" }, { "solarSystemName": "Uoyonen", "x": 475, "y": 360, "security": 0.6987804104233465, - "connectedSystems": [ - "Gekutami", - "Vattuolen" - ] + "connectedSystems": "Gekutami,Vattuolen" }, { "solarSystemName": "Hampinen", "x": 525, "y": 445, "security": 0.5413266815461241, - "connectedSystems": [ - "Jakanerva", - "Hurtoken", - "Ikami" - ] + "connectedSystems": "Jakanerva,Hurtoken,Ikami" }, { "solarSystemName": "Poinen", "x": 675, "y": 390, "security": 0.5580525767493656, - "connectedSystems": [ - "Nomaa", - "Liekuri", - "Obanen", - "Josameto" - ] + "connectedSystems": "Nomaa,Liekuri,Obanen,Josameto" }, { "solarSystemName": "Liekuri", "x": 650, "y": 315, "security": 0.6006082952260232, - "connectedSystems": [ - "Poinen", - "Obanen", - "Josameto" - ] + "connectedSystems": "Poinen,Obanen,Josameto" }, { "solarSystemName": "Obanen", "x": 720, "y": 345, "security": 0.5617317332341025, - "connectedSystems": [ - "Poinen", - "Liekuri", - "Olo" - ] + "connectedSystems": "Poinen,Liekuri,Olo" }, { "solarSystemName": "Josameto", "x": 574, "y": 294, "security": 0.5776562928562763, - "connectedSystems": [ - "Poinen", - "Liekuri", - "New Caldari" - ] + "connectedSystems": "Poinen,Liekuri,New Caldari" }, { "solarSystemName": "Olo", "x": 785, "y": 335, "security": 0.6760405465919956, - "connectedSystems": [ - "Obanen", - "Ishisomo", - "Osmon" - ] + "connectedSystems": "Obanen,Ishisomo,Osmon" }, { "solarSystemName": "Ikami", "x": 680, "y": 495, "security": 0.5320082852386329, - "connectedSystems": [ - "Hampinen", - "Reisen", - "Purjola" - ] + "connectedSystems": "Hampinen,Reisen,Purjola" }, { "solarSystemName": "Reisen", "x": 740, "y": 515, "security": 0.5185605593239664, - "connectedSystems": [ - "Ikami", - "Purjola", - "Akora" - ] + "connectedSystems": "Ikami,Purjola,Akora" }, { "solarSystemName": "Purjola", "x": 670, "y": 535, "security": 0.5205267609990427, - "connectedSystems": [ - "Ikami", - "Reisen", - "Maila" - ] + "connectedSystems": "Ikami,Reisen,Maila" }, { "solarSystemName": "Maila", "x": 705, "y": 575, "security": 0.4407153812318039, - "connectedSystems": [ - "Purjola", - "Akora" - ] + "connectedSystems": "Purjola,Akora" }, { "solarSystemName": "Akora", "x": 795, "y": 565, "security": 0.3246248762374767, - "connectedSystems": [ - "Reisen", - "Maila", - "Messoya", - "Oijanen" - ] + "connectedSystems": "Reisen,Maila,Messoya,Oijanen" }, { "solarSystemName": "Messoya", "x": 780, "y": 600, "security": 0.3150860241656645, - "connectedSystems": [ - "Akora", - "Tasti" - ] + "connectedSystems": "Akora,Tasti" }, { "solarSystemName": "Ishisomo", "x": 785, "y": 280, "security": 0.6508315431374267, - "connectedSystems": [ - "Olo", - "Airmia", - "Sakkikainen" - ] + "connectedSystems": "Olo,Airmia,Sakkikainen" }, { "solarSystemName": "Airmia", "x": 755, "y": 235, "security": 0.6231131515298169, - "connectedSystems": [ - "Ishisomo", - "Sakkikainen", - "Friggi" - ] + "connectedSystems": "Ishisomo,Sakkikainen,Friggi" }, { "solarSystemName": "Sakkikainen", "x": 830, "y": 230, "security": 0.5948887486662309, - "connectedSystems": [ - "Ishisomo", - "Airmia", - "Friggi", - "Vahunomi" - ] + "connectedSystems": "Ishisomo,Airmia,Friggi,Vahunomi" }, { "solarSystemName": "Friggi", "x": 785, "y": 185, "security": 0.5091529560466913, - "connectedSystems": [ - "Airmia", - "Sakkikainen", - "Ihakana", - "Otitoh" - ] + "connectedSystems": "Airmia,Sakkikainen,Ihakana,Otitoh" }, { "solarSystemName": "Ihakana", "x": 770, "y": 135, "security": 0.3808086781055762, - "connectedSystems": [ - "Friggi", - "Otitoh", - "Otomainen", - "Otsela" - ] + "connectedSystems": "Friggi,Otitoh,Otomainen,Otsela" }, { "solarSystemName": "Vahunomi", "x": 900, "y": 220, "security": 0.5315917757053905, - "connectedSystems": [ - "Sakkikainen" - ] + "connectedSystems": "Sakkikainen" }, { "solarSystemName": "Otitoh", "x": 875, "y": 135, "security": 0.4816668912509131, - "connectedSystems": [ - "Friggi", - "Ihakana" - ] + "connectedSystems": "Friggi,Ihakana" }, { "solarSystemName": "Otomainen", "x": 835, "y": 95, "security": 0.4791586004484122, - "connectedSystems": [ - "Ihakana" - ] + "connectedSystems": "Ihakana" }, { "solarSystemName": "Vattuolen", "x": 535, "y": 260, "security": 0.7080730711523558, - "connectedSystems": [ - "Uoyonen", - "Onuse", - "Soshin", - "Akkilen" - ] + "connectedSystems": "Uoyonen,Onuse,Soshin,Akkilen" }, { "solarSystemName": "Onuse", "x": 470, "y": 220, "security": 0.7404270630293097, - "connectedSystems": [ - "Vattuolen", - "Keikaken", - "Akkilen" - ] + "connectedSystems": "Vattuolen,Keikaken,Akkilen" }, { "solarSystemName": "Soshin", "x": 615, "y": 250, "security": 0.6342210276539377, - "connectedSystems": [ - "Vattuolen", - "Akkilen", - "Silen" - ] + "connectedSystems": "Vattuolen,Akkilen,Silen" }, { "solarSystemName": "Keikaken", "x": 400, "y": 200, "security": 0.7213192305283875, - "connectedSystems": [ - "Onuse", - "Ukkalen" - ] + "connectedSystems": "Onuse,Ukkalen" }, { "solarSystemName": "Ukkalen", "x": 330, "y": 180, "security": 0.645119862891427, - "connectedSystems": [ - "Keikaken" - ] + "connectedSystems": "Keikaken" }, { "solarSystemName": "Akkilen", "x": 550, "y": 220, "security": 0.6890455732822558, - "connectedSystems": [ - "Vattuolen", - "Onuse", - "Soshin", - "Hentogaira" - ] + "connectedSystems": "Vattuolen,Onuse,Soshin,Hentogaira" }, { "solarSystemName": "Silen", "x": 685, "y": 265, "security": 0.5222028788252449, - "connectedSystems": [ - "Soshin" - ] + "connectedSystems": "Soshin" }, { "solarSystemName": "Osmon", "x": 805, "y": 390, "security": 0.6802642981422025, - "connectedSystems": [ - "Olo", - "Korsiki", - "Inaya" - ] + "connectedSystems": "Olo,Korsiki,Inaya" }, { "solarSystemName": "Korsiki", "x": 810, "y": 435, "security": 0.6431657594205797, - "connectedSystems": [ - "Osmon", - "Nuken", - "Airaken" - ] + "connectedSystems": "Osmon,Nuken,Airaken" }, { "solarSystemName": "Inaya", "x": 855, "y": 350, "security": 0.5523502237918139, - "connectedSystems": [ - "Osmon", - "Uminas", - "Wuos" - ] + "connectedSystems": "Osmon,Uminas,Wuos" }, { "solarSystemName": "Nuken", "x": 870, "y": 430, "security": 0.7613056822906481, - "connectedSystems": [ - "Korsiki" - ] + "connectedSystems": "Korsiki" }, { "solarSystemName": "Uminas", "x": 920, "y": 355, "security": 0.4839091542339653, - "connectedSystems": [ - "Inaya" - ] + "connectedSystems": "Inaya" }, { "solarSystemName": "Airaken", "x": 810, "y": 470, "security": 0.503991882209186, - "connectedSystems": [ - "Korsiki", - "Oijanen" - ] + "connectedSystems": "Korsiki,Oijanen" }, { "solarSystemName": "Oijanen", "x": 810, "y": 510, "security": 0.3519686534431311, - "connectedSystems": [ - "Airaken", - "Akora", - "BWF-ZZ" - ] + "connectedSystems": "Airaken,Akora,BWF-ZZ" }, { "solarSystemName": "Wuos", "x": 885, "y": 315, "security": 0.5617738683951554, - "connectedSystems": [ - "Inaya" - ] + "connectedSystems": "Inaya" }, { "solarSystemName": "Hentogaira", "x": 565, "y": 170, "security": 0.5669582797834406, - "connectedSystems": [ - "Akkilen", - "Kiainti", - "Otsela" - ] + "connectedSystems": "Akkilen,Kiainti,Otsela" }, { "solarSystemName": "Kiainti", "x": 565, "y": 130, "security": 0.5285221070791912, - "connectedSystems": [ - "Hentogaira", - "Vasala", - "Walvalin", - "Otsela" - ] + "connectedSystems": "Hentogaira,Vasala,Walvalin,Otsela" }, { "solarSystemName": "Vasala", "x": 485, "y": 100, "security": 0.4937122828667515, - "connectedSystems": [ - "Kiainti", - "Walvalin", - "Vouskiaho", - "Otsela" - ] + "connectedSystems": "Kiainti,Walvalin,Vouskiaho,Otsela" }, { "solarSystemName": "Walvalin", "x": 565, "y": 75, "security": 0.3786832071061813, - "connectedSystems": [ - "Kiainti", - "Vasala", - "Otsela" - ] + "connectedSystems": "Kiainti,Vasala,Otsela" }, { "solarSystemName": "Vouskiaho", "x": 410, "y": 95, "security": 0.5002789626169104, - "connectedSystems": [ - "Vasala", - "Uchoshi" - ] + "connectedSystems": "Vasala,Uchoshi" }, { "solarSystemName": "Otsela", "x": 650, "y": 100, "security": 0.38439987604487, - "connectedSystems": [ - "Hentogaira", - "Kiainti", - "Vasala", - "Walvalin", - "Ihakana" - ] + "connectedSystems": "Hentogaira,Kiainti,Vasala,Walvalin,Ihakana" }, { "solarSystemName": "Tasti", "x": 745, "y": 635, "security": 0.2822909693725045, - "connectedSystems": [ - "Messoya", - "Otosela" - ] + "connectedSystems": "Messoya,Otosela" }, { "solarSystemName": "Otosela", "x": 680, "y": 660, "security": 0.2381571306653222, - "connectedSystems": [ - "Tasti", - "Uemon", - "Akkio" - ] + "connectedSystems": "Tasti,Uemon,Akkio" }, { "solarSystemName": "Uemon", "x": 730, "y": 690, "security": 0.1974467806050556, - "connectedSystems": [ - "Otosela", - "Paala", - "Fuskunen" - ] + "connectedSystems": "Otosela,Paala,Fuskunen" }, { "solarSystemName": "Paala", "x": 655, "y": 705, "security": 0.1343789521623037, - "connectedSystems": [ - "Uemon", - "LXQ2-T" - ] + "connectedSystems": "Uemon,LXQ2-T" }, { "solarSystemName": "Fuskunen", "x": 800, "y": 705, "security": 0.2246366234547642, - "connectedSystems": [ - "Uemon", - "Ofage" - ] + "connectedSystems": "Uemon,Ofage" }, { "solarSystemName": "Akkio", "x": 595, "y": 665, "security": 0.1621514141274795, - "connectedSystems": [ - "Otosela", - "EOA-ZC", - "Todifrauan" - ] + "connectedSystems": "Otosela,EOA-ZC,Todifrauan" }, { "solarSystemName": "Uchoshi", "x": 300, "y": 95, "security": 0.4741790497704052, - "connectedSystems": [ - "Vouskiaho", - "Mastakomon" - ] + "connectedSystems": "Vouskiaho,Mastakomon" }, { "solarSystemName": "Mastakomon", "x": 300, "y": 40, "security": 0.456966103874352, - "connectedSystems": [ - "Uchoshi", - "Eruka", - "Ohkunen", - "Osaa" - ] + "connectedSystems": "Uchoshi,Eruka,Ohkunen,Osaa" }, { "solarSystemName": "Eruka", "x": 355, "y": 5, "security": 0.4172608157151434, - "connectedSystems": [ - "Mastakomon", - "Osaa" - ] + "connectedSystems": "Mastakomon,Osaa" }, { "solarSystemName": "Ohkunen", "x": 225, "y": 40, "security": 0.3848866895278964, - "connectedSystems": [ - "Mastakomon", - "Obe" - ] + "connectedSystems": "Mastakomon,Obe" }, { "solarSystemName": "Obe", "x": 150, "y": 40, "security": 0.3469314814159478, - "connectedSystems": [ - "Ohkunen", - "P3EN-E", - "Hakonen" - ] + "connectedSystems": "Ohkunen,P3EN-E,Hakonen" }, { "solarSystemName": "Osaa", "x": 400, "y": 40, "security": 0.3291989354844538, - "connectedSystems": [ - "Mastakomon", - "Eruka" - ] + "connectedSystems": "Mastakomon,Eruka" }, { "solarSystemName": "P3EN-E", "x": 151, "y": 1, "security": -0.2748796673845817, - "connectedSystems": [ - "IPAY-2", - "Obe" - ] + "connectedSystems": "IPAY-2,Obe" }, { "solarSystemName": "Sobaseki", "x": 306, "y": 335, "security": 0.8410254626102227, - "connectedSystems": [ - "Veisto", - "Isanamo", - "Funtanainen", - "Kakakela", - "Jita", - "Malkalen" - ] + "connectedSystems": "Veisto,Isanamo,Funtanainen,Kakakela,Jita,Malkalen" }, { "solarSystemName": "Tunttaras", "x": 48, "y": 301, "security": 0.8853122147938609, - "connectedSystems": [ - "Nourvukaiken", - "Ahynada", - "Sarekuwa", - "Niyabainen", - "Ikuchi", - "Ichinumi" - ] + "connectedSystems": "Nourvukaiken,Ahynada,Sarekuwa,Niyabainen,Ikuchi,Ichinumi" }, { "solarSystemName": "Malkalen", "x": 302, "y": 300, "security": 0.9481750450584624, - "connectedSystems": [ - "Amsen", - "Korama", - "Ylandoki", - "New Caldari", - "Sobaseki" - ] + "connectedSystems": "Amsen,Korama,Ylandoki,New Caldari,Sobaseki" }, { "solarSystemName": "Hakonen", "x": 82, "y": 39, "security": 0.296379021078, - "connectedSystems": [ - "Otsasai", - "Taisy", - "Obe" - ] + "connectedSystems": "Otsasai,Taisy,Obe" }, { "solarSystemName": "Todifrauan", "x": 535, "y": 695, "security": 0.1158549989892361, - "connectedSystems": [ - "Evati", - "Helgatild", - "Arnstur", - "Akkio" - ] + "connectedSystems": "Evati,Helgatild,Arnstur,Akkio" }, { "solarSystemName": "LXQ2-T", "x": 655, "y": 740, "security": -0.076501757, - "connectedSystems": [ - "8KE-YS", - "Paala", - "PX-IHN" - ] + "connectedSystems": "8KE-YS,Paala,PX-IHN" }, { "solarSystemName": "BWF-ZZ", "x": 890, "y": 515, "security": -0.5754449671311841, - "connectedSystems": [ - "IOO-7O", - "8MG-J6", - "RLSI-V", - "Oijanen" - ] + "connectedSystems": "IOO-7O,8MG-J6,RLSI-V,Oijanen" }, { "solarSystemName": "EOA-ZC", "x": 535, "y": 650, "security": -0.07073195729285864, - "connectedSystems": [ - "UBX-CC", - "TJM-JJ", - "Akkio" - ] + "connectedSystems": "UBX-CC,TJM-JJ,Akkio" }, { "solarSystemName": "Iyen-Oursta", "x": 35, "y": 395, "security": 0.7795753999445599, - "connectedSystems": [ - "Faurent", - "Perimeter", - "Ignoitton" - ] + "connectedSystems": "Faurent,Perimeter,Ignoitton" }, { "solarSystemName": "Alikara", "x": 305, "y": 235, "security": 0.7112933851639902, - "connectedSystems": [ - "Vellaine", - "Kaimon", - "Aikoro", - "Isanamo", - "New Caldari" - ] + "connectedSystems": "Vellaine,Kaimon,Aikoro,Isanamo,New Caldari" }, { "solarSystemName": "Muvolailen", "x": 304, "y": 375, "security": 0.7080867245401007, - "connectedSystems": [ - "Paara", - "Annaro", - "Jita", - "Maurasi" - ] + "connectedSystems": "Paara,Annaro,Jita,Maurasi" }, { "solarSystemName": "Inaro", "x": 100, "y": 665, "security": 0.8369775721490628, - "connectedSystems": [ - "Sirseshin", - "Kaaputenen", - "Waskisen", - "Sirppala" - ] + "connectedSystems": "Sirseshin,Kaaputenen,Waskisen,Sirppala" }, { "solarSystemName": "Sirppala", "x": 45, "y": 590, "security": 0.8832270223989898, - "connectedSystems": [ - "Inaro", - "Anttiri", - "Urlen" - ] + "connectedSystems": "Inaro,Anttiri,Urlen" }, { "solarSystemName": "Kusomonmon", "x": 25, "y": 465, "security": 0.847299953799382, - "connectedSystems": [ - "Suroken", - "Urlen" - ] + "connectedSystems": "Suroken,Urlen" }, { "solarSystemName": "Ofage", "x": 800, "y": 740, "security": 0.2924954233109104, - "connectedSystems": [ - "Moselgi", - "Mateber", - "Fuskunen" - ] + "connectedSystems": "Moselgi,Mateber,Fuskunen" }, { "solarSystemName": "Ahbazon", "x": 19, "y": 200, "security": 0.42052036063, - "connectedSystems": [ - "Shera", - "Lor", - "Hykkota" - ] + "connectedSystems": "Shera,Lor,Hykkota" }, { "solarSystemName": "Aokannitoh", "x": 203, "y": 173, "security": 0.970923363602232, - "connectedSystems": [ - "Hirtamon" - ] + "connectedSystems": "Hirtamon" }, { "solarSystemName": "Uitra", "x": 200, "y": 545, "security": 0.924096002964, - "connectedSystems": [ - "Unpas" - ] + "connectedSystems": "Unpas" } ] \ No newline at end of file diff --git a/public/The Kalevala Expanse.json b/public/The Kalevala Expanse.json index 24a88d4..68ad733 100644 --- a/public/The Kalevala Expanse.json +++ b/public/The Kalevala Expanse.json @@ -4,928 +4,608 @@ "x": 227, "y": 0, "security": -0.1716442534991282, - "connectedSystems": [ - "WMBZ-U", - "A3-RQ3" - ] + "connectedSystems": "WMBZ-U,A3-RQ3" }, { "solarSystemName": "A3-RQ3", "x": 227, "y": 40, "security": -0.2962836497476119, - "connectedSystems": [ - "PX5-LR", - "9-GBPD", - "LS-JEP" - ] + "connectedSystems": "PX5-LR,9-GBPD,LS-JEP" }, { "solarSystemName": "9-GBPD", "x": 212, "y": 81, "security": -0.1596233249031059, - "connectedSystems": [ - "A3-RQ3", - "LS-JEP", - "L-TOFR" - ] + "connectedSystems": "A3-RQ3,LS-JEP,L-TOFR" }, { "solarSystemName": "LS-JEP", "x": 289, "y": 62, "security": -0.2434772447860069, - "connectedSystems": [ - "A3-RQ3", - "9-GBPD", - "UDVW-O" - ] + "connectedSystems": "A3-RQ3,9-GBPD,UDVW-O" }, { "solarSystemName": "7-YHRX", "x": 835, "y": 435, "security": -0.621786125, - "connectedSystems": [ - "O31W-6", - "Y6-9LF", - "X-PQEX" - ] + "connectedSystems": "O31W-6,Y6-9LF,X-PQEX" }, { "solarSystemName": "V3P-AZ", "x": 905, "y": 370, "security": -0.489001651, - "connectedSystems": [ - "B1UE-J", - "DAI-SH", - "S-R9J2" - ] + "connectedSystems": "B1UE-J,DAI-SH,S-R9J2" }, { "solarSystemName": "Z-EKCY", "x": 765, "y": 645, "security": -0.194889616, - "connectedSystems": [ - "QZX-L9", - "SH-YZY" - ] + "connectedSystems": "QZX-L9,SH-YZY" }, { "solarSystemName": "J7M-3W", "x": 770, "y": 740, "security": -0.072268366, - "connectedSystems": [ - "NK-VTL", - "SY-0AM", - "9P-870" - ] + "connectedSystems": "NK-VTL,SY-0AM,9P-870" }, { "solarSystemName": "AID-9T", "x": 601, "y": 187, "security": -0.129641329, - "connectedSystems": [ - "L-GY1B", - "PXE-RG", - "D3S-EA" - ] + "connectedSystems": "L-GY1B,PXE-RG,D3S-EA" }, { "solarSystemName": "FB-MPY", "x": 550, "y": 595, "security": -0.388876676, - "connectedSystems": [ - "BNX-AS", - "A-YB15" - ] + "connectedSystems": "BNX-AS,A-YB15" }, { "solarSystemName": "TZ-74M", "x": 442, "y": 448, "security": -0.054484977, - "connectedSystems": [ - "O-LJOO", - "FZX-PU" - ] + "connectedSystems": "O-LJOO,FZX-PU" }, { "solarSystemName": "9-KWXC", "x": 74, "y": 27, "security": -0.3250515628564726, - "connectedSystems": [ - "3USX-F", - "P-E9GN" - ] + "connectedSystems": "3USX-F,P-E9GN" }, { "solarSystemName": "P-E9GN", "x": 100, "y": 91, "security": -0.3922965164750651, - "connectedSystems": [ - "9-KWXC", - "HJO-84", - "L-TOFR" - ] + "connectedSystems": "9-KWXC,HJO-84,L-TOFR" }, { "solarSystemName": "HJO-84", "x": 27, "y": 90, "security": -0.3539856287665917, - "connectedSystems": [ - "P-E9GN", - "4D9-66" - ] + "connectedSystems": "P-E9GN,4D9-66" }, { "solarSystemName": "4D9-66", "x": 27, "y": 133, "security": -0.4214368274647844, - "connectedSystems": [ - "HJO-84", - "L-TOFR" - ] + "connectedSystems": "HJO-84,L-TOFR" }, { "solarSystemName": "L-TOFR", "x": 100, "y": 132, "security": -0.7265550708522457, - "connectedSystems": [ - "P-E9GN", - "4D9-66", - "Q-TBHW", - "9-GBPD" - ] + "connectedSystems": "P-E9GN,4D9-66,Q-TBHW,9-GBPD" }, { "solarSystemName": "Q-TBHW", "x": 33, "y": 198, "security": -0.7837185217575374, - "connectedSystems": [ - "L-TOFR", - "9P4O-F" - ] + "connectedSystems": "L-TOFR,9P4O-F" }, { "solarSystemName": "9P4O-F", "x": 14, "y": 264, "security": -1, - "connectedSystems": [ - "Q-TBHW", - "1S-SU1" - ] + "connectedSystems": "Q-TBHW,1S-SU1" }, { "solarSystemName": "N-JK02", "x": 536, "y": 150, "security": -0.175928652, - "connectedSystems": [ - "L-GY1B", - "XTJ-5Q" - ] + "connectedSystems": "L-GY1B,XTJ-5Q" }, { "solarSystemName": "JT2I-7", "x": 452, "y": 108, "security": -0.119743421, - "connectedSystems": [ - "XTJ-5Q" - ] + "connectedSystems": "XTJ-5Q" }, { "solarSystemName": "XTJ-5Q", "x": 535, "y": 111, "security": -0.169583324, - "connectedSystems": [ - "N-JK02", - "JT2I-7", - "1-KCSA" - ] + "connectedSystems": "N-JK02,JT2I-7,1-KCSA" }, { "solarSystemName": "1-KCSA", "x": 534, "y": 71, "security": -0.183564009, - "connectedSystems": [ - "XTJ-5Q", - "UJXC-B", - "F48K-D" - ] + "connectedSystems": "XTJ-5Q,UJXC-B,F48K-D" }, { "solarSystemName": "UJXC-B", "x": 490, "y": 33, "security": -0.143277779, - "connectedSystems": [ - "1-KCSA", - "UDVW-O", - "F48K-D" - ] + "connectedSystems": "1-KCSA,UDVW-O,F48K-D" }, { "solarSystemName": "UDVW-O", "x": 395, "y": 48, "security": -0.079061925, - "connectedSystems": [ - "UJXC-B", - "LS-JEP" - ] + "connectedSystems": "UJXC-B,LS-JEP" }, { "solarSystemName": "F48K-D", "x": 576, "y": 32, "security": -0.215479173, - "connectedSystems": [ - "1-KCSA", - "UJXC-B", - "FB5U-I" - ] + "connectedSystems": "1-KCSA,UJXC-B,FB5U-I" }, { "solarSystemName": "FBH-JN", "x": 860, "y": 295, "security": -0.513567155, - "connectedSystems": [ - "B1UE-J", - "BVRQ-O", - "SH6X-F" - ] + "connectedSystems": "B1UE-J,BVRQ-O,SH6X-F" }, { "solarSystemName": "BVRQ-O", "x": 875, "y": 260, "security": -0.524577539, - "connectedSystems": [ - "FBH-JN", - "QX-4HO" - ] + "connectedSystems": "FBH-JN,QX-4HO" }, { "solarSystemName": "QX-4HO", "x": 905, "y": 215, "security": -0.66284433, - "connectedSystems": [ - "BVRQ-O", - "LS3-HP" - ] + "connectedSystems": "BVRQ-O,LS3-HP" }, { "solarSystemName": "LS3-HP", "x": 920, "y": 175, "security": -0.666245658, - "connectedSystems": [ - "QX-4HO", - "6V-D0E" - ] + "connectedSystems": "QX-4HO,6V-D0E" }, { "solarSystemName": "SH6X-F", "x": 805, "y": 265, "security": -0.402402461, - "connectedSystems": [ - "FBH-JN" - ] + "connectedSystems": "FBH-JN" }, { "solarSystemName": "6V-D0E", "x": 945, "y": 130, "security": -0.511844152, - "connectedSystems": [ - "LS3-HP" - ] + "connectedSystems": "LS3-HP" }, { "solarSystemName": "SG-3HY", "x": 710, "y": 595, "security": -0.270955269, - "connectedSystems": [ - "A-YB15", - "QZX-L9", - "G-KCFT" - ] + "connectedSystems": "A-YB15,QZX-L9,G-KCFT" }, { "solarSystemName": "AU2V-J", "x": 585, "y": 685, "security": -0.197445964, - "connectedSystems": [ - "SY-0AM", - "QZX-L9", - "D-6PKO" - ] + "connectedSystems": "SY-0AM,QZX-L9,D-6PKO" }, { "solarSystemName": "SY-0AM", "x": 695, "y": 740, "security": -0.157151653, - "connectedSystems": [ - "AU2V-J", - "J7M-3W", - "QZX-L9", - "D-6PKO" - ] + "connectedSystems": "AU2V-J,J7M-3W,QZX-L9,D-6PKO" }, { "solarSystemName": "A-YB15", "x": 630, "y": 595, "security": -0.590294149, - "connectedSystems": [ - "SG-3HY", - "FB-MPY" - ] + "connectedSystems": "SG-3HY,FB-MPY" }, { "solarSystemName": "QZX-L9", "x": 700, "y": 640, "security": -0.184514628, - "connectedSystems": [ - "SG-3HY", - "AU2V-J", - "SY-0AM", - "D-6PKO", - "Z-EKCY" - ] + "connectedSystems": "SG-3HY,AU2V-J,SY-0AM,D-6PKO,Z-EKCY" }, { "solarSystemName": "D-6PKO", "x": 655, "y": 685, "security": -0.125541197, - "connectedSystems": [ - "AU2V-J", - "SY-0AM", - "QZX-L9" - ] + "connectedSystems": "AU2V-J,SY-0AM,QZX-L9" }, { "solarSystemName": "RAI-0E", "x": 372, "y": 257, "security": -0.116936339, - "connectedSystems": [ - "MN9P-A", - "TA9T-P" - ] + "connectedSystems": "MN9P-A,TA9T-P" }, { "solarSystemName": "MN9P-A", "x": 445, "y": 259, "security": -0.101873408, - "connectedSystems": [ - "74-DRC", - "RAI-0E", - "L-TLFU", - "BM-VYZ" - ] + "connectedSystems": "74-DRC,RAI-0E,L-TLFU,BM-VYZ" }, { "solarSystemName": "TA9T-P", "x": 302, "y": 268, "security": -0.148992977, - "connectedSystems": [ - "RAI-0E", - "Q-GICU" - ] + "connectedSystems": "RAI-0E,Q-GICU" }, { "solarSystemName": "L-TLFU", "x": 390, "y": 213, "security": -0.046300897, - "connectedSystems": [ - "MN9P-A", - "BM-VYZ", - "EPCD-D" - ] + "connectedSystems": "MN9P-A,BM-VYZ,EPCD-D" }, { "solarSystemName": "BM-VYZ", "x": 458, "y": 214, "security": -0.054336449, - "connectedSystems": [ - "MN9P-A", - "L-TLFU" - ] + "connectedSystems": "MN9P-A,L-TLFU" }, { "solarSystemName": "Q-GICU", "x": 236, "y": 285, "security": -0.13735306, - "connectedSystems": [ - "TA9T-P", - "G4-QU6", - "R1O-GN" - ] + "connectedSystems": "TA9T-P,G4-QU6,R1O-GN" }, { "solarSystemName": "EPCD-D", "x": 333, "y": 197, "security": -0.012714849, - "connectedSystems": [ - "L-TLFU" - ] + "connectedSystems": "L-TLFU" }, { "solarSystemName": "0S1-GI", "x": 645, "y": 330, "security": -0.301213118, - "connectedSystems": [ - "74-DRC", - "O31W-6", - "M3-H2Y" - ] + "connectedSystems": "74-DRC,O31W-6,M3-H2Y" }, { "solarSystemName": "L-GY1B", "x": 539, "y": 207, "security": -0.1785059, - "connectedSystems": [ - "74-DRC", - "AID-9T", - "LE-67X", - "N-JK02" - ] + "connectedSystems": "74-DRC,AID-9T,LE-67X,N-JK02" }, { "solarSystemName": "74-DRC", "x": 535, "y": 285, "security": -0.136319448, - "connectedSystems": [ - "0S1-GI", - "L-GY1B", - "MN9P-A" - ] + "connectedSystems": "0S1-GI,L-GY1B,MN9P-A" }, { "solarSystemName": "LE-67X", "x": 484, "y": 171, "security": -0.199186147, - "connectedSystems": [ - "L-GY1B" - ] + "connectedSystems": "L-GY1B" }, { "solarSystemName": "B1UE-J", "x": 810, "y": 345, "security": -0.458101179, - "connectedSystems": [ - "O31W-6", - "FBH-JN", - "V3P-AZ" - ] + "connectedSystems": "O31W-6,FBH-JN,V3P-AZ" }, { "solarSystemName": "O31W-6", "x": 735, "y": 390, "security": -0.464069171, - "connectedSystems": [ - "0S1-GI", - "7-YHRX", - "B1UE-J", - "C3J0-O" - ] + "connectedSystems": "0S1-GI,7-YHRX,B1UE-J,C3J0-O" }, { "solarSystemName": "M3-H2Y", "x": 675, "y": 295, "security": -0.299904971, - "connectedSystems": [ - "0S1-GI" - ] + "connectedSystems": "0S1-GI" }, { "solarSystemName": "G-KCFT", "x": 725, "y": 490, "security": -0.309241686, - "connectedSystems": [ - "SG-3HY", - "WNM-V0", - "C3J0-O", - "B3ZU-H" - ] + "connectedSystems": "SG-3HY,WNM-V0,C3J0-O,B3ZU-H" }, { "solarSystemName": "WNM-V0", "x": 650, "y": 475, "security": -0.463842149, - "connectedSystems": [ - "G-KCFT", - "6FS-CZ", - "HPV-RJ", - "C3J0-O", - "GSO-SR", - "B3ZU-H" - ] + "connectedSystems": "G-KCFT,6FS-CZ,HPV-RJ,C3J0-O,GSO-SR,B3ZU-H" }, { "solarSystemName": "6FS-CZ", "x": 565, "y": 500, "security": -0.494349678, - "connectedSystems": [ - "WNM-V0", - "H7S-5I" - ] + "connectedSystems": "WNM-V0,H7S-5I" }, { "solarSystemName": "HPV-RJ", "x": 640, "y": 430, "security": -0.757976506, - "connectedSystems": [ - "WNM-V0" - ] + "connectedSystems": "WNM-V0" }, { "solarSystemName": "H7S-5I", "x": 495, "y": 520, "security": -0.386832682, - "connectedSystems": [ - "6FS-CZ", - "9-0QB7" - ] + "connectedSystems": "6FS-CZ,9-0QB7" }, { "solarSystemName": "C3J0-O", "x": 730, "y": 450, "security": -0.426093213, - "connectedSystems": [ - "O31W-6", - "G-KCFT", - "WNM-V0" - ] + "connectedSystems": "O31W-6,G-KCFT,WNM-V0" }, { "solarSystemName": "GSO-SR", "x": 620, "y": 515, "security": -0.139126624, - "connectedSystems": [ - "WNM-V0", - "B3ZU-H" - ] + "connectedSystems": "WNM-V0,B3ZU-H" }, { "solarSystemName": "B3ZU-H", "x": 670, "y": 535, "security": -0.283711813, - "connectedSystems": [ - "G-KCFT", - "WNM-V0", - "GSO-SR" - ] + "connectedSystems": "G-KCFT,WNM-V0,GSO-SR" }, { "solarSystemName": "G4-QU6", "x": 166, "y": 322, "security": -0.205204414, - "connectedSystems": [ - "Q-GICU", - "V2-GZS" - ] + "connectedSystems": "Q-GICU,V2-GZS" }, { "solarSystemName": "V2-GZS", "x": 146, "y": 365, "security": -0.419630821, - "connectedSystems": [ - "G4-QU6", - "HD-HOZ", - "42G-OB" - ] + "connectedSystems": "G4-QU6,HD-HOZ,42G-OB" }, { "solarSystemName": "HD-HOZ", "x": 139, "y": 411, "security": -0.848055085, - "connectedSystems": [ - "V2-GZS", - "42G-OB", - "LEM-I1", - "ND-GL4" - ] + "connectedSystems": "V2-GZS,42G-OB,LEM-I1,ND-GL4" }, { "solarSystemName": "42G-OB", "x": 82, "y": 373, "security": -0.855477686, - "connectedSystems": [ - "V2-GZS", - "HD-HOZ", - "LEM-I1" - ] + "connectedSystems": "V2-GZS,HD-HOZ,LEM-I1" }, { "solarSystemName": "LEM-I1", "x": 53, "y": 411, "security": -0.899778306, - "connectedSystems": [ - "HD-HOZ", - "42G-OB", - "1S-SU1", - "ND-GL4" - ] + "connectedSystems": "HD-HOZ,42G-OB,1S-SU1,ND-GL4" }, { "solarSystemName": "1S-SU1", "x": 7, "y": 364, "security": -1, - "connectedSystems": [ - "LEM-I1", - "9P4O-F" - ] + "connectedSystems": "LEM-I1,9P4O-F" }, { "solarSystemName": "ND-GL4", "x": 131, "y": 458, "security": -0.758105581, - "connectedSystems": [ - "HD-HOZ", - "LEM-I1", - "K95-9I" - ] + "connectedSystems": "HD-HOZ,LEM-I1,K95-9I" }, { "solarSystemName": "9-0QB7", "x": 410, "y": 535, "security": -0.396819651, - "connectedSystems": [ - "H7S-5I", - "M-75WN", - "HVGR-R" - ] + "connectedSystems": "H7S-5I,M-75WN,HVGR-R" }, { "solarSystemName": "M-75WN", "x": 235, "y": 535, "security": -0.499042523, - "connectedSystems": [ - "9-0QB7", - "PNFW-O", - "HVGR-R", - "K95-9I" - ] + "connectedSystems": "9-0QB7,PNFW-O,HVGR-R,K95-9I" }, { "solarSystemName": "PNFW-O", "x": 275, "y": 575, "security": -0.539760091, - "connectedSystems": [ - "M-75WN", - "HVGR-R", - "K76A-3" - ] + "connectedSystems": "M-75WN,HVGR-R,K76A-3" }, { "solarSystemName": "HVGR-R", "x": 230, "y": 640, "security": -0.601867762, - "connectedSystems": [ - "9-0QB7", - "M-75WN", - "PNFW-O", - "K95-9I" - ] + "connectedSystems": "9-0QB7,M-75WN,PNFW-O,K95-9I" }, { "solarSystemName": "K76A-3", "x": 330, "y": 555, "security": -0.82132203, - "connectedSystems": [ - "PNFW-O" - ] + "connectedSystems": "PNFW-O" }, { "solarSystemName": "K95-9I", "x": 164, "y": 512, "security": -0.646942981, - "connectedSystems": [ - "ND-GL4", - "M-75WN", - "HVGR-R" - ] + "connectedSystems": "ND-GL4,M-75WN,HVGR-R" }, { "solarSystemName": "R1O-GN", "x": 296, "y": 359, "security": -0.12571542, - "connectedSystems": [ - "Q-GICU", - "GQ-7SP", - "BGMZ-0", - "I2D3-5", - "RQOO-U" - ] + "connectedSystems": "Q-GICU,GQ-7SP,BGMZ-0,I2D3-5,RQOO-U" }, { "solarSystemName": "GQ-7SP", "x": 233, "y": 428, "security": -0.061278452, - "connectedSystems": [ - "R1O-GN", - "BGMZ-0", - "I2D3-5", - "FZX-PU", - "O9K-FT" - ] + "connectedSystems": "R1O-GN,BGMZ-0,I2D3-5,FZX-PU,O9K-FT" }, { "solarSystemName": "BGMZ-0", "x": 298, "y": 395, "security": -0.069388732, - "connectedSystems": [ - "R1O-GN", - "GQ-7SP", - "I2D3-5" - ] + "connectedSystems": "R1O-GN,GQ-7SP,I2D3-5" }, { "solarSystemName": "I2D3-5", "x": 359, "y": 410, "security": -0.176815506, - "connectedSystems": [ - "R1O-GN", - "GQ-7SP", - "BGMZ-0", - "FZX-PU", - "RQOO-U" - ] + "connectedSystems": "R1O-GN,GQ-7SP,BGMZ-0,FZX-PU,RQOO-U" }, { "solarSystemName": "FZX-PU", "x": 377, "y": 444, "security": -0.133647474, - "connectedSystems": [ - "GQ-7SP", - "I2D3-5", - "O9K-FT", - "TZ-74M" - ] + "connectedSystems": "GQ-7SP,I2D3-5,O9K-FT,TZ-74M" }, { "solarSystemName": "O9K-FT", "x": 292, "y": 466, "security": -0.028139784, - "connectedSystems": [ - "GQ-7SP", - "FZX-PU" - ] + "connectedSystems": "GQ-7SP,FZX-PU" }, { "solarSystemName": "RQOO-U", "x": 370, "y": 345, "security": -0.40643753, - "connectedSystems": [ - "R1O-GN", - "I2D3-5" - ] + "connectedSystems": "R1O-GN,I2D3-5" }, { "solarSystemName": "FB5U-I", "x": 682, "y": 40, "security": -0.315878306, - "connectedSystems": [ - "F48K-D", - "BZ-BCK" - ] + "connectedSystems": "F48K-D,BZ-BCK" }, { "solarSystemName": "BZ-BCK", "x": 753, "y": 52, "security": -0.684783587, - "connectedSystems": [ - "FB5U-I", - "5-VFC6", - "O5-YNW", - "J-OAH2" - ] + "connectedSystems": "FB5U-I,5-VFC6,O5-YNW,J-OAH2" }, { "solarSystemName": "5-VFC6", "x": 743, "y": 98, "security": -0.412240053, - "connectedSystems": [ - "BZ-BCK" - ] + "connectedSystems": "BZ-BCK" }, { "solarSystemName": "O5-YNW", "x": 822, "y": 50, "security": -0.946230646, - "connectedSystems": [ - "BZ-BCK", - "86L-9F", - "IUU3-L" - ] + "connectedSystems": "BZ-BCK,86L-9F,IUU3-L" }, { "solarSystemName": "86L-9F", "x": 827, "y": 8, "security": -0.955397794, - "connectedSystems": [ - "O5-YNW" - ] + "connectedSystems": "O5-YNW" }, { "solarSystemName": "IUU3-L", "x": 895, "y": 44, "security": -0.98566576, - "connectedSystems": [ - "O5-YNW", - "S-LHPJ" - ] + "connectedSystems": "O5-YNW,S-LHPJ" }, { "solarSystemName": "J-OAH2", "x": 744, "y": 7, "security": -0.782340128, - "connectedSystems": [ - "BZ-BCK" - ] + "connectedSystems": "BZ-BCK" }, { "solarSystemName": "S-LHPJ", "x": 949, "y": 13, "security": -1, - "connectedSystems": [ - "IUU3-L" - ] + "connectedSystems": "IUU3-L" } ] \ No newline at end of file diff --git a/public/The Spire.json b/public/The Spire.json index b3791b6..fc2ff3f 100644 --- a/public/The Spire.json +++ b/public/The Spire.json @@ -4,904 +4,594 @@ "x": 530, "y": 615, "security": -0.952164152232162, - "connectedSystems": [ - "B-T6BT", - "JNG7-K" - ] + "connectedSystems": "B-T6BT,JNG7-K" }, { "solarSystemName": "8OYE-Z", "x": 775, "y": 710, "security": -0.5344909786812211, - "connectedSystems": [ - "NG-M8K", - "DVN6-0" - ] + "connectedSystems": "NG-M8K,DVN6-0" }, { "solarSystemName": "X1-IZ0", "x": 110, "y": 500, "security": -0.5901914981231889, - "connectedSystems": [ - "27-HP0", - "RXA-W1" - ] + "connectedSystems": "27-HP0,RXA-W1" }, { "solarSystemName": "APES-G", "x": 40, "y": 45, "security": -0.711115778, - "connectedSystems": [ - "J-Z8C2", - "0J-MQW" - ] + "connectedSystems": "J-Z8C2,0J-MQW" }, { "solarSystemName": "L-WG68", "x": 225, "y": 560, "security": -0.310246312, - "connectedSystems": [ - "VK6-EZ", - "HIK-MC", - "GZM-KB" - ] + "connectedSystems": "VK6-EZ,HIK-MC,GZM-KB" }, { "solarSystemName": "E4-E8W", "x": 250, "y": 670, "security": -0.370145208, - "connectedSystems": [ - "HIK-MC", - "B9EA-G", - "E-BFLT" - ] + "connectedSystems": "HIK-MC,B9EA-G,E-BFLT" }, { "solarSystemName": "HIK-MC", "x": 240, "y": 600, "security": -0.353683806, - "connectedSystems": [ - "L-WG68", - "E4-E8W", - "5LAJ-8", - "Y4OK-W" - ] + "connectedSystems": "L-WG68,E4-E8W,5LAJ-8,Y4OK-W" }, { "solarSystemName": "B9EA-G", "x": 335, "y": 695, "security": -0.194869134, - "connectedSystems": [ - "E4-E8W", - "5LAJ-8", - "GF-GR7" - ] + "connectedSystems": "E4-E8W,5LAJ-8,GF-GR7" }, { "solarSystemName": "E-BFLT", "x": 175, "y": 690, "security": -0.426778184, - "connectedSystems": [ - "E4-E8W" - ] + "connectedSystems": "E4-E8W" }, { "solarSystemName": "GZM-KB", "x": 150, "y": 565, "security": -0.185918976, - "connectedSystems": [ - "L-WG68" - ] + "connectedSystems": "L-WG68" }, { "solarSystemName": "5LAJ-8", "x": 335, "y": 645, "security": -0.196860708, - "connectedSystems": [ - "HIK-MC", - "B9EA-G", - "JNG7-K" - ] + "connectedSystems": "HIK-MC,B9EA-G,JNG7-K" }, { "solarSystemName": "C6C-K9", "x": 105, "y": 375, "security": -0.603736958, - "connectedSystems": [ - "AL-JSG", - "AG-SYG", - "JAWX-R" - ] + "connectedSystems": "AL-JSG,AG-SYG,JAWX-R" }, { "solarSystemName": "AL-JSG", "x": 185, "y": 375, "security": -0.430124826, - "connectedSystems": [ - "C6C-K9", - "ETO-OT", - "KPI-OW" - ] + "connectedSystems": "C6C-K9,ETO-OT,KPI-OW" }, { "solarSystemName": "ETO-OT", "x": 185, "y": 310, "security": -0.796308224, - "connectedSystems": [ - "AL-JSG", - "T6T-BQ", - "AG-SYG", - "MOSA-I" - ] + "connectedSystems": "AL-JSG,T6T-BQ,AG-SYG,MOSA-I" }, { "solarSystemName": "KPI-OW", "x": 255, "y": 415, "security": -0.309014435, - "connectedSystems": [ - "Q-UVY6", - "AL-JSG", - "OTJ-4W", - "1I5-0V" - ] + "connectedSystems": "Q-UVY6,AL-JSG,OTJ-4W,1I5-0V" }, { "solarSystemName": "A-J6SN", "x": 25, "y": 310, "security": -0.802711278, - "connectedSystems": [ - "AG-SYG" - ] + "connectedSystems": "AG-SYG" }, { "solarSystemName": "OTJ-4W", "x": 270, "y": 365, "security": -0.199170457, - "connectedSystems": [ - "KPI-OW" - ] + "connectedSystems": "KPI-OW" }, { "solarSystemName": "AG-SYG", "x": 105, "y": 310, "security": -0.911313862, - "connectedSystems": [ - "C6C-K9", - "ETO-OT", - "A-J6SN" - ] + "connectedSystems": "C6C-K9,ETO-OT,A-J6SN" }, { "solarSystemName": "1I5-0V", "x": 335, "y": 415, "security": -0.533442186, - "connectedSystems": [ - "KPI-OW", - "P65-TA" - ] + "connectedSystems": "KPI-OW,P65-TA" }, { "solarSystemName": "VX1-HV", "x": 465, "y": 555, "security": -0.302375747, - "connectedSystems": [ - "QQGH-G", - "JNG7-K", - "K-XJJT", - "FO1U-K" - ] + "connectedSystems": "QQGH-G,JNG7-K,K-XJJT,FO1U-K" }, { "solarSystemName": "JNG7-K", "x": 470, "y": 625, "security": -0.302369984, - "connectedSystems": [ - "VX1-HV", - "8-SPNN", - "5LAJ-8" - ] + "connectedSystems": "VX1-HV,8-SPNN,5LAJ-8" }, { "solarSystemName": "K-XJJT", "x": 525, "y": 540, "security": -0.171639472, - "connectedSystems": [ - "VX1-HV", - "P-NI4K" - ] + "connectedSystems": "VX1-HV,P-NI4K" }, { "solarSystemName": "FO1U-K", "x": 425, "y": 590, "security": -0.428494056, - "connectedSystems": [ - "VX1-HV", - "6U-1RX" - ] + "connectedSystems": "VX1-HV,6U-1RX" }, { "solarSystemName": "6U-1RX", "x": 360, "y": 600, "security": -0.395916971, - "connectedSystems": [ - "FO1U-K", - "Y4OK-W" - ] + "connectedSystems": "FO1U-K,Y4OK-W" }, { "solarSystemName": "Y4OK-W", "x": 300, "y": 600, "security": -0.489253253, - "connectedSystems": [ - "6U-1RX", - "HIK-MC" - ] + "connectedSystems": "6U-1RX,HIK-MC" }, { "solarSystemName": "P-NI4K", "x": 510, "y": 505, "security": -0.153140108, - "connectedSystems": [ - "K-XJJT" - ] + "connectedSystems": "K-XJJT" }, { "solarSystemName": "T6T-BQ", "x": 100, "y": 240, "security": -0.672659744, - "connectedSystems": [ - "ETO-OT", - "N-PS2Y" - ] + "connectedSystems": "ETO-OT,N-PS2Y" }, { "solarSystemName": "N-PS2Y", "x": 80, "y": 190, "security": -0.672349717, - "connectedSystems": [ - "T6T-BQ", - "K-BBYU" - ] + "connectedSystems": "T6T-BQ,K-BBYU" }, { "solarSystemName": "K-BBYU", "x": 80, "y": 140, "security": -0.610333659, - "connectedSystems": [ - "N-PS2Y", - "0J-MQW", - "XT-1E0", - "3ET-G8" - ] + "connectedSystems": "N-PS2Y,0J-MQW,XT-1E0,3ET-G8" }, { "solarSystemName": "0J-MQW", "x": 40, "y": 95, "security": -0.91311829, - "connectedSystems": [ - "K-BBYU", - "APES-G" - ] + "connectedSystems": "K-BBYU,APES-G" }, { "solarSystemName": "XT-1E0", "x": 5, "y": 135, "security": -0.326344304, - "connectedSystems": [ - "K-BBYU" - ] + "connectedSystems": "K-BBYU" }, { "solarSystemName": "3ET-G8", "x": 115, "y": 95, "security": -0.387443894, - "connectedSystems": [ - "K-BBYU", - "91-KD8" - ] + "connectedSystems": "K-BBYU,91-KD8" }, { "solarSystemName": "MOSA-I", "x": 200, "y": 250, "security": -0.801512565, - "connectedSystems": [ - "ETO-OT", - "B6-XE8" - ] + "connectedSystems": "ETO-OT,B6-XE8" }, { "solarSystemName": "B6-XE8", "x": 240, "y": 205, "security": -0.72492916, - "connectedSystems": [ - "MOSA-I", - "JLH-FN", - "4HF-4R" - ] + "connectedSystems": "MOSA-I,JLH-FN,4HF-4R" }, { "solarSystemName": "JLH-FN", "x": 245, "y": 150, "security": -0.701395558, - "connectedSystems": [ - "B6-XE8", - "DFTK-D" - ] + "connectedSystems": "B6-XE8,DFTK-D" }, { "solarSystemName": "DFTK-D", "x": 255, "y": 100, "security": -0.865900827, - "connectedSystems": [ - "JLH-FN", - "L7-BLT" - ] + "connectedSystems": "JLH-FN,L7-BLT" }, { "solarSystemName": "4HF-4R", "x": 310, "y": 185, "security": -0.708789859, - "connectedSystems": [ - "B6-XE8", - "Y8K-5B" - ] + "connectedSystems": "B6-XE8,Y8K-5B" }, { "solarSystemName": "Y8K-5B", "x": 385, "y": 190, "security": -0.679106902, - "connectedSystems": [ - "4HF-4R", - "M-NP5O" - ] + "connectedSystems": "4HF-4R,M-NP5O" }, { "solarSystemName": "L7-BLT", "x": 275, "y": 50, "security": -0.924969314, - "connectedSystems": [ - "DFTK-D" - ] + "connectedSystems": "DFTK-D" }, { "solarSystemName": "8P-LKL", "x": 345, "y": 500, "security": -0.406765886, - "connectedSystems": [ - "QFU-4S", - "QQGH-G", - "JVA-FE" - ] + "connectedSystems": "QFU-4S,QQGH-G,JVA-FE" }, { "solarSystemName": "Q-UVY6", "x": 230, "y": 500, "security": -0.378362893, - "connectedSystems": [ - "KPI-OW", - "VK6-EZ" - ] + "connectedSystems": "KPI-OW,VK6-EZ" }, { "solarSystemName": "RXA-W1", "x": 175, "y": 475, "security": -0.337687586, - "connectedSystems": [ - "JVA-FE", - "X1-IZ0", - "D-OJEZ" - ] + "connectedSystems": "JVA-FE,X1-IZ0,D-OJEZ" }, { "solarSystemName": "QFU-4S", "x": 390, "y": 475, "security": -0.367722667, - "connectedSystems": [ - "8P-LKL", - "QQGH-G", - "JVA-FE" - ] + "connectedSystems": "8P-LKL,QQGH-G,JVA-FE" }, { "solarSystemName": "QQGH-G", "x": 410, "y": 525, "security": -0.336363565, - "connectedSystems": [ - "8P-LKL", - "QFU-4S", - "VX1-HV", - "VK6-EZ", - "G-VFVB" - ] + "connectedSystems": "8P-LKL,QFU-4S,VX1-HV,VK6-EZ,G-VFVB" }, { "solarSystemName": "VK6-EZ", "x": 275, "y": 525, "security": -0.297843691, - "connectedSystems": [ - "Q-UVY6", - "L-WG68", - "QQGH-G", - "JVA-FE" - ] + "connectedSystems": "Q-UVY6,L-WG68,QQGH-G,JVA-FE" }, { "solarSystemName": "JVA-FE", "x": 290, "y": 475, "security": -0.423239918, - "connectedSystems": [ - "8P-LKL", - "RXA-W1", - "QFU-4S", - "VK6-EZ" - ] + "connectedSystems": "8P-LKL,RXA-W1,QFU-4S,VK6-EZ" }, { "solarSystemName": "P65-TA", "x": 405, "y": 415, "security": -0.627421125, - "connectedSystems": [ - "1I5-0V", - "G-VFVB", - "Y4B-BQ" - ] + "connectedSystems": "1I5-0V,G-VFVB,Y4B-BQ" }, { "solarSystemName": "G-VFVB", "x": 440, "y": 465, "security": -0.285143013, - "connectedSystems": [ - "P65-TA", - "K-YL9T", - "QQGH-G" - ] + "connectedSystems": "P65-TA,K-YL9T,QQGH-G" }, { "solarSystemName": "Y4B-BQ", "x": 470, "y": 375, "security": -0.355323576, - "connectedSystems": [ - "P65-TA", - "EU-WFW", - "K-YL9T", - "L-EUY2" - ] + "connectedSystems": "P65-TA,EU-WFW,K-YL9T,L-EUY2" }, { "solarSystemName": "EU-WFW", "x": 585, "y": 375, "security": -0.146439881, - "connectedSystems": [ - "Y4B-BQ", - "K-YL9T", - "GTB-O4", - "E-WMT7", - "PA-ALN" - ] + "connectedSystems": "Y4B-BQ,K-YL9T,GTB-O4,E-WMT7,PA-ALN" }, { "solarSystemName": "K-YL9T", "x": 570, "y": 440, "security": -0.111179288, - "connectedSystems": [ - "G-VFVB", - "Y4B-BQ", - "EU-WFW", - "JUE-DX", - "6W-6O9" - ] + "connectedSystems": "G-VFVB,Y4B-BQ,EU-WFW,JUE-DX,6W-6O9" }, { "solarSystemName": "GTB-O4", "x": 670, "y": 380, "security": -0.130074522, - "connectedSystems": [ - "EU-WFW" - ] + "connectedSystems": "EU-WFW" }, { "solarSystemName": "6W-6O9", "x": 680, "y": 445, "security": -0.122233254, - "connectedSystems": [ - "K-YL9T", - "H4X-0I" - ] + "connectedSystems": "K-YL9T,H4X-0I" }, { "solarSystemName": "H4X-0I", "x": 755, "y": 445, "security": -0.180641592, - "connectedSystems": [ - "6W-6O9", - "C-BHDN", - "R-RE2B" - ] + "connectedSystems": "6W-6O9,C-BHDN,R-RE2B" }, { "solarSystemName": "C-BHDN", "x": 835, "y": 415, "security": -0.381414043, - "connectedSystems": [ - "H4X-0I", - "R-RE2B", - "4DH-ST" - ] + "connectedSystems": "H4X-0I,R-RE2B,4DH-ST" }, { "solarSystemName": "R-RE2B", "x": 845, "y": 460, "security": -0.18351884, - "connectedSystems": [ - "H4X-0I", - "C-BHDN" - ] + "connectedSystems": "H4X-0I,C-BHDN" }, { "solarSystemName": "4DH-ST", "x": 880, "y": 370, "security": -0.916722323, - "connectedSystems": [ - "C-BHDN", - "OSW-0P" - ] + "connectedSystems": "C-BHDN,OSW-0P" }, { "solarSystemName": "OSW-0P", "x": 890, "y": 325, "security": -1, - "connectedSystems": [ - "4DH-ST" - ] + "connectedSystems": "4DH-ST" }, { "solarSystemName": "GF-GR7", "x": 640, "y": 665, "security": -0.104726179, - "connectedSystems": [ - "B9EA-G", - "DVN6-0", - "Z19-B8", - "HPMN-V" - ] + "connectedSystems": "B9EA-G,DVN6-0,Z19-B8,HPMN-V" }, { "solarSystemName": "DVN6-0", "x": 700, "y": 705, "security": -0.109999248, - "connectedSystems": [ - "GF-GR7", - "U1-VHY", - "8OYE-Z" - ] + "connectedSystems": "GF-GR7,U1-VHY,8OYE-Z" }, { "solarSystemName": "Z19-B8", "x": 695, "y": 635, "security": -0.072118831, - "connectedSystems": [ - "GF-GR7", - "HPMN-V", - "XR-ZL7" - ] + "connectedSystems": "GF-GR7,HPMN-V,XR-ZL7" }, { "solarSystemName": "HPMN-V", "x": 630, "y": 610, "security": -0.092647534, - "connectedSystems": [ - "GF-GR7", - "Z19-B8", - "XR-ZL7" - ] + "connectedSystems": "GF-GR7,Z19-B8,XR-ZL7" }, { "solarSystemName": "XR-ZL7", "x": 685, "y": 575, "security": -0.084715012, - "connectedSystems": [ - "Z19-B8", - "HPMN-V", - "XUPK-Z" - ] + "connectedSystems": "Z19-B8,HPMN-V,XUPK-Z" }, { "solarSystemName": "U1-VHY", "x": 625, "y": 740, "security": -0.112325043, - "connectedSystems": [ - "DVN6-0" - ] + "connectedSystems": "DVN6-0" }, { "solarSystemName": "OTJ9-E", "x": 690, "y": 205, "security": -0.552878539, - "connectedSystems": [ - "F-5WYK", - "LH-LY1", - "7-QOYS", - "KS8G-M", - "S-CUEA" - ] + "connectedSystems": "F-5WYK,LH-LY1,7-QOYS,KS8G-M,S-CUEA" }, { "solarSystemName": "LH-LY1", "x": 745, "y": 175, "security": -0.718186128, - "connectedSystems": [ - "OTJ9-E", - "7-QOYS", - "KS8G-M" - ] + "connectedSystems": "OTJ9-E,7-QOYS,KS8G-M" }, { "solarSystemName": "7-QOYS", "x": 745, "y": 120, "security": -0.900560651, - "connectedSystems": [ - "OTJ9-E", - "LH-LY1", - "KS8G-M", - "ZWM-BB" - ] + "connectedSystems": "OTJ9-E,LH-LY1,KS8G-M,ZWM-BB" }, { "solarSystemName": "KS8G-M", "x": 800, "y": 205, "security": -0.532864685, - "connectedSystems": [ - "OTJ9-E", - "LH-LY1", - "7-QOYS" - ] + "connectedSystems": "OTJ9-E,LH-LY1,7-QOYS" }, { "solarSystemName": "ZWM-BB", "x": 745, "y": 75, "security": -1, - "connectedSystems": [ - "7-QOYS", - "L1YK-V" - ] + "connectedSystems": "7-QOYS,L1YK-V" }, { "solarSystemName": "S-CUEA", "x": 635, "y": 155, "security": -0.5971178, - "connectedSystems": [ - "OTJ9-E" - ] + "connectedSystems": "OTJ9-E" }, { "solarSystemName": "L-EUY2", "x": 500, "y": 330, "security": -0.51561635, - "connectedSystems": [ - "Y4B-BQ", - "PA-ALN", - "JL-ZUQ", - "X-KHRZ" - ] + "connectedSystems": "Y4B-BQ,PA-ALN,JL-ZUQ,X-KHRZ" }, { "solarSystemName": "JL-ZUQ", "x": 425, "y": 335, "security": -0.456147099, - "connectedSystems": [ - "L-EUY2" - ] + "connectedSystems": "L-EUY2" }, { "solarSystemName": "X-KHRZ", "x": 500, "y": 290, "security": -0.615507906, - "connectedSystems": [ - "L-EUY2", - "WIW-X8" - ] + "connectedSystems": "L-EUY2,WIW-X8" }, { "solarSystemName": "WIW-X8", "x": 485, "y": 245, "security": -0.956281141, - "connectedSystems": [ - "X-KHRZ", - "QRH-BF", - "M-NP5O" - ] + "connectedSystems": "X-KHRZ,QRH-BF,M-NP5O" }, { "solarSystemName": "QRH-BF", "x": 415, "y": 250, "security": -0.94146969, - "connectedSystems": [ - "WIW-X8", - "M-NP5O" - ] + "connectedSystems": "WIW-X8,M-NP5O" }, { "solarSystemName": "M-NP5O", "x": 450, "y": 210, "security": -1, - "connectedSystems": [ - "WIW-X8", - "QRH-BF", - "Y8K-5B" - ] + "connectedSystems": "WIW-X8,QRH-BF,Y8K-5B" }, { "solarSystemName": "JUE-DX", "x": 610, "y": 480, "security": -0.348088317, - "connectedSystems": [ - "K-YL9T", - "HLR-GL", - "UAJ5-K", - "G-HE0N" - ] + "connectedSystems": "K-YL9T,HLR-GL,UAJ5-K,G-HE0N" }, { "solarSystemName": "XUPK-Z", "x": 705, "y": 520, "security": -0.177313464, - "connectedSystems": [ - "O-O2GN", - "PKN-NJ", - "XR-ZL7" - ] + "connectedSystems": "O-O2GN,PKN-NJ,XR-ZL7" }, { "solarSystemName": "L1YK-V", "x": 745, "y": 25, "security": -0.496379813, - "connectedSystems": [ - "R3P0-Z", - "SN-Q1T", - "ZWM-BB" - ] + "connectedSystems": "R3P0-Z,SN-Q1T,ZWM-BB" }, { "solarSystemName": "JAWX-R", "x": 25, "y": 375, "security": -0.693827459, - "connectedSystems": [ - "B-2VXB", - "C6C-K9" - ] + "connectedSystems": "B-2VXB,C6C-K9" }, { "solarSystemName": "D-OJEZ", "x": 110, "y": 455, "security": -0.761516359, - "connectedSystems": [ - "1PF-BC", - "RXA-W1" - ] + "connectedSystems": "1PF-BC,RXA-W1" }, { "solarSystemName": "91-KD8", "x": 115, "y": 45, "security": -0.272103129, - "connectedSystems": [ - "3ET-G8", - "9G5J-1", - "0PU2-R" - ] + "connectedSystems": "3ET-G8,9G5J-1,0PU2-R" }, { "solarSystemName": "E-WMT7", "x": 655, "y": 315, "security": -0.143925452, - "connectedSystems": [ - "EU-WFW", - "FLK-LJ", - "F-5WYK" - ] + "connectedSystems": "EU-WFW,FLK-LJ,F-5WYK" }, { "solarSystemName": "F-5WYK", "x": 685, "y": 270, "security": -0.472881448, - "connectedSystems": [ - "E-WMT7", - "0FG-KS", - "EF-QZK", - "OTJ9-E" - ] + "connectedSystems": "E-WMT7,0FG-KS,EF-QZK,OTJ9-E" }, { "solarSystemName": "PA-ALN", "x": 575, "y": 320, "security": -0.472431258, - "connectedSystems": [ - "EU-WFW", - "2AUL-X", - "L-EUY2" - ] + "connectedSystems": "EU-WFW,2AUL-X,L-EUY2" } ] \ No newline at end of file diff --git a/public/Tribute.json b/public/Tribute.json index 15c7237..7edea8a 100644 --- a/public/Tribute.json +++ b/public/Tribute.json @@ -4,1111 +4,720 @@ "x": 601, "y": 686, "security": 0.3469314814159478, - "connectedSystems": [ - "Ohkunen", - "P3EN-E", - "Hakonen" - ] + "connectedSystems": "Ohkunen,P3EN-E,Hakonen" }, { "solarSystemName": "UH-9ZG", "x": 495, "y": 530, "security": -0.4625835913382924, - "connectedSystems": [ - "9OO-LH", - "NFM-0V", - "YXIB-I" - ] + "connectedSystems": "9OO-LH,NFM-0V,YXIB-I" }, { "solarSystemName": "WBR5-R", "x": 845, "y": 375, "security": -0.5158034428298733, - "connectedSystems": [ - "4GYV-Q", - "8TPX-N", - "PM-DWE", - "TVN-FM" - ] + "connectedSystems": "4GYV-Q,8TPX-N,PM-DWE,TVN-FM" }, { "solarSystemName": "4GYV-Q", "x": 845, "y": 415, "security": -0.5365561447517552, - "connectedSystems": [ - "WBR5-R", - "4-HWWF" - ] + "connectedSystems": "WBR5-R,4-HWWF" }, { "solarSystemName": "4-HWWF", "x": 845, "y": 455, "security": -0.4730263529224105, - "connectedSystems": [ - "4GYV-Q", - "YMJG-4", - "8TPX-N", - "PM-DWE" - ] + "connectedSystems": "4GYV-Q,YMJG-4,8TPX-N,PM-DWE" }, { "solarSystemName": "YMJG-4", "x": 845, "y": 495, "security": -0.4168935403680996, - "connectedSystems": [ - "4-HWWF", - "DAYP-G" - ] + "connectedSystems": "4-HWWF,DAYP-G" }, { "solarSystemName": "8TPX-N", "x": 765, "y": 415, "security": -0.437191608873034, - "connectedSystems": [ - "MC6O-F", - "WBR5-R", - "4-HWWF" - ] + "connectedSystems": "MC6O-F,WBR5-R,4-HWWF" }, { "solarSystemName": "PM-DWE", "x": 925, "y": 415, "security": -0.423652868907188, - "connectedSystems": [ - "WBR5-R", - "4-HWWF" - ] + "connectedSystems": "WBR5-R,4-HWWF" }, { "solarSystemName": "K8X-6B", "x": 585, "y": 525, "security": -0.4302153934857815, - "connectedSystems": [ - "X445-5", - "KRUN-N", - "9OO-LH", - "EIDI-N" - ] + "connectedSystems": "X445-5,KRUN-N,9OO-LH,EIDI-N" }, { "solarSystemName": "X445-5", "x": 615, "y": 465, "security": -0.4137535228412126, - "connectedSystems": [ - "K8X-6B", - "9OO-LH" - ] + "connectedSystems": "K8X-6B,9OO-LH" }, { "solarSystemName": "KRUN-N", "x": 665, "y": 550, "security": -0.3866967382644254, - "connectedSystems": [ - "K8X-6B", - "EIDI-N", - "DAYP-G" - ] + "connectedSystems": "K8X-6B,EIDI-N,DAYP-G" }, { "solarSystemName": "9OO-LH", "x": 520, "y": 475, "security": -0.4669643270844667, - "connectedSystems": [ - "K8X-6B", - "X445-5", - "UH-9ZG", - "MSHD-4" - ] + "connectedSystems": "K8X-6B,X445-5,UH-9ZG,MSHD-4" }, { "solarSystemName": "V-OJEN", "x": 775, "y": 640, "security": -0.3168427103280145, - "connectedSystems": [ - "49-0LI", - "DAYP-G" - ] + "connectedSystems": "49-0LI,DAYP-G" }, { "solarSystemName": "EIDI-N", "x": 679, "y": 608, "security": -0.4061064358634676, - "connectedSystems": [ - "K8X-6B", - "KRUN-N", - "IPAY-2", - "DAYP-G" - ] + "connectedSystems": "K8X-6B,KRUN-N,IPAY-2,DAYP-G" }, { "solarSystemName": "P3EN-E", "x": 678, "y": 683, "security": -0.2748796673845817, - "connectedSystems": [ - "IPAY-2", - "Obe" - ] + "connectedSystems": "IPAY-2,Obe" }, { "solarSystemName": "IPAY-2", "x": 679, "y": 646, "security": -0.3391336950857328, - "connectedSystems": [ - "Q-L07F", - "EIDI-N", - "P3EN-E" - ] + "connectedSystems": "Q-L07F,EIDI-N,P3EN-E" }, { "solarSystemName": "DAYP-G", "x": 775, "y": 540, "security": -0.3927612805587852, - "connectedSystems": [ - "KRUN-N", - "V-OJEN", - "YMJG-4", - "EIDI-N" - ] + "connectedSystems": "KRUN-N,V-OJEN,YMJG-4,EIDI-N" }, { "solarSystemName": "T-GCGL", "x": 845, "y": 285, "security": -0.7339960620734824, - "connectedSystems": [ - "0MV-4W", - "TVN-FM", - "V-NL3K" - ] + "connectedSystems": "0MV-4W,TVN-FM,V-NL3K" }, { "solarSystemName": "0MV-4W", "x": 930, "y": 310, "security": -0.6627406504519345, - "connectedSystems": [ - "T-GCGL", - "TVN-FM" - ] + "connectedSystems": "T-GCGL,TVN-FM" }, { "solarSystemName": "TVN-FM", "x": 845, "y": 330, "security": -0.6457986552867152, - "connectedSystems": [ - "T-GCGL", - "WBR5-R", - "0MV-4W", - "AZBR-2" - ] + "connectedSystems": "T-GCGL,WBR5-R,0MV-4W,AZBR-2" }, { "solarSystemName": "V-NL3K", "x": 845, "y": 240, "security": -0.7635342350670453, - "connectedSystems": [ - "T-GCGL", - "1-GBBP" - ] + "connectedSystems": "T-GCGL,1-GBBP" }, { "solarSystemName": "AZBR-2", "x": 768, "y": 289, "security": -0.709048211289033, - "connectedSystems": [ - "TVN-FM", - "Z-8Q65" - ] + "connectedSystems": "TVN-FM,Z-8Q65" }, { "solarSystemName": "Z-8Q65", "x": 676, "y": 262, "security": -0.7746851045489984, - "connectedSystems": [ - "AZBR-2", - "0J3L-V" - ] + "connectedSystems": "AZBR-2,0J3L-V" }, { "solarSystemName": "0J3L-V", "x": 582, "y": 250, "security": -0.7907073326804916, - "connectedSystems": [ - "Z-8Q65", - "WH-JCA" - ] + "connectedSystems": "Z-8Q65,WH-JCA" }, { "solarSystemName": "1-GBBP", "x": 845, "y": 175, "security": -0.7717415732048356, - "connectedSystems": [ - "V-NL3K", - "C-FP70", - "T-ZWA1", - "ZA0L-U" - ] + "connectedSystems": "V-NL3K,C-FP70,T-ZWA1,ZA0L-U" }, { "solarSystemName": "C-FP70", "x": 930, "y": 130, "security": -0.7587705941834635, - "connectedSystems": [ - "1-GBBP", - "T-ZWA1", - "ZA0L-U" - ] + "connectedSystems": "1-GBBP,T-ZWA1,ZA0L-U" }, { "solarSystemName": "T-ZWA1", "x": 845, "y": 130, "security": -0.7516916139371032, - "connectedSystems": [ - "1-GBBP", - "C-FP70", - "QFF-O6" - ] + "connectedSystems": "1-GBBP,C-FP70,QFF-O6" }, { "solarSystemName": "ZA0L-U", "x": 930, "y": 175, "security": -0.8051051029161905, - "connectedSystems": [ - "1-GBBP", - "C-FP70", - "G96R-F" - ] + "connectedSystems": "1-GBBP,C-FP70,G96R-F" }, { "solarSystemName": "Y5J-EU", "x": 745, "y": 10, "security": -0.2187531174509595, - "connectedSystems": [ - "B-E3KQ", - "O-LR1H", - "G5ED-Y", - "8-TFDX", - "2CG-5V" - ] + "connectedSystems": "B-E3KQ,O-LR1H,G5ED-Y,8-TFDX,2CG-5V" }, { "solarSystemName": "E-OGL4", "x": 414, "y": 548, "security": -0.2855596591038614, - "connectedSystems": [ - "15W-GC", - "M-OEE8" - ] + "connectedSystems": "15W-GC,M-OEE8" }, { "solarSystemName": "J-GAMP", "x": 375, "y": 586, "security": -0.2422942130485579, - "connectedSystems": [ - "M-OEE8", - "FY0W-N" - ] + "connectedSystems": "M-OEE8,FY0W-N" }, { "solarSystemName": "M-OEE8", "x": 433, "y": 625, "security": -0.2183287930954972, - "connectedSystems": [ - "E-OGL4", - "J-GAMP", - "V0DF-2", - "FY0W-N", - "Taisy" - ] + "connectedSystems": "E-OGL4,J-GAMP,V0DF-2,FY0W-N,Taisy" }, { "solarSystemName": "V0DF-2", "x": 381, "y": 668, "security": -0.2094487527242938, - "connectedSystems": [ - "M-OEE8", - "FY0W-N", - "MJI3-8" - ] + "connectedSystems": "M-OEE8,FY0W-N,MJI3-8" }, { "solarSystemName": "FY0W-N", "x": 347, "y": 626, "security": -0.1934511544266946, - "connectedSystems": [ - "J-GAMP", - "M-OEE8", - "V0DF-2" - ] + "connectedSystems": "J-GAMP,M-OEE8,V0DF-2" }, { "solarSystemName": "MJI3-8", "x": 366, "y": 709, "security": -0.2045017387158968, - "connectedSystems": [ - "V0DF-2" - ] + "connectedSystems": "V0DF-2" }, { "solarSystemName": "A-DDGY", "x": 120, "y": 270, "security": -0.206354275218664, - "connectedSystems": [ - "F-749O" - ] + "connectedSystems": "F-749O" }, { "solarSystemName": "F-RT6Q", "x": 200, "y": 375, "security": -0.2498588452857066, - "connectedSystems": [ - "N-FK87", - "B-S42H", - "F-749O", - "AW1-2I" - ] + "connectedSystems": "N-FK87,B-S42H,F-749O,AW1-2I" }, { "solarSystemName": "B-S42H", "x": 120, "y": 375, "security": -0.2231977272924974, - "connectedSystems": [ - "F-RT6Q", - "F-749O", - "GKP-YT", - "AW1-2I", - "S8-NSQ" - ] + "connectedSystems": "F-RT6Q,F-749O,GKP-YT,AW1-2I,S8-NSQ" }, { "solarSystemName": "NL6V-7", "x": 50, "y": 310, "security": -0.2557477374703874, - "connectedSystems": [ - "F-749O", - "GKP-YT" - ] + "connectedSystems": "F-749O,GKP-YT" }, { "solarSystemName": "F-749O", "x": 120, "y": 310, "security": -0.2365192932571316, - "connectedSystems": [ - "A-DDGY", - "F-RT6Q", - "B-S42H", - "NL6V-7", - "AW1-2I" - ] + "connectedSystems": "A-DDGY,F-RT6Q,B-S42H,NL6V-7,AW1-2I" }, { "solarSystemName": "0-YMBJ", "x": 115, "y": 230, "security": -0.1589990047132134, - "connectedSystems": [ - "UMI-KK", - "KQK1-2" - ] + "connectedSystems": "UMI-KK,KQK1-2" }, { "solarSystemName": "UMI-KK", "x": 200, "y": 225, "security": -0.1694787389131306, - "connectedSystems": [ - "0-YMBJ", - "AW1-2I", - "DL1C-E", - "Y-W1Q3" - ] + "connectedSystems": "0-YMBJ,AW1-2I,DL1C-E,Y-W1Q3" }, { "solarSystemName": "GKP-YT", "x": 50, "y": 375, "security": -0.2106737910068252, - "connectedSystems": [ - "B-S42H", - "NL6V-7" - ] + "connectedSystems": "B-S42H,NL6V-7" }, { "solarSystemName": "AW1-2I", "x": 200, "y": 310, "security": -0.2154247308640933, - "connectedSystems": [ - "F-RT6Q", - "B-S42H", - "F-749O", - "UMI-KK" - ] + "connectedSystems": "F-RT6Q,B-S42H,F-749O,UMI-KK" }, { "solarSystemName": "15W-GC", "x": 375, "y": 490, "security": -0.3229769218402997, - "connectedSystems": [ - "E-OGL4", - "C2X-M5", - "PNDN-V" - ] + "connectedSystems": "E-OGL4,C2X-M5,PNDN-V" }, { "solarSystemName": "N-FK87", "x": 235, "y": 435, "security": -0.2642166917779498, - "connectedSystems": [ - "F-RT6Q", - "PNDN-V" - ] + "connectedSystems": "F-RT6Q,PNDN-V" }, { "solarSystemName": "C2X-M5", "x": 440, "y": 455, "security": -0.3739772918868392, - "connectedSystems": [ - "15W-GC", - "MSHD-4" - ] + "connectedSystems": "15W-GC,MSHD-4" }, { "solarSystemName": "MSHD-4", "x": 475, "y": 410, "security": -0.4407396088897601, - "connectedSystems": [ - "9OO-LH", - "C2X-M5", - "H-W9TY" - ] + "connectedSystems": "9OO-LH,C2X-M5,H-W9TY" }, { "solarSystemName": "H-W9TY", "x": 480, "y": 360, "security": -0.4601548280707498, - "connectedSystems": [ - "MSHD-4", - "D7-ZAC" - ] + "connectedSystems": "MSHD-4,D7-ZAC" }, { "solarSystemName": "PNDN-V", "x": 300, "y": 485, "security": -0.3107371001086752, - "connectedSystems": [ - "15W-GC", - "N-FK87", - "DBT-GB" - ] + "connectedSystems": "15W-GC,N-FK87,DBT-GB" }, { "solarSystemName": "D7-ZAC", "x": 480, "y": 295, "security": -0.5202363886497186, - "connectedSystems": [ - "H-W9TY", - "SH1-6P", - "WH-JCA" - ] + "connectedSystems": "H-W9TY,SH1-6P,WH-JCA" }, { "solarSystemName": "SH1-6P", "x": 410, "y": 295, "security": -0.5656139356174477, - "connectedSystems": [ - "D7-ZAC", - "TRKN-L", - "O-0ERG" - ] + "connectedSystems": "D7-ZAC,TRKN-L,O-0ERG" }, { "solarSystemName": "TRKN-L", "x": 345, "y": 270, "security": -0.678991646298653, - "connectedSystems": [ - "SH1-6P", - "O-0ERG" - ] + "connectedSystems": "SH1-6P,O-0ERG" }, { "solarSystemName": "O-0ERG", "x": 410, "y": 250, "security": -0.726711954444778, - "connectedSystems": [ - "SH1-6P", - "TRKN-L", - "WH-JCA" - ] + "connectedSystems": "SH1-6P,TRKN-L,WH-JCA" }, { "solarSystemName": "WH-JCA", "x": 480, "y": 250, "security": -0.7289173243334679, - "connectedSystems": [ - "D7-ZAC", - "O-0ERG", - "Q-CAB2", - "W6VP-Y", - "0J3L-V" - ] + "connectedSystems": "D7-ZAC,O-0ERG,Q-CAB2,W6VP-Y,0J3L-V" }, { "solarSystemName": "Q-CAB2", "x": 465, "y": 185, "security": -0.7756454634879968, - "connectedSystems": [ - "WH-JCA", - "3A1P-N" - ] + "connectedSystems": "WH-JCA,3A1P-N" }, { "solarSystemName": "PBD-0G", "x": 152, "y": 645, "security": -0.2304382391310705, - "connectedSystems": [ - "9GI-FB" - ] + "connectedSystems": "9GI-FB" }, { "solarSystemName": "L-1HKR", "x": 216, "y": 656, "security": -0.2547234952608792, - "connectedSystems": [ - "9GI-FB" - ] + "connectedSystems": "9GI-FB" }, { "solarSystemName": "9GI-FB", "x": 198, "y": 607, "security": -0.2642379202550255, - "connectedSystems": [ - "PBD-0G", - "L-1HKR", - "DBT-GB" - ] + "connectedSystems": "PBD-0G,L-1HKR,DBT-GB" }, { "solarSystemName": "3G-LHB", "x": 265, "y": 624, "security": -0.2087663222235935, - "connectedSystems": [ - "DBT-GB", - "U-W3WS" - ] + "connectedSystems": "DBT-GB,U-W3WS" }, { "solarSystemName": "DBT-GB", "x": 244, "y": 564, "security": -0.2457237278493445, - "connectedSystems": [ - "9GI-FB", - "3G-LHB", - "PNDN-V" - ] + "connectedSystems": "9GI-FB,3G-LHB,PNDN-V" }, { "solarSystemName": "U-W3WS", "x": 271, "y": 675, "security": -0.1593171976715391, - "connectedSystems": [ - "3G-LHB" - ] + "connectedSystems": "3G-LHB" }, { "solarSystemName": "DL1C-E", "x": 105, "y": 180, "security": -0.1298659530067333, - "connectedSystems": [ - "UMI-KK", - "YLS8-J", - "2ISU-Y" - ] + "connectedSystems": "UMI-KK,YLS8-J,2ISU-Y" }, { "solarSystemName": "YLS8-J", "x": 55, "y": 155, "security": -0.1092496172284625, - "connectedSystems": [ - "DL1C-E", - "X-CFN6", - "OY-UZ1" - ] + "connectedSystems": "DL1C-E,X-CFN6,OY-UZ1" }, { "solarSystemName": "2ISU-Y", "x": 130, "y": 140, "security": -0.1263630348144191, - "connectedSystems": [ - "DL1C-E" - ] + "connectedSystems": "DL1C-E" }, { "solarSystemName": "X-CFN6", "x": 20, "y": 120, "security": -0.09583310384069121, - "connectedSystems": [ - "YLS8-J", - "9SL-K9" - ] + "connectedSystems": "YLS8-J,9SL-K9" }, { "solarSystemName": "9SL-K9", "x": 10, "y": 75, "security": -0.09630883685630753, - "connectedSystems": [ - "X-CFN6", - "Y-PZHM" - ] + "connectedSystems": "X-CFN6,Y-PZHM" }, { "solarSystemName": "Y-PZHM", "x": 0, "y": 40, "security": -0.0924183838925502, - "connectedSystems": [ - "9SL-K9" - ] + "connectedSystems": "9SL-K9" }, { "solarSystemName": "OY-UZ1", "x": 5, "y": 190, "security": -0.1304082867744595, - "connectedSystems": [ - "YLS8-J" - ] + "connectedSystems": "YLS8-J" }, { "solarSystemName": "S8-NSQ", "x": 110, "y": 450, "security": -0.2045517562514321, - "connectedSystems": [ - "B-S42H", - "GIH-ZG" - ] + "connectedSystems": "B-S42H,GIH-ZG" }, { "solarSystemName": "GIH-ZG", "x": 90, "y": 500, "security": -0.2411964449325098, - "connectedSystems": [ - "S8-NSQ", - "V7-FB4", - "XD-TOV", - "L-VXTK" - ] + "connectedSystems": "S8-NSQ,V7-FB4,XD-TOV,L-VXTK" }, { "solarSystemName": "V7-FB4", "x": 155, "y": 520, "security": -0.2492471690296277, - "connectedSystems": [ - "GIH-ZG", - "XD-TOV" - ] + "connectedSystems": "GIH-ZG,XD-TOV" }, { "solarSystemName": "XD-TOV", "x": 125, "y": 565, "security": -0.2683656225184117, - "connectedSystems": [ - "GIH-ZG", - "V7-FB4", - "K-6SNI", - "L-VXTK" - ] + "connectedSystems": "GIH-ZG,V7-FB4,K-6SNI,L-VXTK" }, { "solarSystemName": "K-6SNI", "x": 90, "y": 610, "security": -0.2724330266178593, - "connectedSystems": [ - "XD-TOV", - "L-VXTK", - "W-UQA5" - ] + "connectedSystems": "XD-TOV,L-VXTK,W-UQA5" }, { "solarSystemName": "L-VXTK", "x": 60, "y": 550, "security": -0.2677874962291443, - "connectedSystems": [ - "GIH-ZG", - "XD-TOV", - "K-6SNI", - "C8VC-S" - ] + "connectedSystems": "GIH-ZG,XD-TOV,K-6SNI,C8VC-S" }, { "solarSystemName": "C8VC-S", "x": 10, "y": 595, "security": -0.2728061059966397, - "connectedSystems": [ - "L-VXTK" - ] + "connectedSystems": "L-VXTK" }, { "solarSystemName": "W-UQA5", "x": 50, "y": 665, "security": -0.3027841175450039, - "connectedSystems": [ - "K-6SNI" - ] + "connectedSystems": "K-6SNI" }, { "solarSystemName": "W6VP-Y", "x": 530, "y": 190, "security": -0.7766049022200119, - "connectedSystems": [ - "WH-JCA", - "IMK-K1" - ] + "connectedSystems": "WH-JCA,IMK-K1" }, { "solarSystemName": "IMK-K1", "x": 565, "y": 145, "security": -0.7763798372957625, - "connectedSystems": [ - "W6VP-Y", - "NJ4X-S" - ] + "connectedSystems": "W6VP-Y,NJ4X-S" }, { "solarSystemName": "NJ4X-S", "x": 610, "y": 105, "security": -0.7212632672755757, - "connectedSystems": [ - "IMK-K1", - "F-G7BO", - "G9D-XW" - ] + "connectedSystems": "IMK-K1,F-G7BO,G9D-XW" }, { "solarSystemName": "F-G7BO", "x": 665, "y": 75, "security": -0.5931866591239611, - "connectedSystems": [ - "NJ4X-S", - "2CG-5V" - ] + "connectedSystems": "NJ4X-S,2CG-5V" }, { "solarSystemName": "2CG-5V", "x": 740, "y": 55, "security": -0.6127261331742602, - "connectedSystems": [ - "F-G7BO", - "QFF-O6", - "Y5J-EU" - ] + "connectedSystems": "F-G7BO,QFF-O6,Y5J-EU" }, { "solarSystemName": "QFF-O6", "x": 815, "y": 70, "security": -0.5384330985579087, - "connectedSystems": [ - "2CG-5V", - "T-ZWA1" - ] + "connectedSystems": "2CG-5V,T-ZWA1" }, { "solarSystemName": "Y-W1Q3", "x": 200, "y": 160, "security": -0.1601604333323823, - "connectedSystems": [ - "UMI-KK", - "Y6-HPG" - ] + "connectedSystems": "UMI-KK,Y6-HPG" }, { "solarSystemName": "Y6-HPG", "x": 210, "y": 115, "security": -0.1139854372412745, - "connectedSystems": [ - "Y-W1Q3", - "Z-GY5S", - "KK-L97" - ] + "connectedSystems": "Y-W1Q3,Z-GY5S,KK-L97" }, { "solarSystemName": "Z-GY5S", "x": 155, "y": 80, "security": -0.1133503080496857, - "connectedSystems": [ - "Y6-HPG", - "KK-L97", - "R-KZK7" - ] + "connectedSystems": "Y6-HPG,KK-L97,R-KZK7" }, { "solarSystemName": "KK-L97", "x": 225, "y": 75, "security": -0.119006880755053, - "connectedSystems": [ - "Y6-HPG", - "Z-GY5S", - "N-Q5PW" - ] + "connectedSystems": "Y6-HPG,Z-GY5S,N-Q5PW" }, { "solarSystemName": "N-Q5PW", "x": 260, "y": 40, "security": -0.1662164516176466, - "connectedSystems": [ - "KK-L97", - "P-FSQE" - ] + "connectedSystems": "KK-L97,P-FSQE" }, { "solarSystemName": "P-FSQE", "x": 325, "y": 20, "security": -0.149703189388991, - "connectedSystems": [ - "N-Q5PW", - "H-PA29" - ] + "connectedSystems": "N-Q5PW,H-PA29" }, { "solarSystemName": "H-PA29", "x": 390, "y": 25, "security": -0.241053552113, - "connectedSystems": [ - "P-FSQE", - "1-Y6KI", - "9-266Q", - "Zarzakh" - ] + "connectedSystems": "P-FSQE,1-Y6KI,9-266Q,Zarzakh" }, { "solarSystemName": "1-Y6KI", "x": 465, "y": 20, "security": -0.1805914797711459, - "connectedSystems": [ - "H-PA29", - "YP-J33", - "9-266Q" - ] + "connectedSystems": "H-PA29,YP-J33,9-266Q" }, { "solarSystemName": "9-266Q", "x": 430, "y": 60, "security": -0.2508793841885384, - "connectedSystems": [ - "H-PA29", - "1-Y6KI", - "D-8SI1", - "N6G-H3", - "BV-1JG" - ] + "connectedSystems": "H-PA29,1-Y6KI,D-8SI1,N6G-H3,BV-1JG" }, { "solarSystemName": "N6G-H3", "x": 445, "y": 100, "security": -0.4042849656749734, - "connectedSystems": [ - "9-266Q", - "3A1P-N", - "OZ-VAE", - "A-AFGR", - "92K-H2" - ] + "connectedSystems": "9-266Q,3A1P-N,OZ-VAE,A-AFGR,92K-H2" }, { "solarSystemName": "3A1P-N", "x": 455, "y": 145, "security": -0.8785443608846722, - "connectedSystems": [ - "N6G-H3", - "Q-CAB2" - ] + "connectedSystems": "N6G-H3,Q-CAB2" }, { "solarSystemName": "OZ-VAE", "x": 355, "y": 160, "security": -0.3092489835511382, - "connectedSystems": [ - "N6G-H3", - "A-AFGR", - "92K-H2" - ] + "connectedSystems": "N6G-H3,A-AFGR,92K-H2" }, { "solarSystemName": "A-AFGR", "x": 370, "y": 115, "security": -0.3952585628706158, - "connectedSystems": [ - "N6G-H3", - "OZ-VAE", - "92K-H2", - "AA-YRK" - ] + "connectedSystems": "N6G-H3,OZ-VAE,92K-H2,AA-YRK" }, { "solarSystemName": "92K-H2", "x": 315, "y": 85, "security": -0.4420652794287068, - "connectedSystems": [ - "N6G-H3", - "OZ-VAE", - "A-AFGR", - "AA-YRK" - ] + "connectedSystems": "N6G-H3,OZ-VAE,A-AFGR,AA-YRK" }, { "solarSystemName": "G9D-XW", "x": 595, "y": 50, "security": -0.328826628186713, - "connectedSystems": [ - "FHB-QA", - "B3QP-K", - "42XJ-N", - "NJ4X-S" - ] + "connectedSystems": "FHB-QA,B3QP-K,42XJ-N,NJ4X-S" }, { "solarSystemName": "Otsasai", "x": 457, "y": 724, "security": 0.349161331944607, - "connectedSystems": [ - "Oimmo", - "Taisy", - "Hakonen" - ] + "connectedSystems": "Oimmo,Taisy,Hakonen" }, { "solarSystemName": "Taisy", "x": 456, "y": 686, "security": 0.3283318341296254, - "connectedSystems": [ - "Otsasai", - "Hakonen", - "M-OEE8" - ] + "connectedSystems": "Otsasai,Hakonen,M-OEE8" }, { "solarSystemName": "Hakonen", "x": 529, "y": 686, "security": 0.296379021078, - "connectedSystems": [ - "Otsasai", - "Taisy", - "Obe" - ] + "connectedSystems": "Otsasai,Taisy,Obe" }, { "solarSystemName": "KQK1-2", "x": 20, "y": 230, "security": -0.1606570035166273, - "connectedSystems": [ - "0-YMBJ", - "O-BY0Y", - "X47L-Q" - ] + "connectedSystems": "0-YMBJ,O-BY0Y,X47L-Q" }, { "solarSystemName": "Zarzakh", "x": 973, "y": 730, "security": -1, - "connectedSystems": [ - "Turnur", - "Alsavoinon", - "H-PA29", - "G-0Q86" - ] + "connectedSystems": "Turnur,Alsavoinon,H-PA29,G-0Q86" } ] \ No newline at end of file diff --git a/public/UUA-F4.json b/public/UUA-F4.json index 5789372..4187211 100644 --- a/public/UUA-F4.json +++ b/public/UUA-F4.json @@ -4,981 +4,748 @@ "x": 915, "y": 515, "security": -0.001900497862497463, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "D95-FQ", "x": 750, "y": 500, "security": -0.0002124922524192607, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "ZSPJ-K", "x": 780, "y": 550, "security": -0.0002760117600048018, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "U1F-86", "x": 835, "y": 525, "security": -0.0005525830258039655, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "T-P7A6", "x": 965, "y": 485, "security": -0.001351553583886722, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Y-T3JJ", "x": 974, "y": 455, "security": -0.0008814634314842085, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "F3R-IA", "x": 895, "y": 485, "security": -0.001630991997676912, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "74-YTJ", "x": 970, "y": 410, "security": -0.004054235182490151, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "8-RS3U", "x": 325, "y": 565, "security": -0.0004640348167443964, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "OVFN-N", "x": 310, "y": 620, "security": -0.0005943312280440871, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "1Q-BBM", "x": 255, "y": 540, "security": -0.0004888444643841305, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "WXNC-N", "x": 260, "y": 580, "security": -0.0005536703282708055, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "G-EA07", "x": 235, "y": 620, "security": -0.001056874679918773, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "X-L6BO", "x": 185, "y": 585, "security": -0.001317413686368951, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "D-PHUA", "x": 430, "y": 565, "security": -0.0009382756947849957, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "3-HXHQ", "x": 515, "y": 640, "security": -0.002486261142580659, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "18A-NB", "x": 425, "y": 630, "security": -0.001639155651810498, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "3-J5OQ", "x": 440, "y": 710, "security": -0.0007147494825917589, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "GYF-GD", "x": 475, "y": 605, "security": -0.002092032528837384, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "W-6TS9", "x": 600, "y": 675, "security": -0.0006130008677455168, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "VIG-VR", "x": 525, "y": 565, "security": -0.001785268757744762, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "KX-P5C", "x": 200, "y": 460, "security": -0.001097605398257096, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "N-FJBK", "x": 115, "y": 510, "security": -0.00123911521453357, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "2-4ZT5", "x": 50, "y": 515, "security": -0.001436324830242253, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "NVN-6F", "x": 185, "y": 505, "security": -0.001849140730131982, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "09-8TH", "x": 120, "y": 465, "security": -0.002014305554053353, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "TI0-AX", "x": 60, "y": 455, "security": -0.001734949360746918, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "7O-POM", "x": 810, "y": 370, "security": -0.0001038496115532972, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "L6Q-SX", "x": 735, "y": 455, "security": -0.0001580465697542666, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "BFJ-TB", "x": 740, "y": 360, "security": -0.0002553212621330125, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "ZZ7-L6", "x": 795, "y": 425, "security": -0.0001252820250022824, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "L-CHVW", "x": 860, "y": 405, "security": -0.0001038042982611787, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "X0LN-U", "x": 675, "y": 360, "security": -0.0004962347893415764, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "RQAE-M", "x": 605, "y": 365, "security": -0.0003327959459676899, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "7CO-SA", "x": 465, "y": 460, "security": -0.0003648598683949622, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "4G-E5A", "x": 330, "y": 450, "security": -0.0007803386344487073, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "A-VWK9", "x": 610, "y": 540, "security": -0.0002242964581923301, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "JQHP-4", "x": 590, "y": 495, "security": -0.0001648976952028924, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6Q5K-5", "x": 615, "y": 595, "security": -0.0002529921101117605, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "P-MVFP", "x": 545, "y": 455, "security": -0.0001720004788685614, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "J-Z1UW", "x": 195, "y": 350, "security": -0.0009386587562836279, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "W477-P", "x": 280, "y": 320, "security": -0.000331896605613613, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "NQ1-BL", "x": 250, "y": 375, "security": -0.0007704461658548656, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "K7A-G8", "x": 350, "y": 330, "security": -0.0006646601601980606, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "HP-PMX", "x": 325, "y": 370, "security": -0.0004596784854572489, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6BN-K9", "x": 415, "y": 300, "security": -0.000409864261545656, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "WLE-PY", "x": 230, "y": 305, "security": -0.000818282962484429, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "EH-HXW", "x": 305, "y": 275, "security": -0.0003403816156746231, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "OS-RR3", "x": 165, "y": 310, "security": -0.0006353403478637221, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "V4-GZL", "x": 410, "y": 355, "security": -0.0002443072186529838, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "4C-Z91", "x": 255, "y": 710, "security": -0.001620769499668162, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "RU-97T", "x": 80, "y": 655, "security": -1, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "1S-1V7", "x": 320, "y": 710, "security": -0.0008983218998719344, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "PE1-R1", "x": 180, "y": 710, "security": -0.002210722495281092, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Polaris", "x": 60, "y": 700, "security": -0.0006333671279670217, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "JB-007", "x": 40, "y": 615, "security": -0.001170500724804624, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "USJ2-M", "x": 540, "y": 340, "security": -0.0001981191408537697, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "7M-RAL", "x": 520, "y": 305, "security": -0.0002657162849323269, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "LPBU-U", "x": 525, "y": 270, "security": -0.0001747424942740716, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "RF-342", "x": 550, "y": 235, "security": -0.000156723554172844, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "J2V-XY", "x": 590, "y": 290, "security": -0.0002976743505415103, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Z-JBTR", "x": 545, "y": 200, "security": -0.0000902817039014625, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "S-QNXH", "x": 470, "y": 200, "security": -0.0001280696290369976, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "S94-X8", "x": 210, "y": 215, "security": -0.0002035868089089732, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "J-YQEC", "x": 135, "y": 190, "security": -0.0003308745660043355, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "8MX-OR", "x": 75, "y": 230, "security": -0.0004372732936587243, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "97YC-C", "x": 90, "y": 165, "security": -0.0004977615672953073, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "V-AMD5", "x": 145, "y": 225, "security": -0.0005061371715503471, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "U-JC8X", "x": 190, "y": 155, "security": -0.0002100012581004451, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "1HH3-E", "x": 685, "y": 195, "security": -0.00007085872728784803, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "DUIU-Q", "x": 805, "y": 130, "security": -0.00004962684021980746, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "LQH0-H", "x": 875, "y": 120, "security": -0.00003080647532671677, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "FRW3-2", "x": 705, "y": 145, "security": -0.00003735018140027524, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "9MX-1C", "x": 935, "y": 70, "security": -0.00004246153925202556, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "IED-4U", "x": 755, "y": 90, "security": -0.00005459176938182875, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "N-9EOQ", "x": 650, "y": 130, "security": -0.00003139919730310581, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "6F3-TK", "x": 740, "y": 300, "security": -0.00009376677181416326, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "2E0P-2", "x": 760, "y": 245, "security": -0.00005315333572786241, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "U-ITH5", "x": 850, "y": 225, "security": -0.00004556637631181193, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "N-4G5L", "x": 960, "y": 220, "security": -0.00007744344654370128, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "RB-2EA", "x": 785, "y": 205, "security": -0.00004245731973584466, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "ZK5-42", "x": 825, "y": 290, "security": -0.0001251119464329431, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "YRZ-E4", "x": 490, "y": 135, "security": -0.0000127467339147147, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "A3-PAT", "x": 390, "y": 125, "security": -0.00001514190645535152, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "H55-2R", "x": 325, "y": 80, "security": -0.00001369631877290445, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "P6-DBM", "x": 305, "y": 125, "security": -0.00001882580834189351, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "9XI-0X", "x": 395, "y": 80, "security": -0.00001067436768531493, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Q8T-MC", "x": 340, "y": 45, "security": -0.000007730877103151457, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "Z-YOJ9", "x": 95, "y": 355, "security": -0.001513370577226669, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "4T4B-L", "x": 30, "y": 355, "security": -0.001953597738029056, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "F-JB3H", "x": 15, "y": 320, "security": -0.003766087682870012, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "XBO7-F", "x": 10, "y": 280, "security": -0.004240034472328347, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "FI-449", "x": 75, "y": 295, "security": -0.004284387071372353, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "UA7-U4", "x": 0, "y": 245, "security": -0.005920802670757785, - "connectedSystems": [ - "" - ] + "connectedSystems": "" }, { "solarSystemName": "VM-QFU", "x": 455, "y": 20, "security": -0.000004641481785694346, - "connectedSystems": [ - "PU-1Z8", - "IEZW-V" - ] + "connectedSystems": "PU-1Z8,IEZW-V" }, { "solarSystemName": "PU-1Z8", "x": 595, "y": 45, "security": -0.000004952086668841282, - "connectedSystems": [ - "VM-QFU", - "IEZW-V", - "B-DXO9" - ] + "connectedSystems": "VM-QFU,IEZW-V,B-DXO9" }, { "solarSystemName": "IEZW-V", "x": 555, "y": 0, "security": -0.000003212230001214955, - "connectedSystems": [ - "VM-QFU", - "PU-1Z8", - "B-DXO9" - ] + "connectedSystems": "VM-QFU,PU-1Z8,B-DXO9" }, { "solarSystemName": "B-DXO9", "x": 670, "y": 10, "security": -0.000001822196662115694, - "connectedSystems": [ - "PU-1Z8", - "IEZW-V", - "1TS-WN" - ] + "connectedSystems": "PU-1Z8,IEZW-V,1TS-WN" }, { "solarSystemName": "1TS-WN", "x": 765, "y": 15, "security": -9.835968500793157e-7, - "connectedSystems": [ - "B-DXO9", - "16-31U" - ] + "connectedSystems": "B-DXO9,16-31U" }, { "solarSystemName": "16-31U", "x": 865, "y": 15, "security": -9.709390469403445e-7, - "connectedSystems": [ - "1TS-WN", - "H472-N" - ] + "connectedSystems": "1TS-WN,H472-N" }, { "solarSystemName": "H472-N", "x": 935, "y": 15, "security": -0.000001344346097997828, - "connectedSystems": [ - "16-31U" - ] + "connectedSystems": "16-31U" }, { "solarSystemName": "U8MM-3", "x": 210, "y": 25, "security": -0.000008473246486673247, - "connectedSystems": [ - "3C-26I", - "9K-VDI" - ] + "connectedSystems": "3C-26I,9K-VDI" }, { "solarSystemName": "3C-26I", "x": 90, "y": 40, "security": -0.000008514440396512057, - "connectedSystems": [ - "U8MM-3", - "9K-VDI", - "L-SDU7", - "4-IPWK", - "Q-KCK3" - ] + "connectedSystems": "U8MM-3,9K-VDI,L-SDU7,4-IPWK,Q-KCK3" }, { "solarSystemName": "9K-VDI", "x": 135, "y": 5, "security": -0.000005348945861349819, - "connectedSystems": [ - "U8MM-3", - "3C-26I" - ] + "connectedSystems": "U8MM-3,3C-26I" }, { "solarSystemName": "L-SDU7", "x": 35, "y": 70, "security": -0.00001656927001936204, - "connectedSystems": [ - "3C-26I", - "4-IPWK", - "Q-KCK3" - ] + "connectedSystems": "3C-26I,4-IPWK,Q-KCK3" }, { "solarSystemName": "4-IPWK", "x": 135, "y": 70, "security": -0.000008582145880842162, - "connectedSystems": [ - "3C-26I", - "L-SDU7" - ] + "connectedSystems": "3C-26I,L-SDU7" }, { "solarSystemName": "Q-KCK3", "x": 10, "y": 20, "security": -0.00001653422463709919, - "connectedSystems": [ - "3C-26I", - "L-SDU7" - ] + "connectedSystems": "3C-26I,L-SDU7" } ] \ No newline at end of file diff --git a/public/Vale of the Silent.json b/public/Vale of the Silent.json index de1b2b8..5ccbced 100644 --- a/public/Vale of the Silent.json +++ b/public/Vale of the Silent.json @@ -4,1464 +4,965 @@ "x": 0, "y": 740, "security": 0.3469314814159478, - "connectedSystems": [ - "Ohkunen", - "P3EN-E", - "Hakonen" - ] + "connectedSystems": "Ohkunen,P3EN-E,Hakonen" }, { "solarSystemName": "LZ-6SU", "x": 360, "y": 485, "security": -0.1727831272005831, - "connectedSystems": [ - "B-588R", - "G-LOIT", - "HE-V4V" - ] + "connectedSystems": "B-588R,G-LOIT,HE-V4V" }, { "solarSystemName": "MC6O-F", "x": 380, "y": 395, "security": -0.2804349532075965, - "connectedSystems": [ - "NCGR-Q", - "8TPX-N", - "HE-V4V" - ] + "connectedSystems": "NCGR-Q,8TPX-N,HE-V4V" }, { "solarSystemName": "U54-1L", "x": 460, "y": 475, "security": -0.2680697671553342, - "connectedSystems": [ - "0-R5TS", - "NCGR-Q" - ] + "connectedSystems": "0-R5TS,NCGR-Q" }, { "solarSystemName": "B-588R", "x": 300, "y": 510, "security": -0.1547702256211383, - "connectedSystems": [ - "LZ-6SU", - "G-LOIT" - ] + "connectedSystems": "LZ-6SU,G-LOIT" }, { "solarSystemName": "NCGR-Q", "x": 460, "y": 395, "security": -0.2605165325536613, - "connectedSystems": [ - "MC6O-F", - "U54-1L", - "HE-V4V", - "669-IX" - ] + "connectedSystems": "MC6O-F,U54-1L,HE-V4V,669-IX" }, { "solarSystemName": "G-LOIT", "x": 360, "y": 530, "security": -0.1570092989181777, - "connectedSystems": [ - "LZ-6SU", - "B-588R", - "H-NOU5" - ] + "connectedSystems": "LZ-6SU,B-588R,H-NOU5" }, { "solarSystemName": "HE-V4V", "x": 385, "y": 440, "security": -0.2144029344072479, - "connectedSystems": [ - "LZ-6SU", - "MC6O-F", - "NCGR-Q" - ] + "connectedSystems": "LZ-6SU,MC6O-F,NCGR-Q" }, { "solarSystemName": "N-HSK0", "x": 151, "y": 521, "security": -0.3604404502171973, - "connectedSystems": [ - "05R-7A", - "7-UH4Z", - "49-0LI", - "FS-RFL" - ] + "connectedSystems": "05R-7A,7-UH4Z,49-0LI,FS-RFL" }, { "solarSystemName": "05R-7A", "x": 73, "y": 522, "security": -0.4017755511269119, - "connectedSystems": [ - "N-HSK0", - "FS-RFL", - "X97D-W" - ] + "connectedSystems": "N-HSK0,FS-RFL,X97D-W" }, { "solarSystemName": "7-UH4Z", "x": 151, "y": 563, "security": -0.363871343617748, - "connectedSystems": [ - "N-HSK0", - "5ZO-NZ", - "Y0-BVN", - "X97D-W" - ] + "connectedSystems": "N-HSK0,5ZO-NZ,Y0-BVN,X97D-W" }, { "solarSystemName": "5ZO-NZ", "x": 219, "y": 562, "security": -0.3034607983949063, - "connectedSystems": [ - "7-UH4Z" - ] + "connectedSystems": "7-UH4Z" }, { "solarSystemName": "FS-RFL", "x": 111, "y": 486, "security": -0.3708158236964803, - "connectedSystems": [ - "N-HSK0", - "05R-7A" - ] + "connectedSystems": "N-HSK0,05R-7A" }, { "solarSystemName": "Y0-BVN", "x": 151, "y": 603, "security": -0.4395372506003592, - "connectedSystems": [ - "7-UH4Z" - ] + "connectedSystems": "7-UH4Z" }, { "solarSystemName": "X97D-W", "x": 73, "y": 564, "security": -0.4276449020860712, - "connectedSystems": [ - "05R-7A", - "7-UH4Z" - ] + "connectedSystems": "05R-7A,7-UH4Z" }, { "solarSystemName": "0-R5TS", "x": 465, "y": 510, "security": -0.2186268060808949, - "connectedSystems": [ - "U54-1L", - "H-UCD1" - ] + "connectedSystems": "U54-1L,H-UCD1" }, { "solarSystemName": "H-UCD1", "x": 490, "y": 550, "security": -0.1722287635693216, - "connectedSystems": [ - "0-R5TS", - "7-K5EL" - ] + "connectedSystems": "0-R5TS,7-K5EL" }, { "solarSystemName": "7-K5EL", "x": 555, "y": 560, "security": -0.1505020563477556, - "connectedSystems": [ - "H-UCD1", - "H-5GUI" - ] + "connectedSystems": "H-UCD1,H-5GUI" }, { "solarSystemName": "H-5GUI", "x": 625, "y": 545, "security": -0.1405149799516499, - "connectedSystems": [ - "7-K5EL", - "FH-TTC", - "Q-EHMJ", - "MR4-MY" - ] + "connectedSystems": "7-K5EL,FH-TTC,Q-EHMJ,MR4-MY" }, { "solarSystemName": "FH-TTC", "x": 665, "y": 515, "security": -0.1375529255071574, - "connectedSystems": [ - "H-5GUI", - "FMBR-8", - "MQ-O27" - ] + "connectedSystems": "H-5GUI,FMBR-8,MQ-O27" }, { "solarSystemName": "FMBR-8", "x": 665, "y": 480, "security": -0.138441088762176, - "connectedSystems": [ - "FH-TTC", - "VI2K-J" - ] + "connectedSystems": "FH-TTC,VI2K-J" }, { "solarSystemName": "3HX-DL", "x": 69, "y": 77, "security": -0.4238191363173208, - "connectedSystems": [ - "MY-T2P", - "FA-DMO", - "Q-R3GP" - ] + "connectedSystems": "MY-T2P,FA-DMO,Q-R3GP" }, { "solarSystemName": "UH-9ZG", "x": 68, "y": 192, "security": -0.4625835913382924, - "connectedSystems": [ - "9OO-LH", - "NFM-0V", - "YXIB-I" - ] + "connectedSystems": "9OO-LH,NFM-0V,YXIB-I" }, { "solarSystemName": "NFM-0V", "x": 68, "y": 152, "security": -0.4991225788103438, - "connectedSystems": [ - "UH-9ZG", - "MY-T2P" - ] + "connectedSystems": "UH-9ZG,MY-T2P" }, { "solarSystemName": "YXIB-I", "x": 0, "y": 195, "security": -0.5069950555967722, - "connectedSystems": [ - "UH-9ZG" - ] + "connectedSystems": "UH-9ZG" }, { "solarSystemName": "MY-T2P", "x": 68, "y": 114, "security": -0.377080782744659, - "connectedSystems": [ - "3HX-DL", - "NFM-0V", - "GEKJ-9", - "XV-8JQ" - ] + "connectedSystems": "3HX-DL,NFM-0V,GEKJ-9,XV-8JQ" }, { "solarSystemName": "FA-DMO", "x": 101, "y": 41, "security": -0.385582816498639, - "connectedSystems": [ - "3HX-DL", - "Q-R3GP", - "N-5QPW" - ] + "connectedSystems": "3HX-DL,Q-R3GP,N-5QPW" }, { "solarSystemName": "GEKJ-9", "x": 142, "y": 105, "security": -0.3863537569427736, - "connectedSystems": [ - "MY-T2P" - ] + "connectedSystems": "MY-T2P" }, { "solarSystemName": "Q-R3GP", "x": 30, "y": 45, "security": -0.3551379997905327, - "connectedSystems": [ - "3HX-DL", - "FA-DMO" - ] + "connectedSystems": "3HX-DL,FA-DMO" }, { "solarSystemName": "N-5QPW", "x": 163, "y": 26, "security": -0.3925579006838398, - "connectedSystems": [ - "FA-DMO" - ] + "connectedSystems": "FA-DMO" }, { "solarSystemName": "XV-8JQ", "x": 0, "y": 115, "security": -0.394929248493641, - "connectedSystems": [ - "MY-T2P" - ] + "connectedSystems": "MY-T2P" }, { "solarSystemName": "WBR5-R", "x": 320, "y": 295, "security": -0.5158034428298733, - "connectedSystems": [ - "4GYV-Q", - "8TPX-N", - "PM-DWE", - "TVN-FM" - ] + "connectedSystems": "4GYV-Q,8TPX-N,PM-DWE,TVN-FM" }, { "solarSystemName": "4GYV-Q", "x": 245, "y": 310, "security": -0.5365561447517552, - "connectedSystems": [ - "WBR5-R", - "4-HWWF" - ] + "connectedSystems": "WBR5-R,4-HWWF" }, { "solarSystemName": "4-HWWF", "x": 250, "y": 370, "security": -0.4730263529224105, - "connectedSystems": [ - "4GYV-Q", - "YMJG-4", - "8TPX-N", - "PM-DWE" - ] + "connectedSystems": "4GYV-Q,YMJG-4,8TPX-N,PM-DWE" }, { "solarSystemName": "YMJG-4", "x": 185, "y": 375, "security": -0.4168935403680996, - "connectedSystems": [ - "4-HWWF", - "DAYP-G" - ] + "connectedSystems": "4-HWWF,DAYP-G" }, { "solarSystemName": "8TPX-N", "x": 345, "y": 355, "security": -0.437191608873034, - "connectedSystems": [ - "MC6O-F", - "WBR5-R", - "4-HWWF" - ] + "connectedSystems": "MC6O-F,WBR5-R,4-HWWF" }, { "solarSystemName": "PM-DWE", "x": 290, "y": 335, "security": -0.423652868907188, - "connectedSystems": [ - "WBR5-R", - "4-HWWF" - ] + "connectedSystems": "WBR5-R,4-HWWF" }, { "solarSystemName": "K8X-6B", "x": 80, "y": 295, "security": -0.4302153934857815, - "connectedSystems": [ - "X445-5", - "KRUN-N", - "9OO-LH", - "EIDI-N" - ] + "connectedSystems": "X445-5,KRUN-N,9OO-LH,EIDI-N" }, { "solarSystemName": "X445-5", "x": 15, "y": 265, "security": -0.4137535228412126, - "connectedSystems": [ - "K8X-6B", - "9OO-LH" - ] + "connectedSystems": "K8X-6B,9OO-LH" }, { "solarSystemName": "KRUN-N", "x": 85, "y": 335, "security": -0.3866967382644254, - "connectedSystems": [ - "K8X-6B", - "EIDI-N", - "DAYP-G" - ] + "connectedSystems": "K8X-6B,EIDI-N,DAYP-G" }, { "solarSystemName": "9OO-LH", "x": 85, "y": 250, "security": -0.4669643270844667, - "connectedSystems": [ - "K8X-6B", - "X445-5", - "UH-9ZG", - "MSHD-4" - ] + "connectedSystems": "K8X-6B,X445-5,UH-9ZG,MSHD-4" }, { "solarSystemName": "V-OJEN", "x": 135, "y": 410, "security": -0.3168427103280145, - "connectedSystems": [ - "49-0LI", - "DAYP-G" - ] + "connectedSystems": "49-0LI,DAYP-G" }, { "solarSystemName": "EIDI-N", "x": 0, "y": 375, "security": -0.4061064358634676, - "connectedSystems": [ - "K8X-6B", - "KRUN-N", - "IPAY-2", - "DAYP-G" - ] + "connectedSystems": "K8X-6B,KRUN-N,IPAY-2,DAYP-G" }, { "solarSystemName": "P3EN-E", "x": 0, "y": 695, "security": -0.2748796673845817, - "connectedSystems": [ - "IPAY-2", - "Obe" - ] + "connectedSystems": "IPAY-2,Obe" }, { "solarSystemName": "49-0LI", "x": 150, "y": 447, "security": -0.3201043639971353, - "connectedSystems": [ - "N-HSK0", - "V-OJEN" - ] + "connectedSystems": "N-HSK0,V-OJEN" }, { "solarSystemName": "IPAY-2", "x": 0, "y": 655, "security": -0.3391336950857328, - "connectedSystems": [ - "Q-L07F", - "EIDI-N", - "P3EN-E" - ] + "connectedSystems": "Q-L07F,EIDI-N,P3EN-E" }, { "solarSystemName": "DAYP-G", "x": 115, "y": 375, "security": -0.3927612805587852, - "connectedSystems": [ - "KRUN-N", - "V-OJEN", - "YMJG-4", - "EIDI-N" - ] + "connectedSystems": "KRUN-N,V-OJEN,YMJG-4,EIDI-N" }, { "solarSystemName": "IFJ-EL", "x": 150, "y": 670, "security": -0.2915992331219082, - "connectedSystems": [ - "47L-J4", - "Q-L07F", - "E-D0VZ", - "S-NJBB" - ] + "connectedSystems": "47L-J4,Q-L07F,E-D0VZ,S-NJBB" }, { "solarSystemName": "47L-J4", "x": 235, "y": 685, "security": -0.2613924204780063, - "connectedSystems": [ - "IFJ-EL", - "E-D0VZ", - "6WW-28", - "A8A-JN" - ] + "connectedSystems": "IFJ-EL,E-D0VZ,6WW-28,A8A-JN" }, { "solarSystemName": "Q-L07F", "x": 85, "y": 655, "security": -0.3223471876428821, - "connectedSystems": [ - "IFJ-EL", - "IPAY-2" - ] + "connectedSystems": "IFJ-EL,IPAY-2" }, { "solarSystemName": "E-D0VZ", "x": 208, "y": 642, "security": -0.2703388865573424, - "connectedSystems": [ - "IFJ-EL", - "47L-J4" - ] + "connectedSystems": "IFJ-EL,47L-J4" }, { "solarSystemName": "6WW-28", "x": 295, "y": 705, "security": -0.2266559039230217, - "connectedSystems": [ - "47L-J4" - ] + "connectedSystems": "47L-J4" }, { "solarSystemName": "A8A-JN", "x": 215, "y": 725, "security": -0.2706317539732447, - "connectedSystems": [ - "47L-J4", - "S-NJBB" - ] + "connectedSystems": "47L-J4,S-NJBB" }, { "solarSystemName": "S-NJBB", "x": 150, "y": 710, "security": -0.2815867004978478, - "connectedSystems": [ - "IFJ-EL", - "A8A-JN" - ] + "connectedSystems": "IFJ-EL,A8A-JN" }, { "solarSystemName": "T-GCGL", "x": 380, "y": 230, "security": -0.7339960620734824, - "connectedSystems": [ - "0MV-4W", - "TVN-FM", - "V-NL3K" - ] + "connectedSystems": "0MV-4W,TVN-FM,V-NL3K" }, { "solarSystemName": "0MV-4W", "x": 385, "y": 275, "security": -0.6627406504519345, - "connectedSystems": [ - "T-GCGL", - "TVN-FM" - ] + "connectedSystems": "T-GCGL,TVN-FM" }, { "solarSystemName": "TVN-FM", "x": 310, "y": 255, "security": -0.6457986552867152, - "connectedSystems": [ - "T-GCGL", - "WBR5-R", - "0MV-4W", - "AZBR-2" - ] + "connectedSystems": "T-GCGL,WBR5-R,0MV-4W,AZBR-2" }, { "solarSystemName": "V-NL3K", "x": 440, "y": 205, "security": -0.7635342350670453, - "connectedSystems": [ - "T-GCGL", - "1-GBBP" - ] + "connectedSystems": "T-GCGL,1-GBBP" }, { "solarSystemName": "AZBR-2", "x": 310, "y": 215, "security": -0.709048211289033, - "connectedSystems": [ - "TVN-FM", - "Z-8Q65" - ] + "connectedSystems": "TVN-FM,Z-8Q65" }, { "solarSystemName": "Z-8Q65", "x": 310, "y": 185, "security": -0.7746851045489984, - "connectedSystems": [ - "AZBR-2", - "0J3L-V" - ] + "connectedSystems": "AZBR-2,0J3L-V" }, { "solarSystemName": "0J3L-V", "x": 310, "y": 150, "security": -0.7907073326804916, - "connectedSystems": [ - "Z-8Q65", - "WH-JCA" - ] + "connectedSystems": "Z-8Q65,WH-JCA" }, { "solarSystemName": "H-NOU5", "x": 365, "y": 570, "security": -0.1406062024125018, - "connectedSystems": [ - "G-LOIT", - "KX-2UI" - ] + "connectedSystems": "G-LOIT,KX-2UI" }, { "solarSystemName": "KX-2UI", "x": 380, "y": 615, "security": -0.1582737157126243, - "connectedSystems": [ - "H-NOU5", - "MO-FIF", - "97-M96" - ] + "connectedSystems": "H-NOU5,MO-FIF,97-M96" }, { "solarSystemName": "MO-FIF", "x": 395, "y": 655, "security": -0.1132238694700897, - "connectedSystems": [ - "KX-2UI", - "MA-XAP" - ] + "connectedSystems": "KX-2UI,MA-XAP" }, { "solarSystemName": "97-M96", "x": 435, "y": 610, "security": -0.188873280848758, - "connectedSystems": [ - "KX-2UI" - ] + "connectedSystems": "KX-2UI" }, { "solarSystemName": "MA-XAP", "x": 410, "y": 695, "security": -0.09721006613530914, - "connectedSystems": [ - "MO-FIF", - "C-J7CR" - ] + "connectedSystems": "MO-FIF,C-J7CR" }, { "solarSystemName": "C-J7CR", "x": 425, "y": 730, "security": -0.08548020192779571, - "connectedSystems": [ - "MA-XAP" - ] + "connectedSystems": "MA-XAP" }, { "solarSystemName": "Q-EHMJ", "x": 605, "y": 605, "security": -0.1533721335925972, - "connectedSystems": [ - "H-5GUI", - "XSQ-TF" - ] + "connectedSystems": "H-5GUI,XSQ-TF" }, { "solarSystemName": "XSQ-TF", "x": 610, "y": 650, "security": -0.1554342519051392, - "connectedSystems": [ - "Q-EHMJ", - "H-1EOH" - ] + "connectedSystems": "Q-EHMJ,H-1EOH" }, { "solarSystemName": "H-1EOH", "x": 630, "y": 690, "security": -0.1712750011024921, - "connectedSystems": [ - "XSQ-TF", - "IR-DYY" - ] + "connectedSystems": "XSQ-TF,IR-DYY" }, { "solarSystemName": "IR-DYY", "x": 700, "y": 690, "security": -0.159338943641509, - "connectedSystems": [ - "H-1EOH", - "C-DHON", - "F-D49D" - ] + "connectedSystems": "H-1EOH,C-DHON,F-D49D" }, { "solarSystemName": "C-DHON", "x": 735, "y": 720, "security": -0.1239549046855579, - "connectedSystems": [ - "IR-DYY" - ] + "connectedSystems": "IR-DYY" }, { "solarSystemName": "F-D49D", "x": 720, "y": 655, "security": -0.1909375462707265, - "connectedSystems": [ - "IR-DYY" - ] + "connectedSystems": "IR-DYY" }, { "solarSystemName": "MQ-O27", "x": 725, "y": 510, "security": -0.1289936202763743, - "connectedSystems": [ - "FH-TTC", - "H-EY0P" - ] + "connectedSystems": "FH-TTC,H-EY0P" }, { "solarSystemName": "H-EY0P", "x": 780, "y": 490, "security": -0.1560862925413654, - "connectedSystems": [ - "MQ-O27", - "UNAG-6" - ] + "connectedSystems": "MQ-O27,UNAG-6" }, { "solarSystemName": "UNAG-6", "x": 830, "y": 450, "security": -0.2235419598204712, - "connectedSystems": [ - "H-EY0P", - "E-SCTX", - "7-PO3P" - ] + "connectedSystems": "H-EY0P,E-SCTX,7-PO3P" }, { "solarSystemName": "E-SCTX", "x": 835, "y": 405, "security": -0.208451046635574, - "connectedSystems": [ - "UNAG-6", - "S6QX-N", - "1VK-6B" - ] + "connectedSystems": "UNAG-6,S6QX-N,1VK-6B" }, { "solarSystemName": "S6QX-N", "x": 900, "y": 390, "security": -0.2176908689965009, - "connectedSystems": [ - "E-SCTX", - "IT-YAU", - "1VK-6B" - ] + "connectedSystems": "E-SCTX,IT-YAU,1VK-6B" }, { "solarSystemName": "IT-YAU", "x": 930, "y": 425, "security": -0.159459704310048, - "connectedSystems": [ - "S6QX-N", - "1W-0KS" - ] + "connectedSystems": "S6QX-N,1W-0KS" }, { "solarSystemName": "1VK-6B", "x": 840, "y": 365, "security": -0.1691390234080928, - "connectedSystems": [ - "E-SCTX", - "S6QX-N", - "7G-H7D" - ] + "connectedSystems": "E-SCTX,S6QX-N,7G-H7D" }, { "solarSystemName": "7-PO3P", "x": 860, "y": 495, "security": -0.2578908501143297, - "connectedSystems": [ - "UNAG-6" - ] + "connectedSystems": "UNAG-6" }, { "solarSystemName": "1W-0KS", "x": 955, "y": 465, "security": -0.1025559518976393, - "connectedSystems": [ - "IT-YAU", - "QP0K-B" - ] + "connectedSystems": "IT-YAU,QP0K-B" }, { "solarSystemName": "669-IX", "x": 525, "y": 380, "security": -0.2701582846059102, - "connectedSystems": [ - "NCGR-Q", - "0R-F2F", - "R-P7KL" - ] + "connectedSystems": "NCGR-Q,0R-F2F,R-P7KL" }, { "solarSystemName": "0R-F2F", "x": 590, "y": 355, "security": -0.3128408295117858, - "connectedSystems": [ - "669-IX", - "2DWM-2", - "5T-KM3" - ] + "connectedSystems": "669-IX,2DWM-2,5T-KM3" }, { "solarSystemName": "R-P7KL", "x": 530, "y": 410, "security": -0.2639812937626197, - "connectedSystems": [ - "669-IX", - "2DWM-2", - "XF-PWO" - ] + "connectedSystems": "669-IX,2DWM-2,XF-PWO" }, { "solarSystemName": "2DWM-2", "x": 590, "y": 390, "security": -0.2040389012968059, - "connectedSystems": [ - "0R-F2F", - "R-P7KL", - "1N-FJ8" - ] + "connectedSystems": "0R-F2F,R-P7KL,1N-FJ8" }, { "solarSystemName": "XF-PWO", "x": 535, "y": 445, "security": -0.312208462742529, - "connectedSystems": [ - "R-P7KL" - ] + "connectedSystems": "R-P7KL" }, { "solarSystemName": "1N-FJ8", "x": 595, "y": 435, "security": -0.2232949017100279, - "connectedSystems": [ - "2DWM-2" - ] + "connectedSystems": "2DWM-2" }, { "solarSystemName": "VI2K-J", "x": 665, "y": 440, "security": -0.1317824257589821, - "connectedSystems": [ - "FMBR-8", - "ZLZ-1Z", - "RVCZ-C" - ] + "connectedSystems": "FMBR-8,ZLZ-1Z,RVCZ-C" }, { "solarSystemName": "ZLZ-1Z", "x": 665, "y": 405, "security": -0.1710724640980468, - "connectedSystems": [ - "VI2K-J", - "6Y-WRK", - "RVCZ-C" - ] + "connectedSystems": "VI2K-J,6Y-WRK,RVCZ-C" }, { "solarSystemName": "6Y-WRK", "x": 665, "y": 360, "security": -0.1556599727935855, - "connectedSystems": [ - "ZLZ-1Z", - "5T-KM3" - ] + "connectedSystems": "ZLZ-1Z,5T-KM3" }, { "solarSystemName": "RVCZ-C", "x": 735, "y": 415, "security": -0.1424955172690562, - "connectedSystems": [ - "VI2K-J", - "ZLZ-1Z", - "LS9B-9" - ] + "connectedSystems": "VI2K-J,ZLZ-1Z,LS9B-9" }, { "solarSystemName": "5T-KM3", "x": 665, "y": 315, "security": -0.1659744082556497, - "connectedSystems": [ - "6Y-WRK", - "B-E3KQ", - "0R-F2F" - ] + "connectedSystems": "6Y-WRK,B-E3KQ,0R-F2F" }, { "solarSystemName": "LS9B-9", "x": 750, "y": 375, "security": -0.1989296093588763, - "connectedSystems": [ - "RVCZ-C" - ] + "connectedSystems": "RVCZ-C" }, { "solarSystemName": "1-GBBP", "x": 500, "y": 180, "security": -0.7717415732048356, - "connectedSystems": [ - "V-NL3K", - "C-FP70", - "T-ZWA1", - "ZA0L-U" - ] + "connectedSystems": "V-NL3K,C-FP70,T-ZWA1,ZA0L-U" }, { "solarSystemName": "C-FP70", "x": 570, "y": 200, "security": -0.7587705941834635, - "connectedSystems": [ - "1-GBBP", - "T-ZWA1", - "ZA0L-U" - ] + "connectedSystems": "1-GBBP,T-ZWA1,ZA0L-U" }, { "solarSystemName": "T-ZWA1", "x": 560, "y": 160, "security": -0.7516916139371032, - "connectedSystems": [ - "1-GBBP", - "C-FP70", - "QFF-O6" - ] + "connectedSystems": "1-GBBP,C-FP70,QFF-O6" }, { "solarSystemName": "ZA0L-U", "x": 505, "y": 225, "security": -0.8051051029161905, - "connectedSystems": [ - "1-GBBP", - "C-FP70", - "G96R-F" - ] + "connectedSystems": "1-GBBP,C-FP70,G96R-F" }, { "solarSystemName": "G96R-F", "x": 505, "y": 265, "security": -0.8733299344803253, - "connectedSystems": [ - "ZA0L-U", - "Y-ZXIO" - ] + "connectedSystems": "ZA0L-U,Y-ZXIO" }, { "solarSystemName": "Y-ZXIO", "x": 505, "y": 305, "security": -0.9004377936134859, - "connectedSystems": [ - "G96R-F" - ] + "connectedSystems": "G96R-F" }, { "solarSystemName": "B-E3KQ", "x": 665, "y": 235, "security": -0.2554699379752085, - "connectedSystems": [ - "5T-KM3", - "Y5J-EU", - "O-LR1H" - ] + "connectedSystems": "5T-KM3,Y5J-EU,O-LR1H" }, { "solarSystemName": "Y5J-EU", "x": 695, "y": 165, "security": -0.2187531174509595, - "connectedSystems": [ - "B-E3KQ", - "O-LR1H", - "G5ED-Y", - "8-TFDX", - "2CG-5V" - ] + "connectedSystems": "B-E3KQ,O-LR1H,G5ED-Y,8-TFDX,2CG-5V" }, { "solarSystemName": "O-LR1H", "x": 715, "y": 210, "security": -0.2471641827543885, - "connectedSystems": [ - "B-E3KQ", - "Y5J-EU", - "G5ED-Y" - ] + "connectedSystems": "B-E3KQ,Y5J-EU,G5ED-Y" }, { "solarSystemName": "G5ED-Y", "x": 775, "y": 195, "security": -0.2666063228118811, - "connectedSystems": [ - "Y5J-EU", - "O-LR1H", - "BR-6XP", - "8-TFDX", - "UL-4ZW" - ] + "connectedSystems": "Y5J-EU,O-LR1H,BR-6XP,8-TFDX,UL-4ZW" }, { "solarSystemName": "BR-6XP", "x": 855, "y": 180, "security": -0.2478877594021159, - "connectedSystems": [ - "G5ED-Y", - "8-TFDX", - "UL-4ZW", - "A-QRQT" - ] + "connectedSystems": "G5ED-Y,8-TFDX,UL-4ZW,A-QRQT" }, { "solarSystemName": "8-TFDX", "x": 775, "y": 150, "security": -0.1907659764082805, - "connectedSystems": [ - "Y5J-EU", - "G5ED-Y", - "BR-6XP", - "UL-4ZW" - ] + "connectedSystems": "Y5J-EU,G5ED-Y,BR-6XP,UL-4ZW" }, { "solarSystemName": "UL-4ZW", "x": 840, "y": 220, "security": -0.4081373272440514, - "connectedSystems": [ - "G5ED-Y", - "BR-6XP", - "8-TFDX", - "R-RSZZ" - ] + "connectedSystems": "G5ED-Y,BR-6XP,8-TFDX,R-RSZZ" }, { "solarSystemName": "A-QRQT", "x": 920, "y": 155, "security": -0.127802278288526, - "connectedSystems": [ - "BR-6XP", - "WMBZ-U" - ] + "connectedSystems": "BR-6XP,WMBZ-U" }, { "solarSystemName": "WMBZ-U", "x": 920, "y": 120, "security": -0.08659899331696774, - "connectedSystems": [ - "A-QRQT", - "PX5-LR" - ] + "connectedSystems": "A-QRQT,PX5-LR" }, { "solarSystemName": "PX5-LR", "x": 920, "y": 85, "security": -0.1716442534991282, - "connectedSystems": [ - "WMBZ-U", - "A3-RQ3" - ] + "connectedSystems": "WMBZ-U,A3-RQ3" }, { "solarSystemName": "A3-RQ3", "x": 920, "y": 40, "security": -0.2962836497476119, - "connectedSystems": [ - "PX5-LR", - "9-GBPD", - "LS-JEP" - ] + "connectedSystems": "PX5-LR,9-GBPD,LS-JEP" }, { "solarSystemName": "9-GBPD", "x": 855, "y": 15, "security": -0.1596233249031059, - "connectedSystems": [ - "A3-RQ3", - "LS-JEP", - "L-TOFR" - ] + "connectedSystems": "A3-RQ3,LS-JEP,L-TOFR" }, { "solarSystemName": "LS-JEP", "x": 855, "y": 60, "security": -0.2434772447860069, - "connectedSystems": [ - "A3-RQ3", - "9-GBPD", - "UDVW-O" - ] + "connectedSystems": "A3-RQ3,9-GBPD,UDVW-O" }, { "solarSystemName": "R-RSZZ", "x": 840, "y": 275, "security": -0.4364386565560025, - "connectedSystems": [ - "UL-4ZW", - "MGAM-4", - "VORM-W", - "7G-H7D" - ] + "connectedSystems": "UL-4ZW,MGAM-4,VORM-W,7G-H7D" }, { "solarSystemName": "MGAM-4", "x": 900, "y": 320, "security": -0.5753650408345683, - "connectedSystems": [ - "R-RSZZ", - "VORM-W", - "7G-H7D", - "Q3-BAY" - ] + "connectedSystems": "R-RSZZ,VORM-W,7G-H7D,Q3-BAY" }, { "solarSystemName": "VORM-W", "x": 900, "y": 275, "security": -0.5585461829155689, - "connectedSystems": [ - "R-RSZZ", - "MGAM-4", - "7G-H7D", - "Q3-BAY" - ] + "connectedSystems": "R-RSZZ,MGAM-4,7G-H7D,Q3-BAY" }, { "solarSystemName": "7G-H7D", "x": 840, "y": 320, "security": -0.3578075476078488, - "connectedSystems": [ - "R-RSZZ", - "MGAM-4", - "VORM-W", - "1VK-6B" - ] + "connectedSystems": "R-RSZZ,MGAM-4,VORM-W,1VK-6B" }, { "solarSystemName": "Q3-BAY", "x": 955, "y": 300, "security": -0.8099135174733542, - "connectedSystems": [ - "MGAM-4", - "VORM-W", - "JZV-F4" - ] + "connectedSystems": "MGAM-4,VORM-W,JZV-F4" }, { "solarSystemName": "JZV-F4", "x": 955, "y": 250, "security": -0.8524244587009264, - "connectedSystems": [ - "Q3-BAY" - ] + "connectedSystems": "Q3-BAY" }, { "solarSystemName": "C2X-M5", "x": 170, "y": 255, "security": -0.3739772918868392, - "connectedSystems": [ - "15W-GC", - "MSHD-4" - ] + "connectedSystems": "15W-GC,MSHD-4" }, { "solarSystemName": "MSHD-4", "x": 130, "y": 210, "security": -0.4407396088897601, - "connectedSystems": [ - "9OO-LH", - "C2X-M5", - "H-W9TY" - ] + "connectedSystems": "9OO-LH,C2X-M5,H-W9TY" }, { "solarSystemName": "H-W9TY", "x": 185, "y": 175, "security": -0.4601548280707498, - "connectedSystems": [ - "MSHD-4", - "D7-ZAC" - ] + "connectedSystems": "MSHD-4,D7-ZAC" }, { "solarSystemName": "D7-ZAC", "x": 245, "y": 145, "security": -0.5202363886497186, - "connectedSystems": [ - "H-W9TY", - "SH1-6P", - "WH-JCA" - ] + "connectedSystems": "H-W9TY,SH1-6P,WH-JCA" }, { "solarSystemName": "SH1-6P", "x": 225, "y": 105, "security": -0.5656139356174477, - "connectedSystems": [ - "D7-ZAC", - "TRKN-L", - "O-0ERG" - ] + "connectedSystems": "D7-ZAC,TRKN-L,O-0ERG" }, { "solarSystemName": "O-0ERG", "x": 290, "y": 75, "security": -0.726711954444778, - "connectedSystems": [ - "SH1-6P", - "TRKN-L", - "WH-JCA" - ] + "connectedSystems": "SH1-6P,TRKN-L,WH-JCA" }, { "solarSystemName": "WH-JCA", "x": 310, "y": 115, "security": -0.7289173243334679, - "connectedSystems": [ - "D7-ZAC", - "O-0ERG", - "Q-CAB2", - "W6VP-Y", - "0J3L-V" - ] + "connectedSystems": "D7-ZAC,O-0ERG,Q-CAB2,W6VP-Y,0J3L-V" }, { "solarSystemName": "Q-CAB2", "x": 390, "y": 115, "security": -0.7756454634879968, - "connectedSystems": [ - "WH-JCA", - "3A1P-N" - ] + "connectedSystems": "WH-JCA,3A1P-N" }, { "solarSystemName": "W6VP-Y", "x": 400, "y": 70, "security": -0.7766049022200119, - "connectedSystems": [ - "WH-JCA", - "IMK-K1" - ] + "connectedSystems": "WH-JCA,IMK-K1" }, { "solarSystemName": "IMK-K1", "x": 475, "y": 50, "security": -0.7763798372957625, - "connectedSystems": [ - "W6VP-Y", - "NJ4X-S" - ] + "connectedSystems": "W6VP-Y,NJ4X-S" }, { "solarSystemName": "NJ4X-S", "x": 560, "y": 45, "security": -0.7212632672755757, - "connectedSystems": [ - "IMK-K1", - "F-G7BO", - "G9D-XW" - ] + "connectedSystems": "IMK-K1,F-G7BO,G9D-XW" }, { "solarSystemName": "F-G7BO", "x": 640, "y": 70, "security": -0.5931866591239611, - "connectedSystems": [ - "NJ4X-S", - "2CG-5V" - ] + "connectedSystems": "NJ4X-S,2CG-5V" }, { "solarSystemName": "2CG-5V", "x": 685, "y": 110, "security": -0.6127261331742602, - "connectedSystems": [ - "F-G7BO", - "QFF-O6", - "Y5J-EU" - ] + "connectedSystems": "F-G7BO,QFF-O6,Y5J-EU" }, { "solarSystemName": "QFF-O6", "x": 625, "y": 135, "security": -0.5384330985579087, - "connectedSystems": [ - "2CG-5V", - "T-ZWA1" - ] + "connectedSystems": "2CG-5V,T-ZWA1" }, { "solarSystemName": "G9D-XW", "x": 575, "y": 0, "security": -0.328826628186713, - "connectedSystems": [ - "FHB-QA", - "B3QP-K", - "42XJ-N", - "NJ4X-S" - ] + "connectedSystems": "FHB-QA,B3QP-K,42XJ-N,NJ4X-S" }, { "solarSystemName": "MR4-MY", "x": 680, "y": 580, "security": -0.2034175156024005, - "connectedSystems": [ - "H-5GUI", - "SR-KBB", - "FDZ4-A" - ] + "connectedSystems": "H-5GUI,SR-KBB,FDZ4-A" }, { "solarSystemName": "L-TOFR", "x": 780, "y": 15, "security": -0.7265550708522457, - "connectedSystems": [ - "P-E9GN", - "4D9-66", - "Q-TBHW", - "9-GBPD" - ] + "connectedSystems": "P-E9GN,4D9-66,Q-TBHW,9-GBPD" }, { "solarSystemName": "QP0K-B", "x": 955, "y": 500, "security": -0.03301919828730293, - "connectedSystems": [ - "TJM-JJ", - "E-91FV", - "1W-0KS" - ] + "connectedSystems": "TJM-JJ,E-91FV,1W-0KS" }, { "solarSystemName": "UDVW-O", "x": 785, "y": 60, "security": -0.079061925, - "connectedSystems": [ - "UJXC-B", - "LS-JEP" - ] + "connectedSystems": "UJXC-B,LS-JEP" } ] \ No newline at end of file diff --git a/public/Venal.json b/public/Venal.json index 0d7f6ba..c8f178e 100644 --- a/public/Venal.json +++ b/public/Venal.json @@ -4,1126 +4,741 @@ "x": 65, "y": 745, "security": -0.1694787389131306, - "connectedSystems": [ - "0-YMBJ", - "AW1-2I", - "DL1C-E", - "Y-W1Q3" - ] + "connectedSystems": "0-YMBJ,AW1-2I,DL1C-E,Y-W1Q3" }, { "solarSystemName": "Q-CAB2", "x": 510, "y": 735, "security": -0.7756454634879968, - "connectedSystems": [ - "WH-JCA", - "3A1P-N" - ] + "connectedSystems": "WH-JCA,3A1P-N" }, { "solarSystemName": "NJ4X-S", "x": 785, "y": 460, "security": -0.7212632672755757, - "connectedSystems": [ - "IMK-K1", - "F-G7BO", - "G9D-XW" - ] + "connectedSystems": "IMK-K1,F-G7BO,G9D-XW" }, { "solarSystemName": "Y-W1Q3", "x": 65, "y": 700, "security": -0.1601604333323823, - "connectedSystems": [ - "UMI-KK", - "Y6-HPG" - ] + "connectedSystems": "UMI-KK,Y6-HPG" }, { "solarSystemName": "Y6-HPG", "x": 65, "y": 655, "security": -0.1139854372412745, - "connectedSystems": [ - "Y-W1Q3", - "Z-GY5S", - "KK-L97" - ] + "connectedSystems": "Y-W1Q3,Z-GY5S,KK-L97" }, { "solarSystemName": "Z-GY5S", "x": 35, "y": 620, "security": -0.1133503080496857, - "connectedSystems": [ - "Y6-HPG", - "KK-L97", - "R-KZK7" - ] + "connectedSystems": "Y6-HPG,KK-L97,R-KZK7" }, { "solarSystemName": "KK-L97", "x": 105, "y": 620, "security": -0.119006880755053, - "connectedSystems": [ - "Y6-HPG", - "Z-GY5S", - "N-Q5PW" - ] + "connectedSystems": "Y6-HPG,Z-GY5S,N-Q5PW" }, { "solarSystemName": "R-KZK7", "x": 0, "y": 655, "security": -0.1067611626113524, - "connectedSystems": [ - "Z-GY5S", - "9-R6GU" - ] + "connectedSystems": "Z-GY5S,9-R6GU" }, { "solarSystemName": "9-R6GU", "x": 0, "y": 700, "security": -0.0987488342680285, - "connectedSystems": [ - "R-KZK7", - "4U90-Z" - ] + "connectedSystems": "R-KZK7,4U90-Z" }, { "solarSystemName": "N-Q5PW", "x": 170, "y": 620, "security": -0.1662164516176466, - "connectedSystems": [ - "KK-L97", - "P-FSQE" - ] + "connectedSystems": "KK-L97,P-FSQE" }, { "solarSystemName": "P-FSQE", "x": 275, "y": 610, "security": -0.149703189388991, - "connectedSystems": [ - "N-Q5PW", - "H-PA29" - ] + "connectedSystems": "N-Q5PW,H-PA29" }, { "solarSystemName": "H-PA29", "x": 330, "y": 590, "security": -0.241053552113, - "connectedSystems": [ - "P-FSQE", - "1-Y6KI", - "9-266Q", - "Zarzakh" - ] + "connectedSystems": "P-FSQE,1-Y6KI,9-266Q,Zarzakh" }, { "solarSystemName": "1-Y6KI", "x": 295, "y": 560, "security": -0.1805914797711459, - "connectedSystems": [ - "H-PA29", - "YP-J33", - "9-266Q" - ] + "connectedSystems": "H-PA29,YP-J33,9-266Q" }, { "solarSystemName": "YP-J33", "x": 280, "y": 520, "security": -0.1394715863405271, - "connectedSystems": [ - "1-Y6KI", - "D-8SI1" - ] + "connectedSystems": "1-Y6KI,D-8SI1" }, { "solarSystemName": "D-8SI1", "x": 275, "y": 480, "security": -0.1291080295643515, - "connectedSystems": [ - "YP-J33", - "9-266Q", - "K3JR-J", - "HBD-CC" - ] + "connectedSystems": "YP-J33,9-266Q,K3JR-J,HBD-CC" }, { "solarSystemName": "9-266Q", "x": 380, "y": 535, "security": -0.2508793841885384, - "connectedSystems": [ - "H-PA29", - "1-Y6KI", - "D-8SI1", - "N6G-H3", - "BV-1JG" - ] + "connectedSystems": "H-PA29,1-Y6KI,D-8SI1,N6G-H3,BV-1JG" }, { "solarSystemName": "K3JR-J", "x": 230, "y": 440, "security": -0.1386595866333094, - "connectedSystems": [ - "D-8SI1", - "CSOA-B" - ] + "connectedSystems": "D-8SI1,CSOA-B" }, { "solarSystemName": "CSOA-B", "x": 215, "y": 400, "security": -0.1522167558204688, - "connectedSystems": [ - "K3JR-J", - "6W-HRH" - ] + "connectedSystems": "K3JR-J,6W-HRH" }, { "solarSystemName": "6W-HRH", "x": 205, "y": 360, "security": -0.2076244321183944, - "connectedSystems": [ - "CSOA-B", - "N5Y-4N" - ] + "connectedSystems": "CSOA-B,N5Y-4N" }, { "solarSystemName": "N5Y-4N", "x": 195, "y": 320, "security": -0.2452049040041052, - "connectedSystems": [ - "6W-HRH", - "MQFX-Q" - ] + "connectedSystems": "6W-HRH,MQFX-Q" }, { "solarSystemName": "MQFX-Q", "x": 195, "y": 285, "security": -0.4229134362683495, - "connectedSystems": [ - "N5Y-4N", - "9-8BL8" - ] + "connectedSystems": "N5Y-4N,9-8BL8" }, { "solarSystemName": "9-8BL8", "x": 200, "y": 245, "security": -0.4970333722646204, - "connectedSystems": [ - "MQFX-Q" - ] + "connectedSystems": "MQFX-Q" }, { "solarSystemName": "N6G-H3", "x": 510, "y": 650, "security": -0.4042849656749734, - "connectedSystems": [ - "9-266Q", - "3A1P-N", - "OZ-VAE", - "A-AFGR", - "92K-H2" - ] + "connectedSystems": "9-266Q,3A1P-N,OZ-VAE,A-AFGR,92K-H2" }, { "solarSystemName": "3A1P-N", "x": 510, "y": 690, "security": -0.8785443608846722, - "connectedSystems": [ - "N6G-H3", - "Q-CAB2" - ] + "connectedSystems": "N6G-H3,Q-CAB2" }, { "solarSystemName": "OZ-VAE", "x": 595, "y": 565, "security": -0.3092489835511382, - "connectedSystems": [ - "N6G-H3", - "A-AFGR", - "92K-H2" - ] + "connectedSystems": "N6G-H3,A-AFGR,92K-H2" }, { "solarSystemName": "A-AFGR", "x": 685, "y": 650, "security": -0.3952585628706158, - "connectedSystems": [ - "N6G-H3", - "OZ-VAE", - "92K-H2", - "AA-YRK" - ] + "connectedSystems": "N6G-H3,OZ-VAE,92K-H2,AA-YRK" }, { "solarSystemName": "92K-H2", "x": 595, "y": 600, "security": -0.4420652794287068, - "connectedSystems": [ - "N6G-H3", - "OZ-VAE", - "A-AFGR", - "AA-YRK" - ] + "connectedSystems": "N6G-H3,OZ-VAE,A-AFGR,AA-YRK" }, { "solarSystemName": "AA-YRK", "x": 595, "y": 635, "security": -0.4128021547760749, - "connectedSystems": [ - "A-AFGR", - "92K-H2" - ] + "connectedSystems": "A-AFGR,92K-H2" }, { "solarSystemName": "BV-1JG", "x": 445, "y": 485, "security": -0.2340102349419221, - "connectedSystems": [ - "9-266Q", - "0-BFTQ", - "6NJ8-V" - ] + "connectedSystems": "9-266Q,0-BFTQ,6NJ8-V" }, { "solarSystemName": "0-BFTQ", "x": 465, "y": 450, "security": -0.1743883438939348, - "connectedSystems": [ - "BV-1JG", - "SS-GED" - ] + "connectedSystems": "BV-1JG,SS-GED" }, { "solarSystemName": "SS-GED", "x": 435, "y": 410, "security": -0.1636313875545575, - "connectedSystems": [ - "0-BFTQ", - "AJCJ-1", - "4RX-EE" - ] + "connectedSystems": "0-BFTQ,AJCJ-1,4RX-EE" }, { "solarSystemName": "AJCJ-1", "x": 375, "y": 410, "security": -0.1511697860638946, - "connectedSystems": [ - "SS-GED", - "6NJ8-V" - ] + "connectedSystems": "SS-GED,6NJ8-V" }, { "solarSystemName": "6NJ8-V", "x": 380, "y": 455, "security": -0.1793205072218197, - "connectedSystems": [ - "BV-1JG", - "AJCJ-1", - "Y-4CFK" - ] + "connectedSystems": "BV-1JG,AJCJ-1,Y-4CFK" }, { "solarSystemName": "Y-4CFK", "x": 310, "y": 420, "security": -0.1904753726032377, - "connectedSystems": [ - "6NJ8-V" - ] + "connectedSystems": "6NJ8-V" }, { "solarSystemName": "HBD-CC", "x": 135, "y": 500, "security": -0.1225714728999275, - "connectedSystems": [ - "D-8SI1", - "P-GKF5", - "E-7U8U", - "SBL5-R", - "D-SKWC" - ] + "connectedSystems": "D-8SI1,P-GKF5,E-7U8U,SBL5-R,D-SKWC" }, { "solarSystemName": "P-GKF5", "x": 80, "y": 445, "security": -0.1314294788855477, - "connectedSystems": [ - "HBD-CC", - "E-7U8U", - "0-XIDJ" - ] + "connectedSystems": "HBD-CC,E-7U8U,0-XIDJ" }, { "solarSystemName": "E-7U8U", "x": 145, "y": 455, "security": -0.1334425735283887, - "connectedSystems": [ - "HBD-CC", - "P-GKF5" - ] + "connectedSystems": "HBD-CC,P-GKF5" }, { "solarSystemName": "0-XIDJ", "x": 10, "y": 435, "security": -0.1193007733379596, - "connectedSystems": [ - "P-GKF5", - "SBL5-R", - "O-TVTD" - ] + "connectedSystems": "P-GKF5,SBL5-R,O-TVTD" }, { "solarSystemName": "SBL5-R", "x": 35, "y": 475, "security": -0.128037047670762, - "connectedSystems": [ - "HBD-CC", - "0-XIDJ", - "D-SKWC" - ] + "connectedSystems": "HBD-CC,0-XIDJ,D-SKWC" }, { "solarSystemName": "O-TVTD", "x": 0, "y": 395, "security": -0.09793809211607396, - "connectedSystems": [ - "0-XIDJ", - "8CIX-S" - ] + "connectedSystems": "0-XIDJ,8CIX-S" }, { "solarSystemName": "8CIX-S", "x": 0, "y": 360, "security": -0.0890613964323328, - "connectedSystems": [ - "O-TVTD" - ] + "connectedSystems": "O-TVTD" }, { "solarSystemName": "D-SKWC", "x": 85, "y": 535, "security": -0.1610607207882386, - "connectedSystems": [ - "HBD-CC", - "SBL5-R" - ] + "connectedSystems": "HBD-CC,SBL5-R" }, { "solarSystemName": "4RX-EE", "x": 435, "y": 330, "security": -0.1621835394139666, - "connectedSystems": [ - "SS-GED", - "V3X-L8" - ] + "connectedSystems": "SS-GED,V3X-L8" }, { "solarSystemName": "V3X-L8", "x": 435, "y": 295, "security": -0.1624825809822403, - "connectedSystems": [ - "4RX-EE", - "N0C-UN" - ] + "connectedSystems": "4RX-EE,N0C-UN" }, { "solarSystemName": "N0C-UN", "x": 430, "y": 260, "security": -0.1420435991519312, - "connectedSystems": [ - "V3X-L8", - "VG-6CH" - ] + "connectedSystems": "V3X-L8,VG-6CH" }, { "solarSystemName": "VG-6CH", "x": 420, "y": 225, "security": -0.1482452168409054, - "connectedSystems": [ - "N0C-UN", - "Z0-TJW", - "PF-QHK" - ] + "connectedSystems": "N0C-UN,Z0-TJW,PF-QHK" }, { "solarSystemName": "Z0-TJW", "x": 395, "y": 190, "security": -0.1577189553711893, - "connectedSystems": [ - "VG-6CH", - "QHJ-FW" - ] + "connectedSystems": "VG-6CH,QHJ-FW" }, { "solarSystemName": "QHJ-FW", "x": 355, "y": 160, "security": -0.1727581907635876, - "connectedSystems": [ - "Z0-TJW", - "9IPC-E", - "EIV-1W", - "JURU-T" - ] + "connectedSystems": "Z0-TJW,9IPC-E,EIV-1W,JURU-T" }, { "solarSystemName": "9IPC-E", "x": 310, "y": 185, "security": -0.1439365891492418, - "connectedSystems": [ - "QHJ-FW", - "EIV-1W", - "UQ9-3C" - ] + "connectedSystems": "QHJ-FW,EIV-1W,UQ9-3C" }, { "solarSystemName": "EIV-1W", "x": 290, "y": 145, "security": -0.1907577754210925, - "connectedSystems": [ - "QHJ-FW", - "9IPC-E", - "S-1ZXZ" - ] + "connectedSystems": "QHJ-FW,9IPC-E,S-1ZXZ" }, { "solarSystemName": "S-1ZXZ", "x": 225, "y": 130, "security": -0.3007868367584434, - "connectedSystems": [ - "EIV-1W", - "N-5476" - ] + "connectedSystems": "EIV-1W,N-5476" }, { "solarSystemName": "N-5476", "x": 110, "y": 90, "security": -0.355341276274223, - "connectedSystems": [ - "S-1ZXZ", - "PZOZ-K", - "92D-OI", - "SE-SHZ" - ] + "connectedSystems": "S-1ZXZ,PZOZ-K,92D-OI,SE-SHZ" }, { "solarSystemName": "PZOZ-K", "x": 135, "y": 55, "security": -0.395217507277208, - "connectedSystems": [ - "N-5476", - "W3KK-R", - "EK2-ET", - "LHJ-2G" - ] + "connectedSystems": "N-5476,W3KK-R,EK2-ET,LHJ-2G" }, { "solarSystemName": "W3KK-R", "x": 80, "y": 25, "security": -0.5346793648541901, - "connectedSystems": [ - "PZOZ-K" - ] + "connectedSystems": "PZOZ-K" }, { "solarSystemName": "92D-OI", "x": 55, "y": 65, "security": -0.3219846122086086, - "connectedSystems": [ - "N-5476", - "MA-VDX" - ] + "connectedSystems": "N-5476,MA-VDX" }, { "solarSystemName": "EK2-ET", "x": 160, "y": 20, "security": -0.3329911939102499, - "connectedSystems": [ - "PZOZ-K" - ] + "connectedSystems": "PZOZ-K" }, { "solarSystemName": "SE-SHZ", "x": 80, "y": 125, "security": -0.4720100755072989, - "connectedSystems": [ - "N-5476", - "H-AJ27" - ] + "connectedSystems": "N-5476,H-AJ27" }, { "solarSystemName": "JURU-T", "x": 560, "y": 145, "security": -0.122743321263687, - "connectedSystems": [ - "QHJ-FW", - "MC6-5J", - "65V-RH", - "0-O2UT" - ] + "connectedSystems": "QHJ-FW,MC6-5J,65V-RH,0-O2UT" }, { "solarSystemName": "MC6-5J", "x": 600, "y": 70, "security": -0.1051552435252501, - "connectedSystems": [ - "JURU-T", - "4-7IL9", - "RQ9-OZ", - "B-CZXG" - ] + "connectedSystems": "JURU-T,4-7IL9,RQ9-OZ,B-CZXG" }, { "solarSystemName": "65V-RH", "x": 640, "y": 125, "security": -0.2717427429455793, - "connectedSystems": [ - "JURU-T", - "B-CZXG" - ] + "connectedSystems": "JURU-T,B-CZXG" }, { "solarSystemName": "4-7IL9", "x": 640, "y": 20, "security": -0.1013619871506265, - "connectedSystems": [ - "MC6-5J", - "2PLH-3" - ] + "connectedSystems": "MC6-5J,2PLH-3" }, { "solarSystemName": "2PLH-3", "x": 720, "y": 40, "security": -0.1418186192605088, - "connectedSystems": [ - "4-7IL9", - "RQ9-OZ", - "B-CZXG" - ] + "connectedSystems": "4-7IL9,RQ9-OZ,B-CZXG" }, { "solarSystemName": "RQ9-OZ", "x": 670, "y": 60, "security": -0.1558918801705757, - "connectedSystems": [ - "MC6-5J", - "2PLH-3", - "B-CZXG" - ] + "connectedSystems": "MC6-5J,2PLH-3,B-CZXG" }, { "solarSystemName": "B-CZXG", "x": 715, "y": 120, "security": -0.2371117950216766, - "connectedSystems": [ - "MC6-5J", - "65V-RH", - "2PLH-3", - "RQ9-OZ", - "0-O2UT" - ] + "connectedSystems": "MC6-5J,65V-RH,2PLH-3,RQ9-OZ,0-O2UT" }, { "solarSystemName": "0-O2UT", "x": 645, "y": 165, "security": -0.4212464478518392, - "connectedSystems": [ - "JURU-T", - "B-CZXG", - "Q61Y-F", - "FHB-QA" - ] + "connectedSystems": "JURU-T,B-CZXG,Q61Y-F,FHB-QA" }, { "solarSystemName": "Q61Y-F", "x": 730, "y": 165, "security": -0.6551387198332436, - "connectedSystems": [ - "0-O2UT", - "L-IE41" - ] + "connectedSystems": "0-O2UT,L-IE41" }, { "solarSystemName": "PF-QHK", "x": 555, "y": 265, "security": -0.1344017623108256, - "connectedSystems": [ - "VG-6CH", - "XW-6TC", - "Q-7SUI" - ] + "connectedSystems": "VG-6CH,XW-6TC,Q-7SUI" }, { "solarSystemName": "XW-6TC", "x": 580, "y": 310, "security": -0.1249021402555702, - "connectedSystems": [ - "PF-QHK", - "VVD-O6", - "P-VYVL" - ] + "connectedSystems": "PF-QHK,VVD-O6,P-VYVL" }, { "solarSystemName": "Q-7SUI", "x": 630, "y": 265, "security": -0.1750481306549435, - "connectedSystems": [ - "PF-QHK" - ] + "connectedSystems": "PF-QHK" }, { "solarSystemName": "VVD-O6", "x": 655, "y": 330, "security": -0.1245438565782483, - "connectedSystems": [ - "XW-6TC", - "6ZJ-SC", - "P-VYVL", - "HD-JVQ" - ] + "connectedSystems": "XW-6TC,6ZJ-SC,P-VYVL,HD-JVQ" }, { "solarSystemName": "6ZJ-SC", "x": 610, "y": 370, "security": -0.1271738739771254, - "connectedSystems": [ - "VVD-O6", - "P-VYVL" - ] + "connectedSystems": "VVD-O6,P-VYVL" }, { "solarSystemName": "P-VYVL", "x": 525, "y": 355, "security": -0.1252189378030252, - "connectedSystems": [ - "XW-6TC", - "VVD-O6", - "6ZJ-SC", - "HD-JVQ" - ] + "connectedSystems": "XW-6TC,VVD-O6,6ZJ-SC,HD-JVQ" }, { "solarSystemName": "HD-JVQ", "x": 630, "y": 410, "security": -0.1349519724170962, - "connectedSystems": [ - "VVD-O6", - "P-VYVL", - "MTO2-2" - ] + "connectedSystems": "VVD-O6,P-VYVL,MTO2-2" }, { "solarSystemName": "H-AJ27", "x": 60, "y": 195, "security": -0.5909830285312203, - "connectedSystems": [ - "SE-SHZ", - "M2-2V1", - "2TH-3F" - ] + "connectedSystems": "SE-SHZ,M2-2V1,2TH-3F" }, { "solarSystemName": "M2-2V1", "x": 100, "y": 230, "security": -0.6857044368186133, - "connectedSystems": [ - "H-AJ27", - "E1F-E5" - ] + "connectedSystems": "H-AJ27,E1F-E5" }, { "solarSystemName": "2TH-3F", "x": 20, "y": 230, "security": -0.9340341878236087, - "connectedSystems": [ - "H-AJ27", - "WLF-D3" - ] + "connectedSystems": "H-AJ27,WLF-D3" }, { "solarSystemName": "E1F-E5", "x": 100, "y": 265, "security": -0.6147543568783181, - "connectedSystems": [ - "M2-2V1", - "4S-PVC" - ] + "connectedSystems": "M2-2V1,4S-PVC" }, { "solarSystemName": "4S-PVC", "x": 100, "y": 305, "security": -0.7452089393567272, - "connectedSystems": [ - "E1F-E5" - ] + "connectedSystems": "E1F-E5" }, { "solarSystemName": "WLF-D3", "x": 20, "y": 270, "security": -1, - "connectedSystems": [ - "2TH-3F", - "DKUK-G" - ] + "connectedSystems": "2TH-3F,DKUK-G" }, { "solarSystemName": "LHJ-2G", "x": 305, "y": 50, "security": -0.1674534597135846, - "connectedSystems": [ - "PZOZ-K", - "SHJO-J", - "6UQ-4U", - "430-BE" - ] + "connectedSystems": "PZOZ-K,SHJO-J,6UQ-4U,430-BE" }, { "solarSystemName": "SHJO-J", "x": 380, "y": 40, "security": -0.1246232915132121, - "connectedSystems": [ - "LHJ-2G", - "OJ-CT4" - ] + "connectedSystems": "LHJ-2G,OJ-CT4" }, { "solarSystemName": "6UQ-4U", "x": 285, "y": 85, "security": -0.1745151493712035, - "connectedSystems": [ - "LHJ-2G" - ] + "connectedSystems": "LHJ-2G" }, { "solarSystemName": "430-BE", "x": 280, "y": 15, "security": -0.1276886734662834, - "connectedSystems": [ - "LHJ-2G" - ] + "connectedSystems": "LHJ-2G" }, { "solarSystemName": "OJ-CT4", "x": 450, "y": 40, "security": -0.06831515061291682, - "connectedSystems": [ - "SHJO-J", - "AZ-UWB", - "H-S5BM" - ] + "connectedSystems": "SHJO-J,AZ-UWB,H-S5BM" }, { "solarSystemName": "AZ-UWB", "x": 490, "y": 10, "security": -0.07725174954247027, - "connectedSystems": [ - "OJ-CT4" - ] + "connectedSystems": "OJ-CT4" }, { "solarSystemName": "H-S5BM", "x": 510, "y": 75, "security": -0.06682674181384385, - "connectedSystems": [ - "OJ-CT4" - ] + "connectedSystems": "OJ-CT4" }, { "solarSystemName": "FHB-QA", "x": 785, "y": 300, "security": -0.3791954948234213, - "connectedSystems": [ - "0-O2UT", - "Z3U-GI", - "G9D-XW" - ] + "connectedSystems": "0-O2UT,Z3U-GI,G9D-XW" }, { "solarSystemName": "Z3U-GI", "x": 910, "y": 300, "security": -0.6018019137006902, - "connectedSystems": [ - "FHB-QA", - "B3QP-K", - "GVZ-1W", - "42XJ-N" - ] + "connectedSystems": "FHB-QA,B3QP-K,GVZ-1W,42XJ-N" }, { "solarSystemName": "B3QP-K", "x": 910, "y": 410, "security": -0.7720294298763181, - "connectedSystems": [ - "Z3U-GI", - "GVZ-1W", - "G9D-XW", - "EOY-BG" - ] + "connectedSystems": "Z3U-GI,GVZ-1W,G9D-XW,EOY-BG" }, { "solarSystemName": "GVZ-1W", "x": 965, "y": 355, "security": -0.9020696930896568, - "connectedSystems": [ - "Z3U-GI", - "B3QP-K" - ] + "connectedSystems": "Z3U-GI,B3QP-K" }, { "solarSystemName": "G9D-XW", "x": 785, "y": 410, "security": -0.328826628186713, - "connectedSystems": [ - "FHB-QA", - "B3QP-K", - "42XJ-N", - "NJ4X-S" - ] + "connectedSystems": "FHB-QA,B3QP-K,42XJ-N,NJ4X-S" }, { "solarSystemName": "42XJ-N", "x": 825, "y": 335, "security": -0.4120149322672242, - "connectedSystems": [ - "Z3U-GI", - "G9D-XW", - "OE-4HB" - ] + "connectedSystems": "Z3U-GI,G9D-XW,OE-4HB" }, { "solarSystemName": "L-IE41", "x": 865, "y": 160, "security": -0.662038473290839, - "connectedSystems": [ - "Q61Y-F", - "VG-QW1", - "2IBE-N" - ] + "connectedSystems": "Q61Y-F,VG-QW1,2IBE-N" }, { "solarSystemName": "VG-QW1", "x": 910, "y": 120, "security": -0.7748712970390088, - "connectedSystems": [ - "L-IE41", - "YJ3-UT" - ] + "connectedSystems": "L-IE41,YJ3-UT" }, { "solarSystemName": "2IBE-N", "x": 910, "y": 200, "security": -0.4950353809503091, - "connectedSystems": [ - "L-IE41" - ] + "connectedSystems": "L-IE41" }, { "solarSystemName": "YJ3-UT", "x": 930, "y": 70, "security": -0.6784969376147971, - "connectedSystems": [ - "VG-QW1", - "ZD4-G9", - "C2-DDA" - ] + "connectedSystems": "VG-QW1,ZD4-G9,C2-DDA" }, { "solarSystemName": "ZD4-G9", "x": 890, "y": 15, "security": -0.62371473288057, - "connectedSystems": [ - "YJ3-UT" - ] + "connectedSystems": "YJ3-UT" }, { "solarSystemName": "C2-DDA", "x": 955, "y": 25, "security": -0.8037301172555811, - "connectedSystems": [ - "YJ3-UT" - ] + "connectedSystems": "YJ3-UT" }, { "solarSystemName": "4U90-Z", "x": 0, "y": 746, "security": -0.1012806319497922, - "connectedSystems": [ - "9-R6GU", - "T-945F", - "FO8M-2", - "AD-CBT" - ] + "connectedSystems": "9-R6GU,T-945F,FO8M-2,AD-CBT" }, { "solarSystemName": "DKUK-G", "x": 20, "y": 305, "security": -0.3608021678258166, - "connectedSystems": [ - "N-TFXK", - "WLF-D3" - ] + "connectedSystems": "N-TFXK,WLF-D3" }, { "solarSystemName": "EOY-BG", "x": 910, "y": 460, "security": -0.06655843191476996, - "connectedSystems": [ - "S-EVIQ", - "IG-ZAM", - "B3QP-K" - ] + "connectedSystems": "S-EVIQ,IG-ZAM,B3QP-K" }, { "solarSystemName": "OE-4HB", "x": 870, "y": 375, "security": -1, - "connectedSystems": [ - "GW7P-8", - "A1RR-M", - "AR-5SY", - "42XJ-N" - ] + "connectedSystems": "GW7P-8,A1RR-M,AR-5SY,42XJ-N" }, { "solarSystemName": "UQ9-3C", "x": 305, "y": 230, "security": -0.1654582491907667, - "connectedSystems": [ - "9IPC-E", - "DCI7-7", - "VL3I-M" - ] + "connectedSystems": "9IPC-E,DCI7-7,VL3I-M" }, { "solarSystemName": "MA-VDX", "x": 0, "y": 25, "security": -0.7984330614780957, - "connectedSystems": [ - "WO-AIJ", - "RO90-H", - "92D-OI" - ] + "connectedSystems": "WO-AIJ,RO90-H,92D-OI" }, { "solarSystemName": "MTO2-2", "x": 630, "y": 460, "security": -1, - "connectedSystems": [ - "RZ8A-P", - "HD-JVQ" - ] + "connectedSystems": "RZ8A-P,HD-JVQ" }, { "solarSystemName": "Zarzakh", "x": 359, "y": 651, "security": -1, - "connectedSystems": [ - "Turnur", - "Alsavoinon", - "H-PA29", - "G-0Q86" - ] + "connectedSystems": "Turnur,Alsavoinon,H-PA29,G-0Q86" } ] \ No newline at end of file diff --git a/public/Verge Vendor.json b/public/Verge Vendor.json index 80ea71f..98b034b 100644 --- a/public/Verge Vendor.json +++ b/public/Verge Vendor.json @@ -4,755 +4,482 @@ "x": 760, "y": 520, "security": 0.3036259362881431, - "connectedSystems": [ - "Onatoh", - "Tierijev" - ] + "connectedSystems": "Onatoh,Tierijev" }, { "solarSystemName": "6-CZ49", "x": 800, "y": 725, "security": -0.157212654503891, - "connectedSystems": [ - "Reblier", - "6E-578", - "EZA-FM", - "PVH8-0" - ] + "connectedSystems": "Reblier,6E-578,EZA-FM,PVH8-0" }, { "solarSystemName": "Agoze", "x": 348, "y": 187, "security": 0.2086483619822196, - "connectedSystems": [ - "Loes", - "Intaki", - "Vey", - "Annancale", - "Ostingele" - ] + "connectedSystems": "Loes,Intaki,Vey,Annancale,Ostingele" }, { "solarSystemName": "Intaki", "x": 315, "y": 225, "security": 0.6, - "connectedSystems": [ - "Agoze", - "Brarel", - "Vey", - "Amygnon" - ] + "connectedSystems": "Agoze,Brarel,Vey,Amygnon" }, { "solarSystemName": "Ostingele", "x": 115, "y": 190, "security": 0.1726206117578859, - "connectedSystems": [ - "Agoze", - "Stacmon", - "Harroule", - "Alperaute", - "Pelille", - "Dastryns" - ] + "connectedSystems": "Agoze,Stacmon,Harroule,Alperaute,Pelille,Dastryns" }, { "solarSystemName": "Stacmon", "x": 50, "y": 215, "security": 0.6052797268620083, - "connectedSystems": [ - "Aidart", - "Ostingele", - "Covryn", - "Dastryns", - "Slays" - ] + "connectedSystems": "Aidart,Ostingele,Covryn,Dastryns,Slays" }, { "solarSystemName": "Covryn", "x": 0, "y": 175, "security": 0.3559005292141887, - "connectedSystems": [ - "Stacmon", - "Cumemare", - "Iges" - ] + "connectedSystems": "Stacmon,Cumemare,Iges" }, { "solarSystemName": "Dastryns", "x": 65, "y": 155, "security": 0.2523946698025977, - "connectedSystems": [ - "Stacmon", - "Ostingele", - "Iges", - "Uphallant" - ] + "connectedSystems": "Stacmon,Ostingele,Iges,Uphallant" }, { "solarSystemName": "Slays", "x": 105, "y": 250, "security": 0.4871707730193347, - "connectedSystems": [ - "Stacmon", - "Iges", - "Amoen" - ] + "connectedSystems": "Stacmon,Iges,Amoen" }, { "solarSystemName": "Avaux", "x": 0, "y": 320, "security": 0.4477052030541426, - "connectedSystems": [ - "Aidart", - "Gallusiene" - ] + "connectedSystems": "Aidart,Gallusiene" }, { "solarSystemName": "Mesybier", "x": 700, "y": 215, "security": 0.4703787655727688, - "connectedSystems": [ - "Caslemon", - "Pemene", - "Murethand", - "Orvolle" - ] + "connectedSystems": "Caslemon,Pemene,Murethand,Orvolle" }, { "solarSystemName": "Pemene", "x": 755, "y": 265, "security": 0.4501924356223205, - "connectedSystems": [ - "Mesybier", - "Villore", - "Amoderia" - ] + "connectedSystems": "Mesybier,Villore,Amoderia" }, { "solarSystemName": "Indregulle", "x": 620, "y": 245, "security": 0.241978689738401, - "connectedSystems": [ - "Heydieles", - "Murethand" - ] + "connectedSystems": "Heydieles,Murethand" }, { "solarSystemName": "Onne", "x": 675, "y": 0, "security": 0.3882801087888061, - "connectedSystems": [ - "Deninard", - "Hulmate", - "Vitrauze", - "Aeschee" - ] + "connectedSystems": "Deninard,Hulmate,Vitrauze,Aeschee" }, { "solarSystemName": "Ladistier", "x": 570, "y": 0, "security": 0.2849998893118635, - "connectedSystems": [ - "Vifrevaert", - "Old Man Star", - "Aeschee" - ] + "connectedSystems": "Vifrevaert,Old Man Star,Aeschee" }, { "solarSystemName": "Laurvier", "x": 860, "y": 120, "security": 0.7310495583442387, - "connectedSystems": [ - "Arnon", - "Adirain", - "Attyn" - ] + "connectedSystems": "Arnon,Adirain,Attyn" }, { "solarSystemName": "Adirain", "x": 805, "y": 75, "security": 0.4236857698809219, - "connectedSystems": [ - "Arnon", - "Laurvier", - "Aeschee" - ] + "connectedSystems": "Arnon,Laurvier,Aeschee" }, { "solarSystemName": "Attyn", "x": 870, "y": 270, "security": 0.669496111392775, - "connectedSystems": [ - "Laurvier", - "Arraron" - ] + "connectedSystems": "Laurvier,Arraron" }, { "solarSystemName": "Lisbaetanne", "x": 740, "y": 110, "security": 0.373262599738129, - "connectedSystems": [ - "Aere", - "Aeschee" - ] + "connectedSystems": "Aere,Aeschee" }, { "solarSystemName": "Aeschee", "x": 620, "y": 40, "security": 0.1565304917557424, - "connectedSystems": [ - "Adirain", - "Lisbaetanne", - "Ladistier", - "Onne", - "Jovainnon" - ] + "connectedSystems": "Adirain,Lisbaetanne,Ladistier,Onne,Jovainnon" }, { "solarSystemName": "Derririntel", "x": 885, "y": 480, "security": 0.8188007274569858, - "connectedSystems": [ - "Tierijev", - "Atlangeins", - "Cat" - ] + "connectedSystems": "Tierijev,Atlangeins,Cat" }, { "solarSystemName": "Tar", "x": 155, "y": 415, "security": 0.7566772446611076, - "connectedSystems": [ - "Pakhshi", - "Tekaima", - "Manarq", - "Merolles" - ] + "connectedSystems": "Pakhshi,Tekaima,Manarq,Merolles" }, { "solarSystemName": "Ourapheh", "x": 600, "y": 410, "security": 0.861960173311, - "connectedSystems": [ - "Manarq", - "Yulai", - "Chantrousse", - "Atlangeins", - "Botane" - ] + "connectedSystems": "Manarq,Yulai,Chantrousse,Atlangeins,Botane" }, { "solarSystemName": "Yulai", "x": 500, "y": 415, "security": 1, - "connectedSystems": [ - "Ourapheh", - "Kemerk", - "Tourier" - ] + "connectedSystems": "Ourapheh,Kemerk,Tourier" }, { "solarSystemName": "Diaderi", "x": 350, "y": 465, "security": 0.7713307785797243, - "connectedSystems": [ - "Tourier", - "Manatirid" - ] + "connectedSystems": "Tourier,Manatirid" }, { "solarSystemName": "Murethand", "x": 590, "y": 200, "security": 0.2864525220048827, - "connectedSystems": [ - "Mesybier", - "Melmaniel", - "Indregulle" - ] + "connectedSystems": "Mesybier,Melmaniel,Indregulle" }, { "solarSystemName": "Melmaniel", "x": 515, "y": 205, "security": 0.2552530417760114, - "connectedSystems": [ - "Murethand", - "Ouelletta", - "Costolle" - ] + "connectedSystems": "Murethand,Ouelletta,Costolle" }, { "solarSystemName": "Ouelletta", "x": 465, "y": 255, "security": 0.4185788281145386, - "connectedSystems": [ - "Melmaniel", - "Loes", - "Jufvitte" - ] + "connectedSystems": "Melmaniel,Loes,Jufvitte" }, { "solarSystemName": "Costolle", "x": 535, "y": 145, "security": 0.2068101630720891, - "connectedSystems": [ - "Melmaniel", - "Muetralle" - ] + "connectedSystems": "Melmaniel,Muetralle" }, { "solarSystemName": "Muetralle", "x": 510, "y": 95, "security": 0.2399638665794995, - "connectedSystems": [ - "Costolle", - "Hevrice" - ] + "connectedSystems": "Costolle,Hevrice" }, { "solarSystemName": "Loes", "x": 424, "y": 222, "security": 0.2659361455011099, - "connectedSystems": [ - "Ouelletta", - "Agoze" - ] + "connectedSystems": "Ouelletta,Agoze" }, { "solarSystemName": "Tourier", "x": 250, "y": 445, "security": 0.9111339832233286, - "connectedSystems": [ - "Yulai", - "Alenia", - "Merolles", - "Diaderi", - "Channace" - ] + "connectedSystems": "Yulai,Alenia,Merolles,Diaderi,Channace" }, { "solarSystemName": "Alenia", "x": 210, "y": 495, "security": 0.9239133100077668, - "connectedSystems": [ - "Tourier", - "Alentene", - "Vaere" - ] + "connectedSystems": "Tourier,Alentene,Vaere" }, { "solarSystemName": "Merolles", "x": 155, "y": 460, "security": 0.8846282261857983, - "connectedSystems": [ - "Tourier", - "Alentene", - "Tar" - ] + "connectedSystems": "Tourier,Alentene,Tar" }, { "solarSystemName": "Alentene", "x": 140, "y": 560, "security": 0.8667830122068437, - "connectedSystems": [ - "Alenia", - "Merolles", - "Cistuvaert", - "Vaere", - "Scolluzer", - "Adallier" - ] + "connectedSystems": "Alenia,Merolles,Cistuvaert,Vaere,Scolluzer,Adallier" }, { "solarSystemName": "Cistuvaert", "x": 85, "y": 400, "security": 1, - "connectedSystems": [ - "Alentene", - "Aidart", - "Eletta" - ] + "connectedSystems": "Alentene,Aidart,Eletta" }, { "solarSystemName": "Vaere", "x": 255, "y": 540, "security": 0.8215773718240504, - "connectedSystems": [ - "Alenia", - "Alentene" - ] + "connectedSystems": "Alenia,Alentene" }, { "solarSystemName": "Aidart", "x": 50, "y": 280, "security": 0.6123584660385427, - "connectedSystems": [ - "Cistuvaert", - "Stacmon", - "Avaux" - ] + "connectedSystems": "Cistuvaert,Stacmon,Avaux" }, { "solarSystemName": "Jufvitte", "x": 319, "y": 321, "security": 0.5204881243554254, - "connectedSystems": [ - "Ouelletta", - "Ansalle", - "Scheenins", - "Amygnon" - ] + "connectedSystems": "Ouelletta,Ansalle,Scheenins,Amygnon" }, { "solarSystemName": "Ansalle", "x": 365, "y": 359, "security": 0.6207122277591464, - "connectedSystems": [ - "Jufvitte", - "Gisleres" - ] + "connectedSystems": "Jufvitte,Gisleres" }, { "solarSystemName": "Scheenins", "x": 231, "y": 272, "security": 0.5374285569171331, - "connectedSystems": [ - "Jufvitte", - "Vay" - ] + "connectedSystems": "Jufvitte,Vay" }, { "solarSystemName": "Amygnon", "x": 313, "y": 275, "security": 0.637568637975, - "connectedSystems": [ - "Jufvitte", - "Intaki" - ] + "connectedSystems": "Jufvitte,Intaki" }, { "solarSystemName": "Gisleres", "x": 391, "y": 406, "security": 0.7613834393954677, - "connectedSystems": [ - "Scolluzer", - "Ansalle", - "Ellmay" - ] + "connectedSystems": "Scolluzer,Ansalle,Ellmay" }, { "solarSystemName": "Ellmay", "x": 315, "y": 389, "security": 0.8610439141991231, - "connectedSystems": [ - "Gisleres", - "Theruesse" - ] + "connectedSystems": "Gisleres,Theruesse" }, { "solarSystemName": "Theruesse", "x": 252, "y": 368, "security": 0.879221297979419, - "connectedSystems": [ - "Ellmay" - ] + "connectedSystems": "Ellmay" }, { "solarSystemName": "Eletta", "x": 200, "y": 145, "security": 0.9435089555746619, - "connectedSystems": [ - "Cistuvaert", - "Luse", - "Vay", - "Clacille" - ] + "connectedSystems": "Cistuvaert,Luse,Vay,Clacille" }, { "solarSystemName": "Luse", "x": 225, "y": 95, "security": 0.8924239050701559, - "connectedSystems": [ - "Eletta", - "Ekuenbiron", - "Vay", - "Clellinon" - ] + "connectedSystems": "Eletta,Ekuenbiron,Vay,Clellinon" }, { "solarSystemName": "Ekuenbiron", "x": 270, "y": 60, "security": 0.7930523223960513, - "connectedSystems": [ - "Luse", - "Raneilles" - ] + "connectedSystems": "Luse,Raneilles" }, { "solarSystemName": "Vay", "x": 275, "y": 155, "security": 0.7585221108867841, - "connectedSystems": [ - "Eletta", - "Luse", - "Scheenins", - "Raneilles" - ] + "connectedSystems": "Eletta,Luse,Scheenins,Raneilles" }, { "solarSystemName": "Raneilles", "x": 325, "y": 95, "security": 0.5502352253249355, - "connectedSystems": [ - "Ekuenbiron", - "Vay", - "Hevrice" - ] + "connectedSystems": "Ekuenbiron,Vay,Hevrice" }, { "solarSystemName": "Hevrice", "x": 435, "y": 70, "security": 0.4186093732969881, - "connectedSystems": [ - "Muetralle", - "Raneilles", - "Jovainnon" - ] + "connectedSystems": "Muetralle,Raneilles,Jovainnon" }, { "solarSystemName": "Jovainnon", "x": 530, "y": 45, "security": 0.2981414191407068, - "connectedSystems": [ - "Hevrice", - "Aeschee" - ] + "connectedSystems": "Hevrice,Aeschee" }, { "solarSystemName": "Scolluzer", "x": 450, "y": 580, "security": 0.8227355609226984, - "connectedSystems": [ - "Alentene", - "Sortet", - "Osmomonne", - "Gisleres" - ] + "connectedSystems": "Alentene,Sortet,Osmomonne,Gisleres" }, { "solarSystemName": "Sortet", "x": 465, "y": 605, "security": 0.7758136377012856, - "connectedSystems": [ - "Scolluzer", - "Claulenne" - ] + "connectedSystems": "Scolluzer,Claulenne" }, { "solarSystemName": "Claulenne", "x": 490, "y": 640, "security": 0.7187143138610363, - "connectedSystems": [ - "Sortet", - "Masalle" - ] + "connectedSystems": "Sortet,Masalle" }, { "solarSystemName": "Masalle", "x": 530, "y": 675, "security": 0.7832032727573532, - "connectedSystems": [ - "Claulenne", - "Annelle" - ] + "connectedSystems": "Claulenne,Annelle" }, { "solarSystemName": "Annelle", "x": 585, "y": 705, "security": 0.757016855715469, - "connectedSystems": [ - "Masalle", - "Chesiette" - ] + "connectedSystems": "Masalle,Chesiette" }, { "solarSystemName": "Chesiette", "x": 655, "y": 725, "security": 0.5727048525501588, - "connectedSystems": [ - "Annelle", - "Reblier" - ] + "connectedSystems": "Annelle,Reblier" }, { "solarSystemName": "Reblier", "x": 720, "y": 735, "security": 0.3980138379721859, - "connectedSystems": [ - "Chesiette", - "6-CZ49" - ] + "connectedSystems": "Chesiette,6-CZ49" }, { "solarSystemName": "Amoderia", "x": 780, "y": 310, "security": 0.4048520216710199, - "connectedSystems": [ - "Pemene", - "Arraron", - "Stou" - ] + "connectedSystems": "Pemene,Arraron,Stou" }, { "solarSystemName": "Arraron", "x": 815, "y": 360, "security": 0.471987249510464, - "connectedSystems": [ - "Amoderia", - "Chantrousse", - "Attyn", - "Stou" - ] + "connectedSystems": "Amoderia,Chantrousse,Attyn,Stou" }, { "solarSystemName": "Chantrousse", "x": 770, "y": 415, "security": 0.6393165779303467, - "connectedSystems": [ - "Ourapheh", - "Arraron", - "Osmomonne", - "Tierijev" - ] + "connectedSystems": "Ourapheh,Arraron,Osmomonne,Tierijev" }, { "solarSystemName": "Osmomonne", "x": 710, "y": 455, "security": 0.7680664243703583, - "connectedSystems": [ - "Scolluzer", - "Chantrousse", - "Tierijev" - ] + "connectedSystems": "Scolluzer,Chantrousse,Tierijev" }, { "solarSystemName": "Stou", "x": 745, "y": 345, "security": 0.5188180285077717, - "connectedSystems": [ - "Amoderia", - "Arraron" - ] + "connectedSystems": "Amoderia,Arraron" }, { "solarSystemName": "Tierijev", "x": 785, "y": 470, "security": 0.8379695899076048, - "connectedSystems": [ - "Chantrousse", - "Osmomonne", - "Derririntel", - "Tannolen" - ] + "connectedSystems": "Chantrousse,Osmomonne,Derririntel,Tannolen" }, { "solarSystemName": "Adallier", "x": 85, "y": 595, "security": 0.8851227852362401, - "connectedSystems": [ - "Alentene" - ] + "connectedSystems": "Alentene" }, { "solarSystemName": "Channace", "x": 290, "y": 500, "security": 0.8998076955528059, - "connectedSystems": [ - "Tourier" - ] + "connectedSystems": "Tourier" }, { "solarSystemName": "Clacille", "x": 120, "y": 105, "security": 0.8708548974658606, - "connectedSystems": [ - "Eletta" - ] + "connectedSystems": "Eletta" }, { "solarSystemName": "Clellinon", "x": 170, "y": 55, "security": 0.848465929327, - "connectedSystems": [ - "Luse" - ] + "connectedSystems": "Luse" } ] \ No newline at end of file diff --git a/public/Wicked Creek.json b/public/Wicked Creek.json index bf19be1..e72222a 100644 --- a/public/Wicked Creek.json +++ b/public/Wicked Creek.json @@ -4,1023 +4,664 @@ "x": 360, "y": 720, "security": -0.7984868006523067, - "connectedSystems": [ - "PQRE-W", - "V7G-RL" - ] + "connectedSystems": "PQRE-W,V7G-RL" }, { "solarSystemName": "3-LJW3", "x": 170, "y": 700, "security": -0.6152691198496179, - "connectedSystems": [ - "C5-SUU", - "5H-SM2", - "ZLO3-V" - ] + "connectedSystems": "C5-SUU,5H-SM2,ZLO3-V" }, { "solarSystemName": "4NDT-W", "x": 750, "y": 10, "security": -0.3336065075448417, - "connectedSystems": [ - "9-OUGJ", - "DG-8VJ", - "GM-50Y" - ] + "connectedSystems": "9-OUGJ,DG-8VJ,GM-50Y" }, { "solarSystemName": "MKIG-5", "x": 775, "y": 105, "security": -0.221997170751209, - "connectedSystems": [ - "GM-50Y", - "6-L4YC", - "YHEN-G", - "30-YOU" - ] + "connectedSystems": "GM-50Y,6-L4YC,YHEN-G,30-YOU" }, { "solarSystemName": "YHEN-G", "x": 820, "y": 200, "security": -0.199527393309721, - "connectedSystems": [ - "MKIG-5", - "E-JCUS", - "30-YOU", - "384-IN" - ] + "connectedSystems": "MKIG-5,E-JCUS,30-YOU,384-IN" }, { "solarSystemName": "E-JCUS", "x": 715, "y": 240, "security": -0.2156269330386204, - "connectedSystems": [ - "YHEN-G", - "W-QN5X", - "LP1M-Q", - "4F89-U" - ] + "connectedSystems": "YHEN-G,W-QN5X,LP1M-Q,4F89-U" }, { "solarSystemName": "W-QN5X", "x": 665, "y": 270, "security": -0.2722109230077739, - "connectedSystems": [ - "E-JCUS", - "G063-U" - ] + "connectedSystems": "E-JCUS,G063-U" }, { "solarSystemName": "LP1M-Q", "x": 730, "y": 290, "security": -0.2433828464165775, - "connectedSystems": [ - "E-JCUS", - "GPD5-0" - ] + "connectedSystems": "E-JCUS,GPD5-0" }, { "solarSystemName": "30-YOU", "x": 710, "y": 160, "security": -0.266421093825078, - "connectedSystems": [ - "MKIG-5", - "YHEN-G", - "4F89-U", - "J7-BDX" - ] + "connectedSystems": "MKIG-5,YHEN-G,4F89-U,J7-BDX" }, { "solarSystemName": "384-IN", "x": 775, "y": 155, "security": -0.2043792464841291, - "connectedSystems": [ - "6-L4YC", - "YHEN-G" - ] + "connectedSystems": "6-L4YC,YHEN-G" }, { "solarSystemName": "4F89-U", "x": 645, "y": 195, "security": -0.2453493411430978, - "connectedSystems": [ - "6-L4YC", - "E-JCUS", - "30-YOU" - ] + "connectedSystems": "6-L4YC,E-JCUS,30-YOU" }, { "solarSystemName": "G063-U", "x": 635, "y": 310, "security": -0.2959991164336135, - "connectedSystems": [ - "07-SLO", - "W-QN5X" - ] + "connectedSystems": "07-SLO,W-QN5X" }, { "solarSystemName": "J7-BDX", "x": 655, "y": 150, "security": -0.4110933245287317, - "connectedSystems": [ - "30-YOU" - ] + "connectedSystems": "30-YOU" }, { "solarSystemName": "MLQ-O9", "x": 450, "y": 20, "security": -0.1964369320063117, - "connectedSystems": [ - "8-OZU1" - ] + "connectedSystems": "8-OZU1" }, { "solarSystemName": "L-FM3P", "x": 605, "y": 45, "security": -0.1708690041486579, - "connectedSystems": [ - "78-0R6", - "0TYR-T", - "GM-50Y" - ] + "connectedSystems": "78-0R6,0TYR-T,GM-50Y" }, { "solarSystemName": "X-ARMF", "x": 935, "y": 35, "security": -0.08962603180277007, - "connectedSystems": [ - "G9L-LP" - ] + "connectedSystems": "G9L-LP" }, { "solarSystemName": "8-OZU1", "x": 525, "y": 5, "security": -0.1803341211782527, - "connectedSystems": [ - "MLQ-O9", - "78-0R6", - "0TYR-T" - ] + "connectedSystems": "MLQ-O9,78-0R6,0TYR-T" }, { "solarSystemName": "0TYR-T", "x": 595, "y": 5, "security": -0.1555020254134865, - "connectedSystems": [ - "L-FM3P", - "8-OZU1", - "SN9-3Z" - ] + "connectedSystems": "L-FM3P,8-OZU1,SN9-3Z" }, { "solarSystemName": "GM-50Y", "x": 710, "y": 55, "security": -0.1667668034724693, - "connectedSystems": [ - "MKIG-5", - "L-FM3P", - "4NDT-W", - "G9L-LP" - ] + "connectedSystems": "MKIG-5,L-FM3P,4NDT-W,G9L-LP" }, { "solarSystemName": "G9L-LP", "x": 835, "y": 50, "security": -0.1478493288004732, - "connectedSystems": [ - "X-ARMF", - "GM-50Y" - ] + "connectedSystems": "X-ARMF,GM-50Y" }, { "solarSystemName": "MWA-5Q", "x": 615, "y": 495, "security": -0.3076617181821653, - "connectedSystems": [ - "UM-SCG", - "H-HHTH", - "JQU-KY", - "UY5A-D" - ] + "connectedSystems": "UM-SCG,H-HHTH,JQU-KY,UY5A-D" }, { "solarSystemName": "H-HHTH", "x": 550, "y": 585, "security": -0.4215422628446284, - "connectedSystems": [ - "MWA-5Q", - "F5M-CC", - "UY5A-D" - ] + "connectedSystems": "MWA-5Q,F5M-CC,UY5A-D" }, { "solarSystemName": "JQU-KY", "x": 685, "y": 495, "security": -0.2673413590860996, - "connectedSystems": [ - "MWA-5Q", - "C-62I5" - ] + "connectedSystems": "MWA-5Q,C-62I5" }, { "solarSystemName": "UY5A-D", "x": 620, "y": 560, "security": -0.4047977083689754, - "connectedSystems": [ - "MWA-5Q", - "H-HHTH", - "ZH-GKG" - ] + "connectedSystems": "MWA-5Q,H-HHTH,ZH-GKG" }, { "solarSystemName": "C-62I5", "x": 750, "y": 525, "security": -0.1175612808082238, - "connectedSystems": [ - "JQU-KY", - "ZH-GKG" - ] + "connectedSystems": "JQU-KY,ZH-GKG" }, { "solarSystemName": "ZH-GKG", "x": 690, "y": 560, "security": -0.1252678938732333, - "connectedSystems": [ - "UY5A-D", - "C-62I5" - ] + "connectedSystems": "UY5A-D,C-62I5" }, { "solarSystemName": "GPLB-C", "x": 445, "y": 120, "security": -0.2546971597853778, - "connectedSystems": [ - "5E-CMA", - "U104-3", - "MSG-BZ", - "6-L4YC" - ] + "connectedSystems": "5E-CMA,U104-3,MSG-BZ,6-L4YC" }, { "solarSystemName": "GGE-5Q", "x": 305, "y": 235, "security": -0.4867313950003419, - "connectedSystems": [ - "5E-CMA", - "5DE-QS" - ] + "connectedSystems": "5E-CMA,5DE-QS" }, { "solarSystemName": "5E-CMA", "x": 310, "y": 175, "security": -0.4204256804119962, - "connectedSystems": [ - "GPLB-C", - "GGE-5Q", - "1V-LI2", - "M9-MLR", - "B-WQDP" - ] + "connectedSystems": "GPLB-C,GGE-5Q,1V-LI2,M9-MLR,B-WQDP" }, { "solarSystemName": "U104-3", "x": 460, "y": 175, "security": -0.266764412396779, - "connectedSystems": [ - "GPLB-C", - "M3-KAQ" - ] + "connectedSystems": "GPLB-C,M3-KAQ" }, { "solarSystemName": "M3-KAQ", "x": 470, "y": 230, "security": -0.3158047213553937, - "connectedSystems": [ - "U104-3", - "J-RXYN" - ] + "connectedSystems": "U104-3,J-RXYN" }, { "solarSystemName": "6-L4YC", "x": 570, "y": 105, "security": -0.2414960772120119, - "connectedSystems": [ - "GPLB-C", - "MKIG-5", - "384-IN", - "4F89-U" - ] + "connectedSystems": "GPLB-C,MKIG-5,384-IN,4F89-U" }, { "solarSystemName": "UM-SCG", "x": 555, "y": 440, "security": -0.3050725536011264, - "connectedSystems": [ - "MWA-5Q", - "OAIG-0", - "TP7-KE" - ] + "connectedSystems": "MWA-5Q,OAIG-0,TP7-KE" }, { "solarSystemName": "F-3FOY", "x": 355, "y": 330, "security": -0.4128037666212578, - "connectedSystems": [ - "5DE-QS", - "GRHS-B" - ] + "connectedSystems": "5DE-QS,GRHS-B" }, { "solarSystemName": "OAIG-0", "x": 380, "y": 410, "security": -0.347397282337785, - "connectedSystems": [ - "UM-SCG", - "5DE-QS" - ] + "connectedSystems": "UM-SCG,5DE-QS" }, { "solarSystemName": "UZ-QXW", "x": 215, "y": 330, "security": -0.4848184723790935, - "connectedSystems": [ - "5DE-QS", - "R0-DMM" - ] + "connectedSystems": "5DE-QS,R0-DMM" }, { "solarSystemName": "5DE-QS", "x": 290, "y": 330, "security": -0.3730283768289682, - "connectedSystems": [ - "F-3FOY", - "GGE-5Q", - "OAIG-0", - "UZ-QXW" - ] + "connectedSystems": "F-3FOY,GGE-5Q,OAIG-0,UZ-QXW" }, { "solarSystemName": "R0-DMM", "x": 145, "y": 325, "security": -0.4685800071821809, - "connectedSystems": [ - "OAQY-M", - "UZ-QXW", - "5Q65-4" - ] + "connectedSystems": "OAQY-M,UZ-QXW,5Q65-4" }, { "solarSystemName": "5Q65-4", "x": 175, "y": 280, "security": -0.6205077747903744, - "connectedSystems": [ - "R0-DMM" - ] + "connectedSystems": "R0-DMM" }, { "solarSystemName": "SR-4EK", "x": 70, "y": 90, "security": -0.3381576051441744, - "connectedSystems": [ - "0RI-OV", - "C0O6-K", - "HD-AJ7", - "G9NE-B" - ] + "connectedSystems": "0RI-OV,C0O6-K,HD-AJ7,G9NE-B" }, { "solarSystemName": "0RI-OV", "x": 110, "y": 125, "security": -0.2940064165059122, - "connectedSystems": [ - "SR-4EK", - "C0O6-K", - "G9NE-B", - "L-Z9KJ" - ] + "connectedSystems": "SR-4EK,C0O6-K,G9NE-B,L-Z9KJ" }, { "solarSystemName": "C-LTXS", "x": 0, "y": 85, "security": -0.2878239883918315, - "connectedSystems": [ - "C0O6-K", - "HD-AJ7", - "SJJ-4F" - ] + "connectedSystems": "C0O6-K,HD-AJ7,SJJ-4F" }, { "solarSystemName": "C0O6-K", "x": 20, "y": 125, "security": -0.2967877090408175, - "connectedSystems": [ - "SR-4EK", - "0RI-OV", - "C-LTXS", - "HD-AJ7", - "X9V-15", - "G9NE-B" - ] + "connectedSystems": "SR-4EK,0RI-OV,C-LTXS,HD-AJ7,X9V-15,G9NE-B" }, { "solarSystemName": "HD-AJ7", "x": 55, "y": 50, "security": -0.3133024019213306, - "connectedSystems": [ - "SR-4EK", - "C-LTXS", - "C0O6-K", - "SJJ-4F" - ] + "connectedSystems": "SR-4EK,C-LTXS,C0O6-K,SJJ-4F" }, { "solarSystemName": "G9NE-B", "x": 70, "y": 165, "security": -0.3299053460950441, - "connectedSystems": [ - "SR-4EK", - "0RI-OV", - "C0O6-K", - "4-43BW" - ] + "connectedSystems": "SR-4EK,0RI-OV,C0O6-K,4-43BW" }, { "solarSystemName": "SJJ-4F", "x": 0, "y": 35, "security": -0.2466150175888674, - "connectedSystems": [ - "C-LTXS", - "HD-AJ7" - ] + "connectedSystems": "C-LTXS,HD-AJ7" }, { "solarSystemName": "F-QQ5N", "x": 70, "y": 580, "security": -0.6505233659853091, - "connectedSystems": [ - "1L-OEK", - "1-7B6D", - "U-HVIX", - "4-EFLU" - ] + "connectedSystems": "1L-OEK,1-7B6D,U-HVIX,4-EFLU" }, { "solarSystemName": "1-7B6D", "x": 35, "y": 540, "security": -0.6923944106783736, - "connectedSystems": [ - "F-QQ5N", - "H6-EYX", - "4-EFLU" - ] + "connectedSystems": "F-QQ5N,H6-EYX,4-EFLU" }, { "solarSystemName": "H6-EYX", "x": 0, "y": 500, "security": -0.7262842436717377, - "connectedSystems": [ - "1-7B6D" - ] + "connectedSystems": "1-7B6D" }, { "solarSystemName": "U-HVIX", "x": 35, "y": 615, "security": -0.6619212895566381, - "connectedSystems": [ - "F-QQ5N", - "4-EFLU", - "EIH-IU" - ] + "connectedSystems": "F-QQ5N,4-EFLU,EIH-IU" }, { "solarSystemName": "4-EFLU", "x": 0, "y": 580, "security": -0.5228060004194195, - "connectedSystems": [ - "F-QQ5N", - "1-7B6D", - "U-HVIX" - ] + "connectedSystems": "F-QQ5N,1-7B6D,U-HVIX" }, { "solarSystemName": "EIH-IU", "x": 0, "y": 655, "security": -0.6009419884879926, - "connectedSystems": [ - "U-HVIX" - ] + "connectedSystems": "U-HVIX" }, { "solarSystemName": "F-EM4Q", "x": 370, "y": 480, "security": -0.4296292006125004, - "connectedSystems": [ - "MN-Q26" - ] + "connectedSystems": "MN-Q26" }, { "solarSystemName": "1L-OEK", "x": 160, "y": 585, "security": -0.6646604295481978, - "connectedSystems": [ - "5H-SM2", - "F-QQ5N", - "YI-GV6", - "SO-X5L", - "Q-GQHN" - ] + "connectedSystems": "5H-SM2,F-QQ5N,YI-GV6,SO-X5L,Q-GQHN" }, { "solarSystemName": "MN-Q26", "x": 360, "y": 530, "security": -0.5109122230593681, - "connectedSystems": [ - "F-EM4Q", - "4-OS2A", - "XQS-GZ", - "Q-GQHN" - ] + "connectedSystems": "F-EM4Q,4-OS2A,XQS-GZ,Q-GQHN" }, { "solarSystemName": "5H-SM2", "x": 165, "y": 635, "security": -0.7108604604496631, - "connectedSystems": [ - "1L-OEK", - "3-LJW3" - ] + "connectedSystems": "1L-OEK,3-LJW3" }, { "solarSystemName": "4-OS2A", "x": 280, "y": 530, "security": -0.595195922814082, - "connectedSystems": [ - "MN-Q26", - "Q-GQHN" - ] + "connectedSystems": "MN-Q26,Q-GQHN" }, { "solarSystemName": "YI-GV6", "x": 50, "y": 470, "security": -0.6408141710037007, - "connectedSystems": [ - "1L-OEK", - "DE-A7P", - "SO-X5L" - ] + "connectedSystems": "1L-OEK,DE-A7P,SO-X5L" }, { "solarSystemName": "SO-X5L", "x": 150, "y": 500, "security": -0.7033248594531365, - "connectedSystems": [ - "1L-OEK", - "YI-GV6" - ] + "connectedSystems": "1L-OEK,YI-GV6" }, { "solarSystemName": "XQS-GZ", "x": 335, "y": 585, "security": -0.5513123855593074, - "connectedSystems": [ - "MN-Q26", - "LKZ-CY", - "Q-GQHN" - ] + "connectedSystems": "MN-Q26,LKZ-CY,Q-GQHN" }, { "solarSystemName": "Q-GQHN", "x": 250, "y": 585, "security": -0.5285758465269222, - "connectedSystems": [ - "1L-OEK", - "MN-Q26", - "4-OS2A", - "XQS-GZ" - ] + "connectedSystems": "1L-OEK,MN-Q26,4-OS2A,XQS-GZ" }, { "solarSystemName": "A-4JOO", "x": 860, "y": 455, "security": -0.1960289639214587, - "connectedSystems": [ - "TP7-KE", - "3Q-VZA" - ] + "connectedSystems": "TP7-KE,3Q-VZA" }, { "solarSystemName": "TP7-KE", "x": 795, "y": 425, "security": -0.3269291767015929, - "connectedSystems": [ - "B-1UJC", - "UM-SCG", - "A-4JOO", - "R4N-LD" - ] + "connectedSystems": "B-1UJC,UM-SCG,A-4JOO,R4N-LD" }, { "solarSystemName": "R4N-LD", "x": 860, "y": 395, "security": -0.2614946381275261, - "connectedSystems": [ - "TP7-KE", - "M-MBRT", - "HPBE-D" - ] + "connectedSystems": "TP7-KE,M-MBRT,HPBE-D" }, { "solarSystemName": "3Q-VZA", "x": 935, "y": 455, "security": -0.2499016459985767, - "connectedSystems": [ - "A-4JOO" - ] + "connectedSystems": "A-4JOO" }, { "solarSystemName": "M-MBRT", "x": 935, "y": 395, "security": -0.2392914865976924, - "connectedSystems": [ - "R4N-LD" - ] + "connectedSystems": "R4N-LD" }, { "solarSystemName": "HPBE-D", "x": 910, "y": 350, "security": -0.291604855441934, - "connectedSystems": [ - "R4N-LD" - ] + "connectedSystems": "R4N-LD" }, { "solarSystemName": "GRHS-B", "x": 425, "y": 330, "security": -0.4581189217595862, - "connectedSystems": [ - "F-3FOY", - "J-RXYN", - "DUO-51" - ] + "connectedSystems": "F-3FOY,J-RXYN,DUO-51" }, { "solarSystemName": "J-RXYN", "x": 485, "y": 290, "security": -0.4587291436638352, - "connectedSystems": [ - "M3-KAQ", - "GRHS-B", - "DUO-51", - "Z-A8FS" - ] + "connectedSystems": "M3-KAQ,GRHS-B,DUO-51,Z-A8FS" }, { "solarSystemName": "DUO-51", "x": 485, "y": 370, "security": -0.4730031205929128, - "connectedSystems": [ - "GRHS-B", - "J-RXYN", - "07-SLO", - "Z-A8FS" - ] + "connectedSystems": "GRHS-B,J-RXYN,07-SLO,Z-A8FS" }, { "solarSystemName": "07-SLO", "x": 640, "y": 355, "security": -0.3975030045754283, - "connectedSystems": [ - "DUO-51", - "Z-A8FS", - "GPD5-0", - "G063-U" - ] + "connectedSystems": "DUO-51,Z-A8FS,GPD5-0,G063-U" }, { "solarSystemName": "Z-A8FS", "x": 530, "y": 330, "security": -0.5423556330005813, - "connectedSystems": [ - "J-RXYN", - "DUO-51", - "07-SLO" - ] + "connectedSystems": "J-RXYN,DUO-51,07-SLO" }, { "solarSystemName": "GPD5-0", "x": 705, "y": 325, "security": -0.3056842137975108, - "connectedSystems": [ - "07-SLO", - "LP1M-Q" - ] + "connectedSystems": "07-SLO,LP1M-Q" }, { "solarSystemName": "LKZ-CY", "x": 405, "y": 585, "security": -0.449541181494742, - "connectedSystems": [ - "XQS-GZ", - "F5M-CC", - "WRL4-2" - ] + "connectedSystems": "XQS-GZ,F5M-CC,WRL4-2" }, { "solarSystemName": "F5M-CC", "x": 465, "y": 585, "security": -0.3867472661793358, - "connectedSystems": [ - "LKZ-CY", - "H-HHTH", - "TZE-UB" - ] + "connectedSystems": "LKZ-CY,H-HHTH,TZE-UB" }, { "solarSystemName": "TZE-UB", "x": 495, "y": 645, "security": -0.3239295144205671, - "connectedSystems": [ - "F5M-CC", - "XEN7-0" - ] + "connectedSystems": "F5M-CC,XEN7-0" }, { "solarSystemName": "WRL4-2", "x": 380, "y": 630, "security": -0.4095743123614639, - "connectedSystems": [ - "LKZ-CY", - "V7G-RL" - ] + "connectedSystems": "LKZ-CY,V7G-RL" }, { "solarSystemName": "V7G-RL", "x": 370, "y": 670, "security": -0.4412940414248303, - "connectedSystems": [ - "WRL4-2", - "OEG-K9" - ] + "connectedSystems": "WRL4-2,OEG-K9" }, { "solarSystemName": "XEN7-0", "x": 520, "y": 720, "security": -0.1864932493874053, - "connectedSystems": [ - "TZE-UB" - ] + "connectedSystems": "TZE-UB" }, { "solarSystemName": "L-Z9KJ", "x": 145, "y": 75, "security": -0.3467443753699783, - "connectedSystems": [ - "0RI-OV", - "7K-NSE" - ] + "connectedSystems": "0RI-OV,7K-NSE" }, { "solarSystemName": "7K-NSE", "x": 185, "y": 40, "security": -0.286259818820605, - "connectedSystems": [ - "L-Z9KJ", - "OR-7N5" - ] + "connectedSystems": "L-Z9KJ,OR-7N5" }, { "solarSystemName": "OR-7N5", "x": 250, "y": 40, "security": -0.2980689469423445, - "connectedSystems": [ - "7K-NSE", - "JEQG-7", - "5NQI-E" - ] + "connectedSystems": "7K-NSE,JEQG-7,5NQI-E" }, { "solarSystemName": "JEQG-7", "x": 290, "y": 75, "security": -0.2862094103318058, - "connectedSystems": [ - "OR-7N5", - "B-WQDP" - ] + "connectedSystems": "OR-7N5,B-WQDP" }, { "solarSystemName": "5NQI-E", "x": 290, "y": 10, "security": -0.2497209763631132, - "connectedSystems": [ - "OR-7N5" - ] + "connectedSystems": "OR-7N5" }, { "solarSystemName": "B-WQDP", "x": 310, "y": 125, "security": -0.3421525278053309, - "connectedSystems": [ - "5E-CMA", - "JEQG-7" - ] + "connectedSystems": "5E-CMA,JEQG-7" }, { "solarSystemName": "DE-A7P", "x": 0, "y": 365, "security": -0.4728230429486025, - "connectedSystems": [ - "X9V-15", - "YI-GV6" - ] + "connectedSystems": "X9V-15,YI-GV6" }, { "solarSystemName": "X9V-15", "x": 0, "y": 260, "security": -0.3162536917864923, - "connectedSystems": [ - "JMH-PT", - "C0O6-K", - "DE-A7P" - ] + "connectedSystems": "JMH-PT,C0O6-K,DE-A7P" }, { "solarSystemName": "OAQY-M", "x": 95, "y": 290, "security": -0.527079057157033, - "connectedSystems": [ - "R0-DMM", - "LBC-AW", - "4-43BW" - ] + "connectedSystems": "R0-DMM,LBC-AW,4-43BW" }, { "solarSystemName": "1V-LI2", "x": 225, "y": 150, "security": -0.4285767639982289, - "connectedSystems": [ - "5E-CMA", - "M9-MLR", - "GDHN-K", - "LQ-OAI", - "Q-K2T7" - ] + "connectedSystems": "5E-CMA,M9-MLR,GDHN-K,LQ-OAI,Q-K2T7" }, { "solarSystemName": "M9-MLR", "x": 225, "y": 210, "security": -0.3965200064301866, - "connectedSystems": [ - "5E-CMA", - "Q-NA5H", - "1V-LI2" - ] + "connectedSystems": "5E-CMA,Q-NA5H,1V-LI2" }, { "solarSystemName": "B-1UJC", "x": 775, "y": 375, "security": -0.5307990849428734, - "connectedSystems": [ - "4-CM8I", - "TP7-KE" - ] + "connectedSystems": "4-CM8I,TP7-KE" }, { "solarSystemName": "4-43BW", "x": 75, "y": 225, "security": -0.3508743357072572, - "connectedSystems": [ - "OAQY-M", - "G9NE-B", - "8CN-CH", - "V-F6DQ", - "1-7HVI" - ] + "connectedSystems": "OAQY-M,G9NE-B,8CN-CH,V-F6DQ,1-7HVI" }, { "solarSystemName": "SN9-3Z", "x": 670, "y": 10, "security": -0.1435223016264401, - "connectedSystems": [ - "I3CR-F", - "M4-GJ6", - "0TYR-T" - ] + "connectedSystems": "I3CR-F,M4-GJ6,0TYR-T" }, { "solarSystemName": "78-0R6", "x": 530, "y": 40, "security": -0.2569041839417441, - "connectedSystems": [ - "88A-RA", - "C-J6MT", - "L-FM3P", - "MSG-BZ", - "8-OZU1" - ] + "connectedSystems": "88A-RA,C-J6MT,L-FM3P,MSG-BZ,8-OZU1" }, { "solarSystemName": "MSG-BZ", "x": 445, "y": 80, "security": -0.2762124098769656, - "connectedSystems": [ - "GPLB-C", - "78-0R6", - "1QZ-Y9" - ] + "connectedSystems": "GPLB-C,78-0R6,1QZ-Y9" } ] \ No newline at end of file diff --git a/public/Wormhole.json b/public/Wormhole.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/public/Wormhole.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/Yasna Zakh.json b/public/Yasna Zakh.json index fdc75db..371a978 100644 --- a/public/Yasna Zakh.json +++ b/public/Yasna Zakh.json @@ -4,59 +4,34 @@ "x": 513, "y": 382, "security": -0.0173427293383, - "connectedSystems": [ - "G-R4W1", - "LJ-YSW", - "Y-K50G", - "KLMT-W", - "Zarzakh" - ] + "connectedSystems": "G-R4W1,LJ-YSW,Y-K50G,KLMT-W,Zarzakh" }, { "solarSystemName": "H-PA29", "x": 509, "y": 140, "security": -0.241053552113, - "connectedSystems": [ - "P-FSQE", - "1-Y6KI", - "9-266Q", - "Zarzakh" - ] + "connectedSystems": "P-FSQE,1-Y6KI,9-266Q,Zarzakh" }, { "solarSystemName": "Turnur", "x": 323, "y": 333, "security": 0.387434219905, - "connectedSystems": [ - "Uisper", - "Aset", - "Isbrabata", - "Zarzakh" - ] + "connectedSystems": "Uisper,Aset,Isbrabata,Zarzakh" }, { "solarSystemName": "Alsavoinon", "x": 321, "y": 136, "security": 0.266366286154, - "connectedSystems": [ - "Vlillirier", - "F7C-H0", - "Zarzakh" - ] + "connectedSystems": "Vlillirier,F7C-H0,Zarzakh" }, { "solarSystemName": "Zarzakh", "x": 505, "y": 288, "security": -1, - "connectedSystems": [ - "Turnur", - "Alsavoinon", - "H-PA29", - "G-0Q86" - ] + "connectedSystems": "Turnur,Alsavoinon,H-PA29,G-0Q86" } ] \ No newline at end of file diff --git a/public/universe.json b/public/universe.json index 786ac9f..b213e72 100644 --- a/public/universe.json +++ b/public/universe.json @@ -4,42 +4,21 @@ "x": 578.1999999999999, "y": 499.79999999999995, "security": 0.5149152991697388, - "connectsTo": [ - "Devoid", - "Heimatar", - "Providence", - "Molden Heath", - "Curse", - "Great Wildlands" - ] + "connectsTo": "Devoid,Heimatar,Providence,Molden Heath,Curse,Great Wildlands" }, { "regionName": "The Forge", "x": 551.5999999999999, "y": 280, "security": 0.607998281731568, - "connectsTo": [ - "The Citadel", - "Sinq Laison", - "Metropolis", - "Vale of the Silent", - "Lonetrek", - "Geminate", - "Etherium Reach", - "Genesis" - ] + "connectsTo": "The Citadel,Sinq Laison,Metropolis,Vale of the Silent,Lonetrek,Geminate,Etherium Reach,Genesis" }, { "regionName": "Vale of the Silent", "x": 568.4, "y": 170.79999999999998, "security": -0.34033237092591845, - "connectsTo": [ - "Tribute", - "Geminate", - "The Forge", - "The Kalevala Expanse" - ] + "connectsTo": "Tribute,Geminate,The Forge,The Kalevala Expanse" }, { "regionName": "UUA-F4", @@ -52,158 +31,84 @@ "x": 803.5999999999999, "y": 644, "security": -0.38149775065935104, - "connectsTo": [ - "Wicked Creek", - "Insmother", - "Immensea", - "Tenerifis" - ] + "connectsTo": "Wicked Creek,Insmother,Immensea,Tenerifis" }, { "regionName": "Wicked Creek", "x": 739.1999999999999, "y": 585.1999999999999, "security": -0.36377813715148133, - "connectsTo": [ - "Insmother", - "Scalding Pass", - "Detorid" - ] + "connectsTo": "Insmother,Scalding Pass,Detorid" }, { "regionName": "Cache", "x": 907.1999999999999, "y": 397.59999999999997, "security": -0.37385254575820037, - "connectsTo": [ - "Insmother", - "Great Wildlands", - "The Spire", - "Outer Passage" - ] + "connectsTo": "Insmother,Great Wildlands,The Spire,Outer Passage" }, { "regionName": "Scalding Pass", "x": 758.8, "y": 515.1999999999999, "security": -0.26204605431927636, - "connectsTo": [ - "Great Wildlands", - "Curse", - "Wicked Creek", - "Insmother" - ] + "connectsTo": "Great Wildlands,Curse,Wicked Creek,Insmother" }, { "regionName": "Insmother", "x": 865.1999999999999, "y": 534.8, "security": -0.38035062758311483, - "connectsTo": [ - "Wicked Creek", - "Detorid", - "Scalding Pass", - "Cache", - "Etherium Reach", - "The Spire" - ] + "connectsTo": "Wicked Creek,Detorid,Scalding Pass,Cache,Etherium Reach,The Spire" }, { "regionName": "Tribute", "x": 475.99999999999994, "y": 128.79999999999998, "security": -0.32759587715029576, - "connectsTo": [ - "Pure Blind", - "Vale of the Silent", - "Venal", - "Lonetrek" - ] + "connectsTo": "Pure Blind,Vale of the Silent,Venal,Lonetrek" }, { "regionName": "Great Wildlands", "x": 747.5999999999999, "y": 439.59999999999997, "security": -0.17105834314078935, - "connectsTo": [ - "Scalding Pass", - "Curse", - "Molden Heath", - "Geminate", - "Cache", - "Derelik", - "Metropolis", - "Etherium Reach" - ] + "connectsTo": "Scalding Pass,Curse,Molden Heath,Geminate,Cache,Derelik,Metropolis,Etherium Reach" }, { "regionName": "Curse", "x": 618.8, "y": 562.8, "security": -0.07338164115656037, - "connectsTo": [ - "Scalding Pass", - "Great Wildlands", - "Catch", - "Derelik", - "Yasna Zakh" - ] + "connectsTo": "Scalding Pass,Great Wildlands,Catch,Derelik,Yasna Zakh" }, { "regionName": "Malpais", "x": 782.5999999999999, "y": 239.39999999999998, "security": -0.40824559283333334, - "connectsTo": [ - "The Kalevala Expanse", - "Perrigen Falls", - "Oasa", - "Etherium Reach", - "The Spire" - ] + "connectsTo": "The Kalevala Expanse,Perrigen Falls,Oasa,Etherium Reach,The Spire" }, { "regionName": "Catch", "x": 495.59999999999997, "y": 660.8, "security": -0.2717928654079326, - "connectsTo": [ - "Providence", - "Immensea", - "Stain", - "Curse", - "Khanid", - "Querious", - "Tenerifis", - "Impass" - ] + "connectsTo": "Providence,Immensea,Stain,Curse,Khanid,Querious,Tenerifis,Impass" }, { "regionName": "Venal", "x": 489.99999999999994, "y": 72.8, "security": -0.3001421437136561, - "connectsTo": [ - "Tribute", - "Deklein", - "Branch", - "Tenal", - "Perrigen Falls", - "Yasna Zakh" - ] + "connectsTo": "Tribute,Deklein,Branch,Tenal,Perrigen Falls,Yasna Zakh" }, { "regionName": "Lonetrek", "x": 474.59999999999997, "y": 198.79999999999998, "security": 0.606987031951157, - "connectsTo": [ - "The Citadel", - "Pure Blind", - "The Forge", - "Tribute", - "Black Rise" - ] + "connectsTo": "The Citadel,Pure Blind,The Forge,Tribute,Black Rise" }, { "regionName": "J7HZ-F", @@ -216,15 +121,7 @@ "x": 862.4, "y": 284.2, "security": -0.475105936625, - "connectsTo": [ - "Perrigen Falls", - "Outer Passage", - "Oasa", - "Insmother", - "Cache", - "Etherium Reach", - "Malpais" - ] + "connectsTo": "Perrigen Falls,Outer Passage,Oasa,Insmother,Cache,Etherium Reach,Malpais" }, { "regionName": "A821-A", @@ -237,611 +134,336 @@ "x": 309.4, "y": 567, "security": 0.6603052261710941, - "connectsTo": [ - "Domain", - "Kador", - "Khanid", - "Providence", - "Stain" - ] + "connectsTo": "Domain,Kador,Khanid,Providence,Stain" }, { "regionName": "Outer Passage", "x": 907.1999999999999, "y": 204.39999999999998, "security": -0.49631053780681816, - "connectsTo": [ - "The Spire", - "Cobalt Edge", - "Perrigen Falls", - "Cache" - ] + "connectsTo": "The Spire,Cobalt Edge,Perrigen Falls,Cache" }, { "regionName": "Stain", "x": 393.4, "y": 695.8, "security": -0.10455711547221865, - "connectsTo": [ - "Catch", - "Esoteria", - "Period Basis", - "Tash-Murkon" - ] + "connectsTo": "Catch,Esoteria,Period Basis,Tash-Murkon" }, { "regionName": "Pure Blind", "x": 379.4, "y": 137.2, "security": -0.14495905016215693, - "connectsTo": [ - "Tribute", - "Lonetrek", - "Fade", - "Cloud Ring", - "Placid" - ] + "connectsTo": "Tribute,Lonetrek,Fade,Cloud Ring,Placid" }, { "regionName": "Immensea", "x": 610.4, "y": 630, "security": -0.4063121969772383, - "connectsTo": [ - "Catch", - "Tenerifis", - "Detorid" - ] + "connectsTo": "Catch,Tenerifis,Detorid" }, { "regionName": "Etherium Reach", "x": 702.8, "y": 275.79999999999995, "security": -0.27166658504, - "connectsTo": [ - "The Kalevala Expanse", - "Perrigen Falls", - "Malpais", - "The Forge", - "Great Wildlands", - "Insmother", - "The Spire" - ] + "connectsTo": "The Kalevala Expanse,Perrigen Falls,Malpais,The Forge,Great Wildlands,Insmother,The Spire" }, { "regionName": "Molden Heath", "x": 658, "y": 425.59999999999997, "security": 0.3680469879577652, - "connectsTo": [ - "Heimatar", - "Great Wildlands", - "Derelik", - "Metropolis" - ] + "connectsTo": "Heimatar,Great Wildlands,Derelik,Metropolis" }, { "regionName": "Geminate", "x": 621.5999999999999, "y": 229.6, "security": -0.3024275973019025, - "connectsTo": [ - "Vale of the Silent", - "Great Wildlands", - "The Forge", - "Metropolis", - "The Kalevala Expanse" - ] + "connectsTo": "Vale of the Silent,Great Wildlands,The Forge,Metropolis,The Kalevala Expanse" }, { "regionName": "Heimatar", "x": 574, "y": 413, "security": 0.669170560510317, - "connectsTo": [ - "Derelik", - "Metropolis", - "Molden Heath", - "Devoid", - "Sinq Laison", - "The Bleak Lands" - ] + "connectsTo": "Derelik,Metropolis,Molden Heath,Devoid,Sinq Laison,The Bleak Lands" }, { "regionName": "Impass", "x": 526.4, "y": 722.4, "security": -0.2977719593499965, - "connectsTo": [ - "Tenerifis", - "Feythabolis", - "Catch" - ] + "connectsTo": "Tenerifis,Feythabolis,Catch" }, { "regionName": "Sinq Laison", "x": 364, "y": 357, "security": 0.6156939756658657, - "connectsTo": [ - "The Forge", - "The Citadel", - "Everyshore", - "Essence", - "Metropolis", - "The Bleak Lands", - "Domain", - "Heimatar", - "Genesis" - ] + "connectsTo": "The Forge,The Citadel,Everyshore,Essence,Metropolis,The Bleak Lands,Domain,Heimatar,Genesis" }, { "regionName": "The Citadel", "x": 453.59999999999997, "y": 278.59999999999997, "security": 0.6309940396437572, - "connectsTo": [ - "Essence", - "Lonetrek", - "Sinq Laison", - "The Forge", - "Verge Vendor", - "Black Rise" - ] + "connectsTo": "Essence,Lonetrek,Sinq Laison,The Forge,Verge Vendor,Black Rise" }, { "regionName": "The Kalevala Expanse", "x": 697.1999999999999, "y": 189, "security": -0.39691262036231884, - "connectsTo": [ - "Etherium Reach", - "Malpais", - "Vale of the Silent", - "Geminate" - ] + "connectsTo": "Etherium Reach,Malpais,Vale of the Silent,Geminate" }, { "regionName": "Deklein", "x": 354.2, "y": 28, "security": -0.6112487431751329, - "connectsTo": [ - "Venal", - "Branch", - "Fade" - ] + "connectsTo": "Venal,Branch,Fade" }, { "regionName": "Devoid", "x": 446.59999999999997, "y": 519.4, "security": 0.5119248873994359, - "connectsTo": [ - "The Bleak Lands", - "Derelik", - "Providence", - "Domain", - "Heimatar" - ] + "connectsTo": "The Bleak Lands,Derelik,Providence,Domain,Heimatar" }, { "regionName": "Everyshore", "x": 275.79999999999995, "y": 347.2, "security": 0.6360925705249215, - "connectsTo": [ - "Sinq Laison", - "Essence", - "Genesis" - ] + "connectsTo": "Sinq Laison,Essence,Genesis" }, { "regionName": "The Bleak Lands", "x": 446.59999999999997, "y": 456.4, "security": 0.47874671877399877, - "connectsTo": [ - "Devoid", - "Domain", - "Sinq Laison", - "Heimatar", - "Metropolis" - ] + "connectsTo": "Devoid,Domain,Sinq Laison,Heimatar,Metropolis" }, { "regionName": "Esoteria", "x": 358.4, "y": 753.1999999999999, "security": -0.31748632857731396, - "connectsTo": [ - "Stain", - "Paragon Soul", - "Feythabolis" - ] + "connectsTo": "Stain,Paragon Soul,Feythabolis" }, { "regionName": "Oasa", "x": 862.4, "y": 135.79999999999998, "security": -0.4332066145529412, - "connectsTo": [ - "Malpais", - "Perrigen Falls", - "Cobalt Edge", - "The Spire" - ] + "connectsTo": "Malpais,Perrigen Falls,Cobalt Edge,The Spire" }, { "regionName": "Syndicate", "x": 130.2, "y": 243.6, "security": -0.13152558743062276, - "connectsTo": [ - "Placid", - "Verge Vendor", - "Outer Ring", - "Solitude", - "Cloud Ring" - ] + "connectsTo": "Placid,Verge Vendor,Outer Ring,Solitude,Cloud Ring" }, { "regionName": "Metropolis", "x": 611.8, "y": 355.59999999999997, "security": 0.58966881561735, - "connectsTo": [ - "Heimatar", - "Sinq Laison", - "Molden Heath", - "The Forge", - "Great Wildlands", - "Geminate", - "The Bleak Lands", - "Genesis", - "Yasna Zakh" - ] + "connectsTo": "Heimatar,Sinq Laison,Molden Heath,The Forge,Great Wildlands,Geminate,The Bleak Lands,Genesis,Yasna Zakh" }, { "regionName": "Domain", "x": 350, "y": 503.99999999999994, "security": 0.622324871109413, - "connectsTo": [ - "Kador", - "Tash-Murkon", - "The Bleak Lands", - "Kor-Azor", - "Devoid", - "Providence", - "Sinq Laison" - ] + "connectsTo": "Kador,Tash-Murkon,The Bleak Lands,Kor-Azor,Devoid,Providence,Sinq Laison" }, { "regionName": "Solitude", "x": 118.99999999999999, "y": 373.79999999999995, "security": 0.43695860747334253, - "connectsTo": [ - "Syndicate", - "Aridia", - "Placid" - ] + "connectsTo": "Syndicate,Aridia,Placid" }, { "regionName": "Tenal", "x": 541.8, "y": 5.6, "security": -0.3992947466678551, - "connectsTo": [ - "Branch", - "Venal", - "Cobalt Edge" - ] + "connectsTo": "Branch,Venal,Cobalt Edge" }, { "regionName": "Fade", "x": 345.79999999999995, "y": 81.19999999999999, "security": -0.3635972129581686, - "connectsTo": [ - "Pure Blind", - "Cloud Ring", - "Deklein" - ] + "connectsTo": "Pure Blind,Cloud Ring,Deklein" }, { "regionName": "Providence", "x": 446.59999999999997, "y": 596.4, "security": -0.14058107644986062, - "connectsTo": [ - "Derelik", - "Catch", - "Devoid", - "Tash-Murkon", - "Domain" - ] + "connectsTo": "Derelik,Catch,Devoid,Tash-Murkon,Domain" }, { "regionName": "Placid", "x": 251.99999999999997, "y": 215.6, "security": 0.32579435985104327, - "connectsTo": [ - "Verge Vendor", - "Syndicate", - "Cloud Ring", - "Pure Blind", - "Essence", - "Black Rise", - "Solitude", - "Yasna Zakh" - ] + "connectsTo": "Verge Vendor,Syndicate,Cloud Ring,Pure Blind,Essence,Black Rise,Solitude,Yasna Zakh" }, { "regionName": "Khanid", "x": 169.39999999999998, "y": 576.8, "security": 0.4707018411736416, - "connectsTo": [ - "Tash-Murkon", - "Kor-Azor", - "Querious", - "Catch", - "Aridia" - ] + "connectsTo": "Tash-Murkon,Kor-Azor,Querious,Catch,Aridia" }, { "regionName": "Querious", "x": 225.39999999999998, "y": 655.1999999999999, "security": -0.30662408350814446, - "connectsTo": [ - "Khanid", - "Delve", - "Catch" - ] + "connectsTo": "Khanid,Delve,Catch" }, { "regionName": "Cloud Ring", "x": 201.6, "y": 121.8, "security": -0.0743454982001546, - "connectsTo": [ - "Syndicate", - "Fade", - "Outer Ring", - "Pure Blind", - "Placid", - "Fountain", - "Black Rise" - ] + "connectsTo": "Syndicate,Fade,Outer Ring,Pure Blind,Placid,Fountain,Black Rise" }, { "regionName": "Kador", "x": 267.4, "y": 473.2, "security": 0.6126151510741249, - "connectsTo": [ - "Domain", - "Genesis", - "Tash-Murkon", - "Kor-Azor" - ] + "connectsTo": "Domain,Genesis,Tash-Murkon,Kor-Azor" }, { "regionName": "Cobalt Edge", "x": 911.4, "y": 84, "security": -0.5536523969632012, - "connectsTo": [ - "Oasa", - "Outer Passage", - "Tenal" - ] + "connectsTo": "Oasa,Outer Passage,Tenal" }, { "regionName": "Aridia", "x": 91, "y": 485.79999999999995, "security": 0.24478602679259379, - "connectsTo": [ - "Genesis", - "Khanid", - "Fountain", - "Solitude", - "Delve", - "Kor-Azor" - ] + "connectsTo": "Genesis,Khanid,Fountain,Solitude,Delve,Kor-Azor" }, { "regionName": "Branch", "x": 438.2, "y": 1.4, "security": -0.5066867665502245, - "connectsTo": [ - "Venal", - "Tenal", - "Deklein" - ] + "connectsTo": "Venal,Tenal,Deklein" }, { "regionName": "Feythabolis", "x": 518, "y": 791, "security": -0.4091841058376114, - "connectsTo": [ - "Impass", - "Omist", - "Esoteria", - "Tenerifis" - ] + "connectsTo": "Impass,Omist,Esoteria,Tenerifis" }, { "regionName": "Outer Ring", "x": 67.19999999999999, "y": 152.6, "security": -0.11103294363595742, - "connectsTo": [ - "Syndicate", - "Fountain", - "Cloud Ring" - ] + "connectsTo": "Syndicate,Fountain,Cloud Ring" }, { "regionName": "Fountain", "x": 0, "y": 306.59999999999997, "security": -0.29222405411119884, - "connectsTo": [ - "Outer Ring", - "Aridia", - "Delve", - "Cloud Ring" - ] + "connectsTo": "Outer Ring,Aridia,Delve,Cloud Ring" }, { "regionName": "Paragon Soul", "x": 267.4, "y": 785.4, "security": -0.24369043436760165, - "connectsTo": [ - "Esoteria", - "Period Basis" - ] + "connectsTo": "Esoteria,Period Basis" }, { "regionName": "Delve", "x": 58.8, "y": 627.1999999999999, "security": -0.3946951739788309, - "connectsTo": [ - "Querious", - "Period Basis", - "Fountain", - "Aridia" - ] + "connectsTo": "Querious,Period Basis,Fountain,Aridia" }, { "regionName": "Tenerifis", "x": 631.4, "y": 694.4, "security": -0.36507054923117094, - "connectsTo": [ - "Immensea", - "Impass", - "Catch", - "Omist", - "Feythabolis", - "Detorid" - ] + "connectsTo": "Immensea,Impass,Catch,Omist,Feythabolis,Detorid" }, { "regionName": "Omist", "x": 617.4, "y": 764.4, "security": -0.3901093373640807, - "connectsTo": [ - "Feythabolis", - "Tenerifis" - ] + "connectsTo": "Feythabolis,Tenerifis" }, { "regionName": "Period Basis", "x": 95.19999999999999, "y": 739.1999999999999, "security": -0.42878320818367055, - "connectsTo": [ - "Delve", - "Paragon Soul", - "Stain" - ] + "connectsTo": "Delve,Paragon Soul,Stain" }, { "regionName": "Essence", "x": 268.79999999999995, "y": 268.79999999999995, "security": 0.5887139407756176, - "connectsTo": [ - "Sinq Laison", - "Everyshore", - "Genesis", - "The Citadel", - "Verge Vendor", - "Placid", - "Black Rise" - ] + "connectsTo": "Sinq Laison,Everyshore,Genesis,The Citadel,Verge Vendor,Placid,Black Rise" }, { "regionName": "Kor-Azor", "x": 201.6, "y": 518, "security": 0.5162395295666038, - "connectsTo": [ - "Domain", - "Genesis", - "Kador", - "Khanid", - "Aridia" - ] + "connectsTo": "Domain,Genesis,Kador,Khanid,Aridia" }, { "regionName": "Perrigen Falls", "x": 775.5999999999999, "y": 154, "security": -0.44654669681730774, - "connectsTo": [ - "Malpais", - "The Spire", - "Oasa", - "Etherium Reach", - "Outer Passage", - "Venal" - ] + "connectsTo": "Malpais,The Spire,Oasa,Etherium Reach,Outer Passage,Venal" }, { "regionName": "Genesis", "x": 187.6, "y": 441, "security": 0.449996365784655, - "connectsTo": [ - "Kador", - "Essence", - "Everyshore", - "Verge Vendor", - "Kor-Azor", - "Aridia", - "Sinq Laison", - "The Forge", - "Metropolis" - ] + "connectsTo": "Kador,Essence,Everyshore,Verge Vendor,Kor-Azor,Aridia,Sinq Laison,The Forge,Metropolis" }, { "regionName": "Verge Vendor", "x": 184.79999999999998, "y": 316.4, "security": 0.6622543631310255, - "connectsTo": [ - "Essence", - "Genesis", - "Placid", - "Syndicate", - "The Citadel" - ] + "connectsTo": "Essence,Genesis,Placid,Syndicate,The Citadel" }, { "regionName": "Black Rise", "x": 394.79999999999995, "y": 224, "security": 0.3282094965606475, - "connectsTo": [ - "Lonetrek", - "Cloud Ring", - "Placid", - "The Citadel", - "Essence" - ] + "connectsTo": "Lonetrek,Cloud Ring,Placid,The Citadel,Essence" }, { "regionName": "Pochven", @@ -854,11 +476,13 @@ "x": 579.5999999999999, "y": 457.79999999999995, "security": -1, - "connectsTo": [ - "Metropolis", - "Placid", - "Venal", - "Curse" - ] + "connectsTo": "Metropolis,Placid,Venal,Curse" + }, + { + "regionName": "Wormhole", + "x": 200, + "y": 50, + "security": -1, + "connectsTo": "" } ] \ No newline at end of file diff --git a/src/components/Connection.tsx b/src/components/Connection.tsx index d7f427f..201df76 100644 --- a/src/components/Connection.tsx +++ b/src/components/Connection.tsx @@ -1,12 +1,13 @@ import React from 'react'; +import { Connection as ConnectionType } from '../lib/types'; -interface ConnectionProps { - from: { x: number; y: number }; - to: { x: number; y: number }; - color?: string; -} +export const Connection: React.FC = ({ from, to, color }) => { + if (!from || !to) { + console.log(`Connection: ${from} -> ${to} is fucked up`); + return null; + }; + const baseColor = color || "#a855f7"; -export const Connection: React.FC = ({ from, to, color }) => { return ( {/* Glow effect */} @@ -15,19 +16,19 @@ export const Connection: React.FC = ({ from, to, color }) => { y1={from.y} x2={to.x} y2={to.y} - stroke={color || "#a855f7"} - strokeWidth="5" + stroke={baseColor} + strokeWidth={"5"} opacity="0.3" /> - + {/* Main line */} diff --git a/src/components/GalaxyMap.tsx b/src/components/GalaxyMap.tsx index 6fc7afa..c033388 100644 --- a/src/components/GalaxyMap.tsx +++ b/src/components/GalaxyMap.tsx @@ -4,19 +4,8 @@ import { MapNode } from './MapNode'; import { Connection } from './Connection'; import { useQuery } from '@tanstack/react-query'; import { getSecurityColor } from '../utils/securityColors'; +import { Position, Region } from '../lib/types'; -interface Region { - regionName: string; - x: string; - y: string; - security: number; - connectsTo: string[]; -} - -interface Position { - x: number; - y: number; -} const fetchUniverseData = async (): Promise => { const response = await fetch('/universe.json'); @@ -154,17 +143,17 @@ export const GalaxyMap = () => { > - + - - + + {/* Render connections first (behind nodes) */} {regions?.map((region) => - region.connectsTo?.map((connectedRegion) => { + region.connectsTo?.split(',').map((connectedRegion) => { const fromPos = nodePositions[region.regionName]; const toPos = nodePositions[connectedRegion]; if (!fromPos || !toPos) return null; diff --git a/src/components/MapNode.tsx b/src/components/MapNode.tsx index f50bd92..0492a3b 100644 --- a/src/components/MapNode.tsx +++ b/src/components/MapNode.tsx @@ -6,9 +6,15 @@ interface MapNodeProps { name: string; position: { x: number; y: number }; onClick: () => void; + onDoubleClick?: (e: React.MouseEvent) => void; + onDragStart?: (e: React.MouseEvent) => void; + onDrag?: (e: React.MouseEvent) => void; + onDragEnd?: (e: React.MouseEvent) => void; + onContextMenu?: (e: React.MouseEvent) => void; type: 'region' | 'system'; security?: number; signatures?: number; + isDraggable?: boolean; } export const MapNode: React.FC = ({ @@ -16,13 +22,49 @@ export const MapNode: React.FC = ({ name, position, onClick, + onDoubleClick, + onDragStart, + onDrag, + onDragEnd, + onContextMenu, type, security, - signatures + signatures, + isDraggable = false }) => { const [isHovered, setIsHovered] = useState(false); + const [isDragging, setIsDragging] = useState(false); + + const handleMouseDown = (e: React.MouseEvent) => { + console.log('MapNode handleMouseDown', { isDraggable, type, isDragging }); + if (!isDraggable || type !== 'system') return; + e.stopPropagation(); + onDragStart?.(e); + }; + + const handleMouseMove = (e: React.MouseEvent) => { + console.log('MapNode handleMouseMove', { isDragging, isDraggable, type }); + if (!isDragging || !isDraggable || type !== 'system') return; + e.stopPropagation(); + onDrag?.(e); + }; + + const handleMouseUp = (e: React.MouseEvent) => { + console.log('MapNode handleMouseUp', { isDragging, isDraggable, type }); + if (!isDragging || !isDraggable || type !== 'system') return; + e.stopPropagation(); + setIsDragging(false); + onDragEnd?.(e); + }; + + const handleMouseLeave = (e: React.MouseEvent) => { + console.log('MapNode handleMouseLeave', { isDragging, isDraggable, type }); + if (!isDragging || !isDraggable || type !== 'system') return; + e.stopPropagation(); + setIsDragging(false); + onDragEnd?.(e); + }; - // Use security-based color for both systems and regions const nodeColor = security !== undefined ? getSecurityColor(security) : '#a855f7'; // fallback purple color @@ -94,17 +136,26 @@ export const MapNode: React.FC = ({ return ( setIsHovered(true)} onMouseLeave={() => setIsHovered(false)} + onMouseDown={handleMouseDown} onClick={(e) => { e.stopPropagation(); onClick(); }} + onDoubleClick={(e) => { + e.stopPropagation(); + onDoubleClick?.(e); + }} + onContextMenu={(e) => { + e.stopPropagation(); + onContextMenu?.(e); + }} > {/* Node glow effect */} = ({ fill="#ffffff" fontSize="10" fontWeight="bold" - className={`transition-all duration-300 ${ - isHovered ? 'fill-purple-200' : 'fill-white' - } pointer-events-none select-none`} + className={`transition-all duration-300 ${isHovered ? 'fill-purple-200' : 'fill-white' + } pointer-events-none select-none`} style={{ textShadow: '2px 2px 4px rgba(0,0,0,0.8)' }} > {name} {security !== undefined && ( diff --git a/src/components/RegionMap.tsx b/src/components/RegionMap.tsx index e86661e..6b705c1 100644 --- a/src/components/RegionMap.tsx +++ b/src/components/RegionMap.tsx @@ -1,105 +1,232 @@ -import React, { useState, useRef, useCallback, useEffect, useMemo } from 'react'; +import React, { useState, useRef, useCallback, useEffect } from 'react'; import { useNavigate } from 'react-router-dom'; -import { MapNode } from './MapNode'; -import { Connection } from './Connection'; -import { getSecurityColor } from '../utils/securityColors'; -import { useRegionData } from '../hooks/useRegionData'; +import { MapNode } from '@/components/MapNode'; +import { SystemContextMenu } from '@/components/SystemContextMenu'; +import { Connection } from '@/components/Connection'; +import { useRegionData } from '@/hooks/useRegionData'; +import { loadWormholeSystems, saveWormholeSystem, deleteWormholeSystem } from '@/utils/wormholeStorage'; +import { System, Position, Connection as ConnectionType } from '@/lib/types'; +import { getSecurityColor } from '@/utils/securityColors'; import { Header } from './Header'; -interface Position { - x: number; - y: number; -} - -interface ProcessedConnection { - key: string; - from: Position; - to: Position; - color: string; -} - interface RegionMapProps { regionName: string; focusSystem?: string; isCompact?: boolean; + isWormholeRegion?: boolean; } -export const RegionMap = ({ regionName, focusSystem, isCompact = false }: RegionMapProps) => { +interface ContextMenuState { + x: number, + y: number, + system: System +} + +function computeNodePositions(systems: Map): Record { + const nodePositions: Record = {}; + systems.forEach((system, key) => { + nodePositions[key] = { x: system.x, y: system.y }; + }); + return nodePositions; +} +function computeNodeConnections(systems: Map): Map { + const connections: Map = new Map(); + for (const [key, system] of systems.entries()) { + const connectedSystems = system.connectedSystems.split(','); + for (let connectedSystem of connectedSystems) { + connectedSystem = connectedSystem.trim(); + const connectionKey = [key, connectedSystem].sort().join('-'); + const destinationSystem = systems.get(connectedSystem); + if (destinationSystem) { + const averageSecurity = ((system.security || 0) + (destinationSystem.security || 0)) / 2; + const connection = { + key: connectionKey, + from: { x: system.x, y: system.y }, + to: { x: destinationSystem.x, y: destinationSystem.y }, + color: getSecurityColor(averageSecurity) + } + connections.set(connectionKey, connection); + } else { + console.log(`Destination system ${connectedSystem} not found for ${key}`); + } + } + } + return connections; +} + +export const RegionMap = ({ regionName, focusSystem, isCompact = false, isWormholeRegion = false }: RegionMapProps) => { const navigate = useNavigate(); const [viewBox, setViewBox] = useState({ x: 0, y: 0, width: 1200, height: 800 }); const [isPanning, setIsPanning] = useState(false); const [lastPanPoint, setLastPanPoint] = useState({ x: 0, y: 0 }); - const [nodePositions, setNodePositions] = useState>({}); + const [draggingNode, setDraggingNode] = useState(null); + const [tempConnection, setTempConnection] = useState<{ from: Position; to: Position } | null>(null); + const [systems, setSystems] = useState>(new Map()); + const [contextMenu, setContextMenu] = useState(null); + const [connections, setConnections] = useState>(new Map()); + const [positions, setPositions] = useState>({}); const svgRef = useRef(null); - const { data: systems, isLoading, error } = useRegionData(regionName); - - // Process connections once when systems or nodePositions change - const processedConnections = useMemo(() => { - if (!systems || !nodePositions) return []; - - const connections = new Map(); - - systems.forEach(system => { - system.connectedSystems?.forEach(connectedSystem => { - const connectionKey = [system.solarSystemName, connectedSystem].sort().join('-'); - if (connections.has(connectionKey)) return; - - const fromPos = nodePositions[system.solarSystemName]; - const toPos = nodePositions[connectedSystem]; - if (!fromPos || !toPos) return; - - const toSystem = systems.find(s => s.solarSystemName === connectedSystem); - if (!toSystem) return; - - const avgSecurity = (system.security + toSystem.security) / 2; - const connectionColor = getSecurityColor(avgSecurity); - - connections.set(connectionKey, { - key: connectionKey, - from: fromPos, - to: toPos, - color: connectionColor - }); - }); - }); - - return Array.from(connections.values()); - }, [systems, nodePositions]); - - // Initialize node positions and focus on system if specified + const { data: rsystems, isLoading, error } = useRegionData(regionName); useEffect(() => { - if (systems) { - const positions: Record = {}; - systems.forEach(system => { - positions[system.solarSystemName] = { - x: system.x, - y: system.y - }; - }); - setNodePositions(positions); + if (!isLoading && error == null && rsystems && rsystems.size > 0) + setSystems(rsystems); + }, [rsystems, isLoading, error]); - // If focusSystem is specified and we're in compact mode, center on it - if (focusSystem && isCompact) { - const focusSystemData = systems.find(s => s.solarSystemName === focusSystem); - if (focusSystemData) { - setViewBox({ - x: focusSystemData.x - 200, - y: focusSystemData.y - 150, - width: 400, - height: 300 - }); - } - } + // Process connections when systems or nodePositions change + useEffect(() => { + if (!systems || systems.size === 0) return; + console.log("Computing node positions"); + const positions = computeNodePositions(systems); + setPositions(positions); + console.log("Computing node connections"); + const connections = computeNodeConnections(systems); + setConnections(connections); + }, [systems]); + + // Load wormhole systems on mount if in wormhole region + useEffect(() => { + if (isWormholeRegion) { + loadWormholeSystems().then(wormholeSystems => { + setSystems(wormholeSystems); + }); } - }, [systems, focusSystem, isCompact]); + }, [isWormholeRegion]); const handleSystemClick = (systemName: string) => { if (focusSystem === systemName) return; - navigate(`/regions/${regionName}/${systemName}`); }; + const handleSystemDoubleClick = async (e: React.MouseEvent, position: Position) => { + if (!isWormholeRegion) return; + e.stopPropagation(); + + // Create a new system at the clicked position + const newSystemName = `WH-${Date.now()}`; + const newSystem: System = { + solarSystemName: newSystemName, + x: position.x, + y: position.y, + connectedSystems: '' + } + const dbSystem = await saveWormholeSystem(newSystem); + setSystems(new Map(systems).set(newSystemName, dbSystem)); + }; + + const handleMapDoubleClick = (e: React.MouseEvent) => { + if (!isWormholeRegion || !svgRef.current) return; + e.stopPropagation(); + + const point = svgRef.current.createSVGPoint(); + point.x = e.clientX; + point.y = e.clientY; + + // Convert to SVG coordinates + const svgPoint = point.matrixTransform(svgRef.current.getScreenCTM()!.inverse()); + const x = svgPoint.x; + const y = svgPoint.y; + + handleSystemDoubleClick(e, { x, y }); + }; + + const handleNodeDragStart = (e: React.MouseEvent, nodeId: string) => { + if (!isWormholeRegion) return; + e.stopPropagation(); + setDraggingNode(nodeId); + + const point = svgRef.current.createSVGPoint(); + point.x = e.clientX; + point.y = e.clientY; + + // Convert to SVG coordinates + const svgPoint = point.matrixTransform(svgRef.current.getScreenCTM()!.inverse()); + const x = svgPoint.x; + const y = svgPoint.y; + + setTempConnection({ + from: { x: systems.get(nodeId)!.x, y: systems.get(nodeId)!.y }, + to: { x, y } + }); + }; + + const handleSvgMouseMove = (e: React.MouseEvent) => { + if (!draggingNode || !isWormholeRegion || !svgRef.current) return; + e.stopPropagation(); + + // Create a point in screen coordinates + const point = svgRef.current.createSVGPoint(); + point.x = e.clientX; + point.y = e.clientY; + + // Convert to SVG coordinates + const svgPoint = point.matrixTransform(svgRef.current.getScreenCTM()!.inverse()); + const x = svgPoint.x; + const y = svgPoint.y; + + // Check for nearby systems to snap to + var targetSystem: System | null = null; + systems.forEach(system => { + if (system.solarSystemName === draggingNode) return; + const dx = system.x - x; + const dy = system.y - y; + const distance = Math.sqrt(dx * dx + dy * dy); + if (distance < 20) { + targetSystem = system; + } + }); + + // Update temp connection with either snapped position or exact mouse position + setTempConnection(prev => prev ? { + from: prev.from, + to: targetSystem ? { x: targetSystem.x, y: targetSystem.y } : { x, y } + } : null); + + if (targetSystem) + handleNodeDragEnd(e, targetSystem.solarSystemName); + }; + + const handleSvgMouseUp = (e: React.MouseEvent) => { + if (!draggingNode || !isWormholeRegion) return; + e.stopPropagation(); + handleNodeDragEnd(e); + }; + + const handleNodeDragEnd = (e: React.MouseEvent, targetNodeId?: string) => { + if (!draggingNode || !isWormholeRegion) return; + e.stopPropagation(); + + if (targetNodeId && targetNodeId !== draggingNode) { + // Check if connection already exists + const connectionKey = [draggingNode, targetNodeId].sort().join('-'); + const connectionExists = connections.has(connectionKey); + + if (!connectionExists) { + const systemFrom = systems.get(draggingNode)!; + const systemTo = systems.get(targetNodeId)!; + + const systemFromConnectedSystems = systemFrom.connectedSystems.split(",").filter(system => system != ""); + systemFromConnectedSystems.push(targetNodeId); + systemFrom.connectedSystems = systemFromConnectedSystems.join(","); + + const systemToConnectedSystems = systemTo.connectedSystems.split(",").filter(system => system != ""); + systemToConnectedSystems.push(draggingNode); + systemTo.connectedSystems = systemToConnectedSystems.join(","); + + systems.set(draggingNode, systemFrom); + systems.set(targetNodeId, systemTo); + setSystems(new Map(systems)); + + // We will just trust that they got saved + saveWormholeSystem(systemFrom); + saveWormholeSystem(systemTo); + } + } + + setDraggingNode(null); + setTempConnection(null); + }; + const handleMouseDown = useCallback((e: React.MouseEvent) => { if (!svgRef.current) return; setIsPanning(true); @@ -161,6 +288,89 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region }); }, [viewBox]); + const handleContextMenu = (e: React.MouseEvent, system: System) => { + if (!isWormholeRegion) return; + e.preventDefault(); + e.stopPropagation(); + + const rect = svgRef.current?.getBoundingClientRect(); + if (!rect) return; + + setContextMenu({ + x: e.clientX, + y: e.clientY, + system: system + }); + }; + + const handleRenameSystem = (oldName: string, newName: string) => { + const system = systems.get(oldName); + if (system) { + const newSystems = new Map(systems); + system.solarSystemName = newName; + newSystems.set(newName, system); + newSystems.delete(oldName); + saveWormholeSystem(system); + + // Update all the systems this system connects to + const connectedSystems = system.connectedSystems.split(','); + for (const connectedSystem of connectedSystems) { + const connectedSystemobj = newSystems.get(connectedSystem); + if (connectedSystemobj) { + connectedSystemobj.connectedSystems = connectedSystemobj.connectedSystems.replace(oldName, newName); + newSystems.set(connectedSystem, connectedSystemobj); + saveWormholeSystem(connectedSystemobj); + } + } + + // Update all the systems that connect to this system + for (const [key, system] of newSystems.entries()) { + if (system.connectedSystems.includes(oldName)) { + system.connectedSystems = system.connectedSystems.replace(oldName, newName); + newSystems.set(key, system); + saveWormholeSystem(system); + } + } + + setSystems(newSystems); + } + + setContextMenu(null); + }; + + const handleClearConnections = async (system: System) => { + system.connectedSystems = ''; + for (const [key, isystem] of systems.entries()) { + if (system.solarSystemName === isystem.solarSystemName) continue; + if (!isystem.connectedSystems.includes(system.solarSystemName)) continue; + isystem.connectedSystems = isystem.connectedSystems.split(',').filter(connectedSystem => connectedSystem !== system.solarSystemName).join(','); + systems.set(key, isystem); + saveWormholeSystem(isystem); + } + setSystems(new Map(systems)); + saveWormholeSystem(system); + setContextMenu(null); + }; + + const handleDeleteSystem = async (system: System) => { + try { + const newSystems = new Map(systems); + newSystems.delete(system.solarSystemName); + setSystems(newSystems); + await deleteWormholeSystem(system); + setContextMenu(null); + } catch (error) { + console.error('Error deleting system:', error); + } + }; + + // Close context menu when clicking outside + useEffect(() => { + const handleClickOutside = () => setContextMenu(null); + document.addEventListener('click', handleClickOutside); + return () => document.removeEventListener('click', handleClickOutside); + }, []); + if (isLoading) { return (
@@ -180,87 +390,8 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region ); } - // Compact mode (for system page) - if (isCompact) { - return ( -
- - - - - - - - - - - - {/* Render connections */} - {processedConnections.map(connection => ( - - ))} - - {/* Render systems */} - {systems?.map((system) => ( - handleSystemClick(system.solarSystemName)} - type="system" - security={system.security} - signatures={system.signatures} - /> - ))} - - {/* Highlight focused system */} - {focusSystem && nodePositions[focusSystem] && ( - - - - )} - -
- ); - } - - // Full page mode - Make truly fullscreen return ( -
+
+ { + if (isPanning) { + handleMouseMove(e); + } else { + handleSvgMouseMove(e); + } + }} + onMouseUp={(e) => { + if (isPanning) { + handleMouseUp(); + } else { + handleSvgMouseUp(e); + } + }} + onMouseLeave={handleMouseUp} + onWheel={handleWheel} + onDoubleClick={handleMapDoubleClick} + > + + + + + + + + + -
- - - - - - - - - - + {/* Render all connections */} + {Array.from(connections.entries()).map(([key, connection]) => ( + + ))} - {/* Render connections */} - {processedConnections.map(connection => ( - + )} + + {/* Render existing systems */} + {Array.from(systems.entries()).map(([key, system]) => ( + handleSystemClick(system.solarSystemName)} + onDoubleClick={(e) => handleSystemDoubleClick(e, positions[system.solarSystemName])} + onDragStart={(e) => handleNodeDragStart(e, system.solarSystemName)} + onDrag={handleSvgMouseMove} + onDragEnd={handleNodeDragEnd} + onContextMenu={(e) => handleContextMenu(e, system)} + type="system" + security={system.security} + signatures={system.signatures} + isDraggable={isWormholeRegion} + /> + ))} + + {/* Highlight focused system */} + {focusSystem && positions[focusSystem] && ( + + - ))} + + )} + - {/* Render systems */} - {systems?.map((system) => ( - handleSystemClick(system.solarSystemName)} - type="system" - security={system.security} - signatures={system.signatures} - /> - ))} - -
+ {/* Context Menu */} + {contextMenu && ( + handleRenameSystem(contextMenu.system.solarSystemName, newName)} + onDelete={handleDeleteSystem} + onClearConnections={handleClearConnections} + onClose={() => setContextMenu(null)} + /> + )}
); }; diff --git a/src/components/SignatureCard.tsx b/src/components/SignatureCard.tsx index e8a8c92..2a971b6 100644 --- a/src/components/SignatureCard.tsx +++ b/src/components/SignatureCard.tsx @@ -2,7 +2,7 @@ import { Card, CardContent } from "@/components/ui/card"; import { Badge } from "@/components/ui/badge"; import { Zap, Shield, Coins, HelpCircle } from "lucide-react"; -import { Signature } from "./SystemTracker"; +import { Signature } from "@/lib/types"; interface SignatureCardProps { signature: Signature; diff --git a/src/components/SignatureListItem.tsx b/src/components/SignatureListItem.tsx index 561d91d..bb60422 100644 --- a/src/components/SignatureListItem.tsx +++ b/src/components/SignatureListItem.tsx @@ -1,6 +1,6 @@ import { Badge } from "@/components/ui/badge"; import { Zap, Shield, Coins, HelpCircle, Clock, AlertTriangle, Skull } from "lucide-react"; -import { Signature } from "@/components/SystemTracker"; +import { Signature } from "@/lib/types"; interface SignatureListItemProps { signature: Signature; diff --git a/src/components/SystemContextMenu.tsx b/src/components/SystemContextMenu.tsx new file mode 100644 index 0000000..5af7178 --- /dev/null +++ b/src/components/SystemContextMenu.tsx @@ -0,0 +1,89 @@ +import { useState, useRef } from 'react'; +import { System } from '@/lib/types'; + +interface SystemContextMenuProps { + x: number; + y: number; + system: System; + onRename: (newName: string) => void; + onDelete: (system: System) => void; + onClearConnections: (system: System) => void; + onClose: () => void; +} + +export const SystemContextMenu = ({ x, y, system, onRename, onDelete, onClearConnections, onClose }: SystemContextMenuProps) => { + if (!system) { + return null; + } + const [isRenaming, setIsRenaming] = useState(false); + const [newName, setNewName] = useState(system.solarSystemName); + const menuRef = useRef(null); + + const handleRename = () => { + if (newName.trim() && newName !== system.solarSystemName) { + onRename(newName); + onClose(); + } + setIsRenaming(false); + }; + + return ( +
e.stopPropagation()} + > + {isRenaming ? ( +
+ setNewName(e.target.value)} + className="w-full px-2 py-1 bg-slate-700 border border-slate-600 rounded text-white" + autoFocus + onKeyDown={(e) => { + if (e.key === 'Enter') handleRename(); + if (e.key === 'Escape') setIsRenaming(false); + }} + /> +
+ + +
+
+ ) : ( +
+ + + +
+ )} +
+ ); +}; \ No newline at end of file diff --git a/src/components/SystemTracker.tsx b/src/components/SystemTracker.tsx index 6a5b8fc..b78fe68 100644 --- a/src/components/SystemTracker.tsx +++ b/src/components/SystemTracker.tsx @@ -7,21 +7,7 @@ import { Button } from "@/components/ui/button"; import { RefreshCw, AlertCircle, Radar } from "lucide-react"; import { SignatureListItem } from "@/components/SignatureListItem"; import { toast } from "@/hooks/use-toast"; - -export interface Signature { - collectionId?: string; - collectionName?: string; - id?: string; - identifier: string; - signame: string; - sysid: string; - system: string; - type: string; - updated?: string; - created?: string; - dangerous?: boolean; - scanned?: string; -} +import { Signature } from "@/lib/types"; interface ApiResponse { items: Signature[]; diff --git a/src/hooks/use-toast.ts b/src/hooks/use-toast.ts index 2c14125..fe4983f 100644 --- a/src/hooks/use-toast.ts +++ b/src/hooks/use-toast.ts @@ -6,8 +6,7 @@ import type { } from "@/components/ui/toast" const TOAST_LIMIT = 1 -const TOAST_REMOVE_DELAY = 1000000 - +const TOAST_REMOVE_DELAY = 10000 type ToasterToast = ToastProps & { id: string title?: React.ReactNode diff --git a/src/hooks/useRegionData.ts b/src/hooks/useRegionData.ts index 755e100..f17a34a 100644 --- a/src/hooks/useRegionData.ts +++ b/src/hooks/useRegionData.ts @@ -1,36 +1,29 @@ - +import { System } from '@/lib/types'; import { useQuery } from '@tanstack/react-query'; const pocketbaseUrl = `https://evebase.site.quack-lab.dev/api/collections/regionview/records`; -interface SolarSystem { - solarSystemName: string; - x: number; - y: number; - security: number; - signatures: number; - connectedSystems: string[]; -} - -const fetchRegionData = async (regionName: string): Promise => { +const fetchRegionData = async (regionName: string): Promise> => { const response = await fetch(`/${regionName}.json`); if (!response.ok) { throw new Error('Failed to fetch region data'); } const systems = await response.json(); + const systemsMap = new Map(); + systems.forEach(system => { + systemsMap.set(system.solarSystemName, system); + }); const regionSignatures = await fetch(`${pocketbaseUrl}?filter=(sysregion%3D'${regionName}')&perPage=1000`); const regionSignaturesJson = await regionSignatures.json(); - console.log(regionSignaturesJson); if (regionSignaturesJson.items.length > 0) { for (const systemSigs of regionSignaturesJson.items) { - const system = systems.find(s => s.solarSystemName === systemSigs.sysname); - if (system) { + const system = systemsMap.get(systemSigs.sysname); + if (system) system.signatures = systemSigs.sigcount; - } } } - return systems; + return systemsMap; }; export const useRegionData = (regionName: string) => { diff --git a/src/index.css b/src/index.css index 22adf50..11b660d 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); diff --git a/src/lib/types.ts b/src/lib/types.ts new file mode 100644 index 0000000..b27488b --- /dev/null +++ b/src/lib/types.ts @@ -0,0 +1,42 @@ +export interface Position { + x: number; + y: number; +} + +export interface System { + id?: string; + solarSystemName: string; + x: number; + y: number; + security?: number; + signatures?: number; + connectedSystems: string; +} + +export interface Region { + id?: string; + regionName: string; + x: string; + y: string; + security: number; + connectsTo: string; +} + +export interface Connection { + from: Position; + to: Position; + color?: string; +} + +export interface Signature { + id?: string; + identifier: string; + signame: string; + sysid: string; + system: string; + type: string; + updated?: string; + created?: string; + dangerous?: boolean; + scanned?: string; +} diff --git a/src/pages/RegionPage.tsx b/src/pages/RegionPage.tsx index f142ace..1b3a1b6 100644 --- a/src/pages/RegionPage.tsx +++ b/src/pages/RegionPage.tsx @@ -1,4 +1,3 @@ - import { useParams } from 'react-router-dom'; import { RegionMap } from '@/components/RegionMap'; import { Button } from '@/components/ui/button'; @@ -29,7 +28,10 @@ export const RegionPage = () => { return (
- +
); }; diff --git a/src/utils/wormholeStorage.ts b/src/utils/wormholeStorage.ts new file mode 100644 index 0000000..dce6396 --- /dev/null +++ b/src/utils/wormholeStorage.ts @@ -0,0 +1,42 @@ +import { System } from '@/lib/types'; +import pb from '../lib/pocketbase'; + +const wormholeCollection = pb.collection('wormholeSystems'); + +// Load all wormhole systems +export const loadWormholeSystems = async (): Promise> => { + try { + const systems = await wormholeCollection.getFullList(); + return new Map(systems.map(system => [system.solarSystemName, system])); + } catch (error) { + console.error('Error loading wormhole systems:', error); + return new Map(); + } +}; + +// Save/update a wormhole system +export const saveWormholeSystem = async (system: System): Promise => { + try { + console.log('Saving wormhole system:', system); + if (system.id) { + return await wormholeCollection.update(system.id, system); + } else { + return await wormholeCollection.create(system); + } + } catch (error) { + console.error('Error saving wormhole system:', error); + throw error; + } +}; + +export const deleteWormholeSystem = async (system: System): Promise => { + try { + if (!system.id) { + throw new Error('System has no ID'); + } + await wormholeCollection.delete(system.id); + } catch (error) { + console.error('Error deleting wormhole system:', error); + throw error; + } +};