Hammurabi Rebase (#686)

Co-authored-by: IamVelcroboy<>
This commit is contained in:
Velcroboy 2024-01-16 21:53:35 -06:00 committed by GitHub
parent 66bca14940
commit 81a4890686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 288770 additions and 1 deletions

View File

@ -68,7 +68,8 @@ namespace Content.IntegrationTests.Tests
"Tortuga", //DeltaV
"Arena", //DeltaV
"Asterisk", //DeltaV
"TheHive" //DeltaV
"TheHive", //DeltaV
"Hammurabi" //DeltaV
};
/// <summary>

File diff suppressed because it is too large Load Diff

274143
Resources/Maps/hammurabi.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,7 @@
- Arena
- Asterisk
- Edge
- Hammurabi
- Pebble
- Shoukou
- Tortuga

View File

@ -0,0 +1,70 @@
- type: gameMap
id: Hammurabi
mapName: 'Hammurabi'
mapPath: /Maps/hammurabi.yml
minPlayers: 50
stations:
Hammurabi:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Hammurabi Prison Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/NTES_Centipede.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
#civilian
Passenger: [ -1, -1 ]
Librarian: [ 1, 1 ]
#command
Captain: [ 1, 1 ]
#engineering
AtmosphericTechnician: [ 2, 3 ]
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 6, 8 ]
TechnicalAssistant: [ 3, 5 ]
#medical
Chemist: [ 2, 3 ]
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 7, 9 ]
MedicalIntern: [ 2, 4 ]
Paramedic: [ 2, 3 ]
Psychologist: [ 1, 1 ]
#security
Brigmedic: [ 1, 1 ]
Detective: [ 1, 1 ]
HeadOfSecurity: [ 1, 1 ]
Prisoner: [ 6, 8 ] # move back to 10, 12 when ready
PrisonGuard: [ 4, 6 ] # someday a 2:1 ratio of guard:prisoner is preferred
SecurityOfficer: [ 6, 8 ]
SecurityCadet: [ 2, 3 ]
Warden: [ 1, 1 ]
#service
Bartender: [ 2, 3 ]
Botanist: [ 2, 3 ]
Boxer: [ 2, 2 ]
Chef: [ 3, 4 ]
Clown: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Janitor: [ 2, 3 ]
Lawyer: [ 2, 2 ]
Mime: [ 1, 2 ]
Musician: [ 2, 3 ]
Reporter: [ 2, 2 ]
ServiceWorker: [ 4, 6 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 4, 6 ]
ResearchAssistant: [ 2, 3 ]
Chaplain: [ 1, 1 ]
Borg: [ 2, 3 ]
#supply
Quartermaster: [ 1, 1 ]
CargoTechnician: [ 2, 4 ]
SalvageSpecialist: [ 3, 5 ]
MailCarrier: [ 2, 3 ]