1{
2    "id": "rct2.footpath_railings.concrete",
3    "authors": ["Chris Sawyer", "Simon Foster"],
4    "version": "1.0",
5    "sourceGame": ["rct2", "rct1ll"],
6    "objectType": "footpath_railings",
7    "properties": {
8        "hasSupportImages": true,
9        "hasElevatedPathImages": true,
10        "supportType": "pole",
11        "scrollingMode": 0
12    },
13    "images": [
14        { "path": "preview.png", "x": 1, "y": 1 },
15        "$RCT2:OBJDATA/TARMACB.DAT[73..164]"
16    ],
17    "strings": {
18        "name": {
19            "en-GB": "Concrete Railings",
20            "nl-NL": "Betonnen ondersteuningen"
21        }
22    }
23}
24