Map ID fixes (Take 2) (#10075)

This commit is contained in:
Peptide90
2022-07-27 11:13:55 +01:00
committed by GitHub
parent dc9ebb01b6
commit c15e14676d
36 changed files with 15266 additions and 15266 deletions

View File

@@ -93,7 +93,7 @@ namespace Content.IntegrationTests.Tests
mapId = mapManager.CreateMap(); mapId = mapManager.CreateMap();
mapManager.AddUninitializedMap(mapId); mapManager.AddUninitializedMap(mapId);
mapManager.SetMapPaused(mapId, true); mapManager.SetMapPaused(mapId, true);
mapLoader.LoadMap(mapId, "Maps/saltern.yml"); mapLoader.LoadMap(mapId, "Maps/Stations/saltern.yml");
mapLoader.SaveMap(mapId, "load save ticks save 1.yml"); mapLoader.SaveMap(mapId, "load save ticks save 1.yml");
}); });

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: Dart id: Dart
mapName: 'Dart ERT' mapName: 'Dart ERT'
mapPath: /Maps/dart.yml mapPath: /Maps/Shuttles/dart.yml
minPlayers: 0 minPlayers: 0
votable: false votable: false
stations: stations:

View File

@@ -1,15 +1,15 @@
- type: gameMap - type: gameMap
id: infiltrator id: Infiltrator
mapName: 'Syndicate Infiltrator' mapName: 'Syndicate Infiltrator'
mapPath: /Maps/infiltrator.yml mapPath: /Maps/Shuttles/infiltrator.yml
minPlayers: 0 minPlayers: 0
votable: false votable: false
stations: stations:
Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map. Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map.
mapNameTemplate: '{0} Infiltrator {1}' mapNameTemplate: '{0} Infiltrator {1}'
nameGenerator: nameGenerator:
!type:NanotrasenNameGenerator !type:NanotrasenNameGenerator
prefixCreator: '14' prefixCreator: '14'
overflowJobs: [] overflowJobs: []
availableJobs: availableJobs:
Captain: [ 1, 1 ] Captain: [ 1, 1 ]

View File

@@ -1,15 +1,15 @@
- type: gameMap - type: gameMap
id: pirate id: Pirate
mapName: 'Pirate Ship' mapName: 'Pirate Ship'
mapPath: /Maps/pirate.yml mapPath: /Maps/Shuttles/pirate.yml
minPlayers: 0 minPlayers: 0
votable: false votable: false
stations: stations:
Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map. Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map.
mapNameTemplate: '{0} Pirate {1}' mapNameTemplate: '{0} Pirate {1}'
nameGenerator: nameGenerator:
!type:NanotrasenNameGenerator !type:NanotrasenNameGenerator
prefixCreator: '14' prefixCreator: '14'
overflowJobs: [] overflowJobs: []
availableJobs: availableJobs:
Captain: [ 1, 1 ] Captain: [ 1, 1 ]

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: atlas id: Atlas
mapName: 'Atlas' mapName: 'Atlas'
mapPath: /Maps/atlas.yml mapPath: /Maps/Stations/atlas.yml
minPlayers: 0 minPlayers: 0
maxPlayers: 35 maxPlayers: 35
votable: False votable: False

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: bagelstation id: Bagel
mapName: 'Bagel Station' mapName: 'Bagel Station'
mapPath: /Maps/bagel.yml mapPath: /Maps/Stations/bagel.yml
minPlayers: 35 minPlayers: 35
stations: stations:
Bagel: Bagel:

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: barratry id: Barratry
mapName: 'Barratry' mapName: 'Barratry'
mapPath: /Maps/barratry.yml mapPath: /Maps/Stations/barratry.yml
minPlayers: 40 minPlayers: 40
stations: stations:
Barratry: Barratry:

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: delta id: Delta
mapName: 'Delta Station' mapName: 'Delta Station'
mapPath: /Maps/delta.yml mapPath: /Maps/Stations/delta.yml
minPlayers: 60 minPlayers: 60
stations: stations:
Delta: Delta:

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: lighthouse id: Lighthouse
mapName: 'Lighthouse' mapName: 'Lighthouse'
mapPath: /Maps/lighthouse.yml mapPath: /Maps/Stations/lighthouse.yml
minPlayers: 35 minPlayers: 35
maxPlayers: 70 maxPlayers: 70
stations: stations:

View File

