From 4d3dc0e214889337ad59bd049f7ec133e3d2f667 Mon Sep 17 00:00:00 2001 From: Kaeno Date: Fri, 16 Feb 2024 16:29:28 +0000 Subject: [PATCH] Add waves to ZoneSmuglers so quest like no swiping can be completed --- project/assets/configs/location.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/project/assets/configs/location.json b/project/assets/configs/location.json index dffe922b..5b75fbc0 100644 --- a/project/assets/configs/location.json +++ b/project/assets/configs/location.json @@ -919,6 +919,34 @@ "WildSpawnType": "assault", "isPlayers": true } + ], + "shoreline": [ + { + "sptId": "shorelineScav1", + "number": 1, + "time_min": 20, + "time_max": 180, + "slots_min": 1, + "slots_max": 3, + "SpawnPoints": "ZoneSmuglers", + "BotSide": "Savage", + "BotPreset": "normal", + "WildSpawnType": "assault", + "isPlayers": true + }, + { + "sptId": "shorelineScav2", + "number": 1, + "time_min": 600, + "time_max": 720, + "slots_min": 1, + "slots_max": 4, + "SpawnPoints": "ZoneSmuglers", + "BotSide": "Savage", + "BotPreset": "normal", + "WildSpawnType": "assault", + "isPlayers": true + } ] } },