From 2ecb64255e63afa4c389a6465efe8c50255304b7 Mon Sep 17 00:00:00 2001 From: Cinkafox <70429757+Cinkafox@users.noreply.github.com> Date: Sat, 12 Aug 2023 08:52:09 +0300 Subject: [PATCH] Merge pull request #294 from frosty-dev/Wonder-Upstream Wonder upstream --- Resources/Prototypes/Maps/White/WonderBox.yml | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Resources/Prototypes/Maps/White/WonderBox.yml diff --git a/Resources/Prototypes/Maps/White/WonderBox.yml b/Resources/Prototypes/Maps/White/WonderBox.yml new file mode 100644 index 0000000000..e45098057a --- /dev/null +++ b/Resources/Prototypes/Maps/White/WonderBox.yml @@ -0,0 +1,62 @@ +- type: gameMap + id: WonderBox + mapName: 'WonderBox Station' + mapPath: /Maps/White/WonderBox.yml + minPlayers: 20 + stations: + WonderBoxStation: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: '{0} WonderBox Station {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: 'TG' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/emergency_box.yml + - type: StationJobs + overflowJobs: + - Passenger + availableJobs: + CargoTechnician: [ 6, 6 ] + Passenger: [ -1, -1 ] + Bartender: [ 2, 2 ] + Botanist: [ 3, 3 ] + Chef: [ 2, 2 ] + Clown: [ 1, 1 ] + Janitor: [ 4, 4 ] + Mime: [ 1, 1 ] + Captain: [ 1, 1 ] + HeadOfPersonnel: [ 1, 1 ] + ChiefEngineer: [ 1, 1 ] + StationEngineer: [ 10, 10 ] + ChiefMedicalOfficer: [ 1, 1 ] + MedicalDoctor: [ 5, 5 ] + Paramedic: [ 4, 4 ] + Musician: [ 1, 1 ] + Chemist: [ 3, 3 ] + ResearchDirector: [ 1, 1 ] + Scientist: [ 8, 8 ] + HeadOfSecurity: [ 1, 1 ] + SecurityOfficer: [ 6, 6 ] + Chaplain: [ 1, 1 ] + Warden: [ 1, 1 ] + Librarian: [ 2, 2 ] + Lawyer: [ 2, 2 ] + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 6, 6 ] + AtmosphericTechnician: [ 4, 4 ] + TechnicalAssistant: [ 4, 4 ] + MedicalIntern: [ 3, 3 ] + ServiceWorker: [ 3, 3 ] + SecurityCadet: [ 6, 6 ] + Detective: [ 1, 1 ] + ResearchAssistant: [ 3, 3 ] + MedicalCyborg: [ 2, 0 ] + SecurityCyborg: [ 2, 0 ] + EngineerCyborg: [ 2, 0 ] + NekoCyborg: [ 2, 0 ] + SeniorResearcher: [ 1, 1 ] + SeniorOfficer: [ 1, 1 ] + SeniorPhysician: [ 1, 1 ] + SeniorEngineer: [ 1, 1 ]