Show / Hide Table of Contents

Class DragonRiftComponent

Inheritance
System.Object
SharedDragonRiftComponent
DragonRiftComponent
Namespace: Content.Server.Dragon
Assembly: Content.Server.dll
Syntax
public sealed class DragonRiftComponent : SharedDragonRiftComponent

Fields

| Improve this Doc View Source

Accumulator

How long the rift has been active.

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

Dragon

Dragon that spawned this rift.

Declaration
public EntityUid? Dragon
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

MaxAccumulator

The maximum amount we can accumulate before becoming impervious.

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

SpawnAccumulator

Accumulation of the spawn timer.

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

SpawnCooldown

How long it takes for a new spawn to be added.

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

SpawnPrototype

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