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

@@ -16,6 +16,17 @@
category: Service
group: market
- type: cargoProduct
id: CrateVendingMachineRestockChefvend
name: ChefVend restock crate
icon:
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockChefvendFilled
cost: 680
category: Service
group: market
- type: cargoProduct
id: CrateVendingMachineRestockClothes
icon:
@@ -36,6 +47,17 @@
category: Service
group: market
- type: cargoProduct
id: CrateVendingMachineRestockCondimentStation
name: Condiment Station restock crate
icon:
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockCondimentStationFilled
cost: 300
category: Service
group: market
- type: cargoProduct
id: CrateVendingMachineRestockEngineering
icon:

View File

@@ -6,6 +6,15 @@
contents:
- id: VendingMachineRestockBooze
- type: entity
id: CrateVendingMachineRestockChefvendFilled
name: ChefVend restock crate
parent: CratePlastic
components:
- type: StorageFill
contents:
- id: VendingMachineRestockChefvend
- type: entity
id: CrateVendingMachineRestockClothesFilled
parent: CratePlastic
@@ -15,6 +24,15 @@
- id: VendingMachineRestockClothes
- id: VendingMachineRestockCostumes
- type: entity
id: CrateVendingMachineRestockCondimentStationFilled
name: Condiment Station restock crate
parent: CratePlastic
components:
- type: StorageFill
contents:
- id: VendingMachineRestockCondimentStation
- type: entity
id: CrateVendingMachineRestockDinnerwareFilled
parent: CratePlastic

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

View File

@@ -24,6 +24,9 @@
{
"name": "refill_booze"
},
{
"name": "refill_chef"
},
{
"name": "refill_chinese"
},
@@ -33,6 +36,9 @@
{
"name": "refill_cola"
},
{
"name": "refill_condiment"
},
{
"name": "refill_costume"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B