Archived
Updated SWAG/DONUTS
This commit is contained in:
@@ -130,9 +130,9 @@ scavMaxGroupSize = 4
|
||||
|
||||
## Max pmc group size
|
||||
# Setting type: Int32
|
||||
# Default value: 4
|
||||
# Default value: 5
|
||||
# Acceptable value range: From 0 to 10
|
||||
pmcMaxGroupSize = 4
|
||||
pmcMaxGroupSize = 5
|
||||
|
||||
## Increases chances of pmc groups spawning, doesn't dramatically increase quantity.
|
||||
# Setting type: Boolean
|
||||
@@ -158,7 +158,7 @@ MaxBotCap = 25
|
||||
|
||||
## This controls the health of zombies
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Default value: 0.5
|
||||
# Acceptable value range: From 0 to 3
|
||||
ZombieHealth = 0.5
|
||||
|
||||
@@ -166,17 +166,17 @@ ZombieHealth = 0.5
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ZombieWaveQuantity = 0.5
|
||||
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.5
|
||||
# Default value: 0.2
|
||||
# Acceptable value range: From 0 to 1
|
||||
ZombieWaveDistribution = 0.2
|
||||
|
||||
## Enables zombies to spawn
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
# Default value: true
|
||||
zombiesEnabled On/Off = true
|
||||
|
||||
## Determines the weighting of spawns at the beginning (1) spread evenly throughout (0.5) or at the end(0) of the raid
|
||||
@@ -187,19 +187,19 @@ 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.7
|
||||
# Default value: 0.8
|
||||
# Acceptable value range: From 0 to 1
|
||||
PmcWaveDistribution = 0.7
|
||||
PmcWaveDistribution = 0.8
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Default value: 1.5
|
||||
# Acceptable value range: From 0 to 10
|
||||
ScavWaveQuantity = 1
|
||||
ScavWaveQuantity = 1.5
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Default value: 1.5
|
||||
# Acceptable value range: From 0 to 10
|
||||
PmcWaveQuantity = 1.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user