blob: 52dbe62d915fe2ce700708b0ddf74e9eb264157f (
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 |
|