mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:10:55 +00:00
New and updated categories for maps (#4254)
Resolves #4250 ## Description: Huge update for the map categories: https://github.com/user-attachments/assets/b7dc6344-efdc-4073-b15a-92b6dccdcc19 **New Categories** - Re-adds Continental category, with the 7 traditional continents - Re-adds the category of Arcade along all its maps. - Renames "Other" to "Fictional", so that tag is more specific and feels more in-theme with the others. The info.json's of the maps that had the Other category got changed to Fictional **Map Category changes** - **achiran**: adds Europe (while the map is fictional, it is made up of real islands from ireland. (Since world includes Dyslexdria and Antarctica has Deglaciated Antarctica, both fictional , i figured for consistency we could include these mash-up maps too) - **aegean**: adds Asia category (Turkey is in Asia) - **arctic**: adds Asia category - **choppingblock**: updated "other" to "fictional", added to "new" - **deglaciatedantarctica**: updated "other" to "fictional" - **didier**: re-added to Arcade - **didierfrance**: re-added to Arcade - **dyslexdria**: updated "other" to "fictional" - **fourislands**: updated "other" to "fictional" - **hawaii**: remove north_america tag (while part of the US, hawaii is geographically only in Oceania) - **labyrinth**: added to new, re-added to Arcade - **marenostrum**: added africa and asia tags, the continents which the mediterranean borders - **onion**: re-added to Arcade - **pangaea**: updated "other" to "fictional" - **passage**: updated "other" to "fictional" - **sierpinski** re-added to Arcade - **surrounded**: updated "other" to "fictional" - **svalmel**: updated "other" to "fictional", added to europe and north_america (same logic as achiran) - **thebox**: re-added to Arcade - **tradersdream**: updated "other" to "fictional" - **worldinverted**: updated "other" to "fictional", added to "new" - **africa**: added to Continental - **antarctica**: added to Continental - **asia**: added to Continental - **europe**: added to Continental - **northamerica**: added to Continental - **southamerica**: added to Continental - **oceania**: added to Continental - **mississippiriver**: added to "new" - **korea**: added to "new" - **middleeast**: added to "new" - **balkans**: added to "new" - **indiansubcontinent**: added to "new" - **taiwanstrait**: added to "new" - **northwestpassage**: added to "new" - **southeastasia**: added to "new" - **venice**: added to "new" - **yellowsea**: added to "new" - **hongkong**: added to "new" - **titan**: added to "new" - **caribbean**: added to "new" - **juandefucastrait**: added to "new" - **danishstraits**: added to "new" ## 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
This commit is contained in:
@@ -911,14 +911,17 @@
|
||||
"map_categories": {
|
||||
"africa": "Africa",
|
||||
"antarctica": "Antarctica",
|
||||
"arcade": "Arcade",
|
||||
"asia": "Asia",
|
||||
"continental": "Continental",
|
||||
"cosmic": "Cosmic",
|
||||
"europe": "Europe",
|
||||
"favorites": "Favourites",
|
||||
"featured": "Featured",
|
||||
"fictional": "Fictional",
|
||||
"new": "New",
|
||||
"north_america": "North America",
|
||||
"oceania": "Oceania",
|
||||
"other": "Other",
|
||||
"south_america": "South America",
|
||||
"special": "Special",
|
||||
"tournament": "Tournament",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional", "europe"],
|
||||
"id": "Achiran",
|
||||
"map": {
|
||||
"height": 1700,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["europe"],
|
||||
"categories": ["europe", "asia"],
|
||||
"id": "Aegean",
|
||||
"map": {
|
||||
"height": 2000,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["featured", "africa"],
|
||||
"categories": ["featured", "continental", "africa"],
|
||||
"featured_rank": 6,
|
||||
"id": "Africa",
|
||||
"map": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["antarctica"],
|
||||
"categories": ["antarctica", "continental"],
|
||||
"id": "Antarctica",
|
||||
"map": {
|
||||
"height": 2000,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["europe", "north_america"],
|
||||
"categories": ["europe", "north_america", "asia"],
|
||||
"id": "Arctic",
|
||||
"map": {
|
||||
"height": 1828,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["featured", "asia"],
|
||||
"categories": ["featured", "continental", "asia"],
|
||||
"featured_rank": 5,
|
||||
"id": "Asia",
|
||||
"map": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional"],
|
||||
"display_name": "Baikal (Nuke Wars)",
|
||||
"id": "BaikalNukeWars",
|
||||
"map": {
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
"name": "Western Macedonia"
|
||||
}
|
||||
],
|
||||
"categories": ["europe"],
|
||||
"categories": ["new", "europe"],
|
||||
"id": "Balkans",
|
||||
"map": {
|
||||
"height": 2048,
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
"name": "Tobago"
|
||||
}
|
||||
],
|
||||
"categories": ["north_america"],
|
||||
"categories": ["new", "north_america"],
|
||||
"id": "Caribbean",
|
||||
"map": {
|
||||
"height": 1808,
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
"name": "Honeycomb"
|
||||
}
|
||||
],
|
||||
"categories": ["other"],
|
||||
"categories": ["new", "arcade"],
|
||||
"id": "ChoppingBlock",
|
||||
"map": {
|
||||
"height": 1616,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["europe"],
|
||||
"categories": ["new", "europe"],
|
||||
"id": "DanishStraits",
|
||||
"map": {
|
||||
"height": 1224,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["antarctica"],
|
||||
"categories": ["antarctica", "fictional"],
|
||||
"id": "DeglaciatedAntarctica",
|
||||
"map": {
|
||||
"height": 1840,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["arcade"],
|
||||
"id": "Didier",
|
||||
"map": {
|
||||
"height": 1348,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["arcade"],
|
||||
"display_name": "Didier (France)",
|
||||
"id": "DidierFrance",
|
||||
"map": {
|
||||
|
||||
@@ -569,7 +569,7 @@
|
||||
"name": "Patrick Plays Badly"
|
||||
}
|
||||
],
|
||||
"categories": ["world"],
|
||||
"categories": ["world", "fictional"],
|
||||
"id": "Dyslexdria",
|
||||
"map": {
|
||||
"height": 1344,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["featured", "europe"],
|
||||
"categories": ["featured", "continental", "europe"],
|
||||
"featured_rank": 2,
|
||||
"id": "Europe",
|
||||
"map": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["europe"],
|
||||
"categories": ["europe", "continental"],
|
||||
"display_name": "Europe (Classic)",
|
||||
"id": "EuropeClassic",
|
||||
"map": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional"],
|
||||
"id": "FourIslands",
|
||||
"map": {
|
||||
"height": 1500,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["north_america", "oceania"],
|
||||
"categories": ["oceania"],
|
||||
"id": "Hawaii",
|
||||
"map": {
|
||||
"height": 2076,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"id": "HongKong",
|
||||
"map": {
|
||||
"height": 1996,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"id": "IndianSubcontinent",
|
||||
"map": {
|
||||
"height": 2220,
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
"name": "Sudden Valley"
|
||||
}
|
||||
],
|
||||
"categories": ["north_america"],
|
||||
"categories": ["new", "north_america"],
|
||||
"id": "JuanDeFucaStrait",
|
||||
"map": {
|
||||
"height": 1100,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"id": "Korea",
|
||||
"map": {
|
||||
"height": 2148,
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
"name": "Zapopan"
|
||||
}
|
||||
],
|
||||
"categories": ["other"],
|
||||
"categories": ["new", "arcade"],
|
||||
"id": "Labyrinth",
|
||||
"map": {
|
||||
"height": 1360,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["europe"],
|
||||
"categories": ["europe", "asia", "africa"],
|
||||
"id": "MareNostrum",
|
||||
"map": {
|
||||
"height": 1448,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"id": "MiddleEast",
|
||||
"map": {
|
||||
"height": 2060,
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
"name": "Round Lake"
|
||||
}
|
||||
],
|
||||
"categories": ["north_america"],
|
||||
"categories": ["new", "north_america"],
|
||||
"id": "MississippiRiver",
|
||||
"map": {
|
||||
"height": 4200,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["featured", "north_america"],
|
||||
"categories": ["featured", "continental", "north_america"],
|
||||
"featured_rank": 3,
|
||||
"id": "NorthAmerica",
|
||||
"map": {
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
"name": "Zackenberg"
|
||||
}
|
||||
],
|
||||
"categories": ["north_america"],
|
||||
"categories": ["new", "north_america"],
|
||||
"id": "NorthwestPassage",
|
||||
"map": {
|
||||
"height": 1664,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["oceania"],
|
||||
"categories": ["oceania", "continental"],
|
||||
"id": "Oceania",
|
||||
"map": {
|
||||
"height": 1000,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["new", "arcade"],
|
||||
"id": "Onion",
|
||||
"map": {
|
||||
"height": 512,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional"],
|
||||
"id": "Pangaea",
|
||||
"map": {
|
||||
"height": 1000,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional"],
|
||||
"id": "Passage",
|
||||
"map": {
|
||||
"height": 400,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["arcade"],
|
||||
"id": "Sierpinski",
|
||||
"map": {
|
||||
"height": 1400,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["featured", "south_america"],
|
||||
"categories": ["featured", "continental", "south_america"],
|
||||
"featured_rank": 4,
|
||||
"id": "SouthAmerica",
|
||||
"map": {
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
"name": "Paracel Islands"
|
||||
}
|
||||
],
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"display_name": "Southeast Asia",
|
||||
"id": "SoutheastAsia",
|
||||
"map": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional"],
|
||||
"id": "Surrounded",
|
||||
"map": {
|
||||
"height": 1976,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional", "europe", "north_america"],
|
||||
"id": "Svalmel",
|
||||
"map": {
|
||||
"height": 1580,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"id": "TaiwanStrait",
|
||||
"map": {
|
||||
"height": 1600,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["arcade"],
|
||||
"id": "TheBox",
|
||||
"map": {
|
||||
"height": 2048,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["cosmic"],
|
||||
"categories": ["new", "cosmic"],
|
||||
"id": "Titan",
|
||||
"map": {
|
||||
"height": 2160,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["other"],
|
||||
"categories": ["fictional"],
|
||||
"id": "TradersDream",
|
||||
"map": {
|
||||
"height": 1920,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["europe"],
|
||||
"categories": ["new", "europe"],
|
||||
"id": "Venice",
|
||||
"map": {
|
||||
"height": 1500,
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
"name": "Redoubt Ridge"
|
||||
}
|
||||
],
|
||||
"categories": ["other"],
|
||||
"categories": ["arcade", "new"],
|
||||
"id": "WarshipWarship",
|
||||
"map": {
|
||||
"height": 1396,
|
||||
|
||||
@@ -951,7 +951,7 @@
|
||||
"name": "Reykjanes Delta"
|
||||
}
|
||||
],
|
||||
"categories": ["world"],
|
||||
"categories": ["new", "world", "fictional"],
|
||||
"id": "WorldInverted",
|
||||
"map": {
|
||||
"height": 1248,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"categories": ["asia"],
|
||||
"categories": ["new", "asia"],
|
||||
"id": "YellowSea",
|
||||
"map": {
|
||||
"height": 1152,
|
||||
|
||||
Reference in New Issue
Block a user