Enum CipCreatureFlag
Enumerates all known CIP creature flags.
Namespace: Fibula.Parsing.CipFiles.Enumerations
Assembly: Fibula.Parsing.CipFiles.dll
Syntax
public enum CipCreatureFlag : uint
Fields
Name | Description |
---|---|
DistanceFighting | The creature figths at a distance. |
KickBoxes | The creature can kick movable objects and destroy them. |
KickCreatures | The creature can push or kill other cretuatures that don't have the Unpushable flag. |
NoBurning | The creature is immune to fire. |
NoConvince | The creature cannot be convinced. |
NoEnergy | The creature is immune to energy. |
NoHit | The creature cannot be targeted. |
NoIllusion | The illusion spell cannot be used to turn into this creature. |
NoLifeDrain | The creature is immune to life draining. |
None | No flags. |
NoParalyze | The creature is immune to movement impairness spells. |
NoPoison | The creature is immune to poison. |
NoSummon | The creature cannot be summoned. |
SeeInvisible | The creature can see invisible players. |
Unpushable | The creature cannot pushed or killed by other cretuatures with the KickCreatures flag. |