Skip to content

Commit

Permalink
Paramedic update
Browse files Browse the repository at this point in the history
meet the medic soundtrack starts playing
  • Loading branch information
FluffiestFloof committed Sep 19, 2023
1 parent 303884d commit a5befff
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelMedical
id: ClothingBackpackDuffelParamedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: CheapRollerBedSpawnFolded
- id: BodyBag_Folded
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelMedical
id: ClothingBackpackSatchelParamedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: CheapRollerBedSpawnFolded
- id: BodyBag_Folded
8 changes: 5 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5befff

Please sign in to comment.