planet-wars/backend/maps/hex_up.json

43 lines
794 B
JSON
Raw Normal View History

2019-09-16 19:18:52 +00:00
{
"planets": [
{
"name": "protos",
"x": -3,
"y": 4,
2019-09-16 19:18:52 +00:00
"owner": 1,
"ship_count": 6
},
{
"name": "duteros",
"x": 0,
"y": 9,
2019-09-16 19:18:52 +00:00
"ship_count": 6
},
{
"name": "tritos",
"x": 6,
"y": 9,
2019-09-16 19:18:52 +00:00
"ship_count": 6
},
{
"name": "tetartos",
"x": 9,
"y": 4,
2019-09-16 19:18:52 +00:00
"owner": 2,
"ship_count": 6
},
{
"name": "pemptos",
"x": 6,
"y": -1,
2019-09-16 19:18:52 +00:00
"ship_count": 6
},
{
"name": "extos",
"x": 0,
"y": -1,
2019-09-16 19:18:52 +00:00
"ship_count": 6
}
]
}