mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-06-09 10:06:43 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user