Show / Hide Table of Contents

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 Source

Byproduct

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

| Improve this Doc View Source

MolarRatio

The molar ratio of the byproduct gas generated from the reactant gas

Declaration
public float MolarRatio
Field Value
Type Description
System.Single
| Improve this Doc View Source

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
| Improve this Doc View Source

Reactant

The reactant gas

Declaration
public Gas Reactant
Field Value
Type Description
Gas
| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