lower spawn %
This commit is contained in:
parent
29467ed9e0
commit
fb33a83f23
2 changed files with 12 additions and 12 deletions
|
|
@ -37,7 +37,7 @@
|
|||
// Enable or disable patrols on this map
|
||||
"enablePatrols": true,
|
||||
// Chance (percentage) for a patrol to spawn in a raid
|
||||
"patrolChance": 45,
|
||||
"patrolChance": 30,
|
||||
// Maximum number of patrols that can spawn in a raid. Each patrol roll is independent, increasing the overall chance to encounter a patrol and allowing multiple patrols
|
||||
"patrolAmount": 2,
|
||||
// Minimum members in a patrol
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
"bigmap": {
|
||||
"patrol": {
|
||||
"enablePatrols": true,
|
||||
"patrolChance": 35,
|
||||
"patrolChance": 30,
|
||||
"patrolAmount": 1,
|
||||
"patrolMin": 4,
|
||||
"patrolMax": 7,
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
"interchange": {
|
||||
"patrol": {
|
||||
"enablePatrols": true,
|
||||
"patrolChance": 40,
|
||||
"patrolChance": 30,
|
||||
"patrolAmount": 2,
|
||||
"patrolMin": 3,
|
||||
"patrolMax": 6,
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
"shoreline": {
|
||||
"patrol": {
|
||||
"enablePatrols": true,
|
||||
"patrolChance": 40,
|
||||
"patrolChance": 30,
|
||||
"patrolAmount": 1,
|
||||
"patrolMin": 4,
|
||||
"patrolMax": 7,
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
"tarkovstreets": {
|
||||
"patrol": {
|
||||
"enablePatrols": true,
|
||||
"patrolChance": 40,
|
||||
"patrolChance": 30,
|
||||
"patrolAmount": 1,
|
||||
"patrolMin": 4,
|
||||
"patrolMax": 7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue