Class RadiationReactiveGas
Describes how a gas reacts to the collected radiation
Inheritance
System.Object
RadiationReactiveGas
Namespace: Content.Server.Singularity.Components
Assembly: Content.Server.dll
Syntax
public sealed class RadiationReactiveGas : object
Fields
| Improve this Doc View SourceByproduct
A byproduct gas that is generated when the reactant breaks down
Declaration
public Gas? Byproduct
Field Value
Type | Description |
---|---|
System.Nullable<Gas> |
Remarks
Leave null if the reactant no byproduct gas is to be formed
MolarRatio
The molar ratio of the byproduct gas generated from the reactant gas
Declaration
public float MolarRatio
Field Value
Type | Description |
---|---|
System.Single |
PowerGenerationEfficiency
Multipier for the amount of power produced by the radiation collector when using this gas
Declaration
public float PowerGenerationEfficiency
Field Value
Type | Description |
---|---|
System.Single |
Reactant
The reactant gas
Declaration
public Gas Reactant
Field Value
Type | Description |
---|---|
Gas |
ReactantBreakdownRate
Controls the rate (molar percentage per rad) at which the reactant breaks down when exposed to radiation
Declaration
public float ReactantBreakdownRate
Field Value
Type | Description |
---|---|
System.Single |
Remarks
Set to zero if the reactant does not deplete