Interface ICreatureCreationMetadata
Interface for creature creation metadata information.
Namespace: Fibula.Creatures.Contracts.Abstractions
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public interface ICreatureCreationMetadataProperties
| Improve this Doc View SourceCorpse
Gets the corpse id to give to the creature.
Declaration
ushort Corpse { get; }Property Value
| Type | Description | 
|---|---|
| System.UInt16 | 
Id
Gets the identifier to use when creating the creature.
Declaration
string Id { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
MaxHitpoints
Gets the max hitpoints to create the creature with.
Declaration
ushort MaxHitpoints { get; }Property Value
| Type | Description | 
|---|---|
| System.UInt16 | 
MaxManapoints
Gets the max manapoints to create the creature with.
Declaration
ushort MaxManapoints { get; }Property Value
| Type | Description | 
|---|---|
| System.UInt16 | 
Name
Gets the name to use for the creature.
Declaration
string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String |