From 0a921d8f155dd0915b9160981d99099718e3aee6 Mon Sep 17 00:00:00 2001 From: SyaoranFox Date: Sat, 21 Mar 2026 17:12:08 +1100 Subject: [PATCH 1/5] butter can be cut into 5 pieces; pieces now hold less butter. --- .../Entities/Objects/Consumable/Food/ingredients.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 5d570821ca7..b28c1c4b17f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -669,7 +669,7 @@ - ReagentId: Butter Quantity: 15 - type: SliceableFood - count: 3 + count: 5 slice: FoodButterSlice - type: Extractable # DeltaV - Makes butter extractable grindableSolutionName: food @@ -687,10 +687,10 @@ - type: SolutionContainerManager solutions: food: - maxVol: 6 + maxVol: 4 reagents: - ReagentId: Butter - Quantity: 5 + Quantity: 3 - type: Tag tags: - Slice From 4060f03f31d63597958929eb76b8db657ed2483f Mon Sep 17 00:00:00 2001 From: SyaoranFox Date: Sat, 21 Mar 2026 17:16:47 +1100 Subject: [PATCH 2/5] Revert "butter can be cut into 5 pieces; pieces now hold less butter." This reverts commit 0a921d8f155dd0915b9160981d99099718e3aee6. --- .../Entities/Objects/Consumable/Food/ingredients.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index b28c1c4b17f..5d570821ca7 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -669,7 +669,7 @@ - ReagentId: Butter Quantity: 15 - type: SliceableFood - count: 5 + count: 3 slice: FoodButterSlice - type: Extractable # DeltaV - Makes butter extractable grindableSolutionName: food @@ -687,10 +687,10 @@ - type: SolutionContainerManager solutions: food: - maxVol: 4 + maxVol: 6 reagents: - ReagentId: Butter - Quantity: 3 + Quantity: 5 - type: Tag tags: - Slice From c6f65bcb726d4beb630c844b3c486a63f6b0a663 Mon Sep 17 00:00:00 2001 From: SyaoranFox Date: Sat, 21 Mar 2026 17:22:01 +1100 Subject: [PATCH 3/5] butter can now be in 5 slices; slices contain less butter. --- .../Entities/Objects/Consumable/Food/ingredients.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 5d570821ca7..b28c1c4b17f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -669,7 +669,7 @@ - ReagentId: Butter Quantity: 15 - type: SliceableFood - count: 3 + count: 5 slice: FoodButterSlice - type: Extractable # DeltaV - Makes butter extractable grindableSolutionName: food @@ -687,10 +687,10 @@ - type: SolutionContainerManager solutions: food: - maxVol: 6 + maxVol: 4 reagents: - ReagentId: Butter - Quantity: 5 + Quantity: 3 - type: Tag tags: - Slice From 846a67bcd3628258ff52757137602c6647d81ae6 Mon Sep 17 00:00:00 2001 From: SyaoranFox Date: Sat, 21 Mar 2026 17:26:42 +1100 Subject: [PATCH 4/5] Double the size of salt and pepper shakers. --- .../Objects/Consumable/Food/Containers/condiments.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml index 5cfe12d74a6..3c7a2533fbd 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml @@ -556,7 +556,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 20 + maxVol: 40 - type: SolutionTransfer canChangeTransferAmount: true minTransferAmount: 5 @@ -595,7 +595,7 @@ food: reagents: - ReagentId: TableSalt - Quantity: 20 + Quantity: 40 - type: Sprite state: shaker-salt - type: Icon @@ -615,7 +615,7 @@ food: reagents: - ReagentId: Blackpepper - Quantity: 20 + Quantity: 40 - type: Sprite state: shaker-pepper - type: Icon From 6d37bdee3e244d21f4517664fa5fef5f43b3e048 Mon Sep 17 00:00:00 2001 From: SyaoranFox Date: Sat, 21 Mar 2026 17:53:56 +1100 Subject: [PATCH 5/5] Added miso soup recipe --- .../_Floof/Prototypes/Recipes/Cooking/soups.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Resources/Prototypes/_Floof/Prototypes/Recipes/Cooking/soups.yml diff --git a/Resources/Prototypes/_Floof/Prototypes/Recipes/Cooking/soups.yml b/Resources/Prototypes/_Floof/Prototypes/Recipes/Cooking/soups.yml new file mode 100644 index 00000000000..ee488bfc459 --- /dev/null +++ b/Resources/Prototypes/_Floof/Prototypes/Recipes/Cooking/soups.yml @@ -0,0 +1,12 @@ +- type: microwaveMealRecipe + id: RecipeMisoSoup + name: miso soup recipe + result: FoodSoupMiso + time: 10 + group: Soup + reagents: + Water: 10 + solids: + FoodBowlBig: 1 + FoodSoybeans: 2 + FoodTofuSlice: 1