Added filled wardrobes for most jobs (#5946)

* Added filled wardrobes for most jobs

* Updated based on feedback from mirrorcult

* Readded accidentally deleted cult helmet and maybe test won't fail now 🙏

* Added PietyVend

* Fixed stray pixel

Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
Rane
2022-01-01 12:08:57 -05:00
committed by GitHub
parent a9266199de
commit f186ffe571
9 changed files with 255 additions and 42 deletions

View File

@@ -170,6 +170,37 @@
radius: 1
energy: 1.3
color: "#ffb0b0"
- type: entity
parent: VendingMachine
id: VendingMachineChapel
name: PietyVend
components:
- type: VendingMachine
pack: PietyVendInventory
- type: Sprite
sprite: Structures/Machines/VendingMachines/chapel.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["Chapel"]]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
denyUnshaded: true
broken: true
- type: WiresVisualizer
- type: PointLight
radius: 1.5
energy: 1.6
color: "#CCCCCC" #The holy C
- type: entity
parent: VendingMachine