mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 10:38:26 +00:00
Adds map "Tierra del Fuego" (featuring impassable terrain) (#4437)
## Description: Adds map of Tierra del Fuego, the southernmost tip of South America: https://en.wikipedia.org/wiki/Tierra_del_Fuego This map uses impassable terrain to stylize the borders of this map into a triangular shape, this zone is known as "end of the world" so i thought it would be visually fitting if the borders converged at the bottom of the map. 800k land tiles similar to Caucasus. This map has a lot of islands, incluiding the Falklands for people who enjoy island-plays, and also a chokepoint (the strait of Magallanes) for piracy. Also adds flags of Chilean and Argentinian provinces for the map and the menu. <img width="818" height="544" alt="image" src="https://github.com/user-attachments/assets/59812868-7514-4e03-86a2-072cf4013aeb" /> https://github.com/user-attachments/assets/acc15020-bd7a-49e0-a504-8575a1e74f75 ## 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 ## Please put your Discord username so you can be contacted if a bug or regression is found: tri.star1011
This commit is contained in:
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"categories": ["south_america", "new"],
|
||||
"id": "TierraDelFuego",
|
||||
"map": {
|
||||
"height": 1664,
|
||||
"num_land_tiles": 822917,
|
||||
"width": 2504
|
||||
},
|
||||
"map16x": {
|
||||
"height": 416,
|
||||
"num_land_tiles": 45863,
|
||||
"width": 626
|
||||
},
|
||||
"map4x": {
|
||||
"height": 832,
|
||||
"num_land_tiles": 197190,
|
||||
"width": 1252
|
||||
},
|
||||
"multiplayer_frequency": 5,
|
||||
"name": "Tierra Del Fuego",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1320, 945],
|
||||
"flag": "Tierra del Fuego",
|
||||
"name": "Rio Grande"
|
||||
},
|
||||
{
|
||||
"coordinates": [1283, 1153],
|
||||
"flag": "Tierra del Fuego",
|
||||
"name": "Ushuaia"
|
||||
},
|
||||
{
|
||||
"coordinates": [1452, 1118],
|
||||
"flag": "Tierra del Fuego",
|
||||
"name": "Tolhuin"
|
||||
},
|
||||
{
|
||||
"coordinates": [2226, 351],
|
||||
"flag": "fk",
|
||||
"name": "Falkland Islands"
|
||||
},
|
||||
{
|
||||
"coordinates": [1181, 536],
|
||||
"flag": "Santa Cruz",
|
||||
"name": "Rio Gallegos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1200, 204],
|
||||
"flag": "Santa Cruz",
|
||||
"name": "Puerto Santa Cruz"
|
||||
},
|
||||
{
|
||||
"coordinates": [790, 251],
|
||||
"flag": "Santa Cruz",
|
||||
"name": "El Calafate"
|
||||
},
|
||||
{
|
||||
"coordinates": [1039, 22],
|
||||
"flag": "Santa Cruz",
|
||||
"name": "Gobernador Gregores"
|
||||
},
|
||||
{
|
||||
"coordinates": [1340, 24],
|
||||
"flag": "Santa Cruz",
|
||||
"name": "San Julian"
|
||||
},
|
||||
{
|
||||
"coordinates": [759, 505],
|
||||
"flag": "Magallanes",
|
||||
"name": "Puerto Natales"
|
||||
},
|
||||
{
|
||||
"coordinates": [1363, 1209],
|
||||
"flag": "Magallanes",
|
||||
"name": "Puerto Williams"
|
||||
},
|
||||
{
|
||||
"coordinates": [929, 849],
|
||||
"flag": "Magallanes",
|
||||
"name": "Punta Arenas"
|
||||
},
|
||||
{
|
||||
"coordinates": [1057, 848],
|
||||
"flag": "Magallanes",
|
||||
"name": "Porvenir"
|
||||
},
|
||||
{
|
||||
"coordinates": [755, 368],
|
||||
"flag": "Magallanes",
|
||||
"name": "Cerro Castillo"
|
||||
},
|
||||
{
|
||||
"coordinates": [471, 15],
|
||||
"flag": "Magallanes",
|
||||
"name": "Puerto Eden"
|
||||
},
|
||||
{
|
||||
"coordinates": [910, 609],
|
||||
"flag": "Magallanes",
|
||||
"name": "Laguna Blanca"
|
||||
},
|
||||
{
|
||||
"coordinates": [1086, 972],
|
||||
"flag": "Magallanes",
|
||||
"name": "Timaukel"
|
||||
},
|
||||
{
|
||||
"coordinates": [1162, 782],
|
||||
"flag": "Magallanes",
|
||||
"name": "Primavera"
|
||||
},
|
||||
{
|
||||
"coordinates": [815, 721],
|
||||
"flag": "Magallanes",
|
||||
"name": "Rio Verde"
|
||||
},
|
||||
{
|
||||
"coordinates": [1029, 666],
|
||||
"flag": "Magallanes",
|
||||
"name": "San Gregorio"
|
||||
}
|
||||
],
|
||||
"translation_key": "map.tierradelfuego"
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user