Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"properties": {
"entries": [
"rct2.peep_animations.entertainer_pirate",
"rct2.scenery_large.prship",
"rct2.scenery_large.prship_fix",
"rct2.scenery_small.chest1",
"rct2.scenery_small.chest2",
"rct2.scenery_wall.wallpr32",
Expand Down
2 changes: 2 additions & 0 deletions objects/rct2/scenery_large/rct2.scenery_large.prship.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"version": "1.0",
"originalId": "0A188C82|PRSHIP |5CD70D93",
"sourceGame": "rct2",
"isCompatibilityObject": true,
"objectType": "scenery_large",
"properties": {
"price": 190,
"removalPrice": -150,
"sceneryGroup": "rct2ww.scenery_group.scgpirat",
"cursor": "CURSOR_STATUE_DOWN",
"isPhotogenic": true,
"tiles": [
Expand Down
104 changes: 104 additions & 0 deletions objects/rct2/scenery_large/rct2.scenery_large.prship_fix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"id": "rct2.scenery_large.prship_fix",
"authors": [
"Chris Sawyer",
"Simon Foster"
],
"version": "1.0",
"originalId": "00000082|#PRSHIPF|00000000",
"sourceGame": "rct2",
"objectType": "scenery_large",
"properties": {
"price": 190,
"removalPrice": -150,
"cursor": "CURSOR_STATUE_DOWN",
"isPhotogenic": true,
"tiles": [
{
"x": 0,
"y": 0,
"clearance": 136,
"hasSupports": false,
"walls": 9
},
{
"x": 0,
"y": 32,
"clearance": 136,
"hasSupports": false,
"walls": 3
},
{
"x": 32,
"y": 0,
"clearance": 136,
"hasSupports": false,
"walls": 8
},
{
"x": 32,
"y": 32,
"clearance": 136,
"hasSupports": false,
"walls": 2
},
{
"x": 64,
"y": 0,
"clearance": 136,
"hasSupports": false,
"walls": 8
},
{
"x": 64,
"y": 32,
"clearance": 136,
"hasSupports": false,
"walls": 2
},
{
"x": 96,
"y": 0,
"clearance": 136,
"hasSupports": false,
"walls": 12
},
{
"x": 96,
"y": 32,
"clearance": 136,
"hasSupports": false,
"walls": 6
}
]
},
"images": [
"$RCT2:OBJDATA/PRSHIP.DAT[0..35]"
],
"strings": {
"name": {
"en-GB": "Pirate Ship",
"fr-FR": "Bateau pirate",
"de-DE": "Piratenschiff",
"es-ES": "Barco pirata",
"it-IT": "Nave dei pirati",
"nl-NL": "Piratenschip",
"sv-SE": "Piratskepp",
"ko-KR": "해적선",
"zh-CN": "海盗船",
"zh-TW": "海盜船",
"pt-BR": "Navio Pirata",
"cs-CZ": "Pirátská loď",
"ja-JP": "海賊船",
"nb-NO": "Piratskip",
"pl-PL": "Okręt piracki",
"ru-RU": "Пиратский корабль",
"eo-ZZ": "Pirato-ŝipo",
"ca-ES": "Vaixell pirata",
"fi-FI": "Merirosvolaiva",
"ar-EG": "سفينة قراصنة",
"gl-ES": "Barco pirata",
"hu-HU": "Kalózhajó"
}
}
}
Loading