Adjusted Personality Chances for SAIN PMCs
This commit is contained in:
parent
3567f74bcd
commit
fd42f32c6a
|
@ -193,13 +193,13 @@ PmcWaveDistribution = 0.7
|
|||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Default value: 0.8
|
||||
# Acceptable value range: From 0 to 10
|
||||
ScavWaveQuantity = 0.8
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Default value: 0.8
|
||||
# Acceptable value range: From 0 to 10
|
||||
PmcWaveQuantity = 0.8
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ Gain multiplier = 1
|
|||
# Setting type: Single
|
||||
# Default value: 1.07
|
||||
# Acceptable value range: From 0 to 2
|
||||
Mask size multiplier = 1.304742
|
||||
Mask size multiplier = 1.07
|
||||
|
||||
## Applies gain multiplier to all NVGs
|
||||
# Setting type: Single
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Assignment": {
|
||||
"Enabled": true,
|
||||
"CanBeRandomlyAssigned": true,
|
||||
"RandomlyAssignedChance": 8.0,
|
||||
"RandomlyAssignedChance": 20.0,
|
||||
"MinLevel": 0.0,
|
||||
"MaxLevel": 100.0,
|
||||
"PowerLevelScaleStart": 0.0,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Assignment": {
|
||||
"Enabled": true,
|
||||
"CanBeRandomlyAssigned": true,
|
||||
"RandomlyAssignedChance": 10.0,
|
||||
"RandomlyAssignedChance": 25.0,
|
||||
"MinLevel": 0.0,
|
||||
"MaxLevel": 100.0,
|
||||
"PowerLevelScaleStart": 0.0,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Assignment": {
|
||||
"Enabled": true,
|
||||
"CanBeRandomlyAssigned": true,
|
||||
"RandomlyAssignedChance": 10.0,
|
||||
"RandomlyAssignedChance": 15.0,
|
||||
"MinLevel": 15.0,
|
||||
"MaxLevel": 100.0,
|
||||
"PowerLevelScaleStart": 150.0,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Assignment": {
|
||||
"Enabled": true,
|
||||
"CanBeRandomlyAssigned": true,
|
||||
"RandomlyAssignedChance": 5.0,
|
||||
"RandomlyAssignedChance": 10.0,
|
||||
"MinLevel": 0.0,
|
||||
"MaxLevel": 15.0,
|
||||
"PowerLevelScaleStart": 0.0,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Assignment": {
|
||||
"Enabled": true,
|
||||
"CanBeRandomlyAssigned": true,
|
||||
"RandomlyAssignedChance": 4.0,
|
||||
"RandomlyAssignedChance": 10.0,
|
||||
"MinLevel": 0.0,
|
||||
"MaxLevel": 100.0,
|
||||
"PowerLevelScaleStart": 250.0,
|
||||
|
|
Loading…
Reference in New Issue