fix the number of players for the modes
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: GameRule
|
- type: GameRule
|
||||||
minPlayers: 20
|
minPlayers: 15 # Honk
|
||||||
- type: RandomMetadata #this generates the random operation name cuz it's cool.
|
- type: RandomMetadata #this generates the random operation name cuz it's cool.
|
||||||
nameSegments:
|
nameSegments:
|
||||||
- operationPrefix
|
- operationPrefix
|
||||||
@@ -212,7 +212,7 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: GameRule
|
- type: GameRule
|
||||||
minPlayers: 20
|
minPlayers: 15 # Honk
|
||||||
delay:
|
delay:
|
||||||
min: 600
|
min: 600
|
||||||
max: 900
|
max: 900
|
||||||
@@ -260,7 +260,7 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: GameRule
|
- type: GameRule
|
||||||
minPlayers: 30
|
minPlayers: 15 # Honk
|
||||||
- type: CultRule
|
- type: CultRule
|
||||||
- type: AntagSelection
|
- type: AntagSelection
|
||||||
definitions:
|
definitions:
|
||||||
@@ -287,7 +287,7 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: GameRule
|
- type: GameRule
|
||||||
minPlayers: 20
|
minPlayers: 15 # Honk
|
||||||
- type: RandomMetadata
|
- type: RandomMetadata
|
||||||
- type: LoadMapRule
|
- type: LoadMapRule
|
||||||
gameMap: WizardShuttle
|
gameMap: WizardShuttle
|
||||||
|
|||||||
Reference in New Issue
Block a user