1{
2    "id": "rct2.footpath_surface.queue_red",
3    "authors": ["Chris Sawyer", "Simon Foster"],
4    "version": "1.0",
5    "sourceGame": "rct2",
6    "objectType": "footpath_surface",
7    "properties": {
8        "isQueue": true,
9        "noSlopeRailings": true
10    },
11    "images": [
12        { "path": "preview.png" },
13        "$RCT2:OBJDATA/PATHSPCE.DAT[51..70]"
14    ],
15    "strings": {
16        "name": {
17            "en-GB": "Queue (Red)",
18            "nl-NL": "Wachtrij (rood)"
19        }
20    }
21}
22