Class DragonRiftComponent
Inheritance
System.Object
DragonRiftComponent
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
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Dragon
Dragon that spawned this rift.
Declaration
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 |
|