Porting Pride-O-Mat to Upstream (#34412)
* Pride-O-Mat (#1322) * Added Pride-O-Mat * Yep * Updated license to the correct one * Added more lines, reconfigured settings a bit, also added cloaks to inventory, set coder socks to emag inventory * Removed bunny ears, fixed typo * Made requested changes Webedit lmao --------- Co-authored-by: Dorragon <101672978+Dorragon@users.noreply.github.com>
This commit is contained in:
@@ -2100,6 +2100,39 @@
|
||||
- type: AccessReader
|
||||
access: [["Kitchen"], ["Theatre"]]
|
||||
|
||||
# Pride Vending Machine
|
||||
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
id: VendingMachinePride
|
||||
name: Pride-O-Mat
|
||||
description: A vending machine containing pride.
|
||||
components:
|
||||
- type: VendingMachine
|
||||
pack: PrideDrobeInventory
|
||||
offState: off
|
||||
brokenState: broken
|
||||
normalState: normal-unshaded
|
||||
- type: Advertise
|
||||
pack: PrideDrobeAds
|
||||
- type: SpeakOnUIClosed
|
||||
pack: PrideDrobeGoodbyes
|
||||
- type: Speech
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1.3 # reduced energy since the color is pure white
|
||||
color: "#FFFFFF"
|
||||
- type: Sprite
|
||||
sprite: Structures/Machines/VendingMachines/pride.rsi
|
||||
layers:
|
||||
- state: "off"
|
||||
map: ["enum.VendingMachineVisualLayers.Base"]
|
||||
- state: "off"
|
||||
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
|
||||
shader: unshaded
|
||||
- state: panel
|
||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
|
||||
# Gas Tank Dispenser
|
||||
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user