ModernUO/Distribution/Data/Spawns
Kamron Batman 7c79dde63e chore(spawners): reformat migrated spawn data to compact format
The migration step pretty-printed every file (JSON.stringify indent 2), exploding
location/entries/spawnBounds across many lines (~250k-line diff). Restore the original
compact layout: a container renders inline only when all its values are scalars and the
line fits in 100 columns, so `location`/`spawnBounds`/each entry inline while `entries`
stays expanded (uniform across single- and multi-entry spawners). UTF-8 without BOM
(the old BOM was an artifact of the lost external exporter; the in-game [ExportSpawners
already writes no BOM). Whitespace-only; values unchanged. Cuts the data diff ~95%.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 18:09:02 -07:00
..
post-uoml chore(spawners): reformat migrated spawn data to compact format 2026-06-25 18:09:02 -07:00
shared chore(spawners): reformat migrated spawn data to compact format 2026-06-25 18:09:02 -07:00
uoml chore(spawners): reformat migrated spawn data to compact format 2026-06-25 18:09:02 -07:00