forked from MakeContributions/markdown-dungeon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dungeon-info.json
50 lines (50 loc) · 1000 Bytes
/
dungeon-info.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
[
{
"name": "normal-dungeon",
"display": "The Normal Dungeon",
"image": "",
"language": "english"
},
{
"name": "great-wall",
"display": "長城",
"image": "great-wall.jpg",
"language": "chinese"
},
{
"name": "covid-19",
"display": "COVID-19",
"image": "covid-19.jpg",
"language": "english"
},
{
"name": "normal-dungeon",
"display": "O Calabouço Normal",
"image": "",
"language": "portuguese"
},
{
"name": "time-travel",
"display": "Time travel",
"image": "time-travel.jpg",
"language": "english"
},
{
"name": "normal-dungeon",
"display": "Un Calabozo Normal",
"image": "",
"language": "spanish"
},
{
"name": "sci-fi-dungeon",
"display": "The Sci-fi Dungeon",
"image": "scifi-dungeon.jpg",
"language": "english"
},
{
"name": "mines-of-moria",
"display": "The Mines of Moria Dungeon",
"image": "mines-of-moria.jpg",
"language": "english"
}
]