Class PuddleCreateAnomalyComponent
This component allows the anomaly to create puddles from the solutionContainer
Inheritance
System.Object
PuddleCreateAnomalyComponent
Namespace: Content.Server.Anomaly.Components
Assembly: Content.Server.dll
Syntax
public sealed class PuddleCreateAnomalyComponent : Component
Fields
| Improve this Doc View SourceMaxPuddleSize
The maximum amount of solution that an anomaly can splash out of the storage on the floor during pulsation. Scales with Severity.
Declaration
public float MaxPuddleSize
Field Value
Type | Description |
---|---|
System.Single |
SuperCriticalPuddleSize
The maximum amount of solution that an anomaly can splash out of the storage on the floor during supercritical event
Declaration
public float SuperCriticalPuddleSize
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceSolution
Solution name that can be drained.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |