derotate aspid (#24725)
* Delete Resources/Maps/aspid.yml * Delete Resources/Prototypes/Maps/aspid.yml * Update default.yml * Update PostMapInitTest.cs * Update MapLoadBenchmark.cs
This commit is contained in:
@@ -46,7 +46,7 @@ public class MapLoadBenchmark
|
|||||||
PoolManager.Shutdown();
|
PoolManager.Shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static readonly string[] MapsSource = { "Empty", "Box", "Aspid", "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", "Gemini", "Reach", "Origin", "Meta", "Marathon", "Europa", "MeteorArena", "Fland", "Barratry" };
|
||||||
|
|
||||||
[ParamsSource(nameof(MapsSource))]
|
[ParamsSource(nameof(MapsSource))]
|
||||||
public string Map;
|
public string Map;
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ namespace Content.IntegrationTests.Tests
|
|||||||
"Fland",
|
"Fland",
|
||||||
"Meta",
|
"Meta",
|
||||||
"Packed",
|
"Packed",
|
||||||
"Aspid",
|
|
||||||
"Cluster",
|
"Cluster",
|
||||||
"Omega",
|
"Omega",
|
||||||
"Bagel",
|
"Bagel",
|
||||||
|
|||||||
125672
Resources/Maps/aspid.yml
125672
Resources/Maps/aspid.yml
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
|||||||
- type: gameMapPool
|
- type: gameMapPool
|
||||||
id: DefaultMapPool
|
id: DefaultMapPool
|
||||||
maps:
|
maps:
|
||||||
- Aspid
|
|
||||||
- Atlas
|
- Atlas
|
||||||
- Bagel
|
- Bagel
|
||||||
- Box
|
- Box
|
||||||
|
|||||||
@@ -1,64 +0,0 @@
|
|||||||
- type: gameMap
|
|
||||||
id: Aspid
|
|
||||||
mapName: 'NCS Aspid'
|
|
||||||
mapPath: /Maps/aspid.yml
|
|
||||||
minPlayers: 25
|
|
||||||
maxPlayers: 55
|
|
||||||
stations:
|
|
||||||
Aspid:
|
|
||||||
stationProto: StandardNanotrasenStation
|
|
||||||
components:
|
|
||||||
- type: StationNameSetup
|
|
||||||
mapNameTemplate: '{0} NCS Aspid {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: [ 2, 3 ]
|
|
||||||
Chef: [ 1, 3 ]
|
|
||||||
Janitor: [ 2, 3 ]
|
|
||||||
Chaplain: [ 1, 1 ]
|
|
||||||
Librarian: [ 1, 1 ]
|
|
||||||
Lawyer: [ 2, 2 ]
|
|
||||||
ServiceWorker: [ 1, 1 ]
|
|
||||||
#engineering
|
|
||||||
ChiefEngineer: [ 1, 1 ]
|
|
||||||
AtmosphericTechnician: [ 2, 2 ]
|
|
||||||
StationEngineer: [ 3, 4 ]
|
|
||||||
TechnicalAssistant: [ 4, 4 ]
|
|
||||||
#medical
|
|
||||||
ChiefMedicalOfficer: [ 1, 1 ]
|
|
||||||
Paramedic: [ 1, 1 ]
|
|
||||||
Chemist: [ 1, 2 ]
|
|
||||||
MedicalDoctor: [ 4, 4 ]
|
|
||||||
MedicalIntern: [ 4, 4 ]
|
|
||||||
#science
|
|
||||||
ResearchDirector: [ 1, 1 ]
|
|
||||||
Scientist: [ 4, 5 ]
|
|
||||||
ResearchAssistant: [ 4, 4 ]
|
|
||||||
Borg: [ 2, 2 ]
|
|
||||||
#security
|
|
||||||
HeadOfSecurity: [ 1, 1 ]
|
|
||||||
Warden: [ 1, 1 ]
|
|
||||||
Detective: [ 1, 1 ]
|
|
||||||
SecurityOfficer: [ 4, 5 ]
|
|
||||||
SecurityCadet: [ 4, 4 ]
|
|
||||||
#supply
|
|
||||||
Quartermaster: [ 1, 1 ]
|
|
||||||
SalvageSpecialist: [ 3, 4 ]
|
|
||||||
CargoTechnician: [ 2, 3 ]
|
|
||||||
#civillian
|
|
||||||
Passenger: [ -1, -1 ]
|
|
||||||
Clown: [ 1, 1 ]
|
|
||||||
Mime: [ 1, 1 ]
|
|
||||||
Musician: [ 1, 1 ]
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user