We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44aa49d commit 93fa321Copy full SHA for 93fa321
UncomplicatedCustomTeams/Resources/DefaultConfig.yml
@@ -4,6 +4,7 @@ teams:
4
min_players: 1
5
max_spawns: -1
6
spawn_chance: 100
7
+ allow_concurrent_spawns: false
8
spawn_conditions:
9
spawn_wave: NtfWave
10
spawn_position:
@@ -14,6 +15,9 @@ teams:
14
15
x: 0
16
y: 0
17
z: 0
18
+ after_team_spawn: 0
19
+ after_team_death: 0
20
+ required_engaged_generators: 1
21
used_item: None
22
target_scp: None
23
is_scp0492_counted_as_scp: false
@@ -24,6 +28,10 @@ teams:
24
28
cassie_message: team arrived
25
29
cassie_translation: Team arrived!
26
30
is_noisy: true
31
+ win_condition:
32
+ prevent_round_end_if_alive: true
33
+ allied_teams: []
34
+ winning_team: Draw
27
35
sound_paths:
36
- path: /path/to/your/ogg/file
37
delay: 0
0 commit comments