This commit is contained in:
2026-01-24 19:20:42 -05:00
parent bfabc8afc0
commit 2a94a95cdb
12 changed files with 1 additions and 4116 deletions

View File

@@ -68,7 +68,7 @@ def process_recipes(raw_recipes):
return processed return processed
if __name__ == "__main__": if __name__ == "__main__":
raw = parse_recipes(['./mixingrecipes', './Prototypes/_Goobstation/Recipes/Reactions/']) raw = parse_recipes(['./Prototypes/Recipes/Reactions/', './Prototypes/_Goobstation/Recipes/Reactions/'])
processed = process_recipes(raw) processed = process_recipes(raw)
with open('recipes.json', 'w') as f: with open('recipes.json', 'w') as f:

View File

@@ -1,104 +0,0 @@
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 MilenVolf <63782763+MilenVolf@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 SX_7 <sn1.test.preria.2002@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: BloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Blood:
amount: 20
products:
Water: 11
Iron: 0.5
Sugar: 2
CarbonDioxide: 3
Protein: 4
- type: reaction
id: InsectBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
InsectBlood:
amount: 30
products:
Water: 11
Saline: 6 # Goob - changed to saline due to SodiumExplosion reacion
Chlorine: 1.5
CarbonDioxide: 5.5
Protein: 6
- type: reaction
id: SlimeBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Slime:
amount: 5
products:
Water: 4
Nitrogen: 1
- type: reaction
id: SapBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Sap:
amount: 10
products:
Water: 9
Sugar: 1
- type: reaction
id: CopperBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
CopperBlood:
amount: 20
products:
Water: 11
Copper: 0.5
Sugar: 2
CarbonDioxide: 3
Protein: 4
- type: reaction
id: AmmoniaBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
AmmoniaBlood:
amount: 30
products:
Water: 17
Nitrogen: 4.5
Chlorine: 2.5
Protein: 6
- type: reaction
id: ZombieBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
ZombieBlood:
amount: 4
products:
Mold: 2
Protein: 1
Toxin: 1

View File

@@ -1,64 +0,0 @@
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
# SPDX-FileCopyrightText: 2024 Eris <eris@erisws.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: EZNutrient
reactants:
Nitrogen:
amount: 1
Phosphorus:
amount: 1
Potassium:
amount: 1
products:
EZNutrient: 3
- type: reaction
id: RobustHarvest
reactants:
EZNutrient:
amount: 1
SulfuricAcid:
amount: 1
catalyst: true
products:
RobustHarvest: 1
- type: reaction
id: Sedin
reactants:
Cryoxadone:
amount: 1
RobustHarvest:
amount: 3
Diethylamine:
amount: 3
products:
Sedin: 1
- type: reaction
id: Left4Zed
reactants:
EZNutrient:
amount: 1
Radium:
amount: 1
catalyst: true
products:
Left4Zed: 1
- type: reaction
id: PlantBGone
reactants:
Toxin:
amount: 1
Water:
amount: 4
products:
PlantBGone: 5

View File

