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