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 SourceReagentQuantity
The standard reagent quantity to put in the foam, modfied by event severity.
Declaration
public int ReagentQuantity
Field Value
Type | Description |
---|---|
System.Int32 |
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> |
Sound
Sound played when foam is being created.
Declaration
public SoundSpecifier Sound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Spread
The standard spreading of the foam, not modfied by event severity.
Declaration
public int Spread
Field Value
Type | Description |
---|---|
System.Int32 |
Time
How long the foam lasts for
Declaration
public float Time
Field Value
Type | Description |
---|---|
System.Single |
WeakReagentQuantity
Quantity of weak reagents to put in the foam.
Declaration
public int WeakReagentQuantity
Field Value
Type | Description |
---|---|
System.Int32 |
WeakReagents
Reagents that gets the weak numbers used instead of regular ones.
Declaration
public IReadOnlyList<string> WeakReagents
Field Value
Type | Description |
---|---|
IReadOnlyList<System.String> |
WeakSpread
Spread of the foam for weak reagents.
Declaration
public int WeakSpread
Field Value
Type | Description |
---|---|
System.Int32 |