Show / Hide Table of Contents

Class AnomalousParticleComponent

This is used for projectiles which affect anomalies through colliding with them.

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

Fields

| Improve this Doc View Source

DestabilzingOverride

If this is true then the particle will always affect the stability of the anomaly.

Declaration
public bool DestabilzingOverride
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

FixtureId

The fixture that's checked on collision.

Declaration
public string FixtureId
Field Value
Type Description
System.String
| Improve this Doc View Source

HealthPerWeakeningeHit

The amount that the Stability increases by when hit of an anomalous particle of DestabilizingParticleType.

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

ParticleType

The type of particle that the projectile imbues onto the anomaly on contact.

Declaration
public AnomalousParticleType ParticleType
Field Value
Type Description
AnomalousParticleType
| Improve this Doc View Source

SeverityOverride

If this is true then the particle will always affect the severity of the anomaly.

Declaration
public bool SeverityOverride
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SeverityPerSeverityHit

The amount that the Severity increases by when hit of an anomalous particle of SeverityParticleType.

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

StabilityPerDestabilizingHit

The amount that the Stability increases by when hit of an anomalous particle of DestabilizingParticleType.

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

StabilityPerWeakeningeHit

The amount that the Stability increases by when hit of an anomalous particle of DestabilizingParticleType.

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

WeakeningOverride

If this is true then the particle will always affect the weakeness of the anomaly.

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