Skip to content

Commit

Permalink
Изменил выбор режимов и вес режимов в секрете
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Dec 20, 2023
1 parent 935c147 commit 6f183e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- traitor
name: traitor-title
description: traitor-description
showInVote: true
showInVote: false
rules:
- Traitor
- BasicStationEventScheduler
Expand All @@ -60,7 +60,7 @@
name: death-match-title
description: death-match-description
maxPlayers: 50
showInVote: true
showInVote: false
supportedMaps: DeathMatchMapPool
rules:
- DeathMatch31
Expand All @@ -71,7 +71,7 @@
- nukeops
name: nukeops-title
description: nukeops-description
showInVote: true
showInVote: false
rules:
- Nukeops
- BasicStationEventScheduler
Expand All @@ -84,7 +84,7 @@
- revolutionaries
name: rev-title
description: rev-description
showInVote: true
showInVote: false
rules:
- Revolutionary
- BasicStationEventScheduler
Expand All @@ -99,7 +99,7 @@
- zomber
name: zombie-title
description: zombie-description
showInVote: true
showInVote: false
rules:
- Zombie
- BasicStationEventScheduler
Expand All @@ -110,7 +110,7 @@
- pirates
name: pirates-title
description: pirates-description
showInVote: true
showInVote: false
rules:
- Pirates
- BasicStationEventScheduler
10 changes: 5 additions & 5 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: weightedRandom
id: Secret
weights:
Nukeops: 0.25
Traitor: 0.65
Zombie: 0.10
Extended: 0.05 # Corvax-MRP
Revolutionary: 0.15
Nukeops: 0.3
Traitor: 0.3
Zombie: 0.2
#Extended: 0.05 # Corvax-MRP
Revolutionary: 0.2

0 comments on commit 6f183e9

Please sign in to comment.