BEHOLD! The MagiVend! (#9440)

* Magivend Sprites, and Entity stuffs

* Oopsie!
This commit is contained in:
Ablankmann
2022-07-08 22:40:49 -04:00
committed by GitHub
parent 4a393d4665
commit d4c5381a09
7 changed files with 65 additions and 1 deletions

View File

@@ -338,6 +338,38 @@
energy: 1.6
color: "#4b93ad"
- type: entity
parent: VendingMachine
id: VendingMachineMagivend
name: MagiVend
description: A magic vending machine.
components:
- type: VendingMachine
pack: MagiVendInventory
- type: Advertise
pack: MagiVendAds
- type: Sprite
sprite: Structures/Machines/VendingMachines/magivend.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Structures/Machines/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
ejectUnshaded: true
broken: true
- type: WiresVisualizer
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9a18d6"
- type: entity
parent: VendingMachine
id: VendingMachineDiscount