1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add missing land rights for Mystic Mountain and Urban Park

This commit is contained in:
Tulio Leao
2024-09-01 07:51:46 -03:00
parent eb499f7e55
commit 49c830b9df
5 changed files with 16 additions and 4 deletions

View File

@@ -9,7 +9,10 @@
[ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ],
[ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ],
[ 52, 17 ], [ 52, 18 ], [ 52, 19 ],
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ]
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ],
[ 59, 62 ], [ 59, 63 ], [ 59, 64 ], [ 59, 65 ],
[ 60, 62 ], [ 60, 63 ], [ 60, 64 ], [ 60, 65 ],
[ 61, 62 ], [ 61, 63 ], [ 61, 64 ], [ 61, 65 ]
]
}
},

View File

@@ -2,7 +2,7 @@
"scenario_name": "Mystic Mountain (.sea)",
"sha256": "47e55126051f5450c1a63c893035768b895deb150e78bb3e485fe4624a0cabd4",
"land_ownership": {
"available": {
"owned": {
"coordinates": [
[ 53, 79 ]
]

View File

@@ -9,7 +9,10 @@
[ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ],
[ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ],
[ 52, 17 ], [ 52, 18 ], [ 52, 19 ],
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ]
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ],
[ 59, 62 ], [ 59, 63 ], [ 59, 64 ], [ 59, 65 ],
[ 60, 62 ], [ 60, 63 ], [ 60, 64 ], [ 60, 65 ],
[ 61, 62 ], [ 61, 63 ], [ 61, 64 ], [ 61, 65 ]
]
},
"construction_rights_available": {

View File

@@ -4,7 +4,12 @@
"land_ownership": {
"available": {
"coordinates": [
[ 98, 69 ], [ 98, 70 ], [ 103, 64 ], [ 53, 79 ], [ 86, 93 ], [ 87, 93 ]
[ 98, 69 ], [ 98, 70 ], [ 103, 64 ], [ 86, 93 ], [ 87, 93 ]
]
},
"owned": {
"coordinates": [
[ 53, 79 ]
]
}
}