Show / Hide Table of Contents

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 Source

MaxPuddleSize

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

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 Source

Solution

Solution name that can be drained.

Declaration
public string Solution { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