Files
RickD004 b46476384d Take off the v32 maps from the "New" category to make room for v33 maps (#4378)
Resolves #4375

## Description:

Remove V32 maps from "new" to make way for v33 maps. This will allow map
makers to add their new maps for v33 into "new", with the v32 maps only
remaining in the continental and other categories like the rest of the
maps. This is a process we will make every update

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

## Please put your Discord username so you can be contacted if a bug or
regression is found:

tri.star1011
2026-06-22 11:40:43 +00:00

25 lines
436 B
JSON

{
"id": "Onion",
"name": "Onion",
"translation_key": "map.onion",
"categories": ["arcade"],
"multiplayer_frequency": 2,
"nations": [
{
"coordinates": [51, 188],
"name": "Leafer Confederation",
"flag": ""
},
{
"coordinates": [252, 199],
"name": "Outer Enclave",
"flag": ""
},
{
"coordinates": [252, 233],
"name": "Inner Tribe",
"flag": ""
}
]
}