mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 21:34:36 +00:00
ec6e14051a
## Description: (re-submission of older PR because the old one had too many merge conflicts) Re-adds and reworks the previously April Fools "Reglaciated Antarctica" as a new map, this time with proper elevation data: Map of Antarctica centered in the South Pole. The "appeal" of this a map is that it has no green terrain. (As such it has a really low rotation number (of 1). ) This also completes the Continental map category (antarctica was the only continent out of the traditional 7 missing). https://github.com/user-attachments/assets/28302464-c533-483e-8a1b-2699093921ff The base map image is a composite of 2 relief maps from 2 different sources, both properly credited ## 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: tri.star1011 Co-authored-by: iamlewis <lewismmmm@gmail.com>
56 lines
1.0 KiB
JSON
56 lines
1.0 KiB
JSON
{
|
|
"name": "antarctica",
|
|
"nations": [
|
|
{
|
|
"coordinates": [1159, 1261],
|
|
"name": "New Zealand Claim",
|
|
"flag": "nz"
|
|
},
|
|
{
|
|
"coordinates": [1409, 1571],
|
|
"name": "French Claim",
|
|
"flag": "tf"
|
|
},
|
|
{
|
|
"coordinates": [1681, 1093],
|
|
"name": "Australian Claim",
|
|
"flag": "hm"
|
|
},
|
|
{
|
|
"coordinates": [1260, 510],
|
|
"name": "Norway Claim",
|
|
"flag": "bv"
|
|
},
|
|
{
|
|
"coordinates": [900, 686],
|
|
"name": "United Kingdom Claim",
|
|
"flag": "gb"
|
|
},
|
|
{
|
|
"coordinates": [351, 703],
|
|
"name": "Argentina Claim",
|
|
"flag": "ar"
|
|
},
|
|
{
|
|
"coordinates": [506, 939],
|
|
"name": "Chile Claim",
|
|
"flag": "cl"
|
|
},
|
|
{
|
|
"coordinates": [705, 1264],
|
|
"name": "Marie Byrd Land",
|
|
"flag": "aq"
|
|
},
|
|
{
|
|
"coordinates": [1532, 716],
|
|
"name": "Penguins",
|
|
"flag": "aq"
|
|
},
|
|
{
|
|
"coordinates": [1100, 954],
|
|
"name": "Ancient Aliens",
|
|
"flag": "Cthulhu Republic"
|
|
}
|
|
]
|
|
}
|