From d3cdae5a9271f1de3355e2e22b0aa423502c5230 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Fri, 25 Jul 2025 18:33:44 +0200 Subject: [PATCH] Change smoke/foam/explosion chemistry reaction order & energy transfer (#37915) --- .../Prototypes/Recipes/Reactions/chemicals.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index 1f53845c4a..959488376c 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -104,6 +104,7 @@ id: PotassiumExplosion impact: High priority: 20 + conserveEnergy: false reactants: Water: amount: 1 @@ -119,8 +120,9 @@ - type: reaction id: Smoke - priority: 10 + priority: -10 impact: High + conserveEnergy: false reactants: Phosphorus: amount: 1 @@ -137,8 +139,9 @@ - type: reaction id: Foam - priority: 10 + priority: -10 impact: High + conserveEnergy: false reactants: Fluorosurfactant: amount: 1 @@ -154,7 +157,8 @@ - type: reaction id: IronMetalFoam impact: High - priority: 10 + priority: -10 + conserveEnergy: false reactants: Iron: amount: 3 @@ -172,7 +176,8 @@ - type: reaction id: AluminiumMetalFoam impact: High - priority: 10 + priority: -10 + conserveEnergy: false reactants: Aluminium: amount: 3 @@ -191,6 +196,7 @@ id: UraniumEmpExplosion impact: High priority: 20 + conserveEnergy: false reactants: Iron: amount: 1 @@ -209,6 +215,7 @@ id: Flash impact: High priority: 20 + conserveEnergy: false reactants: Aluminium: amount: 1 -- 2.51.2