@@ -1,576 +0,0 @@
# SPDX-FileCopyrightText: 2019 moneyl <8206401+Moneyl@users.noreply.github.com>
# SPDX-FileCopyrightText: 2020 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
# SPDX-FileCopyrightText: 2020 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
# SPDX-FileCopyrightText: 2020 V<>ctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 Galactic Chimp <GalacticChimpanzee@gmail.com>
# SPDX-FileCopyrightText: 2021 Kara D <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2021 Paul Ritter <ritter.paul1@googlemail.com>
# SPDX-FileCopyrightText: 2021 Radrark <76271993+Radrark@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 SETh lafuente <cetaciocascarudo@gmail.com>
# SPDX-FileCopyrightText: 2021 ScalyChimp <72841710+scaly-chimp@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 SethLafuente <84478872+SethLafuente@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 Ygg01 <y.laughing.man.y@gmail.com>
# SPDX-FileCopyrightText: 2021 mirrorcult <notzombiedude@gmail.com>
# SPDX-FileCopyrightText: 2022 ElectroJr <leonsfriedrich@gmail.com>
# SPDX-FileCopyrightText: 2022 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Nairod <110078045+Nairodian@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Will Robson <WPRobson@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Alekshhh <44923899+Alekshhh@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 CrigCrag <137215465+CrigCrag@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Emisse <99158783+Emisse@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Interrobang01 <113810873+Interrobang01@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Maxtone <124747282+MagnusCrowe@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Moomoobeef <62638182+Moomoobeef@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Scribbles0 <91828755+Scribbles0@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Ubaser <134914314+UbaserB@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Vasilis <vascreeper@yahoo.com>
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
# SPDX-FileCopyrightText: 2023 mhamster <81412348+mhamsterr@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
# SPDX-FileCopyrightText: 2024 Boaz1111 <149967078+Boaz1111@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 CatMagic <135462166+CatMagic1@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
# SPDX-FileCopyrightText: 2025 RedMush1 <axmetvaliev1@gmail.com>
# SPDX-FileCopyrightText: 2025 Ted Lukin <66275205+pheenty@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 pheenty <fedorlukin2006@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: Ammonia
reactants:
Hydrogen:
amount: 3
Nitrogen:
amount: 1
products:
Ammonia: 4
- type: reaction
id: CelluloseBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
Cellulose:
amount: 3
products:
Sugar: 2
Carbon: 1
- type: reaction
id: Diethylamine
reactants:
Ammonia:
amount: 1
Ethanol:
amount: 1
products:
Diethylamine: 2
- type: reaction
id: Phenol
reactants:
Hydroxide:
amount: 1
Benzene:
amount: 1
products:
Phenol: 2
- type: reaction
id: Acetone
reactants:
Oil:
amount: 1
WeldingFuel:
amount: 1
Oxygen:
amount: 1
products:
Acetone: 2
- type: reaction
id: FoamingAgent
reactants:
Lithium:
amount: 1
Hydrogen:
amount: 1
products:
FoamingAgent: 2
- type: reaction
id: PolytrinicAcid
reactants:
SulfuricAcid:
amount: 1
Plasma:
amount: 1
Potassium:
amount: 1
products:
PolytrinicAcid: 3
- type: reaction
id: SulfuricAcid
reactants:
Hydrogen:
amount: 1
Sulfur:
amount: 1
Oxygen:
amount: 2
products:
SulfuricAcid: 3
- type: reaction
id: FluorosulfuricAcid
reactants:
Fluorine:
amount: 1
Hydrogen:
amount: 1
Potassium:
amount: 1
SulfuricAcid:
amount: 1
products:
FluorosulfuricAcid: 4
- type: reaction
id: PotassiumExplosion
impact: High
priority: 20
reactants:
Water:
amount: 1
Potassium:
amount: 1
effects:
- !type:ExplosionReactionEffect
explosionType: Default
maxIntensity: 100
intensityPerUnit: 0.5 # 50+50 reagent for maximum explosion
intensitySlope: 4
maxTotalIntensity: 100
- type: reaction
id: Smoke
priority: 10
impact: High
reactants:
Phosphorus:
amount: 1
Potassium:
amount: 1
Sugar:
amount: 1
effects:
- !type:AreaReactionEffect
duration: 10
prototypeId: Smoke
sound:
path: /Audio/Effects/smoke.ogg
- type: reaction
id: Foam
priority: 10
impact: High
reactants:
Fluorosurfactant:
amount: 1
Water:
amount: 1
effects:
- !type:AreaReactionEffect
duration: 10
prototypeId: Foam
sound:
path: /Audio/Effects/extinguish.ogg
- type: reaction
id: IronMetalFoam
impact: High
priority: 10
reactants:
Iron:
amount: 3
FoamingAgent:
amount: 1
FluorosulfuricAcid:
amount: 1
effects:
- !type:AreaReactionEffect
duration: 10
prototypeId: IronMetalFoam
sound:
path: /Audio/Effects/extinguish.ogg
- type: reaction
id: AluminiumMetalFoam
impact: High
priority: 10
reactants:
Aluminium:
amount: 3
FoamingAgent:
amount: 1
FluorosulfuricAcid:
amount: 1
effects:
- !type:AreaReactionEffect
duration: 10
prototypeId: AluminiumMetalFoam
sound:
path: /Audio/Effects/extinguish.ogg
- type: reaction
id: UraniumEmpExplosion
impact: High
priority: 20
reactants:
Iron:
amount: 1
Uranium:
amount: 1
Aluminium:
amount: 1
effects:
- !type:EmpReactionEffect
rangePerUnit: 0.2
maxRange: 6
energyConsumption: 12500
duration: 15
- type: reaction
id: Flash
impact: High
priority: 20
reactants:
Aluminium:
amount: 1
Potassium:
amount: 1
Sulfur:
amount: 1
effects:
- !type:FlashReactionEffect
- type: reaction
id: TableSalt
minTemp: 370
reactants:
Chlorine:
amount: 1
Sodium:
amount: 1
products:
TableSalt: 2
- type: reaction
id: TableSaltBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
TableSalt:
amount: 2
products:
Chlorine: 1
Sodium: 1
- type: reaction
id: Thermite
impact: Medium
reactants:
Iron:
amount: 1
Aluminium:
amount: 1
Oxygen:
amount: 1
products:
Thermite: 3
- type: reaction
id: UnstableMutagen
reactants:
Radium:
amount: 1
Phosphorus:
amount: 1
Chlorine:
amount: 1
products:
UnstableMutagen: 3
- type: reaction
id: Oil
reactants:
WeldingFuel:
amount: 1
Hydrogen:
amount: 1
Carbon:
amount: 1
products:
Oil: 3
- type: reaction
id: Fluorosurfactant
impact: Medium
reactants:
Carbon:
amount: 2
Fluorine:
amount: 2
SulfuricAcid:
amount: 1
products:
Fluorosurfactant: 5
- type: reaction
id: Desoxyephedrine
impact: Medium
minTemp: 370
reactants:
Ephedrine:
amount: 1
Carbon:
amount: 1
Iodine:
amount: 1
Phosphorus:
amount: 1
products:
Desoxyephedrine: 4 #I kinda remember having to heat this up, and if you heated it up too much, it went boom, I can't remember the specific values tho.
- type: reaction
id: Stimulants
impact: Medium
minTemp: 370
reactants:
Ephedrine:
amount: 1
Vestine:
amount: 1
Oxygen:
amount: 2
products:
Stimulants: 3 # Goobstation edit
- type: reaction
id: Ephedrine
impact: Medium
reactants:
Oil:
amount: 1
Hydrogen:
amount: 1
Sugar:
amount: 1
Diethylamine:
amount: 1
products:
Ephedrine: 4
- type: reaction
id: MuteToxin
impact: Medium
minTemp: 370
reactants:
Uranium:
amount: 1
Vestine:
amount: 2
SpaceGlue:
amount: 2
products:
MuteToxin: 4 #goob edit
- type: reaction
id: ChloralHydrate
impact: Medium
reactants:
Chlorine:
amount: 3
Ethanol:
amount: 1
Water:
amount: 1
products:
ChloralHydrate: 1
- type: reaction
id: Pax
impact: Medium
reactants:
MindbreakerToxin:
amount: 1
Synaptizine:
amount: 1
Water:
amount: 1
products:
Pax: 3
- type: reaction
id: Charcoal
reactants:
Carbon:
amount: 1
Ash:
amount: 1
products:
Charcoal: 1
- type: reaction
id: NorepinephricAcid
impact: Medium
reactants:
Uranium:
amount: 1
Epinephrine:
amount: 1
products:
NorepinephricAcid: 2
- type: reaction
id: Ethyloxyephedrine
impact: Medium
minTemp: 370 #Goobstation edit
reactants:
Desoxyephedrine:
amount: 1
Stellibinin:
amount: 1
products:
Ethyloxyephedrine: 2
- type: reaction
id: Diphenylmethylamine
impact: Medium
reactants:
Ethyloxyephedrine:
amount: 1
SodiumCarbonate:
amount: 1
Coffee:
amount: 1
products:
Diphenylmethylamine: 3
- type: reaction
id: SodiumCarbonate
impact: Medium
reactants:
Ammonia:
amount: 1
TableSalt:
amount: 1
Carbon:
amount: 1
Oxygen:
amount: 1
products:
SodiumCarbonate: 4
- type: reaction
id: Benzene
minTemp: 310
reactants:
Hydrogen:
amount: 1
Carbon:
amount: 1
products:
Benzene: 1
- type: reaction
minTemp: 310
id: Hydroxide
priority: -1 #needs to be here due to how sulfuric acid reaction words
reactants:
Oxygen:
amount: 1
Hydrogen:
amount: 1
products:
Hydroxide: 2
- type: reaction
id: SodiumHydroxide
reactants:
Hydroxide:
amount: 1
Sodium:
amount: 1
products:
SodiumHydroxide: 2
- type: reaction
minTemp: 310
id: Fersilicite
reactants:
Iron:
amount: 1
Silicon:
amount: 1
products:
Fersilicite: 2
- type: reaction
id: SodiumPolyacrylate
impact: Medium
reactants:
Oxygen:
amount: 2
Sodium:
amount: 1
Nitrogen:
amount: 1
products:
SodiumPolyacrylate: 4
- type: reaction
id: Nocturine
impact: High
reactants:
Impedrezene:
amount: 2
Vestine:
amount: 1
products:
Nocturine: 2 #goob edit
- type: reaction
id: Tazinide
impact: Medium
reactants:
Licoxide:
amount: 1
Vestine:
amount: 1
products:
Tazinide: 2 #goob edit
- type: reaction
id: ArtifactGlue
reactants:
SpaceGlue:
amount: 1
Artifexium:
amount: 1
products:
ArtifactGlue: 2

