Files
OpenFrontIO/map-generator/assets/maps/achiran/info.json
T
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

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
}
]
}