@@ -13,6 +13,7 @@ public sealed partial class GasLeakRuleComponent : Component
|
|||||||
Gas.Plasma,
|
Gas.Plasma,
|
||||||
Gas.Tritium,
|
Gas.Tritium,
|
||||||
Gas.Frezon,
|
Gas.Frezon,
|
||||||
|
Gas.WaterVapor, // the fog
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -33,14 +34,14 @@ public sealed partial class GasLeakRuleComponent : Component
|
|||||||
public bool FoundTile;
|
public bool FoundTile;
|
||||||
public Gas LeakGas;
|
public Gas LeakGas;
|
||||||
public float MolesPerSecond;
|
public float MolesPerSecond;
|
||||||
public readonly int MinimumMolesPerSecond = 20;
|
public readonly int MinimumMolesPerSecond = 80;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Don't want to make it too fast to give people time to flee.
|
/// Don't want to make it too fast to give people time to flee.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int MaximumMolesPerSecond = 50;
|
public int MaximumMolesPerSecond = 200;
|
||||||
|
|
||||||
public int MinimumGas = 250;
|
public int MinimumGas = 1000;
|
||||||
public int MaximumGas = 1000;
|
public int MaximumGas = 4000;
|
||||||
public float SparkChance = 0.05f;
|
public float SparkChance = 0.05f;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user