Kitchen supplies crate (#8022)
This commit is contained in:
@@ -21,3 +21,16 @@
|
|||||||
cost: 4000
|
cost: 4000
|
||||||
category: Food
|
category: Food
|
||||||
group: market
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -20,3 +20,24 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxMRE
|
- 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:
|
Flour:
|
||||||
amount: 15
|
amount: 15
|
||||||
MilkSoy:
|
MilkSoy:
|
||||||
amount: 12
|
amount: 15
|
||||||
Sugar:
|
Sugar:
|
||||||
amount: 5
|
amount: 5
|
||||||
effects:
|
effects:
|
||||||
|
|||||||
Reference in New Issue
Block a user