From 2d6129b2a203889403ec812f5ad98a9b715b79d2 Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 29 Oct 2025 17:00:31 +0000 Subject: [PATCH] removed zombies from customs and interchange + increased infection across other maps that have zombie kill quests --- .../SPT_Data/configs/seasonalevents.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json index 5d75f300..7bb0fcbe 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json @@ -9688,12 +9688,12 @@ "disableWaves": [], "enabled": true, "mapInfectionAmount": { - "Sandbox": 5, - "factory4": 5, + "Sandbox": 0, + "factory4": 50, "laboratory": 100, - "Woods": 5, - "bigmap": 5, - "Shoreline": 5, + "Woods": 50, + "bigmap": 0, + "Shoreline": 50, "Interchange": 5, "RezervBase": 5, "Lighthouse": 5,