Files
OpenFrontIO/resources/maps/Australia.json
T
Duwibi b72032e6f1 Added Australia map with 7 bots and their flags (#306)
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.
2025-03-21 15:49:10 -07:00

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"
}
]
}