From 342521cdab1ac77e5474c7afd2a61ff1a9cde75c Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Sat, 20 Jan 2024 07:59:38 +0300 Subject: [PATCH] Fix dupe proto --- Resources/Prototypes/Maps/White/wonderbox.yml | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 Resources/Prototypes/Maps/White/wonderbox.yml diff --git a/Resources/Prototypes/Maps/White/wonderbox.yml b/Resources/Prototypes/Maps/White/wonderbox.yml deleted file mode 100644 index e119cfd1a3..0000000000 --- a/Resources/Prototypes/Maps/White/wonderbox.yml +++ /dev/null @@ -1,54 +0,0 @@ -- type: gameMap - id: WonderBox - mapName: 'WonderBox Station' - mapPath: /Maps/White/WonderBox.yml - minPlayers: 50 - 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 ]