Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RCT1 ice cream stall #272

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions objects/rct1/ride/rct1.ride.fruity_ices_stall/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"id": "rct1.ride.fruity_ices_stall",
"authors": ["Chris Sawyer", "Simon Foster"],
"version": "1.0",
"sourceGame": "rct1",
"isCompatibilityObject": true,
"objectType": "ride",
"properties": {
"type": "food_stall",
"category": "stall",
"clearance": 56,
"sells": "ice_cream",
"carsPerFlatRide": 1,
"carColours": [
[
["light_blue", "black", "black"]
]
]
},
"images": [
{ "path": "images/preview.png", "format": "raw" },
"",
"",
"$CSG[60625..60628]"
],
"noCsgImages": [
{ "path": "images/preview.png", "format": "raw" },
"",
"",
{ "path": "images/nocsg_0.png", "x": -23, "y": -44 },
{ "path": "images/nocsg_1.png", "x": -23, "y": -44 },
{ "path": "images/nocsg_2.png", "x": -28, "y": -46 },
{ "path": "images/nocsg_3.png", "x": -28, "y": -39 }
],
"strings": {
"name": {
"en-GB": "Fruity Ices Stall",
Gymnasiast marked this conversation as resolved.
Show resolved Hide resolved
"fr-FR": "Glacier",
"de-DE": "Fruchteis-Stand",
"es-ES": "Puesto de helados de frutas",
"it-IT": "Chiosco di gelati alla frutta",
"nl-NL": "Vruchtenijskraam",
"sv-SE": "Fruktglass-stånd",
"ko-KR": "과일 아이스크림 가게",
"zh-CN": "水果冰店",
"zh-TW": "水果冰店",
"pt-BR": "Barraca de Sorvetes de Frutas",
"cs-CZ": "Stánek s nanuky",
"ja-JP": "フルーツアイスクリーム・ショップ",
"pl-PL": "Kiosk z lodami owocowymi",
"ru-RU": "Мороженое",
"eo-ZZ": "Frukto-Glaciaĵobudo",
"ca-ES": "Parada de gelats de fruita",
"fi-FI": "Hedelmäjäätelökoju"
},
"description": {
"en-GB": "A themed stall selling fruity ice creams",
"fr-FR": "Boutique thématique vendant des glaces fruitées",
"de-DE": "Ein Themenstand, an dem Fruchtspeiseeis verkauft wird",
"es-ES": "Un puesto que vende helados de frutas",
"it-IT": "Un chiosco a tema che vende gelati alla frutta",
"nl-NL": "Een gethematiseerde kraam waar vruchtenijs wordt verkocht.",
"sv-SE": "Ett som säljer fruktiga glassar",
"ko-KR": "과일 아이스크림을 파는 가게",
"zh-CN": "以水果冰淇淋为主题的商店",
"zh-TW": "以水果冰淇淋為主題的商店",
"pt-BR": "Uma barraca temática vendendo sorvetes de frutas",
"cs-CZ": "Stánek prodávající různé druhy nanuků",
"ja-JP": "フルーツアイスクリームを売る売店です",
"pl-PL": "Stoisko sprzedające lody owocowe",
"ru-RU": "Палатка с фруктовым мороженым",
"eo-ZZ": "Temita budo vendanta frukto-glaciaĵojn",
"ca-ES": "Estand que ven gelats de fruita.",
"fi-FI": "Teemattu koju, joka myy hedelmänmakuisia jäätelöitä"
}
}
}
Loading