Show / Hide Table of Contents

Class RatKingComponent

Inheritance
System.Object
RatKingComponent
Namespace: Content.Shared.RatKing
Assembly: Content.Shared.dll
Syntax
public sealed class RatKingComponent : Component

Fields

| Improve this Doc View Source

ActionDomain

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

ActionDomainEntity

The action for the Domain ability

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

ActionOrderCheeseEm

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

ActionOrderCheeseEmEntity

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

ActionOrderFollow

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

ActionOrderFollowEntity

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

ActionOrderLoose

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

ActionOrderLooseEntity

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

ActionOrderStay

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

ActionOrderStayEntity

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

ActionRaiseArmy

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

ActionRaiseArmyEntity

The action for the Raise Army ability

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

ArmyMobSpawnId

The entity prototype of the mob that Raise Army summons

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

CurrentOrder

The current order that the Rat King assigned.

Declaration
public RatKingOrderType CurrentOrder
Field Value
Type Description
RatKingOrderType
| Improve this Doc View Source

HungerPerArmyUse

The amount of hunger one use of Raise Army consumes

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

HungerPerDomainUse

The amount of hunger one use of Domain consumes

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

MolesMiasmaPerDomain

How many moles of Miasma are released after one us of Domain

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

OrderCallouts

A dictionary with an order type to the corresponding callout dataset.

Declaration
public Dictionary<RatKingOrderType, string> OrderCallouts
Field Value
Type Description
Dictionary<RatKingOrderType, System.String>
| Improve this Doc View Source

Servants

The servants that the rat king is currently controlling

Declaration
public HashSet<EntityUid> Servants
Field Value
Type Description
HashSet<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