Tabelle: 'pet_levelstats'
The `pet_levelstats` tableThis table holds information on individual pet base stats based on level. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
creature_entry | mediumint(8) | vorzeichenlos | PRI | nein | NULL | | | level | tinyint(3) | vorzeichenlos | PRI | nein | NULL | | | hp | smallint(5) | vorzeichenlos | | nein | NULL | | | mana | smallint(5) | vorzeichenlos | | nein | NULL | | | armor | int(10) | vorzeichenlos | | nein | 0 | | | str | smallint(5) | vorzeichenlos | | nein | NULL | | | agi | smallint(5) | vorzeichenlos | | nein | NULL | | | sta | smallint(5) | vorzeichenlos | | nein | NULL | | | inte | smallint(5) | vorzeichenlos | | nein | NULL | | | spi | smallint(5) | vorzeichenlos | | nein | NULL | | |
Description of the fieldscreature_entryThe pet creature template ID. See creature_template.entry levelThe pet level. hpThe base health of the pet at currently selected level, calculated through core. manaThe base mana of the pet at currently selected level, calculated through core. armorThe base armor of the pet at currently selected level, calculated through core. strThe base strength of the pet at currently selected level, calculated through core. agiThe base agility of the pet at currently selected level, calculated through core. staThe base stamina of the pet at currently selected level, calculated through core. inteThe base intellect of the pet at currently selected level, calculated through core. spiThe base spirit of the pet at currently selected level, calculated through core.
|