Class MimePowersComponent
Lets its owner entity use mime powers, like placing invisible walls.
Inheritance
System.Object
MimePowersComponent
Assembly: Content.Server.dll
Syntax
public sealed class MimePowersComponent : Component
Fields
|
Improve this Doc
View Source
Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InvisibleWallAction
Declaration
public string? InvisibleWallAction
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
InvisibleWallActionEntity
Declaration
public EntityUid? InvisibleWallActionEntity
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|
|
Improve this Doc
View Source
ReadyToRepent
Whether this mime is ready to take the vow again.
Note that if they already have the vow, this is also false.
Declaration
public bool ReadyToRepent
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VowBroken
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VowCooldown
How long it takes the mime to get their powers back
Declaration
public TimeSpan VowCooldown
Field Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
VowRepentTime
Time when the mime can repent their vow
Declaration
public TimeSpan VowRepentTime
Field Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
WallPrototype
The wall prototype to use.
Declaration
public string WallPrototype
Field Value
Type |
Description |
System.String |
|