View File

@@ -1,56 +0,0 @@
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2023 Boaz1111 <149967078+Boaz1111@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Psychpsyo <60073468+Psychpsyo@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 TemporalOroboros <TemporalOroboros@gmail.com>
# SPDX-FileCopyrightText: 2024 dffdff2423 <dffdff2423@gmail.com>
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: Bleach
reactants:
TableSalt:
amount: 2
SpaceCleaner:
amount: 2
SodiumHydroxide:
amount: 1
products:
Bleach: 5
- type: reaction
id: AmmoniaFromBlood
minTemp: 370
reactants:
AmmoniaBlood:
amount: 2
products:
Ammonia: 1
- type: reaction
id: SpaceCleaner
reactants:
Ammonia:
amount: 1
Water:
amount: 1
products:
SpaceCleaner: 2
- type: reaction
id: SpaceLube
impact: Medium
reactants:
Water:
amount: 1
Fersilicite:
amount: 1
Oxygen:
amount: 1
products:
SpaceLube: 5

File diff suppressed because it is too large Load Diff

View File

@@ -1,519 +0,0 @@
# SPDX-FileCopyrightText: 2022 Kevin Zheng <kevinz5000@gmail.com>
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Boaz1111 <149967078+Boaz1111@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Fluffiest Floofers <thebluewulf@gmail.com>
# SPDX-FileCopyrightText: 2023 Interrobang01 <113810873+Interrobang01@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Minty642 <42335609+Minty642@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Vladislav Kadira <130583174+FillerVK@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 deathride58 <deathride58@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 lapatison <100279397+lapatison@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 nmajask <nmajask@gmail.com>
# SPDX-FileCopyrightText: 2023 phunnyguy <90366172+phunnyguy@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 potato1234_x <79580518+potato1234x@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 12rabbits <53499656+12rabbits@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Alchebun <47635328+jimmy12or@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Alchebun <jimmy.12.or#gmail.com>
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Dimastra <65184747+Dimastra@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Dimastra <dimastra@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Emisse <99158783+Emisse@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Eoin Mcloughlin <helloworld@eoinrul.es>
# SPDX-FileCopyrightText: 2024 IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 JIPDawg <51352440+JIPDawg@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 JIPDawg <JIPDawg93@gmail.com>
# SPDX-FileCopyrightText: 2024 Mervill <mervills.email@gmail.com>
# SPDX-FileCopyrightText: 2024 Moomoobeef <62638182+Moomoobeef@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 PJBot <pieterjan.briers+bot@gmail.com>
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers@gmail.com>
# SPDX-FileCopyrightText: 2024 Piras314 <p1r4s@proton.me>
# SPDX-FileCopyrightText: 2024 PopGamer46 <yt1popgamer@gmail.com>
# SPDX-FileCopyrightText: 2024 PursuitInAshes <pursuitinashes@gmail.com>
# SPDX-FileCopyrightText: 2024 QueerNB <176353696+QueerNB@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Saphire Lattice <lattice@saphi.re>
# SPDX-FileCopyrightText: 2024 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Simon <63975668+Simyon264@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Spessmann <156740760+Spessmann@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 TheKittehJesus <29379890+SamGithubAccount@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Thomas <87614336+Aeshus@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Winkarst <74284083+Winkarst-cpu@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 ada-please <155147867+ada-please@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
# SPDX-FileCopyrightText: 2024 eoineoineoin <github@eoinrul.es>
# SPDX-FileCopyrightText: 2024 genderGeometries <159584039+genderGeometries@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 stellar-novas <stellar_novas@riseup.net>
# SPDX-FileCopyrightText: 2024 themias <89101928+themias@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 SX_7 <sn1.test.preria.2002@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: Curdling
impact: Low
quantized: true
conserveEnergy: false
reactants:
Milk:
amount: 40
Enzyme:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodCheese
- type: reaction
id: ChevreCurdling
impact: low
quantized: true
conserveEnergy: false
reactants:
MilkGoat:
amount: 10 #Batches of chevre are traditionally made in far lower quantities than that of milk
Enzyme:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodChevre
- type: reaction
id: CreateDough
impact: Low
quantized: true
conserveEnergy: false
reactants:
Flour:
amount: 15
Water:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: FoodDough
- type: reaction
id: CreateCornmealDough
impact: Low
quantized: true
conserveEnergy: false
reactants:
Cornmeal:
amount: 15
Milk: #replace with yoghurt when added
amount: 10
Egg:
amount: 6
effects:
- !type:CreateEntityReactionEffect
entity: FoodDoughCornmeal
- type: reaction
id: CreateTortillaDough
impact: Low
quantized: true
conserveEnergy: false
reactants:
Cornmeal:
amount: 15
Water:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: FoodDoughTortilla
- type: reaction
id: CreateDoughCotton
impact: Low
quantized: true
conserveEnergy: false
reactants:
Fiber:
amount: 10
Flour:
amount: 5
Water:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: FoodDoughCotton
- type: reaction
id: CreateCakeBatter
impact: Low
quantized: true
conserveEnergy: false
reactants:
Flour:
amount: 15
Egg:
amount: 12
Sugar:
amount: 5
Milk:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: FoodCakeBatter
- type: reaction
id: CreateButter
impact: Low
quantized: true
conserveEnergy: false
reactants:
Milk:
amount: 15
TableSalt:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodButter
- type: reaction
id: CreatePieDough
impact: Low
quantized: true
conserveEnergy: false
reactants:
Flour:
amount: 15
Egg:
amount: 12
TableSalt:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: FoodDoughPie
# TG has a cake recipe that uses soy milk instead of eggs.
# but afaik it spawns the exact same cake batter entity.
# Maybe change this if you want to do allergies or something
- type: reaction
id: CreateVeganCakeBatter
impact: Low
quantized: true
conserveEnergy: false
reactants:
Flour:
amount: 15
MilkSoy:
amount: 15
Sugar:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: FoodCakeBatter
- type: reaction
id: CreateTofu
impact: Low
quantized: true
conserveEnergy: false
reactants:
MilkSoy:
amount: 30
Enzyme:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodTofu
- type: reaction
id: CreateMeatball
impact: Low
quantized: true
conserveEnergy: false
reactants:
UncookedAnimalProteins:
amount: 5
Flour:
amount: 5
Egg:
amount: 6
effects:
- !type:CreateEntityReactionEffect
entity: FoodMeatMeatball
- type: reaction
id: CreateChocolate
impact: Low
quantized: true
conserveEnergy: false
reactants:
CocoaPowder:
amount: 4
Milk:
amount: 2
Sugar:
amount: 2
effects:
- !type:CreateEntityReactionEffect
entity: FoodSnackChocolateBar
# Condiments
- type: reaction
id: CookingKetchup
reactants:
JuiceTomato:
amount: 2
Sugar:
amount: 1
products:
Ketchup: 3
- type: reaction
id: CookingMayoVinegar
reactants:
Vinegar:
amount: 5
Oil:
amount: 5
Egg:
amount: 6
products:
Mayo: 15
- type: reaction
id: CookingMayoLemon
reactants:
JuiceLemon:
amount: 5
Oil:
amount: 5
Egg:
amount: 6
products:
Mayo: 15
# Gas not included
- type: reaction
id: CookingMustard
reactants:
Bleach:
amount: 1
Ammonia:
amount: 1
products:
Mustard: 2
- type: reaction
id: CookingKetchunaise
reactants:
Ketchup:
amount: 1
Mayo:
amount: 1
products:
Ketchunaise: 2
- type: reaction
id: CookingBbqSauce
reactants:
Ketchup:
amount: 1
Vinegar:
amount: 1
Sugar:
amount: 1
products:
BbqSauce: 3
- type: reaction
id: CookingHotsauce
reactants:
JuiceTomato:
amount: 1
TableSalt:
amount: 1
CapsaicinOil:
amount: 1
products:
Hotsauce: 3
- type: reaction
id: CookingColdsauce
reactants:
JuiceTomato:
amount: 1
TableSalt:
amount: 1
FrostOil:
amount: 1
products:
Coldsauce: 3
- type: reaction
id: CookingVinegar
reactants:
Ethanol:
amount: 1
Oxygen:
amount: 1
products:
Vinegar: 2
- type: reaction
id: CookingSoysauce
reactants:
MilkSoy:
amount: 2
SulfuricAcid:
amount: 1
products:
Soysauce: 3
- type: reaction
id: CookingVinaigrette
reactants:
Vinegar:
amount: 1
OilOlive:
amount: 1
Blackpepper:
amount: 1
products:
Vinaigrette: 3
- type: reaction
id: BananaBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
JuiceBanana:
amount: 10
products:
Sugar: 5
Potassium: 5
- type: reaction
id: OilBreakdown
requiredMixerCategories:
- Centrifuge
reactants:
Oil:
amount: 10
products:
Fat: 6
Water: 3
Protein: 1 #water & protein represent aqueous proteins
#- type: reaction
# id: SugarBreakdown
# source: true
# minTemp: 520
# reactants:
# Sugar:
# amount: 4
# products:
# Carbon: 1
# Oxygen: 1
# Hydrogen: 2
- type: reaction
id: AllicinBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Allicin:
amount: 4
products:
Sulfur: 2
Carbon: 1
Water: 1
- type: reaction
id: NutrimentBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Nutriment:
amount: 5
products:
Water: 2
Carbon: 2
Sugar: 1
- type: reaction
id: FatBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
Fat:
amount: 15
products:
Carbon: 5
Hydrogen: 10
Oxygen: 1
# Proteins are hydrocarbons
- type: reaction
id: UncookedAnimalProteinBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
UncookedAnimalProteins:
amount: 10
products:
Carbon: 2
Hydrogen: 4
Phosphorus: 3
Oxygen: 1
- type: reaction
id: ProteinBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
Protein:
amount: 10
products:
Carbon: 2
Hydrogen: 4
Phosphorus: 3
Oxygen: 1
# Vitamin = Healthy = Green = Nitrogenous
- type: reaction
id: VitaminBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Vitamin:
amount: 4
products:
Carbon: 1
Water: 1
Nitrogen: 2
- type: reaction
id: ReduceMilk #makes Cream renewable
minTemp: 320
requiredMixerCategories:
- Shake
reactants:
Milk:
amount: 2
products:
Cream: 1

