Click or drag to resize
IAnimalSpeciesMaximumAttackDamagePerUnitRadius Property

The maximum amount of damage that can be inflicted by a creature in a single tick per unit radius. This means larger creatures can attack harder than smaller creatures per tick.

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

Return Value

Type: Int32
System.Int32 representing the maximum damage that can be inflicted per unit radius
See Also