blob: d9ec514777dacc7fdd5732a9bf4f2f5dbc97b3cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [creature_classlevelstats](creature_classlevelstats)
Column | Type | Description
--- | --- | ---
Level | tinyint(3) unsigned |
Class | tinyint(3) unsigned |
Basehp0 | smallint(5) unsigned |
Basehp1 | smallint(5) unsigned |
Basehp2 | smallint(5) unsigned |
Basemana | smallint(5) unsigned |
Basearmor | smallint(5) unsigned |
Attackpower | smallint(5) unsigned |
Rangedattackpower | smallint(5) unsigned |
Damage_base | float |
Damage_exp1 | float |
Damage_exp2 | float |
Comment | text |
|