Click or drag to resize
ISpeciesMaximumEnergyPerUnitRadius Property

The maximum amount of energy a creature can store for every unit of Radius it has grown. This allows larger creatures to store more energy than smaller creatures.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
int MaximumEnergyPerUnitRadius { get; }

Return Value

Type: Int32
System.Int32 representing the maximum amount of energy a creature can store per unit radius.
See Also