Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
id: Nukeops
components:
- type: GameRule
minPlayers: 35 # DS14
minPlayers: 45 # DS14
- type: LoadMapRule
mapPath: /Maps/Nonstations/nukieplanet.yml
- type: AntagSelection
Expand Down Expand Up @@ -379,7 +379,7 @@
parent: BaseGameRule
components:
- type: GameRule
minPlayers: 25 # DS14
minPlayers: 50 # DS14
delay:
min: 600
max: 900
Expand Down Expand Up @@ -495,7 +495,7 @@
scheduledGameRules: !type:NestedSelector
tableId: BasicGameRulesTable
- type: GameRule # DS14
minPlayers: 15
minPlayers: 40 # DS14

- type: entity
id: SpaceTrafficControlEventScheduler # iff we make a selector for EntityTables that can respect StationEventComp restrictions, or somehow impliment them otherwise in said tables,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
id: SiegeOfTheCircle
components:
- type: GameRule
minPlayers: 75
minPlayers: 65
- type: CircleOpsRule
windowUntilSendObelisk:
min: 1m
Expand Down
Loading