diff options
Diffstat (limited to 'docs/creature_classlevelstats.md')
| -rw-r--r-- | docs/creature_classlevelstats.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/creature_classlevelstats.md b/docs/creature_classlevelstats.md new file mode 100644 index 0000000..8547f04 --- /dev/null +++ b/docs/creature_classlevelstats.md @@ -0,0 +1,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 | |
