Adds vending restocks for ChefVend and Condiment Stations (#19305)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
Velcroboy
2023-10-01 15:49:10 -05:00
committed by GitHub
parent ca6a0fbf0b
commit 31e7a9bcfd
8 changed files with 81 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
- VendingMachineRestockRobustSoftdrinks
- VendingMachineRestockHotDrinks
- VendingMachineRestockHappyHonk
- VendingMachineRestockCondimentStation
- type: entity
id: SpawnVendingMachineRestockFood
@@ -41,6 +42,7 @@
- VendingMachineRestockDonut
- VendingMachineRestockGetmoreChocolateCorp
- VendingMachineRestockHappyHonk
- VendingMachineRestockCondimentStation
- type: entity
id: SpawnVendingMachineRestockDrink

View File

@@ -77,6 +77,38 @@
shader: unshaded
- state: refill_chinese
- type: entity
parent: BaseVendingMachineRestock
id: VendingMachineRestockChefvend
name: ChefVend restock box
description: Refill the ChefVend. Just don't break any more of the eggs.
components:
- type: VendingMachineRestock
canRestock:
- ChefvendInventory
- type: Sprite
layers:
- state: base
- state: green_bit
shader: unshaded
- state: refill_chef
- type: entity
parent: BaseVendingMachineRestock
id: VendingMachineRestockCondimentStation
name: Condiment Station restock box
description: Refill the Condiment Station. Mmmm, cold sauce.
components:
- type: VendingMachineRestock
canRestock:
- CondimentInventory
- type: Sprite
layers:
- state: base
- state: green_bit
shader: unshaded
- state: refill_condiment
- type: entity
parent: BaseVendingMachineRestock
id: VendingMachineRestockClothes

View File

@@ -222,7 +222,7 @@
- type: entity
parent: VendingMachine
id: VendingMachineChefvend
name: Chefvend
name: ChefVend
description: An ingredient vendor for all your cheffin needs.
components:
- type: VendingMachine