Kitchen supplies crate (#8022)
This commit is contained in:
@@ -21,3 +21,16 @@
|
||||
cost: 4000
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "kitchen supplies crate"
|
||||
id: FoodCook
|
||||
description: Extra kitchen supplies, in case the botanists are absent.
|
||||
icon:
|
||||
sprite: Objects/Consumable/Food/ingredients.rsi
|
||||
state: flour-big
|
||||
product: CrateFoodCooking
|
||||
cost: 5000
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
|
||||
@@ -19,4 +19,25 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxMRE
|
||||
amount: 6
|
||||
amount: 6
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodCooking
|
||||
name: kitchen supplies crate
|
||||
description: Extra kitchen supplies, in case the botanists are absent.
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ReagentContainerFlour
|
||||
amount: 3
|
||||
- id: ReagentContainerMilk
|
||||
amount: 4
|
||||
- id: ReagentContainerMilkSoy
|
||||
amount: 1
|
||||
- id: ReagentContainerSugar
|
||||
amount: 1
|
||||
- id: FoodCondimentBottleEnzyme
|
||||
amount: 1
|
||||
- id: LargeBeaker
|
||||
amount: 1
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
Flour:
|
||||
amount: 15
|
||||
MilkSoy:
|
||||
amount: 12
|
||||
amount: 15
|
||||
Sugar:
|
||||
amount: 5
|
||||
effects:
|
||||
@@ -92,4 +92,4 @@
|
||||
CapsaicinOil:
|
||||
amount: 5
|
||||
products:
|
||||
Hotsauce: 15
|
||||
Hotsauce: 15
|
||||
|
||||
Reference in New Issue
Block a user