Back to 'creature_addon' Return to world Go to 'creature_equip_template'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
level | tinyint | signed | PRI | NO | |||
class | tinyint | signed | PRI | NO | |||
basemana | int | unsigned | NO | 1 | |||
attackpower | smallint | signed | NO | 0 | |||
rangedattackpower | smallint | signed | NO | 0 | |||
comment | mediumtext | YES | NULL |
Level of the creature.
Class of the creature. This is a reference to the unit_class field in the creature_template table.
Base mana for the creature. This value is multiplied by creature_template.mana_mod to determine the creature's final mana.
- no description -
- no description -
A comment describing the purpose of the record (entry).
Back to 'creature_addon' Return to world Go to 'creature_equip_template'