standardize map protos and fill gaps (#31120)

update protos
This commit is contained in:
Emisse
2024-08-17 00:23:57 -06:00
committed by GitHub
parent 3ce8f16cb9
commit 5cc2b12f4e
5 changed files with 15 additions and 15 deletions

View File

@@ -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
@@ -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 ]

View File

@@ -2,8 +2,8 @@
id: Core
mapName: 'Core'
mapPath: /Maps/core.yml
minPlayers: 30
maxPlayers: 60
minPlayers: 35
maxPlayers: 70
stations:
Core:
stationProto: StandardNanotrasenStation

View File

@@ -2,7 +2,7 @@
id: Omega
mapName: 'Omega'
mapPath: /Maps/omega.yml
minPlayers: 10
minPlayers: 7
maxPlayers: 35
stations:
Omega:

View File

@@ -2,8 +2,8 @@
id: Packed
mapName: 'Packed'
mapPath: /Maps/packed.yml
minPlayers: 5
maxPlayers: 40
minPlayers: 7
maxPlayers: 35
stations:
Packed:
stationProto: StandardNanotrasenStation

View File

@@ -4,8 +4,8 @@
mapPath: /Maps/train.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 10
maxPlayers: 50
minPlayers: 35
maxPlayers: 70
stations:
Train:
stationProto: StandardNanotrasenStation
@@ -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 ]
@@ -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 ]