mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 21:44:49 +00:00
b72032e6f1
This is a map of the Australian country. It has 7 bots - the 7 states of the country. This is my first time making a pull request, so I'm sorry if i messed something up or something doesn't work.
50 lines
953 B
JSON
50 lines
953 B
JSON
{
|
|
"name": "Australia",
|
|
"width": 2000,
|
|
"height": 1500,
|
|
"nations": [
|
|
{
|
|
"coordinates": [460, 720],
|
|
"name": "Western Australia",
|
|
"strength": 2,
|
|
"flag": "aus_wesaus"
|
|
},
|
|
{
|
|
"coordinates": [965, 340],
|
|
"name": "Northern Territory",
|
|
"strength": 2,
|
|
"flag": "aus_norter"
|
|
},
|
|
{
|
|
"coordinates": [920, 915],
|
|
"name": "South Australia",
|
|
"strength": 1,
|
|
"flag": "aus_souaus"
|
|
},
|
|
{
|
|
"coordinates": [1435, 1220],
|
|
"name": "Victoria",
|
|
"strength": 2,
|
|
"flag": "aus_vic"
|
|
},
|
|
{
|
|
"coordinates": [1490, 555],
|
|
"name": "Queensland",
|
|
"strength": 2,
|
|
"flag": "aus_quelan"
|
|
},
|
|
{
|
|
"coordinates": [1605, 1025],
|
|
"name": "New South Wales",
|
|
"strength": 2,
|
|
"flag": "aus_nsw"
|
|
},
|
|
{
|
|
"coordinates": [1595, 1380],
|
|
"name": "Tasmania",
|
|
"strength": 2,
|
|
"flag": "aus_tas"
|
|
}
|
|
]
|
|
}
|