Files
Duwibi 39c65d6245 Add Achiran (#2280)
## 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
2025-10-24 15:38:28 -07:00

45 lines
750 B
JSON

{
"map": {
"height": 1700,
"num_land_tiles": 1149943,
"width": 2000
},
"map16x": {
"height": 425,
"num_land_tiles": 69861,
"width": 500
},
"map4x": {
"height": 850,
"num_land_tiles": 284530,
"width": 1000
},
"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
}
]
}