mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 18:56:38 +00:00
b46476384d
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
25 lines
436 B
JSON
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": ""
|
|
}
|
|
]
|
|
}
|