remove origin (#31059)

derotate origin
This commit is contained in:
Emisse
2024-08-15 16:22:01 -06:00
committed by GitHub
parent a17498ee91
commit af2ee4a9e6
5 changed files with 1 additions and 201787 deletions

View File

@@ -46,7 +46,7 @@ public class MapLoadBenchmark
PoolManager.Shutdown(); PoolManager.Shutdown();
} }
public static readonly string[] MapsSource = { "Empty", "Satlern", "Box", "Bagel", "Dev", "CentComm", "Core", "TestTeg", "Packed", "Omega", "Reach", "Origin", "Meta", "Marathon", "MeteorArena", "Fland", "Oasis", "Cog" }; public static readonly string[] MapsSource = { "Empty", "Satlern", "Box", "Bagel", "Dev", "CentComm", "Core", "TestTeg", "Packed", "Omega", "Reach", "Meta", "Marathon", "MeteorArena", "Fland", "Oasis", "Cog" };
[ParamsSource(nameof(MapsSource))] [ParamsSource(nameof(MapsSource))]
public string Map; public string Map;

View File

@@ -51,7 +51,6 @@ namespace Content.IntegrationTests.Tests
"Packed", "Packed",
"Omega", "Omega",
"Bagel", "Bagel",
"Origin",
"CentComm", "CentComm",
"Box", "Box",
"Core", "Core",

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,6 @@
- Meta - Meta
- Oasis - Oasis
- Omega - Omega
- Origin
- Packed - Packed
- Reach - Reach
- Train - Train

View File

@@ -1,64 +0,0 @@
- type: gameMap
id: Origin
mapName: 'Origin'
mapPath: /Maps/origin.yml
minPlayers: 50
stations:
Origin:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Origin {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_courser.yml
- type: StationJobs
availableJobs:
#service
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 2, 2 ]
Botanist: [ 3, 3 ]
Chef: [ 3, 3 ]
Janitor: [ 3, 3 ]
Chaplain: [ 2, 2 ]
Librarian: [ 2, 2 ]
Lawyer: [ 2, 2 ]
ServiceWorker: [ 3, 4 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 6, 6 ]
TechnicalAssistant: [ 2, 3 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
Paramedic: [ 1, 1 ]
MedicalDoctor: [ 6, 6 ]
Psychologist: [ 1, 1 ]
MedicalIntern: [ 1, 2 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 6, 6 ]
ResearchAssistant: [ 4, 4 ]
Borg: [ 2, 2 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 7, 7 ]
SecurityCadet: [ 2, 4 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 5, 5 ]
#civillian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 2, 2 ]
Boxer: [ 1, 1 ]
Reporter: [ 1, 1 ]