Skip to content

Commit 1b07ce5

Browse files
author
Chomp
committed
Adjusted Goons spawn chance to 20% across Customs/Lighthouse/Woods/Shoreline
1 parent df068fb commit 1b07ce5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/bigmap/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"TriggerName": ""
139139
},
140140
{
141-
"BossChance": 18,
141+
"BossChance": 20,
142142
"BossDifficult": "normal",
143143
"BossEscortAmount": "2",
144144
"BossEscortDifficult": "normal",

Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/lighthouse/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"TriggerName": ""
8585
},
8686
{
87-
"BossChance": 50,
87+
"BossChance": 20,
8888
"BossDifficult": "normal",
8989
"BossEscortAmount": "2",
9090
"BossEscortDifficult": "normal",

Libraries/SPTarkov.Server.Assets/SPT_Data/database/locations/shoreline/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"TriggerName": ""
111111
},
112112
{
113-
"BossChance": 25,
113+
"BossChance": 20,
114114
"BossDifficult": "normal",
115115
"BossEscortAmount": "0",
116116
"BossEscortDifficult": "normal",

0 commit comments

Comments
 (0)