Skip to content

Commit

Permalink
change maps max & min players
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Sep 24, 2024
1 parent c0e7ade commit 10cb403
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions Resources/Prototypes/Maps/bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
id: Bagel
mapName: 'Bagel Station'
mapPath: /Maps/bagel.yml
minPlayers: 35
maxPlayers: 70
# Corvax-start
minPlayers: 20
maxPlayers: 50
# Corvax-end
stations:
Bagel:
stationProto: StandardNanotrasenStation
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Maps/marathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
id: Marathon
mapName: 'Marathon Station'
mapPath: /Maps/marathon.yml
minPlayers: 35
maxPlayers: 70
# Corvax-start
minPlayers: 20
maxPlayers: 50
# Corvax-end
stations:
Marathon:
stationProto: StandardNanotrasenStation
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Maps/omega.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
id: Omega
mapName: 'Omega'
mapPath: /Maps/omega.yml
minPlayers: 7
maxPlayers: 35
# Corvax-start
minPlayers: 0
maxPlayers: 30
# Corvax-end
stations:
Omega:
stationProto: StandardNanotrasenStation
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Maps/packed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
id: Packed
mapName: 'Packed'
mapPath: /Maps/packed.yml
minPlayers: 7
maxPlayers: 35
# Corvax-start
minPlayers: 0
maxPlayers: 30
# Corvax-end
stations:
Packed:
stationProto: StandardNanotrasenStation
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Maps/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
mapPath: /Maps/train.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 35
maxPlayers: 70
# Corvax-start
minPlayers: 20
maxPlayers: 50
# Corvax-end
stations:
Train:
stationProto: StandardNanotrasenStation
Expand Down

0 comments on commit 10cb403

Please sign in to comment.