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