Skip to content

Commit bcb3b4d

Browse files
authored
Add pirate roofs
1 parent b0d0eee commit bcb3b4d

File tree

11 files changed

+410
-0
lines changed

11 files changed

+410
-0
lines changed
4.97 KB
Loading
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"id": "toontowner.scenery_small.ttpirf02",
3+
"authors": ["Simon Foster", "ToonTowner"],
4+
"version": "1.0",
5+
"originalId": "09F55801|TTPIRF02|B7F4E417",
6+
"sourceGame": "official",
7+
"objectType": "scenery_small",
8+
"properties": {
9+
"price": 22,
10+
"removalPrice": -15,
11+
"cursor": "CURSOR_HOUSE_DOWN",
12+
"height": 32,
13+
"sceneryGroup": "rct2.scenery_group.scgwalls",
14+
"shape": "4/4",
15+
"SMALL_SCENERY_FLAG_VOFFSET_CENTRE": true,
16+
"requiresFlatSurface": true,
17+
"isRotatable": true,
18+
"isStackable": true,
19+
"prohibitWalls": true,
20+
"hasNoSupports": true
21+
},
22+
"images": [
23+
{
24+
"path": "images.png",
25+
"srcX": 0,
26+
"srcY": 0,
27+
"srcWidth": 62,
28+
"srcHeight": 62,
29+
"x": -31,
30+
"y": -31
31+
},
32+
{
33+
"path": "images.png",
34+
"srcX": 62,
35+
"srcY": 0,
36+
"srcWidth": 63,
37+
"srcHeight": 48,
38+
"x": -31,
39+
"y": -17
40+
},
41+
{
42+
"path": "images.png",
43+
"srcX": 125,
44+
"srcY": 0,
45+
"srcWidth": 64,
46+
"srcHeight": 36,
47+
"x": -32,
48+
"y": -5
49+
},
50+
{
51+
"path": "images.png",
52+
"srcX": 189,
53+
"srcY": 0,
54+
"srcWidth": 63,
55+
"srcHeight": 48,
56+
"x": -32,
57+
"y": -17
58+
}
59+
],
60+
"strings": {
61+
"name": {
62+
"en-GB": "Roof",
63+
"fr-FR": "Toit",
64+
"de-DE": "Dach",
65+
"es-ES": "Tejado",
66+
"it-IT": "Tetto",
67+
"nl-NL": "Dak",
68+
"sv-SE": "Tak",
69+
"ko-KR": "천장",
70+
"zh-CN": "屋顶",
71+
"zh-TW": "屋頂",
72+
"pt-BR": "Teto",
73+
"cs-CZ": "Střecha",
74+
"ja-JP": "屋根",
75+
"pl-PL": "Dach",
76+
"eo-ZZ": "Tegmento",
77+
"ca-ES": "Teulada",
78+
"fi-FI": "Katto"
79+
}
80+
}
81+
}
5.67 KB
Loading
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"id": "toontowner.scenery_small.ttpirf03",
3+
"authors": ["Simon Foster", "ToonTowner"],
4+
"version": "1.0",
5+
"originalId": "09F55801|TTPIRF03|6E43EB7D",
6+
"sourceGame": "official",
7+
"objectType": "scenery_small",
8+
"properties": {
9+
"price": 22,
10+
"removalPrice": -15,
11+
"cursor": "CURSOR_HOUSE_DOWN",
12+
"height": 32,
13+
"sceneryGroup": "rct2.scenery_group.scgwalls",
14+
"shape": "4/4",
15+
"SMALL_SCENERY_FLAG_VOFFSET_CENTRE": true,
16+
"requiresFlatSurface": true,
17+
"isRotatable": true,
18+
"isStackable": true,
19+
"prohibitWalls": true,
20+
"hasNoSupports": true
21+
},
22+
"images": [
23+
{
24+
"path": "images.png",
25+
"srcX": 0,
26+
"srcY": 0,
27+
"srcWidth": 64,
28+
"srcHeight": 63,
29+
"x": -32,
30+
"y": -32
31+
},
32+
{
33+
"path": "images.png",
34+
"srcX": 64,
35+
"srcY": 0,
36+
"srcWidth": 63,
37+
"srcHeight": 63,
38+
"x": -31,
39+
"y": -32
40+
},
41+
{
42+
"path": "images.png",
43+
"srcX": 127,
44+
"srcY": 0,
45+
"srcWidth": 62,
46+
"srcHeight": 48,
47+
"x": -31,
48+
"y": -17
49+
},
50+
{
51+
"path": "images.png",
52+
"srcX": 189,
53+
"srcY": 0,
54+
"srcWidth": 63,
55+
"srcHeight": 63,
56+
"x": -32,
57+
"y": -32
58+
}
59+
],
60+
"strings": {
61+
"name": {
62+
"en-GB": "Roof",
63+
"fr-FR": "Toit",
64+
"de-DE": "Dach",
65+
"es-ES": "Tejado",
66+
"it-IT": "Tetto",
67+
"nl-NL": "Dak",
68+
"sv-SE": "Tak",
69+
"ko-KR": "천장",
70+
"zh-CN": "屋顶",
71+
"zh-TW": "屋頂",
72+
"pt-BR": "Teto",
73+
"cs-CZ": "Střecha",
74+
"ja-JP": "屋根",
75+
"pl-PL": "Dach",
76+
"eo-ZZ": "Tegmento",
77+
"ca-ES": "Teulada",
78+
"fi-FI": "Katto"
79+
}
80+
}
81+
}
6.38 KB
Loading
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"id": "toontowner.scenery_small.ttpirf04",
3+
"authors": ["Simon Foster", "ToonTowner"],
4+
"version": "1.0",
5+
"originalId": "09F55801|TTPIRF04|C4BB7E21",
6+
"sourceGame": "official",
7+
"objectType": "scenery_small",
8+
"properties": {
9+
"price": 22,
10+
"removalPrice": -15,
11+
"cursor": "CURSOR_HOUSE_DOWN",
12+
"height": 32,
13+
"sceneryGroup": "rct2.scenery_group.scgwalls",
14+
"shape": "4/4",
15+
"SMALL_SCENERY_FLAG_VOFFSET_CENTRE": true,
16+
"requiresFlatSurface": true,
17+
"isRotatable": true,
18+
"isStackable": true,
19+
"prohibitWalls": true,
20+
"hasNoSupports": true
21+
},
22+
"images": [
23+
{
24+
"path": "images.png",
25+
"srcX": 0,
26+
"srcY": 0,
27+
"srcWidth": 64,
28+
"srcHeight": 63,
29+
"x": -32,
30+
"y": -32
31+
},
32+
{
33+
"path": "images.png",
34+
"srcX": 64,
35+
"srcY": 0,
36+
"srcWidth": 64,
37+
"srcHeight": 48,
38+
"x": -32,
39+
"y": -17
40+
},
41+
{
42+
"path": "images.png",
43+
"srcX": 128,
44+
"srcY": 0,
45+
"srcWidth": 64,
46+
"srcHeight": 48,
47+
"x": -32,
48+
"y": -17
49+
},
50+
{
51+
"path": "images.png",
52+
"srcX": 192,
53+
"srcY": 0,
54+
"srcWidth": 64,
55+
"srcHeight": 63,
56+
"x": -32,
57+
"y": -32
58+
}
59+
],
60+
"strings": {
61+
"name": {
62+
"en-GB": "Roof",
63+
"fr-FR": "Toit",
64+
"de-DE": "Dach",
65+
"es-ES": "Tejado",
66+
"it-IT": "Tetto",
67+
"nl-NL": "Dak",
68+
"sv-SE": "Tak",
69+
"ko-KR": "천장",
70+
"zh-CN": "屋顶",
71+
"zh-TW": "屋頂",
72+
"pt-BR": "Teto",
73+
"cs-CZ": "Střecha",
74+
"ja-JP": "屋根",
75+
"pl-PL": "Dach",
76+
"eo-ZZ": "Tegmento",
77+
"ca-ES": "Teulada",
78+
"fi-FI": "Katto"
79+
}
80+
}
81+
}
4.72 KB
Loading
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"id": "toontowner.scenery_small.ttpirf07",
3+
"authors": ["Simon Foster", "ToonTowner"],
4+
"version": "1.0",
5+
"originalId": "09F55801|TTPIRF07|DDC242F4",
6+
"sourceGame": "official",
7+
"objectType": "scenery_small",
8+
"properties": {
9+
"price": 20,
10+
"removalPrice": -15,
11+
"cursor": "CURSOR_HOUSE_DOWN",
12+
"height": 16,
13+
"sceneryGroup": "rct2.scenery_group.scgwalls",
14+
"shape": "4/4",
15+
"SMALL_SCENERY_FLAG_VOFFSET_CENTRE": true,
16+
"requiresFlatSurface": true,
17+
"isRotatable": true,
18+
"isStackable": true,
19+
"prohibitWalls": true,
20+
"hasNoSupports": true
21+
},
22+
"images": [
23+
{
24+
"path": "images.png",
25+
"srcX": 0,
26+
"srcY": 0,
27+
"srcWidth": 64,
28+
"srcHeight": 44,
29+
"x": -32,
30+
"y": -13
31+
},
32+
{
33+
"path": "images.png",
34+
"srcX": 64,
35+
"srcY": 0,
36+
"srcWidth": 64,
37+
"srcHeight": 44,
38+
"x": -32,
39+
"y": -13
40+
},
41+
{
42+
"path": "images.png",
43+
"srcX": 128,
44+
"srcY": 0,
45+
"srcWidth": 64,
46+
"srcHeight": 36,
47+
"x": -32,
48+
"y": -5
49+
},
50+
{
51+
"path": "images.png",
52+
"srcX": 192,
53+
"srcY": 0,
54+
"srcWidth": 64,
55+
"srcHeight": 36,
56+
"x": -32,
57+
"y": -5
58+
}
59+
],
60+
"strings": {
61+
"name": {
62+
"en-GB": "Roof",
63+
"fr-FR": "Toit",
64+
"de-DE": "Dach",
65+
"es-ES": "Tejado",
66+
"it-IT": "Tetto",
67+
"nl-NL": "Dak",
68+
"sv-SE": "Tak",
69+
"ko-KR": "천장",
70+
"zh-CN": "屋顶",
71+
"zh-TW": "屋頂",
72+
"pt-BR": "Teto",
73+
"cs-CZ": "Střecha",
74+
"ja-JP": "屋根",
75+
"pl-PL": "Dach",
76+
"eo-ZZ": "Tegmento",
77+
"ca-ES": "Teulada",
78+
"fi-FI": "Katto"
79+
}
80+
}
81+
}
2.06 KB
Loading

0 commit comments

Comments
 (0)