-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable.json
80 lines (80 loc) · 1.3 KB
/
table.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
{
"meta": {
"title": {
"EN": "Racetrack",
"IT": "Formula 1"
},
"license": {
"EN": "Public domain",
"IT": "Pubblico dominio"
},
"description": {
"EN": "An abstract car racing simulation of unknown origins.",
"IT": "Una simulazione di corse automobilistiche astratta dalle origini sconosciute."
},
"players": {
"EN": "2-8"
},
"url": {
"EN": {
"isResource": true,
"type": "url",
"url": "https://boardgamegeek.com/boardgame/18481/racetrack"
}
},
"manualUrl": {
"EN": {
"isResource": true,
"type": "url",
"url": "https://en.wikipedia.org/wiki/Racetrack_%28game%29"
},
"IT": {
"isResource": true,
"type": "url",
"url": "https://it.wikipedia.org/wiki/Formula_1_(gioco)"
}
},
"categories": [
"racing"
]
},
"data": [
{
"type": "sheet",
"data": {
"x": 0,
"y": 0,
"width": 210,
"height": 297,
"frame": true,
"pattern": {
"type": 2,
"width": 5
},
"model": {
"EN": {
"isResource": true,
"type": "url",
"url": "sheet-1.svg"
}
}
}
},
{
"type": "line-ruler",
"data": {
"x": 90,
"y": 245,
"backgroundColor": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"previewTool": {
"border": true
}
}
}
]
}