mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-28 11:10:29 +00:00
## 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>
71 lines
1.3 KiB
JSON
71 lines
1.3 KiB
JSON
{
|
|
"map": {
|
|
"height": 2000,
|
|
"num_land_tiles": 1292228,
|
|
"width": 2000
|
|
},
|
|
"map16x": {
|
|
"height": 500,
|
|
"num_land_tiles": 79013,
|
|
"width": 500
|
|
},
|
|
"map4x": {
|
|
"height": 1000,
|
|
"num_land_tiles": 320576,
|
|
"width": 1000
|
|
},
|
|
"name": "antarctica",
|
|
"nations": [
|
|
{
|
|
"coordinates": [1159, 1261],
|
|
"flag": "nz",
|
|
"name": "New Zealand Claim"
|
|
},
|
|
{
|
|
"coordinates": [1409, 1571],
|
|
"flag": "tf",
|
|
"name": "French Claim"
|
|
},
|
|
{
|
|
"coordinates": [1681, 1093],
|
|
"flag": "hm",
|
|
"name": "Australian Claim"
|
|
},
|
|
{
|
|
"coordinates": [1260, 510],
|
|
"flag": "bv",
|
|
"name": "Norway Claim"
|
|
},
|
|
{
|
|
"coordinates": [900, 686],
|
|
"flag": "gb",
|
|
"name": "United Kingdom Claim"
|
|
},
|
|
{
|
|
"coordinates": [351, 703],
|
|
"flag": "ar",
|
|
"name": "Argentina Claim"
|
|
},
|
|
{
|
|
"coordinates": [506, 939],
|
|
"flag": "cl",
|
|
"name": "Chile Claim"
|
|
},
|
|
{
|
|
"coordinates": [705, 1264],
|
|
"flag": "aq",
|
|
"name": "Marie Byrd Land"
|
|
},
|
|
{
|
|
"coordinates": [1532, 716],
|
|
"flag": "aq",
|
|
"name": "Penguins"
|
|
},
|
|
{
|
|
"coordinates": [1100, 954],
|
|
"flag": "Cthulhu Republic",
|
|
"name": "Ancient Aliens"
|
|
}
|
|
]
|
|
}
|