From b93817e01a3e8142c80c4d315023f2d47e2fec71 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 14:38:21 -0300 Subject: docs: Converting from HTML to Markdown part #5 (#334) --- docs/Languages.md | 114 ++++++++++++------------------------------------------ 1 file changed, 24 insertions(+), 90 deletions(-) (limited to 'docs/Languages.md') 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. - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

- -  - -  +| 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 | -- cgit