NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'creature_template_classlevelstats' table for MaNGOSThree
This table contains the base values for creatures' health, mana and armor.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
Level | tinyint(4) | NO | PRI | NULL | Creature level for the stats. | |
Class | tinyint(4) | NO | PRI | NULL | A creature's class. The following table describes the available classes. | |
BaseHealthExp0 | mediumint(8) unsigned | NO | '0' | Base health value for expansion 0 aka. vanilla WoW. | ||
BaseHealthExp1 | mediumint(8) unsigned | NO | '0' | |||
BaseHealthExp2 | mediumint(8) unsigned | NO | '0' | |||
BaseHealthExp3 | mediumint(8) unsigned | NO | '0' | |||
BaseMana | mediumint(8) unsigned | NO | '0' | Base mana value for any creature of this level and class. | ||
BaseDamageExp0 | float | NO | '0' | Base damage value for expansion 0 aka. vanilla WoW. | ||
BaseDamageExp1 | float | NO | '0' | |||
BaseDamageExp2 | float | NO | '0' | |||
BaseDamageExp3 | float | NO | '0' | |||
BaseMeleeAttackPower | float | NO | '0' | Base melee attack power that has been factored for low level creatures. | ||
BaseRangedAttackPower | float | NO | '0' | Base ranged attack power. | ||
BaseArmor | mediumint(8) unsigned | NO | '0' | Base armor value for any creature of this level and class. |
Description of the fields
Level tinyint(4)
Creature level for the stats.
Could Be MinLevel or MaxLevel or both, could Be Same if the creature only has a single level.
Class tinyint(4)
A creature's class. The following table describes the available classes.
Value | Battleground Name |
---|---|
1 | Alterac Valley |
2 | Warsong Gulch |
3 | Arathi Basin |
BaseHealthExp0 mediumint(8) unsigned
Base health value for expansion 0 aka. vanilla WoW.
BaseHealthExp1 mediumint(8) unsigned
BaseHealthExp2 mediumint(8) unsigned
BaseHealthExp3 mediumint(8) unsigned
BaseMana mediumint(8) unsigned
Base mana value for any creature of this level and class.
BaseDamageExp0 float
Base damage value for expansion 0 aka. vanilla WoW.
BaseDamageExp1 float
BaseDamageExp2 float
BaseDamageExp3 float
BaseMeleeAttackPower float
Base melee attack power that has been factored for low level creatures.
Note:
This is raw base value to be used for all melee damage calculations.
BaseRangedAttackPower float
Base ranged attack power.
Note:
This is raw base value to be used for all ranged damage calculations.
BaseArmor mediumint(8) unsigned
Base armor value for any creature of this level and class.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now