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:
@@ -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
50552
Resources/Maps/atlas.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
|||||||
id: DefaultMapPool
|
id: DefaultMapPool
|
||||||
maps:
|
maps:
|
||||||
- Aspid
|
- Aspid
|
||||||
|
- Atlas
|
||||||
- Bagel
|
- Bagel
|
||||||
- Barratry
|
- Barratry
|
||||||
- Box
|
- Box
|
||||||
|
|||||||
63
Resources/Prototypes/Maps/atlas.yml
Normal file
63
Resources/Prototypes/Maps/atlas.yml
Normal 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 ]
|
||||||
Reference in New Issue
Block a user