Kitchen supplies crate (#8022)

This commit is contained in:
lapatison
2022-05-10 11:03:12 +03:00
committed by GitHub
parent 885ce3b45f
commit d1dca706dd
3 changed files with 37 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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