update: sync mods 2026-02-14T15:43:25+02:00

This commit is contained in:
2026-02-14 15:43:25 +02:00
parent 6d2af710a1
commit 5338eb8921
9 changed files with 3080 additions and 3035 deletions

View File

@@ -1,5 +1,4 @@
{
"pmcDifficulty": {
{ "pmcDifficulty": {
"easy": 10,
"normal": 50,
"hard": 30,
@@ -17,56 +16,56 @@
"maxGroupCount": 3,
"mapLimits": {
"bigmap": {
"max": 10,
"min": 8
"min": 8,
"max": 10
},
"factory4_day": {
"max": 7,
"min": 5
"min": 5,
"max": 7
},
"factory4_night": {
"max": 7,
"min": 5
"min": 5,
"max": 7
},
"interchange": {
"max": 13,
"min": 9
"min": 9,
"max": 13
},
"laboratory": {
"max": 9,
"min": 7
"min": 7,
"max": 9
},
"lighthouse": {
"max": 10,
"min": 7
"min": 7,
"max": 10
},
"rezervbase": {
"max": 10,
"min": 8
"min": 8,
"max": 10
},
"sandbox": {
"max": 11,
"min": 8
"min": 8,
"max": 11
},
"sandbox_high": {
"max": 11,
"min": 8
"min": 8,
"max": 11
},
"shoreline": {
"max": 13,
"min": 9
"min": 9,
"max": 13
},
"tarkovstreets": {
"max": 10,
"min": 7
"min": 7,
"max": 10
},
"woods": {
"max": 13,
"min": 9
"min": 9,
"max": 13
},
"labyrinth": {
"max": 0,
"min": 0
"min": 0,
"max": 0
}
}
},
@@ -131,9 +130,10 @@
"bossConfig": {
"bossKnight": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 25,
"bigmap": 30,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
@@ -165,6 +165,7 @@
},
"bossBully": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 30,
@@ -199,6 +200,7 @@
},
"bossTagilla": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -233,6 +235,7 @@
},
"bossKilla": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -267,6 +270,7 @@
},
"bossZryachiy": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -301,6 +305,7 @@
},
"bossGluhar": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -335,6 +340,7 @@
},
"bossSanitar": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -369,6 +375,7 @@
},
"bossKolontay": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -403,6 +410,7 @@
},
"bossBoar": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -437,6 +445,7 @@
},
"bossKojaniy": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -471,6 +480,7 @@
},
"bossTagillaAgro": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -505,6 +515,7 @@
},
"bossKillaAgro": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
@@ -539,6 +550,7 @@
},
"tagillaHelperAgro": {
"enable": true,
"disableFollowers": false,
"addExtraSpawns": false,
"disableVanillaSpawns": false,
"time": -1,
@@ -575,6 +587,7 @@
},
"bossPartisan": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 25,
@@ -609,6 +622,7 @@
},
"sectantPriest": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 15,
@@ -643,6 +657,7 @@
},
"arenaFighterEvent": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 5,
@@ -677,6 +692,7 @@
},
"pmcBot": {
"enable": true,
"disableFollowers": false,
"addExtraSpawns": true,
"disableVanillaSpawns": false,
"time": -1,
@@ -713,6 +729,7 @@
},
"exUsec": {
"enable": true,
"disableFollowers": false,
"addExtraSpawns": false,
"disableVanillaSpawns": false,
"time": -1,
@@ -749,6 +766,7 @@
},
"gifter": {
"enable": false,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,

View File

@@ -1,8 +1,35 @@
[
{
"Version": "2.0.13",
"ReleaseDate": "February 14, 2026",
"IsLatest": true,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Resolved the Per Player Scav Spawn Limit check being flipped"
],
"KnownIssues": []
},
{
"Version": "2.0.12",
"ReleaseDate": "February 14, 2026",
"IsLatest": false,
"NewFeatures": [
"Webconfig toggle for each boss to disable their followers"
],
"Changes": [
"F12 moved Despawn options into Advanced Menu",
"Renamed `Group Size` in PMC Group config for clarity"
],
"BugFixes": [
"Resolved the Per Player Scav Spawn Limit not being implemented by BSG"
],
"KnownIssues": []
},
{
"Version": "2.0.11",
"ReleaseDate": "January 10, 2026",
"IsLatest": true,
"IsLatest": false,
"NewFeatures": [],
"Changes": [],
"BugFixes": [