0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 04:50:44 -05:00

Adjusted pmc conversion rate and max bot cap values

This commit is contained in:
Chomp 2025-02-03 17:13:40 +00:00
parent 48a7c5e60e
commit c44e90b064
2 changed files with 16 additions and 10 deletions

View File

@ -2860,14 +2860,14 @@
"maxBotCap": { "maxBotCap": {
"factory4_day": 12, "factory4_day": 12,
"factory4_night": 12, "factory4_night": 12,
"bigmap": 18, "bigmap": 26,
"woods": 19, "woods": 23,
"shoreline": 20, "shoreline": 25,
"lighthouse": 18, "lighthouse": 23,
"rezervbase": 20, "rezervbase": 23,
"interchange": 20, "interchange": 24,
"laboratory": 18, "laboratory": 19,
"tarkovstreets": 20, "tarkovstreets": 24,
"sandbox": 11, "sandbox": 11,
"sandbox_high": 12, "sandbox_high": 12,
"default": 18 "default": 18

View File

@ -762,8 +762,8 @@
"convertIntoPmcChance": { "convertIntoPmcChance": {
"default": { "default": {
"assault": { "assault": {
"min": 25, "min": 15,
"max": 35 "max": 23
}, },
"cursedassault": { "cursedassault": {
"min": 0, "min": 0,
@ -807,6 +807,12 @@
"min": 0, "min": 0,
"max": 0 "max": 0
} }
},
"lighthouse": {
"exusec": {
"min": 1,
"max": 1
}
} }
}, },
"hostilitySettings": { "hostilitySettings": {