Puts a rollerbed in paramedics bag, and gives em blue shoes (#22649)
* Para bag proto, rollerbed, shoes * forgot to save in visual studio
This commit is contained in:
@@ -50,6 +50,16 @@
|
||||
contents:
|
||||
- id: BoxSurvivalMedical
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackMedical
|
||||
id: ClothingBackpackParamedicFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvivalMedical
|
||||
- id: EmergencyRollerBedSpawnFolded
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackCaptain
|
||||
|
||||
@@ -58,6 +58,16 @@
|
||||
contents:
|
||||
- id: BoxSurvivalMedical
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackDuffelMedical
|
||||
id: ClothingBackpackDuffelParamedicFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvivalMedical
|
||||
- id: EmergencyRollerBedSpawnFolded
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackDuffelCaptain
|
||||
|
||||
@@ -72,6 +72,16 @@
|
||||
contents:
|
||||
- id: BoxSurvivalMedical
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchelMedical
|
||||
id: ClothingBackpackSatchelParamedicFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvivalMedical
|
||||
- id: EmergencyRollerBedSpawnFolded
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchelCaptain
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
id: ParamedicGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitParamedic
|
||||
back: ClothingBackpackMedicalFilled
|
||||
shoes: ClothingShoesColorWhite
|
||||
back: ClothingBackpackParamedicFilled
|
||||
shoes: ClothingShoesColorBlue
|
||||
id: ParamedicPDA
|
||||
ears: ClothingHeadsetMedical
|
||||
belt: ClothingBeltParamedicFilled
|
||||
innerClothingSkirt: ClothingUniformJumpskirtParamedic
|
||||
satchel: ClothingBackpackSatchelMedicalFilled
|
||||
duffelbag: ClothingBackpackDuffelMedicalFilled
|
||||
satchel: ClothingBackpackSatchelParamedicFilled
|
||||
duffelbag: ClothingBackpackDuffelParamedicFilled
|
||||
|
||||
Reference in New Issue
Block a user