Spread out the regions a bit
This commit is contained in:
13
ingest/fuckifier2.js
Normal file
13
ingest/fuckifier2.js
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
import fs from 'fs';
|
||||||
|
|
||||||
|
const universe = JSON.parse(fs.readFileSync('../public/universe.json', 'utf8'));
|
||||||
|
|
||||||
|
for (const region of universe) {
|
||||||
|
region.x = parseInt(region.x);
|
||||||
|
region.y = parseInt(region.y);
|
||||||
|
|
||||||
|
region.x = region.x * 1.4;
|
||||||
|
region.y = region.y * 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
fs.writeFileSync('../public/universe.json', JSON.stringify(universe, null, 2));
|
@@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"regionName": "Derelik",
|
"regionName": "Derelik",
|
||||||
"x": "413",
|
"x": 578.1999999999999,
|
||||||
"y": "357",
|
"y": 499.79999999999995,
|
||||||
"security": 0.5149152991697388,
|
"security": 0.5149152991697388,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Devoid",
|
"Devoid",
|
||||||
@@ -15,8 +15,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "The Forge",
|
"regionName": "The Forge",
|
||||||
"x": "394",
|
"x": 551.5999999999999,
|
||||||
"y": "200",
|
"y": 280,
|
||||||
"security": 0.607998281731568,
|
"security": 0.607998281731568,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Citadel",
|
"The Citadel",
|
||||||
@@ -31,8 +31,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Vale of the Silent",
|
"regionName": "Vale of the Silent",
|
||||||
"x": "406",
|
"x": 568.4,
|
||||||
"y": "122",
|
"y": 170.79999999999998,
|
||||||
"security": -0.34033237092591845,
|
"security": -0.34033237092591845,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Tribute",
|
"Tribute",
|
||||||
@@ -43,14 +43,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "UUA-F4",
|
"regionName": "UUA-F4",
|
||||||
"x": "530",
|
"x": 742,
|
||||||
"y": "63",
|
"y": 88.19999999999999,
|
||||||
"security": -0.0100630626421844
|
"security": -0.0100630626421844
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Detorid",
|
"regionName": "Detorid",
|
||||||
"x": "574",
|
"x": 803.5999999999999,
|
||||||
"y": "460",
|
"y": 644,
|
||||||
"security": -0.38149775065935104,
|
"security": -0.38149775065935104,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Wicked Creek",
|
"Wicked Creek",
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Wicked Creek",
|
"regionName": "Wicked Creek",
|
||||||
"x": "528",
|
"x": 739.1999999999999,
|
||||||
"y": "418",
|
"y": 585.1999999999999,
|
||||||
"security": -0.36377813715148133,
|
"security": -0.36377813715148133,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Insmother",
|
"Insmother",
|
||||||
@@ -72,8 +72,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Cache",
|
"regionName": "Cache",
|
||||||
"x": "648",
|
"x": 907.1999999999999,
|
||||||
"y": "284",
|
"y": 397.59999999999997,
|
||||||
"security": -0.37385254575820037,
|
"security": -0.37385254575820037,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Insmother",
|
"Insmother",
|
||||||
@@ -84,8 +84,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Scalding Pass",
|
"regionName": "Scalding Pass",
|
||||||
"x": "542",
|
"x": 758.8,
|
||||||
"y": "368",
|
"y": 515.1999999999999,
|
||||||
"security": -0.26204605431927636,
|
"security": -0.26204605431927636,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Great Wildlands",
|
"Great Wildlands",
|
||||||
@@ -96,8 +96,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Insmother",
|
"regionName": "Insmother",
|
||||||
"x": "618",
|
"x": 865.1999999999999,
|
||||||
"y": "382",
|
"y": 534.8,
|
||||||
"security": -0.38035062758311483,
|
"security": -0.38035062758311483,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Wicked Creek",
|
"Wicked Creek",
|
||||||
@@ -110,8 +110,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Tribute",
|
"regionName": "Tribute",
|
||||||
"x": "340",
|
"x": 475.99999999999994,
|
||||||
"y": "92",
|
"y": 128.79999999999998,
|
||||||
"security": -0.32759587715029576,
|
"security": -0.32759587715029576,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Pure Blind",
|
"Pure Blind",
|
||||||
@@ -122,8 +122,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Great Wildlands",
|
"regionName": "Great Wildlands",
|
||||||
"x": "534",
|
"x": 747.5999999999999,
|
||||||
"y": "314",
|
"y": 439.59999999999997,
|
||||||
"security": -0.17105834314078935,
|
"security": -0.17105834314078935,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Scalding Pass",
|
"Scalding Pass",
|
||||||
@@ -138,8 +138,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Curse",
|
"regionName": "Curse",
|
||||||
"x": "442",
|
"x": 618.8,
|
||||||
"y": "402",
|
"y": 562.8,
|
||||||
"security": -0.07338164115656037,
|
"security": -0.07338164115656037,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Scalding Pass",
|
"Scalding Pass",
|
||||||
@@ -151,8 +151,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Malpais",
|
"regionName": "Malpais",
|
||||||
"x": "559",
|
"x": 782.5999999999999,
|
||||||
"y": "171",
|
"y": 239.39999999999998,
|
||||||
"security": -0.40824559283333334,
|
"security": -0.40824559283333334,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Kalevala Expanse",
|
"The Kalevala Expanse",
|
||||||
@@ -164,8 +164,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Catch",
|
"regionName": "Catch",
|
||||||
"x": "354",
|
"x": 495.59999999999997,
|
||||||
"y": "472",
|
"y": 660.8,
|
||||||
"security": -0.2717928654079326,
|
"security": -0.2717928654079326,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Providence",
|
"Providence",
|
||||||
@@ -180,8 +180,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Venal",
|
"regionName": "Venal",
|
||||||
"x": "350",
|
"x": 489.99999999999994,
|
||||||
"y": "52",
|
"y": 72.8,
|
||||||
"security": -0.3001421437136561,
|
"security": -0.3001421437136561,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Tribute",
|
"Tribute",
|
||||||
@@ -194,8 +194,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Lonetrek",
|
"regionName": "Lonetrek",
|
||||||
"x": "339",
|
"x": 474.59999999999997,
|
||||||
"y": "142",
|
"y": 198.79999999999998,
|
||||||
"security": 0.606987031951157,
|
"security": 0.606987031951157,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Citadel",
|
"The Citadel",
|
||||||
@@ -207,14 +207,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "J7HZ-F",
|
"regionName": "J7HZ-F",
|
||||||
"x": "469",
|
"x": 656.5999999999999,
|
||||||
"y": "64",
|
"y": 89.6,
|
||||||
"security": -0.16418575262906632
|
"security": -0.16418575262906632
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "The Spire",
|
"regionName": "The Spire",
|
||||||
"x": "616",
|
"x": 862.4,
|
||||||
"y": "203",
|
"y": 284.2,
|
||||||
"security": -0.475105936625,
|
"security": -0.475105936625,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Perrigen Falls",
|
"Perrigen Falls",
|
||||||
@@ -228,14 +228,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "A821-A",
|
"regionName": "A821-A",
|
||||||
"x": "452",
|
"x": 632.8,
|
||||||
"y": "36",
|
"y": 50.4,
|
||||||
"security": -0.034137264544742495
|
"security": -0.034137264544742495
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Tash-Murkon",
|
"regionName": "Tash-Murkon",
|
||||||
"x": "221",
|
"x": 309.4,
|
||||||
"y": "405",
|
"y": 567,
|
||||||
"security": 0.6603052261710941,
|
"security": 0.6603052261710941,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Domain",
|
"Domain",
|
||||||
@@ -247,8 +247,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Outer Passage",
|
"regionName": "Outer Passage",
|
||||||
"x": "648",
|
"x": 907.1999999999999,
|
||||||
"y": "146",
|
"y": 204.39999999999998,
|
||||||
"security": -0.49631053780681816,
|
"security": -0.49631053780681816,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Spire",
|
"The Spire",
|
||||||
@@ -259,8 +259,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Stain",
|
"regionName": "Stain",
|
||||||
"x": "281",
|
"x": 393.4,
|
||||||
"y": "497",
|
"y": 695.8,
|
||||||
"security": -0.10455711547221865,
|
"security": -0.10455711547221865,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Catch",
|
"Catch",
|
||||||
@@ -271,8 +271,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Pure Blind",
|
"regionName": "Pure Blind",
|
||||||
"x": "271",
|
"x": 379.4,
|
||||||
"y": "98",
|
"y": 137.2,
|
||||||
"security": -0.14495905016215693,
|
"security": -0.14495905016215693,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Tribute",
|
"Tribute",
|
||||||
@@ -284,8 +284,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Immensea",
|
"regionName": "Immensea",
|
||||||
"x": "436",
|
"x": 610.4,
|
||||||
"y": "450",
|
"y": 630,
|
||||||
"security": -0.4063121969772383,
|
"security": -0.4063121969772383,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Catch",
|
"Catch",
|
||||||
@@ -295,8 +295,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Etherium Reach",
|
"regionName": "Etherium Reach",
|
||||||
"x": "502",
|
"x": 702.8,
|
||||||
"y": "197",
|
"y": 275.79999999999995,
|
||||||
"security": -0.27166658504,
|
"security": -0.27166658504,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Kalevala Expanse",
|
"The Kalevala Expanse",
|
||||||
@@ -310,8 +310,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Molden Heath",
|
"regionName": "Molden Heath",
|
||||||
"x": "470",
|
"x": 658,
|
||||||
"y": "304",
|
"y": 425.59999999999997,
|
||||||
"security": 0.3680469879577652,
|
"security": 0.3680469879577652,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Heimatar",
|
"Heimatar",
|
||||||
@@ -322,8 +322,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Geminate",
|
"regionName": "Geminate",
|
||||||
"x": "444",
|
"x": 621.5999999999999,
|
||||||
"y": "164",
|
"y": 229.6,
|
||||||
"security": -0.3024275973019025,
|
"security": -0.3024275973019025,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Vale of the Silent",
|
"Vale of the Silent",
|
||||||
@@ -335,8 +335,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Heimatar",
|
"regionName": "Heimatar",
|
||||||
"x": "410",
|
"x": 574,
|
||||||
"y": "295",
|
"y": 413,
|
||||||
"security": 0.669170560510317,
|
"security": 0.669170560510317,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Derelik",
|
"Derelik",
|
||||||
@@ -349,8 +349,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Impass",
|
"regionName": "Impass",
|
||||||
"x": "376",
|
"x": 526.4,
|
||||||
"y": "516",
|
"y": 722.4,
|
||||||
"security": -0.2977719593499965,
|
"security": -0.2977719593499965,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Tenerifis",
|
"Tenerifis",
|
||||||
@@ -360,8 +360,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Sinq Laison",
|
"regionName": "Sinq Laison",
|
||||||
"x": "260",
|
"x": 364,
|
||||||
"y": "255",
|
"y": 357,
|
||||||
"security": 0.6156939756658657,
|
"security": 0.6156939756658657,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Forge",
|
"The Forge",
|
||||||
@@ -377,8 +377,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "The Citadel",
|
"regionName": "The Citadel",
|
||||||
"x": "324",
|
"x": 453.59999999999997,
|
||||||
"y": "199",
|
"y": 278.59999999999997,
|
||||||
"security": 0.6309940396437572,
|
"security": 0.6309940396437572,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Essence",
|
"Essence",
|
||||||
@@ -391,8 +391,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "The Kalevala Expanse",
|
"regionName": "The Kalevala Expanse",
|
||||||
"x": "498",
|
"x": 697.1999999999999,
|
||||||
"y": "135",
|
"y": 189,
|
||||||
"security": -0.39691262036231884,
|
"security": -0.39691262036231884,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Etherium Reach",
|
"Etherium Reach",
|
||||||
@@ -403,8 +403,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Deklein",
|
"regionName": "Deklein",
|
||||||
"x": "253",
|
"x": 354.2,
|
||||||
"y": "20",
|
"y": 28,
|
||||||
"security": -0.6112487431751329,
|
"security": -0.6112487431751329,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Venal",
|
"Venal",
|
||||||
@@ -414,8 +414,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Devoid",
|
"regionName": "Devoid",
|
||||||
"x": "319",
|
"x": 446.59999999999997,
|
||||||
"y": "371",
|
"y": 519.4,
|
||||||
"security": 0.5119248873994359,
|
"security": 0.5119248873994359,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"The Bleak Lands",
|
"The Bleak Lands",
|
||||||
@@ -427,8 +427,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Everyshore",
|
"regionName": "Everyshore",
|
||||||
"x": "197",
|
"x": 275.79999999999995,
|
||||||
"y": "248",
|
"y": 347.2,
|
||||||
"security": 0.6360925705249215,
|
"security": 0.6360925705249215,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Sinq Laison",
|
"Sinq Laison",
|
||||||
@@ -438,8 +438,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "The Bleak Lands",
|
"regionName": "The Bleak Lands",
|
||||||
"x": "319",
|
"x": 446.59999999999997,
|
||||||
"y": "326",
|
"y": 456.4,
|
||||||
"security": 0.47874671877399877,
|
"security": 0.47874671877399877,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Devoid",
|
"Devoid",
|
||||||
@@ -451,8 +451,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Esoteria",
|
"regionName": "Esoteria",
|
||||||
"x": "256",
|
"x": 358.4,
|
||||||
"y": "538",
|
"y": 753.1999999999999,
|
||||||
"security": -0.31748632857731396,
|
"security": -0.31748632857731396,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Stain",
|
"Stain",
|
||||||
@@ -462,8 +462,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Oasa",
|
"regionName": "Oasa",
|
||||||
"x": "616",
|
"x": 862.4,
|
||||||
"y": "97",
|
"y": 135.79999999999998,
|
||||||
"security": -0.4332066145529412,
|
"security": -0.4332066145529412,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Malpais",
|
"Malpais",
|
||||||
@@ -474,8 +474,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Syndicate",
|
"regionName": "Syndicate",
|
||||||
"x": "93",
|
"x": 130.2,
|
||||||
"y": "174",
|
"y": 243.6,
|
||||||
"security": -0.13152558743062276,
|
"security": -0.13152558743062276,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Placid",
|
"Placid",
|
||||||
@@ -487,8 +487,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Metropolis",
|
"regionName": "Metropolis",
|
||||||
"x": "437",
|
"x": 611.8,
|
||||||
"y": "254",
|
"y": 355.59999999999997,
|
||||||
"security": 0.58966881561735,
|
"security": 0.58966881561735,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Heimatar",
|
"Heimatar",
|
||||||
@@ -504,8 +504,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Domain",
|
"regionName": "Domain",
|
||||||
"x": "250",
|
"x": 350,
|
||||||
"y": "360",
|
"y": 503.99999999999994,
|
||||||
"security": 0.622324871109413,
|
"security": 0.622324871109413,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Kador",
|
"Kador",
|
||||||
@@ -519,8 +519,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Solitude",
|
"regionName": "Solitude",
|
||||||
"x": "85",
|
"x": 118.99999999999999,
|
||||||
"y": "267",
|
"y": 373.79999999999995,
|
||||||
"security": 0.43695860747334253,
|
"security": 0.43695860747334253,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Syndicate",
|
"Syndicate",
|
||||||
@@ -530,8 +530,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Tenal",
|
"regionName": "Tenal",
|
||||||
"x": "387",
|
"x": 541.8,
|
||||||
"y": "4",
|
"y": 5.6,
|
||||||
"security": -0.3992947466678551,
|
"security": -0.3992947466678551,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Branch",
|
"Branch",
|
||||||
@@ -541,8 +541,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Fade",
|
"regionName": "Fade",
|
||||||
"x": "247",
|
"x": 345.79999999999995,
|
||||||
"y": "58",
|
"y": 81.19999999999999,
|
||||||
"security": -0.3635972129581686,
|
"security": -0.3635972129581686,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Pure Blind",
|
"Pure Blind",
|
||||||
@@ -552,8 +552,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Providence",
|
"regionName": "Providence",
|
||||||
"x": "319",
|
"x": 446.59999999999997,
|
||||||
"y": "426",
|
"y": 596.4,
|
||||||
"security": -0.14058107644986062,
|
"security": -0.14058107644986062,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Derelik",
|
"Derelik",
|
||||||
@@ -565,8 +565,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Placid",
|
"regionName": "Placid",
|
||||||
"x": "180",
|
"x": 251.99999999999997,
|
||||||
"y": "154",
|
"y": 215.6,
|
||||||
"security": 0.32579435985104327,
|
"security": 0.32579435985104327,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Verge Vendor",
|
"Verge Vendor",
|
||||||
@@ -581,8 +581,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Khanid",
|
"regionName": "Khanid",
|
||||||
"x": "121",
|
"x": 169.39999999999998,
|
||||||
"y": "412",
|
"y": 576.8,
|
||||||
"security": 0.4707018411736416,
|
"security": 0.4707018411736416,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Tash-Murkon",
|
"Tash-Murkon",
|
||||||
@@ -594,8 +594,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Querious",
|
"regionName": "Querious",
|
||||||
"x": "161",
|
"x": 225.39999999999998,
|
||||||
"y": "468",
|
"y": 655.1999999999999,
|
||||||
"security": -0.30662408350814446,
|
"security": -0.30662408350814446,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Khanid",
|
"Khanid",
|
||||||
@@ -605,8 +605,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Cloud Ring",
|
"regionName": "Cloud Ring",
|
||||||
"x": "144",
|
"x": 201.6,
|
||||||
"y": "87",
|
"y": 121.8,
|
||||||
"security": -0.0743454982001546,
|
"security": -0.0743454982001546,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Syndicate",
|
"Syndicate",
|
||||||
@@ -620,8 +620,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Kador",
|
"regionName": "Kador",
|
||||||
"x": "191",
|
"x": 267.4,
|
||||||
"y": "338",
|
"y": 473.2,
|
||||||
"security": 0.6126151510741249,
|
"security": 0.6126151510741249,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Domain",
|
"Domain",
|
||||||
@@ -632,8 +632,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Cobalt Edge",
|
"regionName": "Cobalt Edge",
|
||||||
"x": "651",
|
"x": 911.4,
|
||||||
"y": "60",
|
"y": 84,
|
||||||
"security": -0.5536523969632012,
|
"security": -0.5536523969632012,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Oasa",
|
"Oasa",
|
||||||
@@ -643,8 +643,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Aridia",
|
"regionName": "Aridia",
|
||||||
"x": "65",
|
"x": 91,
|
||||||
"y": "347",
|
"y": 485.79999999999995,
|
||||||
"security": 0.24478602679259379,
|
"security": 0.24478602679259379,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Genesis",
|
"Genesis",
|
||||||
@@ -657,8 +657,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Branch",
|
"regionName": "Branch",
|
||||||
"x": "313",
|
"x": 438.2,
|
||||||
"y": "1",
|
"y": 1.4,
|
||||||
"security": -0.5066867665502245,
|
"security": -0.5066867665502245,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Venal",
|
"Venal",
|
||||||
@@ -668,8 +668,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Feythabolis",
|
"regionName": "Feythabolis",
|
||||||
"x": "370",
|
"x": 518,
|
||||||
"y": "565",
|
"y": 791,
|
||||||
"security": -0.4091841058376114,
|
"security": -0.4091841058376114,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Impass",
|
"Impass",
|
||||||
@@ -680,8 +680,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Outer Ring",
|
"regionName": "Outer Ring",
|
||||||
"x": "48",
|
"x": 67.19999999999999,
|
||||||
"y": "109",
|
"y": 152.6,
|
||||||
"security": -0.11103294363595742,
|
"security": -0.11103294363595742,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Syndicate",
|
"Syndicate",
|
||||||
@@ -691,8 +691,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Fountain",
|
"regionName": "Fountain",
|
||||||
"x": "0",
|
"x": 0,
|
||||||
"y": "219",
|
"y": 306.59999999999997,
|
||||||
"security": -0.29222405411119884,
|
"security": -0.29222405411119884,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Outer Ring",
|
"Outer Ring",
|
||||||
@@ -703,8 +703,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Paragon Soul",
|
"regionName": "Paragon Soul",
|
||||||
"x": "191",
|
"x": 267.4,
|
||||||
"y": "561",
|
"y": 785.4,
|
||||||
"security": -0.24369043436760165,
|
"security": -0.24369043436760165,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Esoteria",
|
"Esoteria",
|
||||||
@@ -713,8 +713,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Delve",
|
"regionName": "Delve",
|
||||||
"x": "42",
|
"x": 58.8,
|
||||||
"y": "448",
|
"y": 627.1999999999999,
|
||||||
"security": -0.3946951739788309,
|
"security": -0.3946951739788309,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Querious",
|
"Querious",
|
||||||
@@ -725,8 +725,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Tenerifis",
|
"regionName": "Tenerifis",
|
||||||
"x": "451",
|
"x": 631.4,
|
||||||
"y": "496",
|
"y": 694.4,
|
||||||
"security": -0.36507054923117094,
|
"security": -0.36507054923117094,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Immensea",
|
"Immensea",
|
||||||
@@ -739,8 +739,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Omist",
|
"regionName": "Omist",
|
||||||
"x": "441",
|
"x": 617.4,
|
||||||
"y": "546",
|
"y": 764.4,
|
||||||
"security": -0.3901093373640807,
|
"security": -0.3901093373640807,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Feythabolis",
|
"Feythabolis",
|
||||||
@@ -749,8 +749,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Period Basis",
|
"regionName": "Period Basis",
|
||||||
"x": "68",
|
"x": 95.19999999999999,
|
||||||
"y": "528",
|
"y": 739.1999999999999,
|
||||||
"security": -0.42878320818367055,
|
"security": -0.42878320818367055,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Delve",
|
"Delve",
|
||||||
@@ -760,8 +760,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Essence",
|
"regionName": "Essence",
|
||||||
"x": "192",
|
"x": 268.79999999999995,
|
||||||
"y": "192",
|
"y": 268.79999999999995,
|
||||||
"security": 0.5887139407756176,
|
"security": 0.5887139407756176,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Sinq Laison",
|
"Sinq Laison",
|
||||||
@@ -775,8 +775,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Kor-Azor",
|
"regionName": "Kor-Azor",
|
||||||
"x": "144",
|
"x": 201.6,
|
||||||
"y": "370",
|
"y": 518,
|
||||||
"security": 0.5162395295666038,
|
"security": 0.5162395295666038,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Domain",
|
"Domain",
|
||||||
@@ -788,8 +788,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Perrigen Falls",
|
"regionName": "Perrigen Falls",
|
||||||
"x": "554",
|
"x": 775.5999999999999,
|
||||||
"y": "110",
|
"y": 154,
|
||||||
"security": -0.44654669681730774,
|
"security": -0.44654669681730774,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Malpais",
|
"Malpais",
|
||||||
@@ -802,8 +802,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Genesis",
|
"regionName": "Genesis",
|
||||||
"x": "134",
|
"x": 187.6,
|
||||||
"y": "315",
|
"y": 441,
|
||||||
"security": 0.449996365784655,
|
"security": 0.449996365784655,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Kador",
|
"Kador",
|
||||||
@@ -819,8 +819,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Verge Vendor",
|
"regionName": "Verge Vendor",
|
||||||
"x": "132",
|
"x": 184.79999999999998,
|
||||||
"y": "226",
|
"y": 316.4,
|
||||||
"security": 0.6622543631310255,
|
"security": 0.6622543631310255,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Essence",
|
"Essence",
|
||||||
@@ -832,8 +832,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Black Rise",
|
"regionName": "Black Rise",
|
||||||
"x": "282",
|
"x": 394.79999999999995,
|
||||||
"y": "160",
|
"y": 224,
|
||||||
"security": 0.3282094965606475,
|
"security": 0.3282094965606475,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Lonetrek",
|
"Lonetrek",
|
||||||
@@ -845,14 +845,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Pochven",
|
"regionName": "Pochven",
|
||||||
"x": "327",
|
"x": 457.79999999999995,
|
||||||
"y": "292",
|
"y": 408.79999999999995,
|
||||||
"security": -1
|
"security": -1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regionName": "Yasna Zakh",
|
"regionName": "Yasna Zakh",
|
||||||
"x": "414",
|
"x": 579.5999999999999,
|
||||||
"y": "327",
|
"y": 457.79999999999995,
|
||||||
"security": -1,
|
"security": -1,
|
||||||
"connectsTo": [
|
"connectsTo": [
|
||||||
"Metropolis",
|
"Metropolis",
|
||||||
|
Reference in New Issue
Block a user