From fc8b49b31335e394e3f5ba2f6cfbd43df05ff77c Mon Sep 17 00:00:00 2001 From: DanW Date: Sun, 3 Dec 2023 10:03:19 +0000 Subject: [PATCH] Increase minimum Scav time for Factory (!172) Based on tester feedback, ensure at least 5 minutes is remaining for Factory Scav raids. If we have evidence that people can regularly spawn into Factory on live EFT with 3-4 min remaining, then maybe we should just adjust the weights instead. Co-authored-by: dwesterwick Co-authored-by: chomp Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/172 Co-authored-by: DanW Co-committed-by: DanW --- project/assets/configs/location.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/assets/configs/location.json b/project/assets/configs/location.json index 11149e98..6bd02326 100644 --- a/project/assets/configs/location.json +++ b/project/assets/configs/location.json @@ -878,8 +878,7 @@ "50": 5, "60": 2, "70": 2, - "80": 2, - "85": 1 + "75": 2 }, "adjustWaves": true }, @@ -894,7 +893,7 @@ "40": 3, "60": 2, "70": 2, - "80": 1 + "75": 1 }, "adjustWaves": true },