View File

@@ -1,288 +0,0 @@
# SPDX-FileCopyrightText: 2021 Moony <moonheart08@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2023 CrigCrag <137215465+CrigCrag@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Kit0vras <123590995+Kit0vras@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 LankLTE <135308300+LankLTE@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Ubaser <134914314+UbaserB@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 mhamster <81412348+mhamsterr@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
# SPDX-FileCopyrightText: 2024 Avalon <148660190+BYONDFuckery@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 CatMagic <135462166+CatMagic1@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Doggo5852 <bombasticsideeye614@gmail.com>
# SPDX-FileCopyrightText: 2024 Kira Bridgeton <161087999+Verbalase@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 wafehling <wafehling@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
# SPDX-FileCopyrightText: 2025 Minty642 <42335609+Minty642@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 RatherUncreative <RatherUncreativeName@proton.me>
# SPDX-FileCopyrightText: 2025 Ted Lukin <66275205+pheenty@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 UpAndLeaves <92269094+Alpha-Two@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 pheenty <fedorlukin2006@gmail.com>
# SPDX-FileCopyrightText: 2025 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: Carpetium
reactants:
SpaceDrugs:
amount: 1
Fiber:
amount: 2
products:
Carpetium: 3
- type: reaction
id: BuzzochloricBees
reactants:
Saxoite: # do you like jazz (not sorry)
amount: 1
Fiber: # bees are fuzzy
amount: 1
GroundBee: # you need bee for the bees
amount: 1
Chlorine: # the chloric part of buzzochloric
amount: 1
UnstableMutagen: # to bring the buzz to life
amount: 1
products:
BuzzochloricBees: 3
- type: reaction
id: CreateSoap
impact: Low
quantized: true
reactants:
Fat:
amount: 15
Saline:
amount: 25
effects:
- !type:CreateEntityReactionEffect
entity: Soap
- type: reaction
id: CreateSoapHomemade
impact: Low
quantized: true
reactants:
Fat:
amount: 15
TableSalt:
amount: 10
Blood:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: SoapHomemade
- type: reaction
id: Meatification
impact: Low
quantized: true
reactants:
Fat:
amount: 25
Nutriment:
amount: 5
Blood:
amount: 10
Carbon:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: FoodMeat
- type: reaction
id: SpaceGlue
minTemp: 370
reactants:
SpaceLube:
amount: 1
Slime:
amount: 1
products:
SpaceGlue: 2
- type: reaction
id: Licoxide
reactants:
Lead:
amount: 1
Zinc:
amount: 1
products:
Licoxide: 1
- type: reaction
id: PlasticSheet # It's here because "haha look you can get smooth beautiful sheets of plastic from small cylindric beaker" (jokes aside: i dont know where should i put it)
impact: Low
quantized: true
minTemp: 374
reactants:
Oil:
amount: 10 # Goob edit - revert that once we get energy chem
Ash:
amount: 6 # Goob edit - revert that once we get energy chem
SulfuricAcid:
amount: 4 # Goob edit - revert that once we get energy chem
effects:
- !type:CreateEntityReactionEffect
entity: SheetPlastic10
- type: reaction
id: FlashFreezeIce
quantized: true
reactants:
Fresium:
amount: 1
Water:
amount: 1
effects:
- !type:CreateGas
gas: Frezon
products:
Ice: 5
- type: reaction
id: Fresium
priority: 20
maxTemp: 300
reactants:
Frezon:
amount: 3
Plasma:
amount: 1
catalyst: true
Nitrogen:
amount: 2
Cryoxadone:
amount: 0.22
TableSalt:
amount: 0.08
Water:
amount: 1.5
effects:
- !type:CreateGas
gas: Nitrogen
products:
Fresium: 5
- type: reaction
id: FiberBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Fiber:
amount: 5
Water:
amount: 10
catalyst: true
products:
Carbon: 3
Sugar: 2
- type: reaction
id: Laughter
reactants:
JuiceBanana:
amount: 1
Sugar:
amount: 1
products:
Laughter: 2
- type: reaction
id: CreateCrystals
quantized: true
minTemp: 374
reactants:
Sugar:
amount: 15
Water:
amount: 15
Ethanol:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: ShardCrystalRandom
- type: reaction
id: Gunpowder
impact: Low
quantized: true
minTemp: 374
reactants:
Potassium:
amount: 6
Sulfur:
amount: 2
Charcoal:
amount: 2
effects:
- !type:CreateEntityReactionEffect
entity: MaterialGunpowder
- type: reaction
id: SolidifyGold
impact: Low
quantized: true
reactants:
Gold:
amount: 10
FrostOil:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: IngotGold1
- type: reaction
id: SolidifySilver
impact: Low
quantized: true
reactants:
Silver:
amount: 10
FrostOil:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: IngotSilver1
- type: reaction
id: WehHewExplosion
impact: High
priority: 20
reactants:
JuiceThatMakesYouWeh:
amount: 1
JuiceThatMakesYouHew:
amount: 1
effects:
- !type:ExplosionReactionEffect
explosionType: Radioactive
maxIntensity: 200
intensityPerUnit: 2
intensitySlope: 1
maxTotalIntensity: 250
tileBreakScale: 0.00001
- type: reaction
id: CorgiJuice
reactants:
UncookedAnimalProteins:
amount: 1
JuiceThatMakesYouWeh:
amount: 1
Happiness:
amount: 1
products:
CorgiJuice: 2

