From 551863e3740b0b9a2feb8d549fcaf66e2dc0b15d Mon Sep 17 00:00:00 2001 From: Burenov Date: Fri, 13 Dec 2024 10:53:30 +0500 Subject: [PATCH] time to eat --- .../Objects/Consumable/Food/ingridients.yml | 33 ++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/SS220/Entities/Objects/Consumable/Food/ingridients.yml b/Resources/Prototypes/SS220/Entities/Objects/Consumable/Food/ingridients.yml index 0e0355543b0434..66280b91c0aaf9 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Consumable/Food/ingridients.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Consumable/Food/ingridients.yml @@ -11,6 +11,15 @@ graph: CandyBased node: start defaultTarget: caramel + - type: SolutionContainerManager + solutions: + food: + maxVol: 5 + reagents: + - ReagentId: Nutriment + Quantity: 4 + - ReagentId: Vitamin + Quantity: 1 - type: entity name: заготовка карамельной трости @@ -38,12 +47,12 @@ - type: SolutionContainerManager solutions: food: - maxVol: 5 + maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 4 + Quantity: 8 - ReagentId: Vitamin - Quantity: 1 + Quantity: 2 - type: MeleeWeapon wideAnimationRotation: 0 damage: @@ -66,12 +75,12 @@ - type: SolutionContainerManager solutions: food: - maxVol: 5 + maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 4 + Quantity: 8 - ReagentId: Vitamin - Quantity: 1 + Quantity: 2 - type: MeleeWeapon wideAnimationRotation: 0 damage: @@ -94,12 +103,12 @@ - type: SolutionContainerManager solutions: food: - maxVol: 5 + maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 4 + Quantity: 8 - ReagentId: Vitamin - Quantity: 1 + Quantity: 2 - type: MeleeWeapon wideAnimationRotation: 0 damage: @@ -122,9 +131,9 @@ - type: SolutionContainerManager solutions: food: - maxVol: 10 + maxVol: 20 reagents: - ReagentId: Nutriment - Quantity: 8 + Quantity: 16 - ReagentId: Vitamin - Quantity: 2 \ No newline at end of file + Quantity: 4 \ No newline at end of file