MOAR ai tweaks

This commit is contained in:
GetParanoid 2025-07-18 23:45:33 -07:00
parent 33dab33366
commit 2c933fd1f0
4 changed files with 15 additions and 15 deletions

View file

@ -1,11 +1,11 @@
{ {
"more-scavs-and-pmcs": 45, "more-scavs-and-pmcs": 100,
"rogue-invasion": 10, "rogue-invasion": 0,
"raider-invasion": 10, "raider-invasion": 0,
"minor-boss-invasion": 10, "minor-boss-invasion": 0,
"main-boss-guaranteed": 10, "main-boss-guaranteed": 0,
"main-boss-guaranteed-roaming": 10, "main-boss-guaranteed-roaming": 0,
"insanity": 5, "insanity": 0,
"live-like": 0, "live-like": 0,
"quiet-raids": 0, "quiet-raids": 0,
"more-scavs": 0, "more-scavs": 0,

View file

@ -25,10 +25,10 @@
"more-scavs-and-pmcs": { "more-scavs-and-pmcs": {
"scavGroupChance": 0.3, "scavGroupChance": 0.3,
"scavMaxGroupSize": 5, "scavMaxGroupSize": 5,
"pmcGroupChance": 0.3, "pmcGroupChance": 0.5,
"pmcMaxGroupSize": 5, "pmcMaxGroupSize": 5,
"scavWaveQuantity": 1.4, "scavWaveQuantity": 2.2,
"pmcWaveQuantity": 1.2 "pmcWaveQuantity": 2.0
}, },
"delayed-scavs": { "delayed-scavs": {
"scavWaveDistribution": 1.5 "scavWaveDistribution": 1.5

View file

@ -9,7 +9,7 @@
"scavWaveQuantity": 1, "scavWaveQuantity": 1,
"startingPmcs": true, "startingPmcs": true,
"pmcWaveDistribution": 0.3, "pmcWaveDistribution": 0.5,
"pmcWaveQuantity": 1, "pmcWaveQuantity": 1,
"randomSpawns": false, "randomSpawns": false,

View file

@ -132,9 +132,9 @@
"mapCullingNearPointValuePlayer": 12, "mapCullingNearPointValuePlayer": 12,
"mapCullingNearPointValuePmc": 6, "mapCullingNearPointValuePmc": 6,
"mapCullingNearPointValueScav": 6, "mapCullingNearPointValueScav": 6,
"maxBotCapOverride": 18, "maxBotCapOverride": 30,
"spawnMinDistance": 30, "spawnMinDistance": 30,
"pmcWaveCount": 10, "pmcWaveCount": 15,
"scavWaveCount": 20, "scavWaveCount": 20,
"zombieWaveCount": 13 "zombieWaveCount": 13
}, },
@ -163,7 +163,7 @@
"mapCullingNearPointValuePlayer": 6, "mapCullingNearPointValuePlayer": 6,
"mapCullingNearPointValuePmc": 5, "mapCullingNearPointValuePmc": 5,
"mapCullingNearPointValueScav": 1, "mapCullingNearPointValueScav": 1,
"maxBotCapOverride": 15, "maxBotCapOverride": 25,
"spawnMinDistance": 15, "spawnMinDistance": 15,
"pmcWaveCount": 10, "pmcWaveCount": 10,
"scavWaveCount": 18, "scavWaveCount": 18,
@ -176,7 +176,7 @@
"mapCullingNearPointValuePlayer": 6, "mapCullingNearPointValuePlayer": 6,
"mapCullingNearPointValuePmc": 5, "mapCullingNearPointValuePmc": 5,
"mapCullingNearPointValueScav": 1, "mapCullingNearPointValueScav": 1,
"maxBotCapOverride": 15, "maxBotCapOverride": 25,
"spawnMinDistance": 15, "spawnMinDistance": 15,
"pmcWaveCount": 12, "pmcWaveCount": 12,
"scavWaveCount": 18, "scavWaveCount": 18,