View File

@@ -1,28 +0,0 @@
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: MIT
- type: reaction
id: CarbonDioxideBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
CarbonDioxide:
amount: 3
products:
Carbon: 1
Oxygen: 2
- type: reaction
id: NitrousOxideBreakdown
source: true
requiredMixerCategories:
- Electrolysis
reactants:
NitrousOxide:
amount: 3
products:
Nitrogen: 2
Oxygen: 1

View File

@@ -1,706 +0,0 @@
# SPDX-FileCopyrightText: 2019 moneyl <8206401+Moneyl@users.noreply.github.com>
# SPDX-FileCopyrightText: 2020 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 Elijahrane <60792108+Elijahrane@users.noreply.github.com>
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Kara D <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2022 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2023 Alekshhh <44923899+Alekshhh@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Boaz1111 <149967078+Boaz1111@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 CrigCrag <137215465+CrigCrag@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Dynexust <47256242+Dynexust@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 GoodWheatley <109803540+GoodWheatley@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Interrobang01 <113810873+Interrobang01@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 LankLTE <135308300+LankLTE@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Maxtone <124747282+MagnusCrowe@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Ubaser <134914314+UbaserB@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
# SPDX-FileCopyrightText: 2024 Emisse <99158783+Emisse@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Gotimanga <127038462+Gotimanga@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Jeff <velcroboy333@hotmail.com>
# SPDX-FileCopyrightText: 2024 Kara <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2024 Kira Bridgeton <161087999+Verbalase@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Skye <57879983+Rainbeon@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Token <esil.bektay@yandex.com>
# SPDX-FileCopyrightText: 2024 Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
# SPDX-FileCopyrightText: 2024 icekot8 <93311212+icekot8@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: Dylovene
reactants:
Silicon:
amount: 1
Nitrogen:
amount: 1
Potassium:
amount: 1
products:
Dylovene: 3
- type: reaction
id: Ethylredoxrazine
reactants:
Oxygen:
amount: 1
Dylovene:
amount: 1
Carbon:
amount: 1
products:
Ethylredoxrazine: 3
- type: reaction
id: Cryptobiolin
reactants:
Potassium:
amount: 1
Oxygen:
amount: 1
Sugar:
amount: 1
products:
Cryptobiolin: 3
- type: reaction
id: Arithrazine
reactants:
Hyronalin:
amount: 1
Hydrogen:
amount: 1
products:
Arithrazine: 2
- type: reaction
id: Bicaridine
reactants:
Inaprovaline:
amount: 1
Carbon:
amount: 1
products:
Bicaridine: 2
- type: reaction
id: Cryoxadone
reactants:
Dexalin:
amount: 1
Water:
amount: 1
Oxygen:
amount: 1
products:
Cryoxadone: 3
- type: reaction
id: Doxarubixadone
reactants:
Cryoxadone:
amount: 1
UnstableMutagen:
amount: 1
products:
Doxarubixadone: 2
- type: reaction
id: Epinephrine
reactants:
Phenol:
amount: 1
Acetone:
amount: 1
Chlorine:
amount: 1
Hydroxide:
amount: 1
products:
Epinephrine: 4
- type: reaction
id: Dermaline
reactants:
Kelotane:
amount: 1
Oxygen:
amount: 1
Phosphorus:
amount: 1
products:
Dermaline: 3
- type: reaction
id: Dexalin
reactants:
Oxygen:
amount: 2
Plasma:
amount: 1
catalyst: true
products:
Dexalin: 3
- type: reaction
id: DexalinPlus
reactants:
Dexalin:
amount: 1
Carbon:
amount: 1
Iron:
amount: 1
products:
DexalinPlus: 3
- type: reaction
id: Hyronalin
reactants:
Radium:
amount: 1
Dylovene:
amount: 1
products:
Hyronalin: 2
- type: reaction
id: Inaprovaline
reactants:
Oxygen:
amount: 1
Carbon:
amount: 1
Sugar:
amount: 1
products:
Inaprovaline: 3
- type: reaction
id: Ipecac
reactants:
Potassium:
amount: 1
Nitrogen:
amount: 1
Ammonia:
amount: 1
products:
Ipecac: 2
- type: reaction
id: TranexamicAcid
reactants:
Inaprovaline:
amount: 1
SulfuricAcid:
amount: 1
Sugar:
amount: 1
products:
TranexamicAcid: 3
- type: reaction
id: Kelotane
reactants:
Silicon:
amount: 1
Carbon:
amount: 1
products:
Kelotane: 2
- type: reaction
id: Leporazine
reactants:
Copper:
amount: 1
Fersilicite:
amount: 1
Plasma:
amount: 1
catalyst: true
products:
Leporazine: 2
- type: reaction
id: Phalanximine
reactants:
Hyronalin:
amount: 1
Ethanol:
amount: 1
UnstableMutagen:
amount: 1
products:
Phalanximine: 3
- type: reaction
id: Ambuzol
reactants:
Dylovene:
amount: 1
Ammonia:
amount: 1
ZombieBlood:
amount: 2
products:
Ambuzol: 4
- type: reaction
id: AmbuzolPlus
reactants:
Ambuzol:
amount: 5
Omnizine:
amount: 5
products:
AmbuzolPlus: 10
- type: reaction
id: Synaptizine
reactants:
Lithium:
amount: 1
Sugar:
amount: 1
Water:
amount: 1
products:
Synaptizine: 3
- type: reaction
id: Tricordrazine
reactants:
Inaprovaline:
amount: 1
Dylovene:
amount: 1
products:
Tricordrazine: 2
- type: reaction
id: HeartbreakerToxin
reactants:
DexalinPlus:
amount: 1
MindbreakerToxin:
amount: 1
products:
HeartbreakerToxin: 2
- type: reaction
id: Impedrezene
minTemp: 370
reactants:
Mercury:
amount: 1
Oxygen:
amount: 1
Water:
amount: 1
products:
Impedrezene: 1
- type: reaction
id: Lexorin
impact: High
reactants:
HeartbreakerToxin:
amount: 1
Plasma:
amount: 1
Vestine:
amount: 1
products:
Lexorin: 2
- type: reaction
id: Lipozine
reactants:
TableSalt:
amount: 1
Ethanol:
amount: 1
Radium:
amount: 1
products:
Lipozine: 3
- type: reaction
id: Mannitol
reactants:
Hydrogen:
amount: 1
Water:
amount: 1
Sugar:
amount: 1
products:
Mannitol: 3
- type: reaction
id: MindbreakerToxin
minTemp: 370
reactants:
Silicon:
amount: 1
Hydrogen:
amount: 1
Dylovene:
amount: 1
products:
MindbreakerToxin: 3
- type: reaction
id: SpaceDrugs
reactants:
Mercury:
amount: 1
Sugar:
amount: 1
Lithium:
amount: 1
products:
SpaceDrugs: 3
- type: reaction
id: Ultravasculine
reactants:
Histamine:
amount: 2
Plasma:
amount: 1
catalyst: true
products:
Ultravasculine: 2
- type: reaction
id: Oculine
reactants:
TableSalt:
amount: 1
Blood:
amount: 1
Hydroxide:
amount: 2
products:
Oculine: 4
- type: reaction
id: Siderlac
reactants:
Aloe:
amount: 1
Stellibinin:
amount: 1
products:
Siderlac: 2
- type: reaction
id: Cognizine
reactants:
CarpoToxin:
amount: 1
Siderlac:
amount: 1
Acetone:
amount: 1
products:
Cognizine: 1
- type: reaction
id: Sigynate
impact: Medium
minTemp: 370
reactants:
SodiumCarbonate:
amount: 1
SodiumHydroxide:
amount: 1
Kelotane:
amount: 1
Water:
amount: 1
Sugar:
amount: 1
products:
Sigynate: 4
- type: reaction
id: Saline
reactants:
Water:
amount: 4
TableSalt:
amount: 1
products:
Saline: 5
- type: reaction
id: Lacerinol
impact: Medium
minTemp: 335
reactants:
Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended.
amount: 1
Benzene:
amount: 1
products:
Lacerinol: 2
- type: reaction
id: Puncturase
impact: Medium
minTemp: 325
reactants:
Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended.
amount: 1
Hydroxide:
amount: 1
products:
Puncturase: 2
- type: reaction
id: Bruizine
impact: Medium
reactants:
Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended.
amount: 1
Lithium:
amount: 0.9
Sugar:
amount: 1
products:
Bruizine: 2
- type: reaction
id: BicarLacerinol # mixing any two brute medications will make Razorium
impact: Medium
reactants:
Lacerinol:
amount: 1
Bicaridine:
amount: 1
products:
Razorium: 1
- type: reaction
id: BicarPuncturase # mixing any two brute medications will make Razorium
impact: Medium
reactants:
Puncturase:
amount: 1
Bicaridine:
amount: 1
products:
Razorium: 1
- type: reaction
id: BicarBruizine # mixing any two brute medications will make Razorium
impact: Medium
reactants:
Bruizine:
amount: 1
Bicaridine:
amount: 1
products:
Razorium: 1
- type: reaction
id: BruizineLacerinol # mixing any two brute medications will make Razorium
impact: Medium
reactants:
Lacerinol:
amount: 1
Bruizine:
amount: 1
products:
Razorium: 1
- type: reaction
id: BruizinePuncturase # mixing any two brute medications will make Razorium
impact: Medium
reactants:
Puncturase:
amount: 1
Bruizine:
amount: 1
products:
Razorium: 1
- type: reaction
id: PuncturaseLacerinol # mixing any two brute medications will make Razorium
impact: Medium
reactants:
Lacerinol:
amount: 1
Puncturase:
amount: 1
products:
Razorium: 1
- type: reaction
id: Diphenhydramine
impact: Medium
minTemp: 377.59
reactants:
Diethylamine:
amount: 1
Oil:
amount: 1
TableSalt:
amount: 1
Carbon:
amount: 1
Ethanol:
amount: 1
products:
Diphenhydramine: 3
- type: reaction
id: Pyrazine
impact: Medium
minTemp: 540
reactants:
Leporazine:
amount: 1
Dermaline:
amount: 1
Carbon:
amount: 1
products:
Pyrazine: 3
- type: reaction
id: Insuzine
impact: Medium
minTemp: 433
reactants:
Leporazine:
amount: 1
Kelotane:
amount: 1
Silicon:
amount: 1
products:
Insuzine: 3
- type: reaction
id: Opporozidone
minTemp: 400 #Maybe if a method of reducing reagent temp exists one day, this could be -50
reactants:
# Cognizine: # Goob
# amount: 1
Phalanximine:
amount: 2 # Goob - Easier recipe so that cloning isn't the only viable anti-rot method
Plasma:
amount: 2
Doxarubixadone:
amount: 1
products:
Opporozidone: 3
- type: reaction
id: Necrosol
impact: Medium
minTemp: 370
reactants:
Blood:
amount: 3
Omnizine:
amount: 1
Cryoxadone:
amount: 2
products:
Necrosol: 2
- type: reaction
id: Aloxadone
impact: Medium
reactants:
Cryoxadone:
amount: 2
Aloe:
amount: 1
Leporazine:
amount: 2
products:
Aloxadone: 4
- type: reaction
id: Psicodine
impact: Medium
reactants:
Mannitol:
amount: 2
Impedrezene:
amount: 1
Water:
amount: 2
products:
Psicodine: 4
- type: reaction
id: Lipolicide
reactants:
Ephedrine:
amount: 1
Diethylamine:
amount: 1
Mercury:
amount: 1
products:
Lipolicide: 3
- type: reaction
id: Happiness
reactants:
Laughter:
amount: 2
Epinephrine:
amount: 1
Ethanol:
amount: 1
Plasma:
amount: 5
catalyst: true
products:
Happiness: 4
- type: reaction
id: PotassiumIodide
reactants:
Potassium:
amount: 1
Iodine:
amount: 1
products:
PotassiumIodide: 2
- type: reaction
id: Haloperidol
reactants:
Aluminium:
amount: 1
Chlorine:
amount: 1
Fluorine:
amount: 1
Oil:
amount: 1
PotassiumIodide:
amount: 1
products:
Haloperidol: 5

