1
0
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:
Tulio Leao
2024-01-15 22:21:45 -03:00
parent 6fc08be454
commit 8784b85cbc
14 changed files with 150 additions and 86 deletions

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 11, 31 ], [ 68, 112 ], [ 72, 118 ]
]
}
}
}

View 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 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 97, 18 ], [ 99, 19 ], [ 83, 34 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 36, 87 ], [ 54, 29 ], [ 53, 88 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 49, 42 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 49, 66 ], [ 74, 96 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 98, 69 ], [ 98, 70 ], [ 103, 64 ], [ 53, 79 ], [ 86, 93 ], [ 87, 93 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"owned": {
"coordinates": [
[ 9, 74 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 93, 105 ], [ 63, 34 ], [ 76, 25 ], [ 85, 31 ], [ 96, 47 ], [ 96, 48 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 84, 71 ], [ 64, 102 ]
]
}
}
}

View File

@@ -0,0 +1,14 @@
{
"land_ownership": {
"owned": {
"coordinates": [
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ]
]
},
"construction_rights_available": {
"coordinates": [
[ 46, 47 ]
]
}
}
}

View File

@@ -0,0 +1,9 @@
{
"land_ownership": {
"available": {
"coordinates": [
[ 85, 73 ], [ 71, 75 ], [ 90, 73 ]
]
}
}
}

View 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 ]
]
}
}
}