blob: 8547f0473d5028d9e4a2fd5593a32aea7c39dd2d (
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 |
|