Class RatKingRummageableComponent
This is used for entities that can be rummaged through by the rat king to get loot.
Inheritance
System.Object
RatKingRummageableComponent
Namespace: Content.Shared.RatKing
Assembly: Content.Shared.dll
Syntax
public sealed class RatKingRummageableComponent : Component
Fields
| Improve this Doc View SourceLooted
Whether or not this entity has been rummaged through already.
Declaration
public bool Looted
Field Value
Type | Description |
---|---|
System. |
RummageDuration
How long it takes to rummage through a rummageable container.
Declaration
public float RummageDuration
Field Value
Type | Description |
---|---|
System. |
RummageLoot
A weighted random entity prototype containing the different loot that rummaging can provide.
Declaration
public string RummageLoot
Field Value
Type | Description |
---|---|
System. |
Sound
Sound played on rummage completion.
Declaration
public SoundSpecifier Sound
Field Value
Type | Description |
---|---|
Robust. |