mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 00:51:56 +00:00
39c65d6245
## Description: Describe the PR. Adds the Halloween Special Map - Achiran. It has 4 nations and will be playable in game for a period of around 2 weeks during the Halloween event. ## 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
30 lines
496 B
JSON
30 lines
496 B
JSON
{
|
|
"name": "Achiran",
|
|
"nations": [
|
|
{
|
|
"coordinates": [785, 985],
|
|
"flag": "ie",
|
|
"name": "Inishmore",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1360, 1360],
|
|
"flag": "ie",
|
|
"name": "Inishmann",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1630, 1515],
|
|
"flag": "ie",
|
|
"name": "Inisheer",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1400, 480],
|
|
"flag": "ie",
|
|
"name": "Achill",
|
|
"strength": 2
|
|
}
|
|
]
|
|
}
|