-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathobject.json
More file actions
87 lines (84 loc) · 3.59 KB
/
object.json
File metadata and controls
87 lines (84 loc) · 3.59 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
{
"id": "rct2.terrain_surface.designer_grid",
"authors": [
"Chris Sawyer",
"Simon Foster",
"OpenRCT2 developers"
],
"version": "1.0",
"sourceGame": "rct2",
"objectType": "terrain_surface",
"properties": {
"colour": "dark_blue",
"price": 110,
"mapColours": [
132,
10
]
},
"images": [
{ "path": "images/icon.png", "format": "raw", "x": 2, "y": 2 },
{ "path": "images/00.png", "x": -32, "y": 0 },
{ "path": "images/01.png", "x": -32, "y": -1 },
{ "path": "images/02.png", "x": -32, "y": 0 },
{ "path": "images/03.png", "x": -32, "y": -1 },
{ "path": "images/04.png", "x": -32, "y": -1 },
{ "path": "images/05.png", "x": -32, "y": -1 },
{ "path": "images/06.png", "x": -30, "y": -1 },
{ "path": "images/07.png", "x": -32, "y": -1 },
{ "path": "images/08.png", "x": -32, "y": -16 },
{ "path": "images/09.png", "x": -32, "y": -16 },
{ "path": "images/10.png", "x": -32, "y": -16 },
{ "path": "images/11.png", "x": -32, "y": -16 },
{ "path": "images/12.png", "x": -32, "y": -16 },
{ "path": "images/13.png", "x": -32, "y": -16 },
{ "path": "images/14.png", "x": -31, "y": -16 },
{ "path": "images/15.png", "x": -32, "y": -32 },
"",
{ "path": "images/17.png", "x": -32, "y": -17 },
{ "path": "images/18.png", "x": -31, "y": -17 },
{ "path": "images/00.png", "x": -32, "y": 0 },
{ "path": "images/01.png", "x": -32, "y": -1 },
{ "path": "images/02.png", "x": -32, "y": 0 },
{ "path": "images/03.png", "x": -32, "y": -1 },
{ "path": "images/04.png", "x": -32, "y": -1 },
{ "path": "images/05.png", "x": -32, "y": -1 },
{ "path": "images/06.png", "x": -30, "y": -1 },
{ "path": "images/07.png", "x": -32, "y": -1 },
{ "path": "images/08.png", "x": -32, "y": -16 },
{ "path": "images/09.png", "x": -32, "y": -16 },
{ "path": "images/10.png", "x": -32, "y": -16 },
{ "path": "images/11.png", "x": -32, "y": -16 },
{ "path": "images/12.png", "x": -32, "y": -16 },
{ "path": "images/13.png", "x": -32, "y": -16 },
{ "path": "images/14.png", "x": -31, "y": -16 },
{ "path": "images/15.png", "x": -32, "y": -32 },
"",
{ "path": "images/17.png", "x": -32, "y": -17 },
{ "path": "images/18.png", "x": -31, "y": -17 },
{ "path": "images/38.png", "x": -32, "y": 0 },
{ "path": "images/39.png", "x": -32, "y": -1 },
{ "path": "images/40.png", "x": -32, "y": 0 },
{ "path": "images/41.png", "x": -32, "y": -1 },
{ "path": "images/42.png", "x": -32, "y": -1 },
{ "path": "images/43.png", "x": -32, "y": -1 },
{ "path": "images/44.png", "x": -30, "y": -1 },
{ "path": "images/45.png", "x": -32, "y": -1 },
{ "path": "images/46.png", "x": -32, "y": -16 },
{ "path": "images/47.png", "x": -32, "y": -16 },
{ "path": "images/48.png", "x": -32, "y": -16 },
{ "path": "images/49.png", "x": -32, "y": -16 },
{ "path": "images/50.png", "x": -32, "y": -16 },
{ "path": "images/51.png", "x": -32, "y": -16 },
{ "path": "images/52.png", "x": -31, "y": -16 },
{ "path": "images/53.png", "x": -32, "y": -32 },
"",
{ "path": "images/55.png", "x": -32, "y": -17 },
{ "path": "images/56.png", "x": -31, "y": -17 }
],
"strings": {
"name": {
"en-GB": "Designer Grid"
}
}
}