mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 21:48:06 +00:00
8bb3e64cb8
## 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
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"name": "Deglaciated Antarctica",
|
|
"nations": [
|
|
{
|
|
"coordinates": [1545, 785],
|
|
"name": "Penguin Empire",
|
|
"strength": 2,
|
|
"flag": "an_pe"
|
|
},
|
|
{
|
|
"coordinates": [1365, 155],
|
|
"name": "Norwegian Claim",
|
|
"strength": 2,
|
|
"flag": "no"
|
|
},
|
|
{
|
|
"coordinates": [1810, 450],
|
|
"name": "Upper Australian Claim",
|
|
"strength": 2,
|
|
"flag": "au"
|
|
},
|
|
{
|
|
"coordinates": [1980, 980],
|
|
"name": "Lower Australian Claim",
|
|
"strength": 1,
|
|
"flag": "au"
|
|
},
|
|
{
|
|
"coordinates": [495, 605],
|
|
"name": "Argentinian Claim",
|
|
"strength": 2,
|
|
"flag": "ar"
|
|
},
|
|
{
|
|
"coordinates": [1150, 715],
|
|
"name": "United Kingdom Claim",
|
|
"strength": 2,
|
|
"flag": "gb"
|
|
},
|
|
{
|
|
"coordinates": [1060, 935],
|
|
"name": "Chilean Claim",
|
|
"strength": 2,
|
|
"flag": "cl"
|
|
},
|
|
{
|
|
"coordinates": [1365, 1400],
|
|
"name": "New Zealand Claim",
|
|
"strength": 2,
|
|
"flag": "nz"
|
|
},
|
|
{
|
|
"coordinates": [1590, 1120],
|
|
"name": "French Claim",
|
|
"strength": 2,
|
|
"flag": "fr"
|
|
}
|
|
]
|
|
}
|