* reach update

* proto

* minor fixes

* poolz

* e shuttle fixe

* webedit ops

* Update PostMapInitTest.cs

* gay
This commit is contained in:
Emisse
2023-12-14 22:38:05 -07:00
committed by GitHub
parent eb1c20ea81
commit 652b6812b8
4 changed files with 14245 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ namespace Content.IntegrationTests.Tests
"Marathon", "Marathon",
"Gemini", "Gemini",
"MeteorArena", "MeteorArena",
"Atlas" "Atlas",
"Reach"
}; };
/// <summary> /// <summary>

14206
Resources/Maps/reach.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,3 +16,4 @@
- Origin - Origin
- Saltern - Saltern
- Packed - Packed
- Reach

View File

@@ -0,0 +1,36 @@
- type: gameMap
id: Reach
mapName: 'Reach'
mapPath: /Maps/reach.yml
minPlayers: 0
maxPlayers: 5
stations:
Reach:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Reach Transport {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'SC'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
Captain: [ 1, 1 ]
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 1, 3 ]
CargoTechnician: [ 1, 2 ]
Bartender: [ 1, 1 ]
Botanist: [ 1, 1 ]
Chef: [ 1, 1 ]
MedicalDoctor: [ 1, 2 ]
Chemist: [ 1, 1 ]
Janitor: [ 1, 1 ]
Musician: [ 1, 1 ]
AtmosphericTechnician: [ 1, 1 ]
StationEngineer: [ 1, 2 ]
Passenger: [ -1, -1 ]