ModernUO/Distribution/Data/Spawns/shared/malas/South.json
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

22 lines
723 B
JSON

[
{
"$type": "Spawner",
"guid": "6bbb82e4-b0d1-4a23-a9da-5d35911ce762",
"name": "Spawner (404)",
"location": [2231, 1605, -95],
"map": "Malas",
"count": 33,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"team": 0,
"spawnBounds": { "x1": 2071, "y1": 1445, "z1": -128, "x2": 2392, "y2": 1766, "z2": 128 },
"walkingRange": 160,
"entries": [
{ "name": "Mongbat", "maxCount": 7, "probability": 100 },
{ "name": "SandVortex", "maxCount": 6, "probability": 100 },
{ "name": "Scorpion", "maxCount": 7, "probability": 100 },
{ "name": "Snake", "maxCount": 6, "probability": 100 },
{ "name": "Spectre", "maxCount": 7, "probability": 100 }
]
}
]