-
Notifications
You must be signed in to change notification settings - Fork 48
Player_classlevelstats
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
This table holds information on the base health and mana of characters when they level up. Each class has different level stats. All of the values in this table signify only the base health and mana of the class at a specific level.
Field | Type | Null | Key | Default | Extra |
class | tinyint(3) unsigned | NO | PRI | ||
level | tinyint(3) unsigned | NO | PRI | ||
basehp | smallint(5) unsigned | NO | |||
basemana | smallint(5) unsigned | NO | |||
The character class.
The level at which the stats should be applied.
The base health of the character (before stamina bonuses).
The base mana of the character (before intellect bonuses).