From aba1b916ba895999fe5c737ad84889f052f83b6a Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Sat, 21 Dec 2024 16:03:23 -0600 Subject: [PATCH 1/2] Update ingredients.yml --- .../Objects/Consumable/Food/ingredients.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 4142eae19c5..1ebe936c0b2 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -15,7 +15,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 50 + maxVol: 100 # DeltaV - More reagents for chefs - type: SolutionTransfer # This is potentially badly-handled due to 'drink opening', # but it lets the flour be tampered with, refilled, etc. @@ -93,10 +93,10 @@ - type: SolutionContainerManager solutions: food: - maxVol: 50 + maxVol: 100 # DeltaV - More reagents for chefs reagents: - ReagentId: Flour - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: [ReagentPacketBase, ItemHeftyBase] @@ -127,7 +127,7 @@ food: reagents: - ReagentId: Cornmeal - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: ReagentPacketBase @@ -158,7 +158,7 @@ food: reagents: - ReagentId: Rice - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: ReagentPacketBase @@ -189,7 +189,7 @@ food: reagents: - ReagentId: Sugar - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: ReagentPacketBase @@ -815,4 +815,4 @@ maxVol: 4 reagents: - ReagentId: Nutriment - Quantity: 3 \ No newline at end of file + Quantity: 3 From 98f2d3f28e89f00cd83eb76553c992cd07775ab3 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Sun, 22 Dec 2024 08:49:05 -0600 Subject: [PATCH 2/2] Update ingredients.yml --- .../Prototypes/Entities/Objects/Consumable/Food/ingredients.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 1ebe936c0b2..b02eed6ba11 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -815,4 +815,4 @@ maxVol: 4 reagents: - ReagentId: Nutriment - Quantity: 3 + Quantity: 3 \ No newline at end of file