From 440d01b487a65835a1b09a31656f4d5c539b32a6 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:02:41 -0600 Subject: [PATCH] Saline (#18097) --- .../Locale/en-US/reagents/meta/medicine.ftl | 5 ++++- .../Reagents/Consumable/Food/condiments.yml | 2 -- Resources/Prototypes/Reagents/medicine.yml | 16 ++++++++++++++++ .../Prototypes/Recipes/Reactions/medicine.yml | 10 ++++++++++ 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index 1b2e30be0f..7256ca6c9b 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -56,7 +56,7 @@ reagent-name-ambuzol = ambuzol reagent-desc-ambuzol = A highly engineered substance able to halt the progression of a zombie infection. reagent-name-ambuzol-plus = ambuzol plus -reagent-desc-ambuzol-plus = Further engineered with the blood of the infected, inoculates the living against the infection. +reagent-desc-ambuzol-plus = Further engineered with the blood of the infected, inoculates the living against the infection. reagent-name-pulped-banana-peel = pulped banana peel reagent-desc-pulped-banana-peel = Pulped banana peels have some effectiveness against bleeding. @@ -105,3 +105,6 @@ reagent-desc-diphenylmethylamine = A more stable medicine than ethyloxyephedrine reagent-name-sigynate = sigynate reagent-desc-sigynate = A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet! + +reagent-name-saline = saline +reagent-desc-saline = "A mixture of salt and water. Commonly used to treat dehydration or low fluid presence in blood." diff --git a/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml b/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml index 4373dcf78c..de18a394b8 100644 --- a/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml +++ b/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml @@ -142,7 +142,5 @@ Food: effects: # eating salt on its own kinda sucks, kids - - !type:SatiateHunger - factor: 0.5 - !type:SatiateThirst factor: -0.5 diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 18673e7e7e..f78e11a294 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -605,6 +605,22 @@ - !type:ModifyBleedAmount amount: -0.5 +- type: reagent + id: Saline + name: reagent-name-saline + group: Medicine + desc: reagent-desc-saline + physicalDesc: reagent-physical-desc-salty + flavor: salty + color: "#0064C8" + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 6 + - !type:ModifyBloodLevel + amount: 6 + - type: reagent id: Siderlac name: reagent-name-siderlac diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index 30a7cbd931..bdf397b12f 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -398,3 +398,13 @@ amount: 1 products: Sigynate: 4 + +- type: reaction + id: Saline + reactants: + Water: + amount: 4 + TableSalt: + amount: 1 + products: + Saline: 5