Add nitrous oxide decomposition reaction (#22738)

Co-authored-by: whateverusername0 <whateveremail>
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
username
2023-12-21 11:33:08 +10:00
committed by GitHub
parent a157f7ae9b
commit c514af0366
3 changed files with 51 additions and 1 deletions

View File

@@ -236,6 +236,11 @@ namespace Content.Shared.Atmos
/// </summary>
public const float FrezonProductionConversionRate = 50f;
/// <summary>
/// The maximum portion of the N2O that can decompose each reaction tick. (50%)
/// </summary>
public const float N2ODecompositionRate = 2f;
/// <summary>
/// How many mol of frezon can be converted into miasma in one cycle.
/// </summary>