Show / Hide Table of Contents

Class VentClogRuleComponent

Inheritance
System.Object
VentClogRuleComponent
Namespace: Content.Server.StationEvents.Components
Assembly: Content.Server.dll
Syntax
public sealed class VentClogRuleComponent : Component

Fields

| Improve this Doc View Source

ReagentQuantity

The standard reagent quantity to put in the foam, modfied by event severity.

Declaration
public int ReagentQuantity
Field Value
Type Description
System.Int32
| Improve this Doc View Source

SafeishVentChemicals

Somewhat safe chemicals to put in foam that probably won't instantly kill you. There is a small chance of using any reagent, ignoring this.

Declaration
public IReadOnlyList<string> SafeishVentChemicals
Field Value
Type Description
IReadOnlyList<System.String>
| Improve this Doc View Source

Sound

Sound played when foam is being created.

Declaration
public SoundSpecifier Sound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

Spread

The standard spreading of the foam, not modfied by event severity.

Declaration
public int Spread
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Time

How long the foam lasts for

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

WeakReagentQuantity

Quantity of weak reagents to put in the foam.

Declaration
public int WeakReagentQuantity
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WeakReagents

Reagents that gets the weak numbers used instead of regular ones.

Declaration
public IReadOnlyList<string> WeakReagents
Field Value
Type Description
IReadOnlyList<System.String>
| Improve this Doc View Source

WeakSpread

Spread of the foam for weak reagents.

Declaration
public int WeakSpread
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