mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Convert S4 scenarios to JSON patches
This commit is contained in:
9
data/scenario_patches/Alton Towers.json
Normal file
9
data/scenario_patches/Alton Towers.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 11, 31 ], [ 68, 112 ], [ 72, 118 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
24
data/scenario_patches/Blackpool Pleasure Beach.json
Normal file
24
data/scenario_patches/Blackpool Pleasure Beach.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"owned": {
|
||||
"coordinates": [
|
||||
[ 93, 23 ],
|
||||
[ 94, 23 ],
|
||||
[ 95, 23 ],
|
||||
[ 95, 24 ],
|
||||
[ 96, 24 ],
|
||||
[ 96, 25 ],
|
||||
[ 97, 25 ],
|
||||
[ 97, 26 ],
|
||||
[ 97, 27 ],
|
||||
[ 96, 28 ]
|
||||
]
|
||||
},
|
||||
"construction_rights_owned": {
|
||||
"coordinates": [
|
||||
[ 94, 24 ],
|
||||
[ 95, 25 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Dynamite Dunes.json
Normal file
9
data/scenario_patches/Dynamite Dunes.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 97, 18 ], [ 99, 19 ], [ 83, 34 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Fort Anachronism.json
Normal file
9
data/scenario_patches/Fort Anachronism.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 36, 87 ], [ 54, 29 ], [ 53, 88 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Haunted Harbour.json
Normal file
9
data/scenario_patches/Haunted Harbour.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 49, 42 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Leafy Lake.json
Normal file
9
data/scenario_patches/Leafy Lake.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 49, 66 ], [ 74, 96 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Mystic Mountain.json
Normal file
9
data/scenario_patches/Mystic Mountain.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 98, 69 ], [ 98, 70 ], [ 103, 64 ], [ 53, 79 ], [ 86, 93 ], [ 87, 93 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Nevermore Park.json
Normal file
9
data/scenario_patches/Nevermore Park.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"owned": {
|
||||
"coordinates": [
|
||||
[ 9, 74 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Pacific Pyramids.json
Normal file
9
data/scenario_patches/Pacific Pyramids.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 93, 105 ], [ 63, 34 ], [ 76, 25 ], [ 85, 31 ], [ 96, 47 ], [ 96, 48 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Pokey Park.json
Normal file
9
data/scenario_patches/Pokey Park.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 84, 71 ], [ 64, 102 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
14
data/scenario_patches/Urban Park.json
Normal file
14
data/scenario_patches/Urban Park.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"owned": {
|
||||
"coordinates": [
|
||||
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ]
|
||||
]
|
||||
},
|
||||
"construction_rights_available": {
|
||||
"coordinates": [
|
||||
[ 46, 47 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
9
data/scenario_patches/Utopia Park.json
Normal file
9
data/scenario_patches/Utopia Park.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 85, 73 ], [ 71, 75 ], [ 90, 73 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
19
data/scenario_patches/katie's dreamland - s4.json
Normal file
19
data/scenario_patches/katie's dreamland - s4.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"land_ownership": {
|
||||
"available": {
|
||||
"coordinates": [
|
||||
[ 74, 70 ], [ 75, 70 ], [ 76, 70 ], [ 77, 73 ], [ 80, 77 ]
|
||||
]
|
||||
},
|
||||
"construction_rights_owned": {
|
||||
"coordinates": [
|
||||
[ 115, 63 ], [ 105, 66 ], [ 109, 66 ], [ 118, 67 ]
|
||||
]
|
||||
},
|
||||
"owned": {
|
||||
"coordinates": [
|
||||
[ 45, 69 ], [ 59, 74 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user