Meta station overhaul (#33506)

* added mail, moved some things around, and fixed a lot of APCs

* fixed my mistakes

* Fixed a few mistakes and AI camera names

* Redid south medbay and more wiring

* Finished sci overhaul, and fixed all issues that I could find.

* rebuilt botany, removed vox box, fixed all known issues.

* Overhauled security

* Minor commit as I prepare to update my copy

* Rebalanced role counts

* Final changes, ready for review!

* Emisse and other people fixed issues with the station

* Finalized changes (for real this time)!
This commit is contained in:
Nox
2024-12-31 17:54:57 -05:00
committed by GitHub
parent 59b86d41c7
commit b080c6f900
2 changed files with 63924 additions and 58357 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,21 +22,22 @@
Bartender: [ 2, 2 ]
Botanist: [ 2, 3 ]
Chef: [ 2, 2 ]
Janitor: [ 1, 2 ]
Janitor: [ 2, 3 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 2, 2 ]
Reporter: [ 2, 2 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 5, 7 ]
TechnicalAssistant: [ 3, 6 ]
StationEngineer: [ 6, 8 ]
TechnicalAssistant: [ 6, 8 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 5, 5 ]
MedicalIntern: [ 3, 6 ]
Paramedic: [ 1, 1 ]
Chemist: [ 2, 3 ]
MedicalDoctor: [ 4, 6 ]
MedicalIntern: [ 4, 6 ]
Paramedic: [ 1, 2 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 7 ]
@@ -44,14 +45,14 @@
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SecurityOfficer: [ 5, 7 ]
SecurityOfficer: [ 6, 6 ]
Detective: [ 1, 1 ]
SecurityCadet: [ 3, 6 ]
SecurityCadet: [ 4, 4 ]
Lawyer: [ 2, 2 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
CargoTechnician: [ 3, 5 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
@@ -59,4 +60,4 @@
Musician: [ 1, 1 ]
#silicon
StationAi: [ 1, 1 ]
Borg: [ 2, 2 ]
Borg: [ 4, 4 ]