From b1a9b26b936f929f2b11025c5c693aefa86b3601 Mon Sep 17 00:00:00 2001 From: Shegare <147345753+Shegare@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:51:57 +0300 Subject: [PATCH] add map in pool --- .../Prototypes/Stories/Maps/Pools/default.yml | 3 +- Resources/Prototypes/Stories/Maps/kilo.yml | 68 +++++++++++++++++++ 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/Stories/Maps/kilo.yml diff --git a/Resources/Prototypes/Stories/Maps/Pools/default.yml b/Resources/Prototypes/Stories/Maps/Pools/default.yml index 4919d7346a..838ce6c8b5 100644 --- a/Resources/Prototypes/Stories/Maps/Pools/default.yml +++ b/Resources/Prototypes/Stories/Maps/Pools/default.yml @@ -6,6 +6,7 @@ - StoriesBox - StoriesCore - StoriesFland + - StoriesKilo - StoriesMarathon - StoriesMeta - StoriesOasis @@ -16,4 +17,4 @@ - CorvaxAstra - CorvaxAvrite - CorvaxDelta - - CorvaxPaper \ No newline at end of file + - CorvaxPaper diff --git a/Resources/Prototypes/Stories/Maps/kilo.yml b/Resources/Prototypes/Stories/Maps/kilo.yml new file mode 100644 index 0000000000..59fa6e4675 --- /dev/null +++ b/Resources/Prototypes/Stories/Maps/kilo.yml @@ -0,0 +1,68 @@ +- type: gameMap + id: StoriesKilo + mapName: '[КТ] Kilo Station' + mapPath: /Maps/Stories/kilo.yml + minPlayers: 35 + stations: + Kilo: + stationProto: StandardNanotrasenStation + components: + - type: StationPrison + gameMap: StoriesPrison + - type: StationNameSetup + mapNameTemplate: '{0} Kilo Station {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/emergency_box.yml + - type: StationCargoShuttle + path: /Maps/Shuttles/cargo.yml + - type: StationJobs + availableJobs: + #command + Captain: [ 1, 1 ] + #service + HeadOfPersonnel: [ 1, 1 ] + Bartender: [ 1, 1 ] + Botanist: [ 3, 3 ] + Chef: [ 2, 2 ] + Janitor: [ 1, 1 ] + Chaplain: [ 1, 1 ] + Librarian: [ 1, 1 ] + ServiceWorker: [ 2, 2 ] + #engineering + ChiefEngineer: [ 1, 1 ] + AtmosphericTechnician: [ 2, 2 ] + StationEngineer: [ 2, 2 ] + TechnicalAssistant: [ 1, 2 ] + #medical + ChiefMedicalOfficer: [ 1, 1 ] + Chemist: [ 2, 2 ] + MedicalDoctor: [ 2, 2 ] + Paramedic: [ 1, 1 ] + MedicalIntern: [ 2, 2 ] + #science + ResearchDirector: [ 1, 1 ] + Scientist: [ 5, 5 ] + ResearchAssistant: [ 2, 2 ] + #security + HeadOfSecurity: [ 1, 1 ] + Warden: [ 1, 1 ] + SecurityOfficer: [ 4, 4 ] + Detective: [ 1, 1 ] + SecurityCadet: [ 1, 2 ] + IAA: [ 1, 1 ] + #supply + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 3, 3 ] + CargoTechnician: [ 3, 3 ] + #civilian + Passenger: [ -1, -1 ] + Clown: [ 1, 1 ] + Mime: [ 1, 1 ] + #silicon + StationAi: [ 1, 1 ] + Borg: [ 2, 2 ] + #stories content + JediNt: [ 1, 1 ]