Click or drag to resize
EnergyState Enumeration

Contains the different energy levels a creature goes through from Full to Dead. Normal represents the desired energy state for most creatures.

Namespace: Terrarium.Sdk.Enumerations
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public enum EnergyState
Members
  Member nameValueDescription
Dead0

The creature has no energy at this point and can't sustain existence. A creature that reaches this state will die due to Starvation.

Deterioration1

The creature has little energy and will soon die from Starvation. When a creature reaches this point it should quickly find some food.

Hungry2

The creature is starting to get low on energy. Most creatures should look for food at this point if they aren't already. Any Herbivore that is at Hungry or below is capable of unprovoked attacks on other creatures.

Normal3

This is the desired energy zone for most creatures. This is the point where creatures can heal themselves, grow, and reproduce. Creatures have plenty of energy at this point, but can still eat and obtain higher energy levels.

Full4

The creature has more than enough energy and can no longer eat. This state can't be maintained for very long and the creature will soon slip back into the normal range again.

See Also