derotate gemini (#24728)

* Delete Resources/Maps/gemini.yml

* Delete Resources/Prototypes/Maps/gemini.yml

* Update default.yml

* Update PostMapInitTest.cs

* Update MapLoadBenchmark.cs
This commit is contained in:
Emisse
2024-01-30 03:54:54 -07:00
committed by GitHub
parent a0d2a2ffe6
commit 101b4ff364
5 changed files with 1 additions and 175601 deletions

View File

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

View File

@@ -58,7 +58,6 @@ namespace Content.IntegrationTests.Tests
"Saltern",
"Core",
"Marathon",
"Gemini",
"MeteorArena",
"Atlas",
"Reach"

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,6 @@
- Cluster
- Core
- Fland
- Gemini
- Marathon
- Meta
- Omega

View File

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