summaryrefslogtreecommitdiff
path: root/docs/Languages.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Languages.md')
-rw-r--r--docs/Languages.md114
1 files changed, 24 insertions, 90 deletions
diff --git a/docs/Languages.md b/docs/Languages.md
index 231eff9..585642b 100644
--- a/docs/Languages.md
+++ b/docs/Languages.md
@@ -4,12 +4,11 @@
This DBC contains languages that can be used in texts. The player must have competence in this language to understand what is written.
-| | | |
-|------------|----------|-----------------------------------------|
-| **Column** | **Type** | **Notes** |
-| 1 | long | The ID of the language. Must be unique. |
-| 2 | str | The name of the language goes here. |
-| 18 | flags | The purpose of this column is unknown. |
+| Column | Type | Notes |
+|--------|-------|-----------------------------------------|
+| 1 | long | The ID of the language. Must be unique. |
+| 2 | str | The name of the language goes here. |
+| 18 | flags | The purpose of this column is unknown. |
Any unlisted columns are not used within the DBC file.
@@ -17,87 +16,22 @@ Any unlisted columns are not used within the DBC file.
All of the races, along with their IDs, from the *Languages.dbc* file are as follows.
-<table>
-<colgroup>
-<col width="50%" />
-<col width="50%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>ID</strong></p></td>
-<td><p><strong>Name</strong></p></td>
-</tr>
-<tr class="even">
-<td><p>1</p></td>
-<td><p>Orcish</p></td>
-</tr>
-<tr class="odd">
-<td><p>2</p></td>
-<td><p>Darnassian</p></td>
-</tr>
-<tr class="even">
-<td><p>3</p></td>
-<td><p>Taurahe</p></td>
-</tr>
-<tr class="odd">
-<td><p>6</p></td>
-<td><p>Dwarvish</p></td>
-</tr>
-<tr class="even">
-<td><p>7</p></td>
-<td><p>Common</p></td>
-</tr>
-<tr class="odd">
-<td><p>8</p></td>
-<td><p>Demonic</p></td>
-</tr>
-<tr class="even">
-<td><p>9</p></td>
-<td><p>Titan</p></td>
-</tr>
-<tr class="odd">
-<td><p>10</p></td>
-<td><p>Thalassian</p></td>
-</tr>
-<tr class="even">
-<td><p>11</p></td>
-<td><p>Draconic</p></td>
-</tr>
-<tr class="odd">
-<td><p>12</p></td>
-<td><p>Kalimag</p></td>
-</tr>
-<tr class="even">
-<td><p>13</p></td>
-<td><p>Gnomish</p></td>
-</tr>
-<tr class="odd">
-<td><p>14</p></td>
-<td><p>Troll</p></td>
-</tr>
-<tr class="even">
-<td><p>33</p></td>
-<td><p>Gutterspeak</p></td>
-</tr>
-<tr class="odd">
-<td><p>35</p></td>
-<td><p>Draenei</p></td>
-</tr>
-<tr class="even">
-<td><p>36</p></td>
-<td><p>Zombie</p></td>
-</tr>
-<tr class="odd">
-<td><p>37</p></td>
-<td><p>Gnomish Binary</p></td>
-</tr>
-<tr class="even">
-<td><p>38</p></td>
-<td><p>Goblin Binary</p></td>
-</tr>
-</tbody>
-</table>
-
-
+| ID | Name |
+|----|----------------|
+| 1 | Orcish |
+| 2 | Darnassian |
+| 3 | Taurahe |
+| 6 | Dwarvish |
+| 7 | Common |
+| 8 | Demonic |
+| 9 | Titan |
+| 10 | Thalassian |
+| 11 | Draconic |
+| 12 | Kalimag |
+| 13 | Gnomish |
+| 14 | Troll |
+| 33 | Gutterspeak |
+| 35 | Draenei |
+| 36 | Zombie |
+| 37 | Gnomish Binary |
+| 38 | Goblin Binary |