From 11722a65e9e01d7cc28abc68e5e915c9adc26168 Mon Sep 17 00:00:00 2001 From: 0-Anon Date: Sat, 30 May 2026 17:05:59 -0400 Subject: [PATCH] Allow Tea Leaves to be Electrolyzed as a source of Fluorine (#43755) Electroylsis of Tea Leaves Electrolysis Breakdown 5u TeaPowder into: 2 Carbon 2 Fluorine 0.5 Hydrogen 0.5 Oxygen --- Resources/Prototypes/Recipes/Reactions/drinks.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index aa0cf4b6cda..b54bd804894 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -1557,3 +1557,17 @@ amount: 1 products: BacchusBlessing: 4 + +- type: reaction + id: TeaPowderBreakdown + source: true + requiredMixerCategories: + - Electrolysis + reactants: + TeaPowder: + amount: 5 + products: + Carbon: 2 + Fluorine: 2 + Hydrogen: 0.5 + Oxygen: 0.5