summaryrefslogtreecommitdiff
path: root/docs/Languages.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Languages.md')
-rw-r--r--docs/Languages.md103
1 files changed, 103 insertions, 0 deletions
diff --git a/docs/Languages.md b/docs/Languages.md
new file mode 100644
index 0000000..231eff9
--- /dev/null
+++ b/docs/Languages.md
@@ -0,0 +1,103 @@
+# Languages
+
+**DBC Structure - For Version 3.3.5a**
+
+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. |
+
+Any unlisted columns are not used within the DBC file.
+
+**DBC Contents - For Version 3.3.5a**
+
+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>
+
+