From 7a78eb8400c8596f03afc936b3145b843ee73ddc Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 12 Oct 2025 11:15:11 +0100 Subject: [PATCH] Updated `bossKnight` spawnchance chance to 18% from 0% --- .../SPT_Data/database/locations/bigmap/base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/bigmap/base.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/bigmap/base.json index c30682fb..dc999218 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/bigmap/base.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/bigmap/base.json @@ -138,7 +138,7 @@ "TriggerName": "" }, { - "BossChance": 0, + "BossChance": 18, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal",