From 4a8bf0b2c987a3cf916e3b267584366af599b2b0 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 26 Oct 2025 12:57:39 +0000 Subject: [PATCH] Reduced `bossKolontay` spawn chance to 0 on `sandbox_high` #634 --- .../SPT_Data/database/locations/sandbox_high/base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/sandbox_high/base.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/sandbox_high/base.json index e11fa1ef..615cb3b6 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/sandbox_high/base.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/sandbox_high/base.json @@ -49,7 +49,7 @@ ], "BossLocationSpawn": [ { - "BossChance": 30, + "BossChance": 0, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal",