Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2022-05-19 14:44:24 +10:00
committed by GitHub
parent a6a25e30e5
commit 8d6a3ecea7
12 changed files with 133 additions and 22 deletions

View File

@@ -0,0 +1,2 @@
secret-title = Secret
secret-description = It's a secret to everyone. The threats you encounter are randomized.

View File

@@ -7,6 +7,17 @@
showInVote: true
description: extended-description
- type: gamePreset
id: Secret
alias:
- secret
- sekrit
name: secret-title
showInVote: true
description: secret-description
rules:
- Secret
- type: gamePreset
id: Sandbox
alias:

View File

@@ -21,3 +21,6 @@
- type: gameRule
id: Sandbox
- type: gameRule
id: Secret

View File

@@ -0,0 +1,6 @@
- type: weightedRandom
id: Secret
weights:
Extended: 0.25
Nukeops: 0.25
Traitor: 0.75