summaryrefslogtreecommitdiff
path: root/docs/creature_classlevelstats.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-01 01:48:43 +0200
committerGitHub <noreply@github.com>2021-05-01 01:48:43 +0200
commit29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (patch)
tree777be1e4c5796cd2531e7959632a48f5cb5b4f22 /docs/creature_classlevelstats.md
parent2df273f79165b95b8b0b2ab471ecb8b2a54edb21 (diff)
downloadwiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.gz
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.bz2
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.zip
chore(docs): Update all integers to not use width (#448)
* float * VARCHAR * TIMESTAMP * BIGINT * MEDIUMINT * SMALLINT * TINYINT * INT * BLOB * SIGNED/UNSIGNED * AUTO_INCREMENT * \(\d+\) * Update Bit-and_bytes-tutorial.md * clean-up * Last mistakes * this one didnt commit lul
Diffstat (limited to 'docs/creature_classlevelstats.md')
-rw-r--r--docs/creature_classlevelstats.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/creature_classlevelstats.md b/docs/creature_classlevelstats.md
index ff7022b..5befa35 100644
--- a/docs/creature_classlevelstats.md
+++ b/docs/creature_classlevelstats.md
@@ -6,18 +6,18 @@ This table contains the base values for creature health, mana, armor, attack pow
| Field | Type | Attributes | Null | Default | Extra | Comment |
|------------------------|-------------|------------|------|---------|-------|---------|
-| [level][1] | tinyint(3) | unsigned | NO | | | |
-| [class][2] | tinyint(3) | unsigned | NO | | | |
-| [basehp0][3] | smallint(5) | unsigned | NO | | | |
-| [basehp1][4] | smallint(5) | unsigned | NO | | | |
-| [basehp2][5] | smallint(5) | unsigned | NO | | | |
-| [basemana][6] | smallint(5) | unsigned | NO | | | |
-| [basearmor][7] | smallint(5) | unsigned | NO | | | |
-| [attackpower][8] | smallint(5) | unsigned | NO | | | |
-| [rangedattackpower][9] | smallint(5) | unsigned | NO | | | |
-| [damage_base][10] | float | | NO | | | |
-| [damage_exp1][11] | float | | NO | | | |
-| [damage_exp2][12] | float | | NO | | | |
+| [level][1] | TINYINT | UNSIGNED | NO | | | |
+| [class][2] | TINYINT | UNSIGNED | NO | | | |
+| [basehp0][3] | SMALLINT | UNSIGNED | NO | | | |
+| [basehp1][4] | SMALLINT | UNSIGNED | NO | | | |
+| [basehp2][5] | SMALLINT | UNSIGNED | NO | | | |
+| [basemana][6] | SMALLINT | UNSIGNED | NO | | | |
+| [basearmor][7] | SMALLINT | UNSIGNED | NO | | | |
+| [attackpower][8] | SMALLINT | UNSIGNED | NO | | | |
+| [rangedattackpower][9] | SMALLINT | UNSIGNED | NO | | | |
+| [damage_base][10] | FLOAT | | NO | | | |
+| [damage_exp1][11] | FLOAT | | NO | | | |
+| [damage_exp2][12] | FLOAT | | NO | | | |
| [comment][13] | text | | YES | NULL | | |
[1]: #level