1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00
Files
OpenRCT2/data/scenario_patches/5c95a4e.parkpatch
Brendan Heinonen 7d958e63df Part of #20070: missing sloped footpath in scenarios
Scenarios amended:
- Alton Towers
- Rollercoaster Heaven
2024-12-03 07:05:43 -03:00

25 lines
699 B
Plaintext

{
"scenario_name": "Alton Towers",
"sha256": "5c95a4ec28579851972547dce4f4f1ca4bb241808baacf33e57c3076d6a40a69",
"land_ownership": {
"owned": {
"coordinates": [
[ 11, 31 ], [ 68, 112 ], [ 72, 118 ]
]
}
},
"paths": [
{
"railings": "rct2.footpath_railings.wood",
"surface": "rct1.footpath_surface.crazy_paving",
"coordinates": [ [ 83, 81, 22 ] ]
},
{
"railings": "rct2.footpath_railings.wood",
"surface": "rct1.footpath_surface.crazy_paving",
"coordinates": [ [ 85, 77, 22 ] ],
"slope_direction": 2
}
]
}