From ab802338ed8bdd9cac6421cf693add5d8dd5e87a Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Thu, 21 Sep 2023 06:01:02 +0200 Subject: [PATCH] Paramedic update (#35) meet the medic soundtrack starts playing --- .../Catalog/Fills/Backpacks/StarterGear/backpack.yml | 11 +++++++++++ .../Catalog/Fills/Backpacks/StarterGear/duffelbag.yml | 10 ++++++++++ .../Catalog/Fills/Backpacks/StarterGear/satchel.yml | 10 ++++++++++ Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml | 8 +++++--- 4 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml create mode 100644 Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/satchel.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 677b0464e75..9c61551a9b8 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -17,3 +17,14 @@ amount: 1 # - id: BaseBallBat THIS BAT IS TOO DAMN BIG! # amount: 1 + +- type: entity + noSpawn: true + parent: ClothingBackpackMedical + id: ClothingBackpackParamedicFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalMedical + - id: CheapRollerBedSpawnFolded + - id: BodyBag_Folded diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml new file mode 100644 index 00000000000..f200d03ef71 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -0,0 +1,10 @@ +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelMedical + id: ClothingBackpackDuffelParamedicFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalMedical + - id: CheapRollerBedSpawnFolded + - id: BodyBag_Folded diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/satchel.yml new file mode 100644 index 00000000000..7930cba6d17 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -0,0 +1,10 @@ +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelMedical + id: ClothingBackpackSatchelParamedicFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalMedical + - id: CheapRollerBedSpawnFolded + - id: BodyBag_Folded diff --git a/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml b/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml index d453d4ff2e8..70af27a9948 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml @@ -23,11 +23,13 @@ id: ParamedicGear equipment: jumpsuit: ClothingUniformJumpsuitParamedic - back: ClothingBackpackMedicalFilled + back: ClothingBackpackParamedicFilled # DeltaV - Give Paramedics useful tools on spawn, see Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StargerGear/backpack.yml shoes: ClothingShoesColorWhite id: ParamedicPDA ears: ClothingHeadsetMedical belt: ClothingBeltParamedicFilled + pocket1: HandheldGPSBasic # DeltaV - Give Paramedics useful tools on spawn + pocket2: HandheldCrewMonitor # DeltaV - Give Paramedics useful tools on spawn innerclothingskirt: ClothingUniformJumpskirtParamedic - satchel: ClothingBackpackSatchelMedicalFilled - duffelbag: ClothingBackpackDuffelMedicalFilled + satchel: ClothingBackpackSatchelParamedicFilled # DeltaV - Give Paramedics useful tools on spawn, see Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StargerGear/satchel.yml + duffelbag: ClothingBackpackDuffelParamedicFilled # DeltaV - Give Paramedics useful tools on spawn, see Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StargerGear/duffelbag.yml