Enum ItemAttribute
Enumerates all known item attributes.
Namespace: Fibula.Items.Contracts.Enumerations
Assembly: Fibula.Items.Contracts.dll
Syntax
public enum ItemAttribute : byte
Fields
| Name | Description |
|---|---|
| Amount | Tracks the amount for a cumulative item. |
| Capacity | The capacity available in a container item. |
| ChangeOnUseTo | The id of the item to change to on use. |
| DamageTypesToAvoid | The types of damage to avoid. |
| DisguiseAs | The id of the item to disguise as. |
| DressPosition | The position at which a dressable item can go. |
| ExpirationStartTime | The starting time of an item that expires. |
| ExpirationTarget | The id of the item to expire to, if any. |
| ExpirationTimeLeft | The time left until the item expires. |
| LiquidType | The type of liquid that a liquid container, pool or source is of. |
| MovementPenalty | The movement penalty that a ground item has. |
| ReadRange | The range that a readable item can be read within. |
| RotateTo | The id of the item to rotate to. |
| Text | The content of a readable item. |