mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-30 09:39:40 +00:00
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
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 853 KiB |
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "Svalmel",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [900, 850],
|
||||
"name": "Santa Claus",
|
||||
"strength": 2,
|
||||
"flag": "santa_claus"
|
||||
},
|
||||
{
|
||||
"coordinates": [275, 525],
|
||||
"name": "Svalbard",
|
||||
"strength": 2,
|
||||
"flag": "no"
|
||||
},
|
||||
{
|
||||
"coordinates": [860, 1360],
|
||||
"name": "Melville",
|
||||
"strength": 2,
|
||||
"flag": "ca"
|
||||
},
|
||||
{
|
||||
"coordinates": [1370, 465],
|
||||
"name": "Bathurst",
|
||||
"strength": 1,
|
||||
"flag": "ca"
|
||||
},
|
||||
{
|
||||
"coordinates": [910, 250],
|
||||
"name": "Nordaustlandet",
|
||||
"strength": 1,
|
||||
"flag": "no"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,6 +51,7 @@ var maps = []struct {
|
||||
{Name: "pluto"},
|
||||
{Name: "southamerica"},
|
||||
{Name: "straitofgibraltar"},
|
||||
{Name: "svalmel"},
|
||||
{Name: "world"},
|
||||
{Name: "big_plains", IsTest: true},
|
||||
{Name: "half_land_half_ocean", IsTest: true},
|
||||
|
||||
Reference in New Issue
Block a user