Skip to content

Commit

Permalink
Adjusted pmc conversion rate and max bot cap values
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Feb 3, 2025
1 parent 48a7c5e commit c44e90b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
16 changes: 8 additions & 8 deletions project/assets/configs/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2860,14 +2860,14 @@
"maxBotCap": {
"factory4_day": 12,
"factory4_night": 12,
"bigmap": 18,
"woods": 19,
"shoreline": 20,
"lighthouse": 18,
"rezervbase": 20,
"interchange": 20,
"laboratory": 18,
"tarkovstreets": 20,
"bigmap": 26,
"woods": 23,
"shoreline": 25,
"lighthouse": 23,
"rezervbase": 23,
"interchange": 24,
"laboratory": 19,
"tarkovstreets": 24,
"sandbox": 11,
"sandbox_high": 12,
"default": 18
Expand Down
10 changes: 8 additions & 2 deletions project/assets/configs/pmc.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@
"convertIntoPmcChance": {
"default": {
"assault": {
"min": 25,
"max": 35
"min": 15,
"max": 23
},
"cursedassault": {
"min": 0,
Expand Down Expand Up @@ -807,6 +807,12 @@
"min": 0,
"max": 0
}
},
"lighthouse": {
"exusec": {
"min": 1,
"max": 1
}
}
},
"hostilitySettings": {
Expand Down

0 comments on commit c44e90b

Please sign in to comment.