forked from 5e-bits/5e-database
-
Notifications
You must be signed in to change notification settings - Fork 3
/
languages.json
130 lines (130 loc) · 2.97 KB
/
languages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
{
"index": 1,
"name": "Common",
"type": "Standard",
"typical_speakers": ["Humans"],
"script": "Common",
"url": "http://www.dnd5eapi.co/api/languages/1"
},
{
"index": 2,
"name": "Dwarvish",
"type": "Standard",
"typical_speakers": ["Dwarves"],
"script": "Dwarvish",
"url": "http://www.dnd5eapi.co/api/languages/2"
},
{
"index": 3,
"name": "Elvish",
"type": "Standard",
"typical_speakers": ["Elves"],
"script": "Elvish",
"url": "http://www.dnd5eapi.co/api/languages/3"
},
{
"index": 4,
"name": "Giant",
"type": "Standard",
"typical_speakers": ["Ogres", "Giants"],
"script": "Dwarvish",
"url": "http://www.dnd5eapi.co/api/languages/4"
},
{
"index": 5,
"name": "Gnomish",
"type": "Standard",
"typical_speakers": ["Gnomes"],
"script": "Dwarvish",
"url": "http://www.dnd5eapi.co/api/languages/5"
},
{
"index": 6,
"name": "Goblin",
"type": "Standard",
"typical_speakers": ["Goblinoids"],
"script": "Dwarvish",
"url": "http://www.dnd5eapi.co/api/languages/6"
},
{
"index": 7,
"name": "Halfling",
"type": "Standard",
"typical_speakers": ["Halflings"],
"script": "Common",
"url": "http://www.dnd5eapi.co/api/languages/7"
},
{
"index": 8,
"name": "Orc",
"type": "Standard",
"typical_speakers": ["Orcs"],
"script": "Dwarvish",
"url": "http://www.dnd5eapi.co/api/languages/8"
},
{
"index": 9,
"name": "Abyssal",
"type": "Exotic",
"typical_speakers": ["Demons"],
"script": "Infernal",
"url": "http://www.dnd5eapi.co/api/languages/9"
},
{
"index": 10,
"name": "Celestial",
"type": "Exotic",
"typical_speakers": ["Celestials"],
"script": "Celestial",
"url": "http://www.dnd5eapi.co/api/languages/10"
},
{
"index": 11,
"name": "Draconic",
"type": "Exotic",
"typical_speakers": ["Dragons", "Dragonborn"],
"script": "Draconic",
"url": "http://www.dnd5eapi.co/api/languages/11"
},
{
"index": 12,
"name": "Deep Speech",
"type": "Exotic",
"typical_speakers": ["Aboleths", "Cloakers"],
"script": null,
"url": "http://www.dnd5eapi.co/api/languages/12"
},
{
"index": 13,
"name": "Infernal",
"type": "Exotic",
"typical_speakers": ["Devils"],
"script": "Infernal",
"url": "http://www.dnd5eapi.co/api/languages/13"
},
{
"index": 14,
"name": "Primordial",
"type": "Exotic",
"typical_speakers": ["Elementals"],
"script": "Dwarvish",
"url": "http://www.dnd5eapi.co/api/languages/14"
},
{
"index": 15,
"name": "Sylvan",
"type": "Exotic",
"typical_speakers": ["Fey creatures"],
"script": "Elvish",
"url": "http://www.dnd5eapi.co/api/languages/15"
},
{
"index": 16,
"name": "Undercommon",
"type": "Exotic",
"typical_speakers": ["Underdark traders"],
"script": "Elvish",
"url": "http://www.dnd5eapi.co/api/languages/16"
}
]