Skip to content

Commit

Permalink
standardize map protos and fill gaps (space-wizards#31120)
Browse files Browse the repository at this point in the history
update protos
  • Loading branch information
Emisse authored Aug 17, 2024
1 parent 3ce8f16 commit 5cc2b12
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Maps/bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: Bagel
mapName: 'Bagel Station'
mapPath: /Maps/bagel.yml
minPlayers: 40
maxPlayers: 76
minPlayers: 35
maxPlayers: 70
stations:
Bagel:
stationProto: StandardNanotrasenStation
Expand All @@ -20,10 +20,10 @@
#service
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 2, 2 ]
Botanist: [ 3, 3 ]
Bartender: [ 1, 2 ]
Botanist: [ 2, 2 ]
Chef: [ 2, 2 ]
Janitor: [ 3, 3 ]
Janitor: [ 2, 2 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 2, 2 ]
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Maps/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: Core
mapName: 'Core'
mapPath: /Maps/core.yml
minPlayers: 30
maxPlayers: 60
minPlayers: 35
maxPlayers: 70
stations:
Core:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/omega.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Omega
mapName: 'Omega'
mapPath: /Maps/omega.yml
minPlayers: 10
minPlayers: 7
maxPlayers: 35
stations:
Omega:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Maps/packed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: Packed
mapName: 'Packed'
mapPath: /Maps/packed.yml
minPlayers: 5
maxPlayers: 40
minPlayers: 7
maxPlayers: 35
stations:
Packed:
stationProto: StandardNanotrasenStation
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Maps/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mapPath: /Maps/train.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 10
maxPlayers: 50
minPlayers: 35
maxPlayers: 70
stations:
Train:
stationProto: StandardNanotrasenStation
Expand All @@ -25,7 +25,7 @@
Bartender: [ 1, 1 ]
Botanist: [ 2, 2 ]
Chef: [ 1, 1 ]
Janitor: [ 1, 2 ]
Janitor: [ 2, 2 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 2, 3 ]
Expand Down Expand Up @@ -53,8 +53,8 @@
Lawyer: [ 1, 2 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 2, 2 ]
CargoTechnician: [ 2, 2 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Expand Down

0 comments on commit 5cc2b12

Please sign in to comment.