#W# Save: Just a quick save.

This commit is contained in:
WarrentyExpired 2026-09-23 17:20:43 -04:00
parent f8483bd4ef
commit 01c0676c7a
2 changed files with 29 additions and 1 deletions

View file

@ -867,5 +867,33 @@
"entries": [
{ "name": "warriorguard", "probability": 100, "maxCount": 1 }
]
},
{
"$type": "Spawner",
"guid": "f267640c-48db-4bff-a218-0a381cea407a",
"location": [1827, 2122, 5],
"map": "Veridia",
"count": 1,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"homeRange": 4,
"walkingRange": 4,
"entries": [
{ "name": "carpenter", "probability": 100, "maxCount": 1 }
]
},
{
"$type": "Spawner",
"guid": "0866500a-8fa6-48cb-a750-e2d017069488",
"location": [1819, 2122, 5],
"map": "Veridia",
"count": 1,
"minDelay": "00:05:00",
"maxDelay": "00:10:00",
"homeRange": 4,
"walkingRange": -1,
"entries": [
{ "name": "carpenter", "probability": 100, "maxCount": 1 }
]
}
]

View file

@ -46,7 +46,7 @@ public class ExportSpawnersCommand : BaseCommand
if (string.IsNullOrEmpty(path))
{
path = Path.Combine(Core.BaseDirectory, $"Data/Spawns/{Utility.GetTimeStamp()}.json");
path = Path.Combine(Core.BaseDirectory, $"Data/Spawns/Exported/{Utility.GetTimeStamp()}.json");
}
else
{