init
This commit is contained in:
104
mixingrecipes/biological.yml
Normal file
104
mixingrecipes/biological.yml
Normal file
@@ -0,0 +1,104 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user