Add map chopping block (#4143)

Resolves #4080

## Description:

Add Map Chopping Block
https://youtu.be/NpX73lHiKO8

Increased multiplier for 4 player team games and water nukes (plug in
center among other shortcuts). This map was made as a faster alternative
to Labyrinth. Map has been modified since last submission to be 'less
crazy'.

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

## Discord username:

PlaysBadly
This commit is contained in:
Patrick Plays Badly
2026-06-04 18:58:34 -04:00
committed by GitHub
parent 74b3bd275b
commit b4058b5a58
11 changed files with 695 additions and 0 deletions
+2
View File
@@ -181,6 +181,7 @@ export enum GameMapType {
Labyrinth = "Labyrinth",
Caribbean = "Caribbean",
Onion = "Onion",
ChoppingBlock = "Chopping Block",
SoutheastAsia = "SoutheastAsia",
}
@@ -273,6 +274,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
],
arcade: [
GameMapType.TheBox,
GameMapType.ChoppingBlock,
GameMapType.Didier,
GameMapType.DidierFrance,
GameMapType.Labyrinth,