TrinityCore : creature_classlevelstats

Table: creature_classlevelstats

This table contains the base values for creatures' health, mana and armor.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

level

tinyint(3)

unsigned

 

NO

NULL

 

 

class

tinyint(3)

unsigned

 

NO

NULL

 

 

basehp0

smallint(5)

unsigned

 

NO

1

 

 

basehp1

smallint(5)

unsigned

 

NO

1

 

 

basehp2

smallint(5)

unsigned

 

NO

1

 

 

basemana

smallint(5)

unsigned

 

NO

0

 

 

basearmor

smallint(5)

unsigned

 

NO

1

 

 

attackpowersmallint(5)unsigned NO0  
rangedattackpowersmallint(5)unsigned NO0  
damage_basefloat  NO0  
damage_exp1float  NO0  
damage_exp2float  NO0  
commenttext  YESNULL  

Description of the fields

level

Level of the creature.

class

Class of the creature (referenced to creature_template.unit_class

basehp0

Base health for the creature if creature_template.exp value is set to 0 ((this value is multiplied by creature_template.Health_mod to determine the creature's final health).

basehp1

Base health for the creature if creature_template.exp value is set to 1 ((this value is multiplied by creature_template.Health_mod to determine the creature's final health).

basehp2

Base health for the creature if creature_template.exp value is set to 2 ((this value is multiplied by creature_template.Health_mod to determine the creature's final health).

basemana

Base mana for the creature (this value is multiplied by creature_template.Mana_mod to determine the creature's final mana.

basearmor

Base armor for the creature (this value is multiplied by creature_template.Armor_mod to determine the creature's final armor.

attackpower

rangedattackpower

damage_base

damage_exp1

damage_exp2

comment