Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cormax map pool #2624

Merged
merged 3 commits into from
Sep 24, 2024
Merged
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
24 changes: 11 additions & 13 deletions Resources/Prototypes/Corvax/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
- type: gameMapPool
id: CorvaxDefaultMapPool
maps:
# Highpop
- CorvaxDelta
- CorvaxAvrite
- CorvaxSilly
- CorvaxAstra
- CorvaxMaus
- CorvaxPaper
- CorvaxPilgrim
- CorvaxTerra
- CorvaxPearl
- CorvaxTushkan
- CorvaxGlacier
- Box # reserve
# Midpop
- CorvaxPaper
- CorvaxPearl
- Bagel
- Box
- Core
- Fland
- Marathon
- Meta
- Oasis
- Omega
#- Train # reserve
# Lowpop
- CorvaxSilly
- CorvaxMaus
- CorvaxTushkan
- Packed
#- Train
#- Omega # reserve
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
Loading