From bd2f2e14d9642f6a575a8d7fab76de23ceaf38b8 Mon Sep 17 00:00:00 2001 From: Alexsey Bezyuk <41479614+PhantornRU@users.noreply.github.com> Date: Mon, 19 May 2025 19:32:00 +1000 Subject: [PATCH] Wheat gather increase (#1283) * wheat increase * requirment bread count decrease * Revert "wheat increase" This reverts commit 9a7ecedcdc64d58657c17d0f9d90b75c71fbe3b8. * Time decrease --- .../_CP14/Recipes/Workbench/CookingTable/misc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/CookingTable/misc.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/CookingTable/misc.yml index eb0f950a25..76b1524b70 100644 --- a/Resources/Prototypes/_CP14/Recipes/Workbench/CookingTable/misc.yml +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/CookingTable/misc.yml @@ -23,11 +23,11 @@ - type: CP14Recipe id: CP14FoodDoughMedium tag: CP14RecipeCooking - craftTime: 2 + craftTime: 1 requirements: - !type:ProtoIdResource protoId: CP14Wheat - count: 2 + count: 1 result: CP14FoodDoughMedium - type: CP14Recipe @@ -38,4 +38,4 @@ - !type:ProtoIdResource protoId: CP14FoodDoughMedium count: 1 - result: CP14FoodDoughMediumFlat \ No newline at end of file + result: CP14FoodDoughMediumFlat