View File

@@ -1,96 +0,0 @@
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2022 ElectroJr <leonsfriedrich@gmail.com>
# SPDX-FileCopyrightText: 2022 Kara <lunarautomaton6@gmail.com>
# SPDX-FileCopyrightText: 2022 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Emisse <99158783+Emisse@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Minty642 <42335609+Minty642@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Boaz1111 <149967078+Boaz1111@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Kira Bridgeton <161087999+Verbalase@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Speebro <100388782+Speebr0@users.noreply.github.com>
# SPDX-FileCopyrightText: 2024 Speebro <speebro@notreal.com>
# SPDX-FileCopyrightText: 2024 Weax <59857479+ImWeax@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: reaction
id: Napalm
reactants:
Oil:
amount: 1
WeldingFuel:
amount: 1
Ethanol:
amount: 1
products:
Napalm: 3
- type: reaction
id: Phlogiston
priority: 20
reactants:
Phosphorus:
amount: 1
SulfuricAcid:
amount: 1
Plasma:
amount: 1
effects:
- !type:CreateGas
gas: Plasma
- !type:PopupMessage
visualType: LargeCaution
messages: [ "phlogiston-plasma-created" ]
type: Pvs
products:
Phlogiston: 3
- type: reaction
id: ChlorineTrifluoride
minTemp: 370
priority: 20
reactants:
Chlorine:
amount: 1
Fluorine:
amount: 3
effects:
- !type:ExplosionReactionEffect
explosionType: Default # 15 damage per intensity.
maxIntensity: 200
intensityPerUnit: 5
intensitySlope: 5
maxTotalIntensity: 200
- !type:PopupMessage
messages: [ "clf3-explosion" ]
type: Pvs
visualType: LargeCaution
products:
ChlorineTrifluoride: 4
- type: reaction
id: Ash
minTemp: 520
reactants:
Oil:
amount: 1
products:
Ash: 1
- type: reaction
id: WeldingFuelBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
WeldingFuel:
amount: 10
products:
Ethanol: 5
Hydrogen: 3
Sulfur: 2

