-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathimages.json
More file actions
37 lines (37 loc) · 953 Bytes
/
images.json
File metadata and controls
37 lines (37 loc) · 953 Bytes
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
[
{
"name": "Test1",
"title": "Long Rest",
"file": "images/DND_Art1.png",
"license": "© Wizards of the Coast",
"categories": [
"rest",
"social",
"intentionallyWrong"
]
},
{
"name": "TestMulti",
"title": "A typical evening in the Yawning Portal",
"file": "images/DND_Art4.png",
"license": "© Wizards of the Coast",
"categories": [
"rest",
"combat",
"social"
]
},
{
"file": "images/DND_Art8.png",
"license": "© Wizards of the Coast"
},
{
"name": "Underdark",
"title": "Visit scenic Underdark! Only 99% chance of death or enslavement this time of the year.",
"file": "images/underdark_pano.jpg",
"license":"© Wizards of the Coast, Francis Tsai",
"categories": [
"combat"
]
}
]