From: Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com> Date: Sun, 23 Jun 2024 08:03:00 +0000 (+0000) Subject: tweak(medical): Reduce chemist slots (#28711) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=801c4f918112e0f4c3e227737afd98414a3510cb;p=space-station-14.git tweak(medical): Reduce chemist slots (#28711) * tweak(medical): Reduce chemist slots * tweak(medical): roundstart chemists slot set to 2 on some maps * tweak(fland): Chemist slots to 3 fland is target to 80-100 players --- diff --git a/Resources/Prototypes/Maps/box.yml b/Resources/Prototypes/Maps/box.yml index 89ba3779c6..432ae82376 100644 --- a/Resources/Prototypes/Maps/box.yml +++ b/Resources/Prototypes/Maps/box.yml @@ -33,7 +33,7 @@ TechnicalAssistant: [ 4, 4 ] #medical ChiefMedicalOfficer: [ 1, 1 ] - Chemist: [ 2, 3 ] + Chemist: [ 2, 2 ] MedicalDoctor: [ 4, 4 ] Paramedic: [ 1, 1 ] MedicalIntern: [ 4, 4 ] diff --git a/Resources/Prototypes/Maps/meta.yml b/Resources/Prototypes/Maps/meta.yml index ebd6954aa7..4a83c7e392 100644 --- a/Resources/Prototypes/Maps/meta.yml +++ b/Resources/Prototypes/Maps/meta.yml @@ -33,7 +33,7 @@ TechnicalAssistant: [ 3, 6 ] #medical ChiefMedicalOfficer: [ 1, 1 ] - Chemist: [ 3, 3 ] + Chemist: [ 2, 2 ] MedicalDoctor: [ 5, 5 ] MedicalIntern: [ 3, 6 ] Paramedic: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/oasis.yml b/Resources/Prototypes/Maps/oasis.yml index dd6990ac8c..608d3f9464 100644 --- a/Resources/Prototypes/Maps/oasis.yml +++ b/Resources/Prototypes/Maps/oasis.yml @@ -35,7 +35,7 @@ TechnicalAssistant: [ 4, 4 ] #medical ChiefMedicalOfficer: [ 1, 1 ] - Chemist: [ 3, 3 ] + Chemist: [ 2, 2 ] MedicalDoctor: [ 6, 6 ] Paramedic: [ 2, 2 ] MedicalIntern: [ 4, 4 ] diff --git a/Resources/Prototypes/Maps/origin.yml b/Resources/Prototypes/Maps/origin.yml index 24214b37a1..86ac0a0e1d 100644 --- a/Resources/Prototypes/Maps/origin.yml +++ b/Resources/Prototypes/Maps/origin.yml @@ -34,7 +34,7 @@ TechnicalAssistant: [ 2, 3 ] #medical ChiefMedicalOfficer: [ 1, 1 ] - Chemist: [ 2, 3 ] + Chemist: [ 2, 2 ] Paramedic: [ 1, 1 ] MedicalDoctor: [ 6, 6 ] Psychologist: [ 1, 1 ]