Add nitrous oxide decomposition reaction (#22738)
Co-authored-by: whateverusername0 <whateveremail> Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user