Adds vending restocks for ChefVend and Condiment Stations (#19305)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -16,6 +16,17 @@
|
|||||||
category: Service
|
category: Service
|
||||||
group: market
|
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
|
- type: cargoProduct
|
||||||
id: CrateVendingMachineRestockClothes
|
id: CrateVendingMachineRestockClothes
|
||||||
icon:
|
icon:
|
||||||
@@ -36,6 +47,17 @@
|
|||||||
category: Service
|
category: Service
|
||||||
group: market
|
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
|
- type: cargoProduct
|
||||||
id: CrateVendingMachineRestockEngineering
|
id: CrateVendingMachineRestockEngineering
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
@@ -6,6 +6,15 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: VendingMachineRestockBooze
|
- id: VendingMachineRestockBooze
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateVendingMachineRestockChefvendFilled
|
||||||
|
name: ChefVend restock crate
|
||||||
|
parent: CratePlastic
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: VendingMachineRestockChefvend
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateVendingMachineRestockClothesFilled
|
id: CrateVendingMachineRestockClothesFilled
|
||||||
parent: CratePlastic
|
parent: CratePlastic
|
||||||
@@ -15,6 +24,15 @@
|
|||||||
- id: VendingMachineRestockClothes
|
- id: VendingMachineRestockClothes
|
||||||
- id: VendingMachineRestockCostumes
|
- id: VendingMachineRestockCostumes
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateVendingMachineRestockCondimentStationFilled
|
||||||
|
name: Condiment Station restock crate
|
||||||
|
parent: CratePlastic
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: VendingMachineRestockCondimentStation
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateVendingMachineRestockDinnerwareFilled
|
id: CrateVendingMachineRestockDinnerwareFilled
|
||||||
parent: CratePlastic
|
parent: CratePlastic
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
- VendingMachineRestockRobustSoftdrinks
|
- VendingMachineRestockRobustSoftdrinks
|
||||||
- VendingMachineRestockHotDrinks
|
- VendingMachineRestockHotDrinks
|
||||||
- VendingMachineRestockHappyHonk
|
- VendingMachineRestockHappyHonk
|
||||||
|
- VendingMachineRestockCondimentStation
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: SpawnVendingMachineRestockFood
|
id: SpawnVendingMachineRestockFood
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
- VendingMachineRestockDonut
|
- VendingMachineRestockDonut
|
||||||
- VendingMachineRestockGetmoreChocolateCorp
|
- VendingMachineRestockGetmoreChocolateCorp
|
||||||
- VendingMachineRestockHappyHonk
|
- VendingMachineRestockHappyHonk
|
||||||
|
- VendingMachineRestockCondimentStation
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: SpawnVendingMachineRestockDrink
|
id: SpawnVendingMachineRestockDrink
|
||||||
|
|||||||
@@ -77,6 +77,38 @@
|
|||||||
shader: unshaded
|
shader: unshaded
|
||||||
- state: refill_chinese
|
- 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
|
- type: entity
|
||||||
parent: BaseVendingMachineRestock
|
parent: BaseVendingMachineRestock
|
||||||
id: VendingMachineRestockClothes
|
id: VendingMachineRestockClothes
|
||||||
|
|||||||
@@ -222,7 +222,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: VendingMachine
|
parent: VendingMachine
|
||||||
id: VendingMachineChefvend
|
id: VendingMachineChefvend
|
||||||
name: Chefvend
|
name: ChefVend
|
||||||
description: An ingredient vendor for all your cheffin needs.
|
description: An ingredient vendor for all your cheffin needs.
|
||||||
components:
|
components:
|
||||||
- type: VendingMachine
|
- type: VendingMachine
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
{
|
{
|
||||||
"name": "refill_booze"
|
"name": "refill_booze"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "refill_chef"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "refill_chinese"
|
"name": "refill_chinese"
|
||||||
},
|
},
|
||||||
@@ -33,6 +36,9 @@
|
|||||||
{
|
{
|
||||||
"name": "refill_cola"
|
"name": "refill_cola"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "refill_condiment"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "refill_costume"
|
"name": "refill_costume"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 498 B |
Binary file not shown.
|
After Width: | Height: | Size: 352 B |
Reference in New Issue
Block a user