Skip to content

Commit

Permalink
Cormax map pool (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Sep 24, 2024
1 parent 20f3ceb commit 408fdca
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 23 deletions.
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

0 comments on commit 408fdca

Please sign in to comment.