@@ -1,48 +1,48 @@
- type: gameMap - type: gameMap
id: marathonstation id: Marathon
mapName: 'Marathon Station' mapName: 'Marathon Station'
mapPath: /Maps/marathon.yml mapPath: /Maps/Stations/marathon.yml
minPlayers: 35 minPlayers: 35
maxPlayers: 70 maxPlayers: 70
stations: stations:
Marathon: Marathon:
mapNameTemplate: '{0} Marathon Station {1}' mapNameTemplate: '{0} Marathon Station {1}'
nameGenerator: nameGenerator:
!type:NanotrasenNameGenerator !type:NanotrasenNameGenerator
prefixCreator: '14' prefixCreator: '14'
overflowJobs: overflowJobs:
- Passenger - Passenger
availableJobs: availableJobs:
CargoTechnician: [ 2, 3 ] CargoTechnician: [ 2, 3 ]
Passenger: [ -1, -1 ] Passenger: [ -1, -1 ]
Bartender: [ 2, 2 ] Bartender: [ 2, 2 ]
Botanist: [ 3, 3] Botanist: [ 3, 3]
Chef: [ 2, 2 ] Chef: [ 2, 2 ]
Clown: [ 1, 1 ] Clown: [ 1, 1 ]
Janitor: [ 1, 2 ] Janitor: [ 1, 2 ]
Mime: [ 1, 1 ] Mime: [ 1, 1 ]
Captain: [ 1, 1 ] Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ]
ChiefEngineer: [ 1, 1 ] ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 4, 6 ] StationEngineer: [ 4, 6 ]
ChiefMedicalOfficer: [ 1, 1 ] ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 3, 4 ] MedicalDoctor: [ 3, 4 ]
Chemist: [ 2, 3 ] Chemist: [ 2, 3 ]
ResearchDirector: [ 1, 1 ] ResearchDirector: [ 1, 1 ]
Scientist: [ 3, 4 ] Scientist: [ 3, 4 ]
HeadOfSecurity: [ 1, 1 ] HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ] SecurityOfficer: [ 4, 4 ]
Chaplain: [ 1, 1 ] Chaplain: [ 1, 1 ]
Warden: [ 1, 1 ] Warden: [ 1, 1 ]
Librarian: [ 1, 1 ] Librarian: [ 1, 1 ]
Lawyer: [ 2, 2 ] Lawyer: [ 2, 2 ]
Quartermaster: [ 1, 1 ] Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ] SalvageSpecialist: [ 3, 3 ]
Musician: [ 1, 1 ] Musician: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ] AtmosphericTechnician: [ 3, 3 ]
TechnicalAssistant: [ 2, 2 ] TechnicalAssistant: [ 2, 2 ]
MedicalIntern: [ 2, 2 ] MedicalIntern: [ 2, 2 ]
ServiceWorker: [ 2, 2 ] ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ] SecurityCadet: [ 2, 2 ]
Psychologist: [ 1, 1 ] Psychologist: [ 1, 1 ]
Detective: [ 1, 1 ] Detective: [ 1, 1 ]

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: NSSPillar id: Pillar
mapName: 'NSS Pillar' mapName: 'NSS Pillar'
mapPath: /Maps/nss_pillar.yml mapPath: /Maps/Stations/nss_pillar.yml
minPlayers: 40 minPlayers: 40
stations: stations:
Pillar: Pillar:

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: packedstation id: Packed
mapName: 'Packedstation' mapName: 'Packedstation'
mapPath: /Maps/packedstation.yml mapPath: /Maps/Stations/packedstation.yml
minPlayers: 0 minPlayers: 0
maxPlayers: 35 maxPlayers: 35
votable: true votable: true

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: ssreach id: Reach
mapName: 'Reach' mapName: 'Reach'
mapPath: /Maps/ssreach.yml mapPath: /Maps/Stations/ssreach.yml
minPlayers: 0 minPlayers: 0
maxPlayers: 15 maxPlayers: 15
votable: false votable: false

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: saltern id: Saltern
mapName: 'Saltern' mapName: 'Saltern'
mapPath: /Maps/saltern.yml mapPath: /Maps/Stations/saltern.yml
minPlayers: 0 minPlayers: 0
maxPlayers: 35 maxPlayers: 35
fallback: true fallback: true

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: SplitStation id: Split
mapName: 'Split Station' mapName: 'Split Station'
mapPath: /Maps/splitstation.yml mapPath: /Maps/Stations/splitstation.yml
minPlayers: 50 minPlayers: 50
stations: stations:
Split: Split:

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: waystation id: Way
mapName: 'Waystation' mapName: 'Waystation'
mapPath: /Maps/waystation.yml mapPath: /Maps/Stations/waystation.yml
minPlayers: 15 minPlayers: 15
maxPlayers: 50 maxPlayers: 50
votable: false votable: false

View File

@@ -1,4 +1,4 @@
# Cargo # Cargo
- type: cargoShuttle - type: cargoShuttle
id: CargoShuttle id: CargoShuttle
path: /Maps/cargo_shuttle.yml path: /Maps/Shuttles/cargo_shuttle.yml