View File

@@ -1,69 +0,0 @@
# SPDX-FileCopyrightText: 2022 0x6273 <0x40@keemail.me>
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
# SPDX-FileCopyrightText: 2022 Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 Ubaser <134914314+UbaserB@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
# SPDX-FileCopyrightText: 2025 Aisu9 <56479183+Aisu9@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# Food
- type: reaction
id: ProteinCooking
impact: Low
minTemp: 347
reactants:
UncookedAnimalProteins:
amount: 0.5
products:
Protein: 0.5
- type: reaction
id: EggCooking
impact: Low
minTemp: 344
reactants:
Egg:
amount: 0.5
products:
EggCooked: 0.5
- type: reaction
id: SapBoiling
impact: Low
minTemp: 377
reactants:
Sap:
amount: 1
effects:
- !type:CreateGas
gas: WaterVapor
products:
Syrup: 0.5 #2:1 sap to syrup, killing diona for pancakes isn't really fun
# Holy - TODO: make it so only the chaplain can use the bible to start these reactions, not anyone with a bible
- type: reaction
id: BloodToWine
impact: Low
requiredMixerCategories:
- Holy
reactants:
Blood:
amount: 1
products:
Wine: 1
- type: reaction
id: WatertoHolyWater
impact: Low
requiredMixerCategories:
- Holy
reactants:
Water:
amount: 1
products:
Holywater: 1