diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-01 01:48:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 01:48:43 +0200 |
| commit | 29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (patch) | |
| tree | 777be1e4c5796cd2531e7959632a48f5cb5b4f22 /docs/creature_classlevelstats.md | |
| parent | 2df273f79165b95b8b0b2ab471ecb8b2a54edb21 (diff) | |
| download | wiki-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.md | 24 |
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 |
