From 1b07ce530d0df816ba593ba23f1c08a4a87514fd Mon Sep 17 00:00:00 2001 From: Chomp Date: Thu, 30 Oct 2025 13:34:20 +0000 Subject: [PATCH] Adjusted `Goons` spawn chance to 20% across `Customs/Lighthouse/Woods/Shoreline` --- .../SPT_Data/database/locations/bigmap/base.json | 2 +- .../SPT_Data/database/locations/lighthouse/base.json | 2 +- .../SPT_Data/database/locations/shoreline/base.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 dc999218..76760a6f 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": 18, + "BossChance": 20, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal", diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/lighthouse/base.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/lighthouse/base.json index fbf28293..c927550a 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/lighthouse/base.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/lighthouse/base.json @@ -84,7 +84,7 @@ "TriggerName": "" }, { - "BossChance": 50, + "BossChance": 20, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal", diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/shoreline/base.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/shoreline/base.json index 9eb1042e..c09d7ac8 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/shoreline/base.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/shoreline/base.json @@ -110,7 +110,7 @@ "TriggerName": "" }, { - "BossChance": 25, + "BossChance": 20, "BossDifficult": "normal", "BossEscortAmount": "0", "BossEscortDifficult": "normal",