Files
OpenFrontIO/resources/maps/svalmel/manifest.json
T
Duwibi 1f8adb4849 Add Svalmel (#2600)
## Description:
This PR adds the Christmas map Svalmel with 5 nations.

Describe the PR.

## 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:

DISCORD_USERNAME
Nikola123
2025-12-11 21:53:05 +00:00

51 lines
876 B
JSON

{
"map": {
"height": 1580,
"num_land_tiles": 1011623,
"width": 1700
},
"map16x": {
"height": 395,
"num_land_tiles": 59685,
"width": 425
},
"map4x": {
"height": 790,
"num_land_tiles": 248068,
"width": 850
},
"name": "Svalmel",
"nations": [
{
"coordinates": [900, 850],
"flag": "santa_claus",
"name": "Santa Claus",
"strength": 2
},
{
"coordinates": [275, 525],
"flag": "no",
"name": "Svalbard",
"strength": 2
},
{
"coordinates": [860, 1360],
"flag": "ca",
"name": "Melville",
"strength": 2
},
{
"coordinates": [1370, 465],
"flag": "ca",
"name": "Bathurst",
"strength": 1
},
{
"coordinates": [910, 250],
"flag": "no",
"name": "Nordaustlandet",
"strength": 1
}
]
}