use deltav secret weights prototype
This commit is contained in:
parent
9d5661d6e4
commit
59ec6c3e5d
|
|
@ -4,6 +4,7 @@ lobbyenabled = true
|
|||
lobbyduration = 240
|
||||
round_end_pacifist = true
|
||||
contraband_examine = false # Doubtful that it's desired at all, and would require going over every item in accordance with SOP
|
||||
secret_weight_prototype = SecretDeltaV
|
||||
|
||||
# New players can't join a server without admins
|
||||
[game.panic_bunker]
|
||||
|
|
|
|||
|
|
@ -12,3 +12,5 @@
|
|||
# Replaced by
|
||||
# /Prototypes/_DV/Maps/salvage_modified.yml
|
||||
# /Prototypes/_DV/Maps/salvage.yml
|
||||
- /Prototypes/secret_weights.yml
|
||||
# Replaced by /Prototypes/_DV/secret_weights.yml
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
- type: weightedRandom
|
||||
id: SecretDeltaV
|
||||
weights:
|
||||
Survival: 0.35
|
||||
Nukeops: 0.15
|
||||
Zombie: 0.07
|
||||
Traitor: 0.43
|
||||
#Pirates: 0.15 #ahoy me bucko
|
||||
Loading…
Reference in New Issue