From d1dca706dd6b54bfbd462dcbf98f929a46241de7 Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Tue, 10 May 2022 11:03:12 +0300 Subject: [PATCH] Kitchen supplies crate (#8022) --- .../Prototypes/Catalog/Cargo/cargo_food.yml | 13 +++++++++++ .../Prototypes/Catalog/Fills/Crates/food.yml | 23 ++++++++++++++++++- .../Prototypes/Recipes/Reactions/food.yml | 4 ++-- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_food.yml b/Resources/Prototypes/Catalog/Cargo/cargo_food.yml index aa52bb844e..23b3ee55ad 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_food.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_food.yml @@ -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 + diff --git a/Resources/Prototypes/Catalog/Fills/Crates/food.yml b/Resources/Prototypes/Catalog/Fills/Crates/food.yml index e12db465c5..403dd4522a 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/food.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/food.yml @@ -19,4 +19,25 @@ - type: StorageFill contents: - id: BoxMRE - amount: 6 \ No newline at end of file + 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 diff --git a/Resources/Prototypes/Recipes/Reactions/food.yml b/Resources/Prototypes/Recipes/Reactions/food.yml index c144321f79..9ac36a60a5 100644 --- a/Resources/Prototypes/Recipes/Reactions/food.yml +++ b/Resources/Prototypes/Recipes/Reactions/food.yml @@ -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 \ No newline at end of file + Hotsauce: 15