summaryrefslogtreecommitdiff
path: root/docs/creature_model_info.md
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-08 15:23:34 -0300
committerGitHub <noreply@github.com>2021-01-08 19:23:34 +0100
commitb698f1ae91c570ad532ed935aeb47f69bd5c487c (patch)
treef5e3d3354884b9ef2795086070603c199928ca3b /docs/creature_model_info.md
parentafd0af6edd8b175d58be2b8464128e7d83882acf (diff)
downloadwiki-b698f1ae91c570ad532ed935aeb47f69bd5c487c.tar.gz
wiki-b698f1ae91c570ad532ed935aeb47f69bd5c487c.tar.bz2
wiki-b698f1ae91c570ad532ed935aeb47f69bd5c487c.zip
docs: Converting from HTML to Markdown part #6 (#335)
Diffstat (limited to 'docs/creature_model_info.md')
-rw-r--r--docs/creature_model_info.md111
1 files changed, 19 insertions, 92 deletions
diff --git a/docs/creature_model_info.md b/docs/creature_model_info.md
index 9ba25b5..6a62604 100644
--- a/docs/creature_model_info.md
+++ b/docs/creature_model_info.md
@@ -8,94 +8,19 @@ This table contains all models of mobs, their gender and other information that
**Structure**
-<table>
-<colgroup>
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#modelid">modelid</a></p></td>
-<td><p>mediumint(8)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#bounding_radius">bounding_radius</a></p></td>
-<td><p>float</p></td>
-<td><p>signed</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#combat_reach">combat_reach</a></p></td>
-<td><p>float</p></td>
-<td><p>signed</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#gender">gender</a></p></td>
-<td><p>tinyint(3)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>2</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#modelid_other_gender">modelid_other_gender</a></p></td>
-<td><p>mediumint(8)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|---------------------------|--------------|------------|-----|------|---------|-------|---------|
+| [modelid][1] | mediumint(8) | unsigned | PRI | NO | 0 | | |
+| [bounding_radius][2] | float | signed | | NO | 0 | | |
+| [combat_reach][3] | float | signed | | NO | 0 | | |
+| [gender][4] | tinyint(3) | unsigned | | NO | 2 | | |
+| [modelid_other_gender][5] | mediumint(8) | unsigned | | NO | 0 | | |
+
+[1]: #modelid
+[2]: #bounding_radius
+[3]: #combat_reach
+[4]: #gender
+[5]: #modelid_other_gender
**Description of the fields**
@@ -115,11 +40,13 @@ This value is the unit's radius in term of game mechanics: The bigger this value
Gender of the creature
-- 0: Male
-- 1: Female
-- 2: None
+| Value | Description |
+|-------|-------------|
+| 0 | Male |
+| 1 | Female |
+| 2 | None |
- Note: do not modify this field without sniffs or talking to Kinzcool before (ref commit: http://git.io/T7RLmA).
+Note: do not modify this field without sniffs or talking to Kinzcool before (ref commit: http://git.io/T7RLmA).
### modelid\_other\_gender