From 07fbc257d3f6cb084abda330083610dd8d137d1b Mon Sep 17 00:00:00 2001 From: Veritius <45957058+Veritius@users.noreply.github.com> Date: Wed, 2 Feb 2022 17:20:54 +1100 Subject: [PATCH] Add Pilk (#6429) --- .../Prototypes/Reagents/Consumable/Drink/drinks.yml | 13 +++++++++++++ Resources/Prototypes/Recipes/Reactions/drinks.yml | 10 ++++++++++ 2 files changed, 23 insertions(+) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index 75ad7da4b1..212b3b01e2 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -263,3 +263,16 @@ effects: - !type:SatiateHunger factor: 4 + +- type: reagent + id: Pilk + name: pilk + parent: BaseDrink + desc: A sickening mixture of milk and cola. + physicalDesc: creamy + color: "#e7c69f" + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 035c8b35e0..fee7e89744 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -561,3 +561,13 @@ amount: 1 products: HotRamen: 3 + +- type: reaction + id: Pilk + reactants: + Cola: + amount: 1 + Milk: + amount: 1 + products: + Pilk: 2 \ No newline at end of file