Skip to content

Commit

Permalink
Map pool tweak (space-syndicate#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk authored Jan 3, 2025
1 parent ff8c618 commit 26f63c0
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
6 changes: 6 additions & 0 deletions Resources/Prototypes/Corvax/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@
- CorvaxAstra
- CorvaxPilgrim
- CorvaxGlacier
- Bagel
- Box
# Midpop
- CorvaxPaper
- CorvaxOutpost
- CorvaxAwesome
- CorvaxPearl
- Amber
- Marathon
# Lowpop
- CorvaxSilly
- CorvaxMaus
- CorvaxTushkan
- Omega
- Packed
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Maps/awesome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: CorvaxAwesome
mapName: 'Awesome Station'
mapPath: /Maps/corvax_awesome.yml
minPlayers: 20
maxPlayers: 50
minPlayers: 25
maxPlayers: 55
stations:
Awesome:
stationProto: StandardNanotrasenStation
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Maps/outpost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mapPath: /Maps/corvax_outpost.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 20
maxPlayers: 50
minPlayers: 25
maxPlayers: 55
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 @@ -4,8 +4,8 @@
mapPath: /Maps/corvax_paper.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 20
maxPlayers: 50
minPlayers: 25
maxPlayers: 55
stations:
CorvaxPaper:
stationProto: StandardNanotrasenStation
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Maps/pearl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mapPath: /Maps/corvax_pearl.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 20
maxPlayers: 50
minPlayers: 25
maxPlayers: 55
stations:
Pearl:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Maps/silly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
maxPlayers: 30
maxPlayers: 25
stations:
Silly:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Maps/tushkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
maxPlayers: 30
maxPlayers: 25
stations:
Tushkan:
stationProto: StandardNanotrasenStation
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/Maps/bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
id: Bagel
mapName: 'Bagel Station'
mapPath: /Maps/bagel.yml
minPlayers: 20 # Corvax-Mapping
maxPlayers: 50 # Corvax-Mapping
minPlayers: 55 # Corvax-Mapping
stations:
Bagel:
stationProto: StandardNanotrasenStation
Expand Down

0 comments on commit 26f63c0

Please sign in to comment.