From 0906400e859b7355deea3661e1bc3bb07326e2cc Mon Sep 17 00:00:00 2001 From: Elijahrane <60792108+Elijahrane@users.noreply.github.com> Date: Mon, 27 Dec 2021 07:45:16 -0500 Subject: [PATCH] Ultravasculine, a new advanced antitoxin. (#5877) * Adds ultravasculine, a new advanced antitoxin * Reduced yield in ultravasc. reaction --- Resources/Prototypes/Reagents/medicine.yml | 41 +++++++++++++++++++ .../Prototypes/Recipes/Reactions/medicine.yml | 11 +++++ 2 files changed, 52 insertions(+) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 1474bf90f3..2c8bab68d6 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -483,3 +483,44 @@ Toxin: -2 Airloss: -2 Brute: -2 + +- type: reagent + id: Ultravasculine + name: Ultravasculine + desc: Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose. + physicalDesc: thick and grainy + color: "#520e30" + metabolisms: + Medicine: + effects: + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 0 + max: 30 + damage: + groups: + Toxin: -3 + Brute: 0.5 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 30 + damage: + groups: + Toxin: -1 + Brute: 3 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Histamine + min: 1 + reagent: Histamine + amount: -1 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Histamine + min: 1 + reagent: Ultravasculine + amount: 0.5 diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index 449e05faaa..9c00c7b5be 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -454,3 +454,14 @@ amount: 1 products: SpaceDrugs: 3 + +- type: reaction + id: Ultravasculine + reactants: + Histamine: + amount: 2 + Plasma: + amount: 5 + catalyst: true + products: + Ultravasculine: 2