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:
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:
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
- 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
- VendingMachineRestockRobustSoftdrinks
- VendingMachineRestockHotDrinks
- VendingMachineRestockHappyHonk
+ - VendingMachineRestockCondimentStation
- type: entity
id: SpawnVendingMachineRestockFood
- VendingMachineRestockDonut
- VendingMachineRestockGetmoreChocolateCorp
- VendingMachineRestockHappyHonk
+ - VendingMachineRestockCondimentStation
- type: entity
id: SpawnVendingMachineRestockDrink
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
- type: entity
parent: VendingMachine
id: VendingMachineChefvend
- name: Chefvend
+ name: ChefVend
description: An ingredient vendor for all your cheffin needs.
components:
- type: VendingMachine
{
"name": "refill_booze"
},
+ {
+ "name": "refill_chef"
+ },
{
"name": "refill_chinese"
},
{
"name": "refill_cola"
},
+ {
+ "name": "refill_condiment"
+ },
{
"name": "refill_costume"
},