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

[Maps] Rebalance min/max maps online #2048

Merged
merged 2 commits into from
Apr 23, 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
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Maps/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: CorvaxAstra
mapName: 'Astra Station'
mapPath: /Maps/corvax_astra.yml
minPlayers: 30
minPlayers: 40
stations:
Astra:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Maps/delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: CorvaxDelta
mapName: 'Delta Station'
mapPath: /Maps/corvax_delta.yml
minPlayers: 40
minPlayers: 55
stations:
Delta:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Maps/gelta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: CorvaxGelta
mapName: 'Gelta Station'
mapPath: /Maps/corvax_gelta.yml
minPlayers: 40
minPlayers: 55
stations:
Gelta:
stationProto: StandardNanotrasenStation
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Corvax/Maps/ishimura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
id: CorvaxIshimura
mapName: 'USG Ishimura'
mapPath: /Maps/corvax_ishimura.yml
minPlayers: 30
minPlayers: 20
maxPlayers: 50
stations:
Ishimura:
stationProto: StandardNanotrasenStation
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Maps/maus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- type: gameMap
- type: gameMap
id: CorvaxMaus
mapName: 'Maus Station'
mapPath: /Maps/corvax_maus.yml
minPlayers: 0
maxPlayers: 40
maxPlayers: 30
stations:
Maus:
stationProto: StandardNanotrasenStation
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Corvax/Maps/outpost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
id: CorvaxOutpost
mapName: 'Outpost'
mapPath: /Maps/corvax_outpost.yml
minPlayers: 10
minPlayers: 20
maxPlayers: 50
stations:
Outpost:
stationProto: StandardNanotrasenStation
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Maps/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: CorvaxPaper
mapName: 'Paper Station'
mapPath: /Maps/corvax_paper.yml
minPlayers: 14
maxPlayers: 65
minPlayers: 20
maxPlayers: 50
stations:
CorvaxPaper:
stationProto: StandardNanotrasenStation
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Maps/silly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mapName: 'Silly Island'
mapPath: /Maps/corvax_silly.yml
minPlayers: 0
maxPlayers: 40
maxPlayers: 30
stations:
Silly:
stationProto: StandardNanotrasenStation
Expand Down Expand Up @@ -92,4 +92,4 @@
# cargo
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
Loading