Adds Chefvend (#12934)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
ChilbroBaggins
2022-12-21 08:49:39 -06:00
committed by GitHub
parent c31fd730de
commit 786f55e789
10 changed files with 128 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
- type: advertisementsPack
id: ChefvendAds
advertisements:
- advertisement-chefvend-1
- advertisement-chefvend-2
- advertisement-chefvend-3
- advertisement-chefvend-4
- advertisement-chefvend-5
- advertisement-chefvend-6
- advertisement-chefvend-7

View File

@@ -0,0 +1,20 @@
- type: vendingMachineInventory
id: ChefvendInventory
startingInventory:
ReagentContainerFlour: 2
ReagentContainerSugar: 2
ReagentContainerRice: 2
FoodCondimentPacketSalt: 4
FoodCondimentBottleEnzyme: 2
FoodCondimentBottleHotsauce: 1
FoodCondimentBottleKetchup: 1
FoodCondimentBottleBBQ: 1
FoodCondimentBottleSmallVinegar: 2
ReagentContainerOliveoil: 2
MonkeyCubeBox: 1
FoodContainerEgg: 1
ReagentContainerMilk: 2
ReagentContainerMilkSoy: 1
FoodButter: 4
FoodCheese: 1
FoodMeat: 6

View File

@@ -156,7 +156,38 @@
energy: 1.3
color: "#ffb0b0"
- type: AccessReader
access: [["HeadOfPersonnel"]]
access: [["HeadOfPersonnel"]]
- type: entity
parent: VendingMachine
id: VendingMachineChefvend
name: Chefvend
description: An ingredient vendor for all your cheffin needs.
components:
- type: VendingMachine
pack: ChefvendInventory
offState: off
brokenState: broken
normalState: normal-unshaded
ejectState: eject-unshaded
- type: Advertise
pack: ChefvendAds
- type: Sprite
sprite: Structures/Machines/VendingMachines/chefvend.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Base"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["Service"]]
- type: PointLight
radius: 1.5
energy: 1.6
color: "#4b93ad"
- type: entity
parent: VendingMachine