43 lines
801 B
JSON
43 lines
801 B
JSON
{
|
|
"planets": [
|
|
{
|
|
"name": "protos",
|
|
"x": -6,
|
|
"y": 0,
|
|
"owner": 1,
|
|
"ship_count": 6
|
|
},
|
|
{
|
|
"name": "duteros",
|
|
"x": -3,
|
|
"y": 5,
|
|
"ship_count": 6
|
|
},
|
|
{
|
|
"name": "tritos",
|
|
"x": 3,
|
|
"y": 5,
|
|
"ship_count": 6
|
|
},
|
|
{
|
|
"name": "tetartos",
|
|
"x": 6,
|
|
"y": 0,
|
|
"owner": 2,
|
|
"ship_count": 6
|
|
},
|
|
{
|
|
"name": "pemptos",
|
|
"x": 3,
|
|
"y": -5,
|
|
"ship_count": 6
|
|
},
|
|
{
|
|
"name": "extos",
|
|
"x": -3,
|
|
"y": -5,
|
|
"ship_count": 6
|
|
}
|
|
]
|
|
}
|
|
|