Files
OpenFrontIO/map-generator/assets/maps/oceania/info.json
T
evanpelle 8bb3e64cb8 Move map generator into main repo (#2006)
## Description:

Move the MapGenerator repo into OpenFrontIO so we don't need to copy
generated map files over.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

evan
2025-09-04 18:45:41 -07:00

198 lines
3.6 KiB
JSON

{
"name": "Oceania",
"nations": [
{
"coordinates": [718, 738],
"name": "Australia",
"strength": 1,
"flag": "au"
},
{
"coordinates": [1050, 809],
"name": "New Zealand",
"strength": 1,
"flag": "nz"
},
{
"coordinates": [436, 407],
"name": "Timor-Leste",
"strength": 1,
"flag": "tl"
},
{
"coordinates": [182, 378],
"name": "Indonesia",
"strength": 1,
"flag": "id"
},
{
"coordinates": [292, 243],
"name": "Brunei Darussalam",
"strength": 1,
"flag": "bn"
},
{
"coordinates": [152, 282],
"name": "Singapore",
"strength": 1,
"flag": "sg"
},
{
"coordinates": [120, 261],
"name": "Malaysia",
"strength": 1,
"flag": "my"
},
{
"coordinates": [106, 129],
"name": "Thailand",
"strength": 1,
"flag": "th"
},
{
"coordinates": [51, 42],
"name": "Myanmar",
"strength": 1,
"flag": "mm"
},
{
"coordinates": [158, 162],
"name": "Cambodia",
"strength": 1,
"flag": "kh"
},
{
"coordinates": [182, 43],
"name": "Vietnam",
"strength": 1,
"flag": "vn"
},
{
"coordinates": [143, 37],
"name": "Lao People's Democratic Republic",
"strength": 1,
"flag": "la"
},
{
"coordinates": [278, 18],
"name": "Hong Kong",
"strength": 1,
"flag": "hk"
},
{
"coordinates": [359, 1],
"name": "Taiwan, Province of China",
"strength": 1,
"flag": "tw"
},
{
"coordinates": [366, 119],
"name": "Philippines",
"strength": 1,
"flag": "ph"
},
{
"coordinates": [536, 207],
"name": "Palau",
"strength": 1,
"flag": "pw"
},
{
"coordinates": [834, 215],
"name": "Federated States of Micronesia",
"strength": 1,
"flag": "fm"
},
{
"coordinates": [664, 113],
"name": "Guam",
"strength": 1,
"flag": "gu"
},
{
"coordinates": [1042, 317],
"name": "Marshall Islands",
"strength": 1,
"flag": "mh"
},
{
"coordinates": [799, 385],
"name": "Papua New Guinea",
"strength": 1,
"flag": "pg"
},
{
"coordinates": [862, 442],
"name": "Solomon Islands",
"strength": 1,
"flag": "sb"
},
{
"coordinates": [945, 497],
"name": "Vanuatu",
"strength": 1,
"flag": "vu"
},
{
"coordinates": [930, 574],
"name": "New Caledonia",
"strength": 1,
"flag": "nc"
},
{
"coordinates": [1085, 526],
"name": "Fiji",
"strength": 1,
"flag": "fj"
},
{
"coordinates": [1169, 568],
"name": "Tonga",
"strength": 1,
"flag": "to"
},
{
"coordinates": [1236, 541],
"name": "Niue",
"strength": 1,
"flag": "nu"
},
{
"coordinates": [1204, 473],
"name": "Samoa",
"strength": 1,
"flag": "ws"
},
{
"coordinates": [1491, 523],
"name": "Cook Islands",
"strength": 1,
"flag": "ck"
},
{
"coordinates": [1623, 424],
"name": "French Polynesia",
"strength": 1,
"flag": "pf"
},
{
"coordinates": [1393, 278],
"name": "Kiribati",
"strength": 1,
"flag": "ki"
},
{
"coordinates": [1420, 56],
"name": "United States",
"strength": 1,
"flag": "us"
},
{
"coordinates": [1996, 644],
"name": "Chile",
"strength": 1,
"flag": "cl"
}
]
}