[tweak] split out snack restock boxes (#16309)
* Transferring a chocolate box * Might as well split all of them * Delete Snack
This commit is contained in:
@@ -156,16 +156,6 @@
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateVendingMachineRestockSnacks
|
||||
icon:
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockSnacksFilled
|
||||
cost: 3000
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateVendingMachineRestockVendomat
|
||||
icon:
|
||||
@@ -205,3 +195,43 @@
|
||||
cost: 2100
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateVendingMachineRestockGetmoreChocolateCorp
|
||||
icon:
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockGetmoreChocolateCorpFilled
|
||||
cost: 1200
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateVendingMachineRestockChang
|
||||
icon:
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockChangFilled
|
||||
cost: 1200
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateVendingMachineRestockDiscountDans
|
||||
icon:
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockDiscountDansFilled
|
||||
cost: 1200
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateVendingMachineRestockDonut
|
||||
icon:
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockDonutFilled
|
||||
cost: 1200
|
||||
category: Service
|
||||
group: market
|
||||
@@ -122,17 +122,6 @@
|
||||
- id: VendingMachineRestockSmokes
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateVendingMachineRestockSnacksFilled
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: VendingMachineRestockChang
|
||||
- id: VendingMachineRestockDiscountDans
|
||||
- id: VendingMachineRestockDonut
|
||||
- id: VendingMachineRestockGetmoreChocolateCorp
|
||||
|
||||
- type: entity
|
||||
id: CrateVendingMachineRestockVendomatFilled
|
||||
parent: CratePlastic
|
||||
@@ -165,3 +154,39 @@
|
||||
contents:
|
||||
- id: VendingMachineRestockHappyHonk
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateVendingMachineRestockGetmoreChocolateCorpFilled
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: VendingMachineRestockGetmoreChocolateCorp
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateVendingMachineRestockChangFilled
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: VendingMachineRestockChang
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateVendingMachineRestockDiscountDansFilled
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: VendingMachineRestockDiscountDans
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateVendingMachineRestockDonutFilled
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: VendingMachineRestockDonut
|
||||
amount: 2
|
||||
Reference in New Issue
Block a user