### Additions * Adds `[exportspawners <relative json file path to distro>` * If no path is provided, it will be saved to the `Data\Spawns` folder with the current timestamp as the file name. * Supports global, facet, region, multi, and area * Fixes client disconnect for bad spawner generation command. * Moves spawner commands to their own folder. * Adds GUIDs for spawners. This allows for easy replacement during import to reduce duplication. * Allows exporting the name of the spawner. * Fixes globbing when using [generatespawners * Adds [convertpremiumspawners to convert Premium Spawners (from Neruns distro) Possibly in .NET 6 serializing JSON will be more performant using JSON nodes. ### Screenshots   
23 lines
708 B
JSON
23 lines
708 B
JSON
[
|
|
{
|
|
"type": "Spawner",
|
|
"guid": "a9f067b2-0d50-468b-9392-fcd6c58abdca",
|
|
"name": "Spawner (310)",
|
|
"location": [1981, 1059, -28],
|
|
"map": "Ilshenar",
|
|
"count": 12,
|
|
"minDelay": "00:05:00",
|
|
"maxDelay": "00:10:00",
|
|
"team": 0,
|
|
"homeRange": 40,
|
|
"walkingRange": 40,
|
|
"entries": [
|
|
{ "name": "Skeleton", "maxCount": 1, "probability": 100 },
|
|
{ "name": "Shade", "maxCount": 3, "probability": 100 },
|
|
{ "name": "Spectre", "maxCount": 2, "probability": 100 },
|
|
{ "name": "Wraith", "maxCount": 2, "probability": 100 },
|
|
{ "name": "Ghoul", "maxCount": 2, "probability": 100 },
|
|
{ "name": "Zombie", "maxCount": 2, "probability": 100 }
|
|
]
|
|
}
|
|
]
|