Back to 'page_text_locale' Return to world Go to 'pet_name_generation'
This table holds information on individual pet base stats based on level.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
creature_entry | int | unsigned | PRI | NO | |||
level | tinyint | unsigned | PRI | NO | |||
hp | smallint | unsigned | NO | ||||
mana | smallint | unsigned | NO | ||||
armor | int | unsigned | NO | 0 | |||
str | smallint | unsigned | NO | ||||
agi | smallint | unsigned | NO | ||||
sta | smallint | unsigned | NO | ||||
inte | smallint | unsigned | NO | ||||
spi | smallint | unsigned | NO | ||||
min_dmg | smallint | unsigned | NO | 0 | |||
max_dmg | smallint | unsigned | NO | 0 |
The pet's creature_template.entry.
The pet level.
The base health of the pet at currently selected level.
The base mana of the pet at currently selected level.
The base armor of the pet at currently selected level.
The base strength of the pet at currently selected level.
The base agility of the pet at currently selected level.
The base stamina of the pet at currently selected level.
The base intellect of the pet at currently selected level.
The base sprit of the pet at currently selected level.
The base minimum damage of the pet at currently selected level.
The base maximum damage of the pet at currently selected level.
Back to 'page_text_locale' Return to world Go to 'pet_name_generation'