Files
OpenFrontIO/map-generator/assets/maps/choppingblock/info.json
T
Evan 182d008ddd Generate a single MapInfo list; move SPECIAL_TEAM_MAPS and en.json map names into info.json (#4231)
**Add approved & assigned issue number here:**

N/A — maintainer follow-up to #4227.

## Description:

Follow-up to #4227, finishing the "info.json is the single source of
truth" refactor.

**Maps.gen.ts now generates one `MapInfo` interface and a `maps` list**
instead of parallel lookup records. `mapCategories`,
`mapTranslationKeys`, and `multiplayerFrequency` are gone — consumers
read the list directly (`map.categories`, `map.translationKey`,
`map.multiplayerFrequency`). MapPicker got simpler in the process: it
renders from `MapInfo` objects, so the reverse
`Object.entries(GameMapType)` lookup to recover the enum key is gone.
The featured-rank sort moved out of the Go codegen into the picker,
where the presentation concern belongs.

**`SPECIAL_TEAM_MAPS` moves into info.json** as an optional
`special_team_count` field (set on the same 17 maps with the same
values). MapPlaylist derives its map from the generated list;
`SPECIAL_TEAM_FORCE_CHANCE` and the frequency multiplier behavior are
unchanged.

**The en.json `map` section is now generated.** A new optional
`display_name` field in info.json (defaulting to `name`) is written to
`resources/lang/en.json` by the generator, preserving the section's
non-map UI keys (`map`, `featured`, `all`, `favorites`, `random`). The 8
maps whose English display name intentionally differs from the frozen
enum value (e.g. `MENA`, `Milky Way`, `Europe (Classic)`, `Baikal (Nuke
Wars)`) declare it via `display_name`, so no display text changes. The
section is emitted alphabetically; since #4232 already sorted en.json
and every value matches, regeneration is byte-identical and this PR has
no en.json diff. Other languages remain Crowdin-managed.

The generator also now validates `translation_key` is exactly
`map.<folder>` and `special_team_count >= 2`. MapConsistency tests
compare info.json directly against the generated list and the en.json
section, and fail with a "run `npm run gen-maps`" message on drift. No
behavior changes: enum values, playlist frequencies, special-team
counts, featured order, and display names are all byte-identical.

## Please complete the following:

- [x] I have added screenshots for all UI updates (no UI changes —
internal refactor, rendering output identical)
- [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:

evanpelle

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 21:06:48 -07:00

356 lines
5.3 KiB
JSON

{
"id": "ChoppingBlock",
"name": "Chopping Block",
"translation_key": "map.choppingblock",
"categories": ["other"],
"multiplayer_frequency": 5,
"special_team_count": 4,
"nations": [
{
"coordinates": [230, 230],
"name": "Boxey",
"flag": ""
},
{
"coordinates": [230, 570],
"name": "Gridsly",
"flag": ""
},
{
"coordinates": [580, 230],
"name": "Blocko",
"flag": ""
},
{
"coordinates": [570, 570],
"name": "Squarm",
"flag": ""
},
{
"coordinates": [1030, 230],
"name": "Boximilian",
"flag": ""
},
{
"coordinates": [1030, 570],
"name": "Rectanglo",
"flag": ""
},
{
"coordinates": [1370, 230],
"name": "Cornerlius",
"flag": ""
},
{
"coordinates": [1380, 570],
"name": "Repeater",
"flag": ""
},
{
"coordinates": [230, 1030],
"name": "Derorrim",
"flag": ""
},
{
"coordinates": [230, 1380],
"name": "Boxedin",
"flag": ""
},
{
"coordinates": [580, 1040],
"name": "Mazely",
"flag": ""
},
{
"coordinates": [580, 1380],
"name": "Diagonalf",
"flag": ""
},
{
"coordinates": [1040, 1040],
"name": "Blockedhof",
"flag": ""
},
{
"coordinates": [1040, 1390],
"name": "Blockhead",
"flag": ""
},
{
"coordinates": [1380, 1035],
"name": "Chopin",
"flag": ""
},
{
"coordinates": [1380, 1390],
"name": "Hacker",
"flag": ""
},
{
"coordinates": [400, 160],
"name": "Slasher",
"flag": ""
},
{
"coordinates": [160, 410],
"name": "Brixs",
"flag": ""
},
{
"coordinates": [410, 650],
"name": "Plaido",
"flag": ""
},
{
"coordinates": [650, 415],
"name": "Harlequin",
"flag": ""
},
{
"coordinates": [410, 970],
"name": "Checkheir",
"flag": ""
},
{
"coordinates": [160, 1210],
"name": "Zigzag",
"flag": ""
},
{
"coordinates": [410, 1460],
"name": "Scaler",
"flag": ""
},
{
"coordinates": [650, 1220],
"name": "Crossed",
"flag": ""
},
{
"coordinates": [1210, 970],
"name": "Beeline",
"flag": ""
},
{
"coordinates": [960, 1220],
"name": "Bowtie",
"flag": ""
},
{
"coordinates": [1210, 1460],
"name": "Buckly",
"flag": ""
},
{
"coordinates": [1450, 1210],
"name": "Dexted",
"flag": ""
},
{
"coordinates": [1210, 170],
"name": "Flukes",
"flag": ""
},
{
"coordinates": [970, 410],
"name": "Jonqal",
"flag": ""
},
{
"coordinates": [1210, 650],
"name": "Huggins",
"flag": ""
},
{
"coordinates": [1460, 410],
"name": "Keeko",
"flag": ""
}
],
"additionalNations": [
{
"name": "Repeaterer"
},
{
"name": "Checkered"
},
{
"name": "Plaid"
},
{
"name": "Gingham"
},
{
"name": "Tartan"
},
{
"name": "Madras"
},
{
"name": "Pinstripe"
},
{
"name": "Awning"
},
{
"name": "Argyle"
},
{
"name": "Houndstooth"
},
{
"name": "Herringbone"
},
{
"name": "Chevron"
},
{
"name": "Lattice"
},
{
"name": "Graph Check"
},
{
"name": "Windowpane"
},
{
"name": "Polka Dots"
},
{
"name": "Confetti"
},
{
"name": "Speckled"
},
{
"name": "Cheetah"
},
{
"name": "Zebra"
},
{
"name": "Tiger"
},
{
"name": "Giraffe"
},
{
"name": "Snakeskin"
},
{
"name": "Cowhide"
},
{
"name": "Camouflage"
},
{
"name": "Peacock"
},
{
"name": "Botanical"
},
{
"name": "Chintz"
},
{
"name": "Damask"
},
{
"name": "Toile"
},
{
"name": "Brocade"
},
{
"name": "Ikat"
},
{
"name": "Batik"
},
{
"name": "Moroccan"
},
{
"name": "Suzani"
},
{
"name": "Kashmiri"
},
{
"name": "Greek Key"
},
{
"name": "Geometrical"
},
{
"name": "Kaleidoscope"
},
{
"name": "Gradient"
},
{
"name": "Splatter"
},
{
"name": "Marbled"
},
{
"name": "Quilted"
},
{
"name": "Eyelet"
},
{
"name": "Scallop"
},
{
"name": "Bubble"
},
{
"name": "Honeycomb"
}
],
"teamGameSpawnAreas": {
"2": [
{
"x": 0,
"y": 0,
"width": 800,
"height": 1610
},
{
"x": 809,
"y": 0,
"width": 800,
"height": 1610
}
],
"4": [
{
"x": 0,
"y": 0,
"width": 800,
"height": 800
},
{
"x": 809,
"y": 0,
"width": 800,
"height": 800
},
{
"x": 0,
"y": 809,
"width": 800,
"height": 800
},
{
"x": 809,
"y": 809,
"width": 800,
"height": 800
}
]
}
}