-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
92 lines (92 loc) · 2.44 KB
/
Copy pathdata.json
File metadata and controls
92 lines (92 loc) · 2.44 KB
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
[
{
"sheet" : 1,
"image" : "images/1.png",
"stickers" : [
{"word" : "Eldrazi", "vowels" : 3},
{"word" : "Guacamole", "vowels" : 4},
{"word" : "Tightrope", "vowels" : 3}
]
},
{
"sheet" : 5,
"image" : "images/5.png",
"stickers" : [
{"word" : "Misunderstood", "vowels" : 4},
{"word" : "Trapeze", "vowels" : 2},
{"word" : "Elf", "vowels" : 1}
]
},
{
"sheet" : 12,
"image" : "images/12.png",
"stickers" : [
{"word" : "Narrow-Minded", "vowels" : 4},
{"word" : "Baloney", "vowels" : 4},
{"word" : "Fireworks", "vowels" : 3}
]
},
{
"sheet" : 13,
"image" : "images/13.png",
"stickers" : [
{"word" : "Unsanctioned", "vowels" : 5},
{"word" : "Ancient", "vowels" : 3},
{"word" : "Juggler", "vowels" : 2}
]
},
{
"sheet" : 18,
"image" : "images/18.png",
"stickers" : [
{"word" : "Phyrexian", "vowels" : 4},
{"word" : "Midway", "vowels" : 3},
{"word" : "Bamboozle", "vowels" : 3}
]
},
{
"sheet" : 23,
"image" : "images/23.png",
"stickers" : [
{"word" : "Ancestral", "vowels" : 2},
{"word" : "Hot Dog", "vowels" : 1},
{"word" : "Minotaur", "vowels" : 4}
]
},
{
"sheet" : 30,
"image" : "images/30.png",
"stickers" : [
{"word" : "Playable", "vowels" : 2},
{"word" : "Delusionary", "vowels" : 6},
{"word" : "Hydra", "vowels" : 2}
]
},
{
"sheet" : 36,
"image" : "images/36.png",
"stickers" : [
{"word" : "Unassuming", "vowels" : 3},
{"word" : "Gelatinous", "vowels" : 5},
{"word" : "Serpent", "vowels" : 1}
]
},
{
"sheet" : 45,
"image" : "images/45.png",
"stickers" : [
{"word" : "Unglued", "vowels" : 2},
{"word" : "Pea-Brained", "vowels" : 3},
{"word" : "Dinosaur", "vowels" : 4}
]
},
{
"sheet" : 14,
"image" : "images/14.png",
"stickers" : [
{"word" : "Deep-fried", "vowels" : 2},
{"word" : "Plague", "vowels" : 3},
{"word" : "Myr", "vowels" : 1}
]
}
]