ModernUO/Distribution/Data/Spawns/shared/ilshenar/Ratmancave.json
Kamron Batman 2f8a7afa57 chore(spawners): migrate spawn data to $type discriminator
- Rename "type" -> "$type" (first key, required for STJ polymorphism) in
  all 109 spawn JSON files (5,612 records).
- Convert "homeRange" + "location" -> "spawnBounds" object, dropping homeRange.
  Runtime keeps reading homeRange so un-migrated/external files still load.
- Add BoundsEquivalenceTests (hr=0/1/3/7) validating that the script's toBounds
  formula produces the same Rectangle3D as the runtime homeRange path.
- Add MigratedDataLoadTests loading a real migrated file as List<SpawnerDto>
  and round-tripping each DTO through ToSpawner().
- Add tools/spawner-json-migrate/migrate.mjs (offline Node script).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-25 16:17:35 -07:00

192 lines
3.4 KiB
JSON

[
{
"$type": "Spawner",
"guid": "0182a6f9-bdde-4ca6-95c8-a7c146b1a0e1",
"name": "Spawner (307)",
"location": [
1224,
1494,
-28
],
"map": "Ilshenar",
"count": 10,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"team": 0,
"spawnBounds": {
"x1": 1194,
"y1": 1464,
"z1": -128,
"x2": 1255,
"y2": 1525,
"z2": 128
},
"walkingRange": 30,
"entries": [
{
"name": "SkeletalKnight",
"maxCount": 5,
"probability": 100
},
{
"name": "BoneKnight",
"maxCount": 5,
"probability": 100
},
{
"name": "LavaLizard",
"maxCount": 5,
"probability": 100
}
]
},
{
"$type": "Spawner",
"guid": "2694470a-4c93-488c-96a3-87938993d306",
"name": "Spawner (307)",
"location": [
1171,
1511,
-68
],
"map": "Ilshenar",
"count": 1,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"team": 0,
"spawnBounds": {
"x1": 1166,
"y1": 1506,
"z1": -128,
"x2": 1177,
"y2": 1517,
"z2": 128
},
"walkingRange": 5,
"entries": [
{
"name": "TreasureChestLevel3",
"maxCount": 1,
"probability": 100
},
{
"name": "TreasureChestLevel4",
"maxCount": 1,
"probability": 100
}
]
},
{
"$type": "Spawner",
"guid": "46e1d6c5-ebe2-4575-beeb-3e35754caef7",
"name": "Spawner (307)",
"location": [
1310,
1519,
-28
],
"map": "Ilshenar",
"count": 21,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"team": 0,
"spawnBounds": {
"x1": 1260,
"y1": 1469,
"z1": -128,
"x2": 1361,
"y2": 1570,
"z2": 128
},
"walkingRange": 50,
"entries": [
{
"name": "Ratman",
"maxCount": 7,
"probability": 100
},
{
"name": "RatmanMage",
"maxCount": 7,
"probability": 100
},
{
"name": "EarthElemental",
"maxCount": 7,
"probability": 100
}
]
},
{
"$type": "Spawner",
"guid": "a96346f4-9aca-4dd6-b1ff-e823d8741a19",
"name": "Spawner (307)",
"location": [
1224,
1524,
-28
],
"map": "Ilshenar",
"count": 10,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"team": 0,
"spawnBounds": {
"x1": 1194,
"y1": 1494,
"z1": -128,
"x2": 1255,
"y2": 1555,
"z2": 128
},
"walkingRange": 30,
"entries": [
{
"name": "SkeletalKnight",
"maxCount": 5,
"probability": 100
},
{
"name": "BoneKnight",
"maxCount": 5,
"probability": 100
},
{
"name": "LavaLizard",
"maxCount": 5,
"probability": 100
}
]
},
{
"$type": "Spawner",
"guid": "c6766cd8-89ac-4169-a2d9-8216a74369a4",
"name": "Spawner (307)",
"location": [
1181,
1512,
-68
],
"map": "Ilshenar",
"count": 1,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"team": 0,
"spawnBounds": {
"x1": 1171,
"y1": 1502,
"z1": -128,
"x2": 1192,
"y2": 1523,
"z2": 128
},
"walkingRange": 10,
"entries": [
{
"name": "SkeletalDragon",
"maxCount": 1,
"probability": 100
}
]
}
]