Attach paper to closets and lockers (#15864)
This commit is contained in:
@@ -72,10 +72,40 @@
|
|||||||
- id: ClothingMaskSterile
|
- id: ClothingMaskSterile
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
parent: LockerWallMedical
|
||||||
id: LockerWallMedicalDoctorFilled
|
id: LockerWallMedicalDoctorFilled
|
||||||
name: medical doctor's wall locker
|
name: medical doctor's wall locker
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: ["LockerWallMedical", "LockerMedicalFilled"]
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: HandheldHealthAnalyzer
|
||||||
|
prob: 0.6
|
||||||
|
- id: ClothingHandsGlovesLatex
|
||||||
|
- id: ClothingHeadsetMedical
|
||||||
|
# - id: ClothingEyesHudMedical #Removed until working properly
|
||||||
|
- id: ClothingBeltMedical
|
||||||
|
- id: ClothingHeadHatSurgcapGreen
|
||||||
|
prob: 0.1
|
||||||
|
orGroup: Surgcaps
|
||||||
|
- id: ClothingHeadHatSurgcapPurple
|
||||||
|
prob: 0.05
|
||||||
|
orGroup: Surgcaps
|
||||||
|
- id: ClothingHeadHatSurgcapBlue
|
||||||
|
prob: 0.90
|
||||||
|
orGroup: Surgcaps
|
||||||
|
- id: UniformScrubsColorBlue
|
||||||
|
prob: 0.5
|
||||||
|
orGroup: Surgshrubs
|
||||||
|
- id: UniformScrubsColorGreen
|
||||||
|
prob: 0.1
|
||||||
|
orGroup: Surgshrubs
|
||||||
|
- id: UniformScrubsColorPurple
|
||||||
|
prob: 0.05
|
||||||
|
orGroup: Surgshrubs
|
||||||
|
- id: NitrousOxideTankFilled
|
||||||
|
prob: 0.3
|
||||||
|
- id: ClothingMaskSterile
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerChemistryFilled
|
id: LockerChemistryFilled
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
visible: false
|
visible: false
|
||||||
map: ["enum.WeldableLayers.BaseWelded"]
|
map: ["enum.WeldableLayers.BaseWelded"]
|
||||||
- type: MovedByPressure
|
- type: MovedByPressure
|
||||||
|
- type: PaperLabel
|
||||||
|
labelSlot:
|
||||||
|
insertVerbText: Attach Label
|
||||||
|
ejectVerbText: Remove Label
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Paper
|
||||||
|
- type: ItemSlots
|
||||||
- type: DamageOnHighSpeedImpact
|
- type: DamageOnHighSpeedImpact
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
@@ -42,6 +50,7 @@
|
|||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
entity_storage: !type:Container
|
entity_storage: !type:Container
|
||||||
|
paper_label: !type:ContainerSlot
|
||||||
- type: Weldable
|
- type: Weldable
|
||||||
- type: PlaceableSurface
|
- type: PlaceableSurface
|
||||||
placeCentered: true
|
placeCentered: true
|
||||||
|
|||||||
Reference in New Issue
Block a user