Updated MOAR Settings
This commit is contained in:
parent
4ccd8753d1
commit
a84001c8bf
|
@ -130,9 +130,9 @@ scavMaxGroupSize = 4
|
|||
|
||||
## Max pmc group size
|
||||
# Setting type: Int32
|
||||
# Default value: 5
|
||||
# Default value: 4
|
||||
# Acceptable value range: From 0 to 10
|
||||
pmcMaxGroupSize = 5
|
||||
pmcMaxGroupSize = 4
|
||||
|
||||
## Increases chances of pmc groups spawning, doesn't dramatically increase quantity.
|
||||
# Setting type: Boolean
|
||||
|
@ -158,9 +158,9 @@ MaxBotCap = 25
|
|||
|
||||
## This controls the health of zombies
|
||||
# Setting type: Double
|
||||
# Default value: 0.5
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 3
|
||||
ZombieHealth = 0.5
|
||||
ZombieHealth = 1
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
|
@ -170,14 +170,14 @@ ZombieWaveQuantity = 1
|
|||
|
||||
## Determines the weighting of spawns at the beginning (1) spread evenly throughout (0.5) or at the end(0) of the raid
|
||||
# Setting type: Double
|
||||
# Default value: 0.2
|
||||
# Default value: 0.5
|
||||
# Acceptable value range: From 0 to 1
|
||||
ZombieWaveDistribution = 0.2
|
||||
ZombieWaveDistribution = 0.5
|
||||
|
||||
## Enables zombies to spawn
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
zombiesEnabled On/Off = true
|
||||
# Default value: false
|
||||
zombiesEnabled On/Off = false
|
||||
|
||||
## Determines the weighting of spawns at the beginning (1) spread evenly throughout (0.5) or at the end(0) of the raid
|
||||
# Setting type: Double
|
||||
|
@ -187,21 +187,21 @@ ScavWaveDistribution = 0.5
|
|||
|
||||
## Determines the weighting of spawns at the beginning (1) spread evenly throughout (0.5) or at the end(0) of the raid
|
||||
# Setting type: Double
|
||||
# Default value: 0.8
|
||||
# Default value: 0.7
|
||||
# Acceptable value range: From 0 to 1
|
||||
PmcWaveDistribution = 0.8
|
||||
PmcWaveDistribution = 0.7
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ScavWaveQuantity = 0.5
|
||||
ScavWaveQuantity = 1
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
PmcWaveQuantity = 0.5
|
||||
PmcWaveQuantity = 1
|
||||
|
||||
[3.Debug]
|
||||
|
||||
|
|
Loading…
Reference in New Issue