revive atlas real (#21600)

* atlas gaming

* rotate

* :trollface:

* adjust job numbers

* more change

* :trollface:

* :trollface:

* :trollface:

* test

* cause of death: trollage

* address most issues

* job slot

* borg spawn

* notice board, comms expansion and meteor shielding

* reroute disposals

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-11-16 22:35:33 +00:00
committed by GitHub
parent 86f1977a64
commit db8c3476e8
4 changed files with 50618 additions and 1 deletions

View File

@@ -61,7 +61,8 @@ namespace Content.IntegrationTests.Tests
"Core", "Core",
"Marathon", "Marathon",
"Kettle", "Kettle",
"MeteorArena" "MeteorArena",
"Atlas"
}; };
/// <summary> /// <summary>

50552
Resources/Maps/atlas.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,7 @@
id: DefaultMapPool id: DefaultMapPool
maps: maps:
- Aspid - Aspid
- Atlas
- Bagel - Bagel
- Barratry - Barratry
- Box - Box

View File

@@ -0,0 +1,63 @@
- type: gameMap
id: Atlas
mapName: Atlas
mapPath: /Maps/atlas.yml
minPlayers: 0
maxPlayers: 35
stations:
Atlas:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Atlas {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'R4' # R4407/Goon. GS isn't as cool sounding.
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
#service
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Botanist: [ 2, 2 ]
Chef: [ 1, 1 ]
Janitor: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 1, 1 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 2, 2 ]
SeniorEngineer: [1, 1 ]
StationEngineer: [ 3, 3 ]
TechnicalAssistant: [ 1, 3 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
SeniorPhysician: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 3, 3 ]
MedicalIntern: [ 1, 3 ]
Paramedic: [ 1, 1 ]
#science
ResearchDirector: [ 1, 1 ]
SeniorResearcher: [1, 1 ]
Scientist: [ 3, 3 ]
ResearchAssistant: [ 1, 3 ]
Borg: [ 2, 2 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SeniorOfficer: [ 1, 1 ]
SecurityOfficer: [ 3, 3 ]
SecurityCadet: [ 1, 3 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 2, 2 ]
CargoTechnician: [ 2, 2 ]
#civillian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]