Files
ss14chemcalc/mixingrecipes/pyrotechnic.yml
2026-01-24 16:34:15 -05:00

96 lines
2.6 KiB
YAML

# 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