Class ExplosionAnomalyComponent
Inheritance
System.Object
ExplosionAnomalyComponent
Namespace: Content.Server.Anomaly.Components
Assembly: Content.Server.dll
Syntax
public sealed class ExplosionAnomalyComponent : Component
Fields
| Improve this Doc View SourceDropoff
How quickly does the explosion's power slope? Higher = smaller area and more concentrated damage, lower = larger area and more spread out damage
Declaration
public float Dropoff
Field Value
Type | Description |
---|---|
System.Single |
ExplosionPrototype
The explosion prototype to spawn
Declaration
public string ExplosionPrototype
Field Value
Type | Description |
---|---|
System.String |
MaxTileIntensity
How much intensity can be applied per tile?
Declaration
public float MaxTileIntensity
Field Value
Type | Description |
---|---|
System.Single |
TotalIntensity
The total amount of intensity an explosion can achieve
Declaration
public float TotalIntensity
Field Value
Type | Description |
---|---|
System.Single |