39 lines
729 B
JSON
39 lines
729 B
JSON
|
|
[
|
|
{
|
|
"solarSystemName": "Hophib",
|
|
"x": "15",
|
|
"y": "105",
|
|
"security": 0.02914748942441414,
|
|
"connectsTo": ["Ziriert", "Yashunen"]
|
|
},
|
|
{
|
|
"solarSystemName": "Ziriert",
|
|
"x": "150",
|
|
"y": "200",
|
|
"security": 0.4,
|
|
"connectsTo": ["Hophib", "Danera", "Yashunen"]
|
|
},
|
|
{
|
|
"solarSystemName": "Yashunen",
|
|
"x": "300",
|
|
"y": "150",
|
|
"security": 0.8,
|
|
"connectsTo": ["Hophib", "Ziriert", "Shastal"]
|
|
},
|
|
{
|
|
"solarSystemName": "Danera",
|
|
"x": "200",
|
|
"y": "350",
|
|
"security": -0.3,
|
|
"connectsTo": ["Ziriert", "Shastal"]
|
|
},
|
|
{
|
|
"solarSystemName": "Shastal",
|
|
"x": "400",
|
|
"y": "300",
|
|
"security": -0.8,
|
|
"connectsTo": ["Yashunen", "Danera"]
|
|
}
|
|
]
|