From 37b0a845f30f53391f452dd3c12e86dc26cbc903 Mon Sep 17 00:00:00 2001 From: BarryNorfolk Date: Sat, 24 Jan 2026 11:21:57 +0100 Subject: [PATCH] Move Stelloxadone ftl and reaction to _Floof namespace --- .../en-US/_Floof/reagents/meta/medicine.ftl | 2 ++ Resources/Locale/en-US/reagents/meta/medicine.ftl | 3 --- .../Prototypes/Recipes/Reactions/medicine.yml | 15 --------------- .../_Floof/Recipes/Reactions/medicine.yml | 14 ++++++++++++++ 4 files changed, 16 insertions(+), 18 deletions(-) create mode 100644 Resources/Locale/en-US/_Floof/reagents/meta/medicine.ftl create mode 100644 Resources/Prototypes/_Floof/Recipes/Reactions/medicine.yml diff --git a/Resources/Locale/en-US/_Floof/reagents/meta/medicine.ftl b/Resources/Locale/en-US/_Floof/reagents/meta/medicine.ftl new file mode 100644 index 0000000000..90d167b28e --- /dev/null +++ b/Resources/Locale/en-US/_Floof/reagents/meta/medicine.ftl @@ -0,0 +1,2 @@ +reagent-name-stelloxadone = stelloxadone +reagent-desc-stelloxadone = A cryogenics chemical. Used to aggressively dissolve toxins from the body. Works regardless of the patient being alive or dead. diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index 3a675dc3f4..b6240170da 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -154,8 +154,5 @@ reagent-desc-potassium-iodide = Will reduce the damaging effects of radiation by reagent-name-haloperidol = haloperidol reagent-desc-haloperidol = Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness. -reagent-name-stelloxadone = stelloxadone -reagent-desc-stelloxadone = A cryogenics chemical. Used to aggressively dissolve toxins from the body. Works regardless of the patient being alive or dead. - reagent-name-warfarin = warfarin reagent-desc-warfarin = Commonly used as an anticoagulant medication. Causes blood to have difficulty forming clots. Can cause internal bleeding when overdosed. diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index 46289b6b4c..b98accf093 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -692,21 +692,6 @@ products: Traumoxadone: 3 -- type: reaction - id: Stelloxadone - impact: Medium - reactants: - Stellibinin: - amount: 5 - Cryoxadone: - amount: 3 - Arithrazine: - amount: 2 - products: - Stelloxadone: 5 - Water: 3 - Fiber: 2 - - type: reaction id: Warfarin reactants: diff --git a/Resources/Prototypes/_Floof/Recipes/Reactions/medicine.yml b/Resources/Prototypes/_Floof/Recipes/Reactions/medicine.yml new file mode 100644 index 0000000000..0b067204a5 --- /dev/null +++ b/Resources/Prototypes/_Floof/Recipes/Reactions/medicine.yml @@ -0,0 +1,14 @@ +- type: reaction + id: Stelloxadone + impact: Medium + reactants: + Stellibinin: + amount: 5 + Cryoxadone: + amount: 3 + Arithrazine: + amount: 2 + products: + Stelloxadone: 5 + Water: 3 + Fiber: 2