Skip to content

Commit

Permalink
New object: Wind Sculpted Convex Wall Corners
Browse files Browse the repository at this point in the history
  • Loading branch information
fidwell committed Apr 6, 2023
1 parent 0012ced commit b703c50
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
4.0
------------------------------------------------------------------------
- Major fix: Issues with tree and garden overrides that caused graphical glitching.
- New object: Wind Sculpted Convex Wall Corner (fidwell.scenery_small.sbwind04)
- Fixed object: Roman Colosseum (fidwell.scenery_large.scol)
- Fixed object: Volcano (fidwell.scenery_large.svlc)
- Fixed object: Chinese Cedar Tree (fidwell.scenery_small.tcc)
Expand Down
1 change: 1 addition & 0 deletions groups/rct2ww.scenery_group.scgnamrc/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"rct2ww.scenery_small.sbwind03",
"$DAT:0CBD0601|IRWSR03C",
"rct2ww.scenery_small.sbwind04",
"fidwell.scenery_small.sbwind04",
"rct2ww.scenery_small.sbwind05",
"$DAT:0CBD0601|IRWSR04C",
"rct2ww.scenery_small.sbwind06",
Expand Down
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.
48 changes: 48 additions & 0 deletions objects/namerica/fidwell.scenery_small.sbwind04/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"id": "fidwell.scenery_small.sbwind04",
"authors": ["Frontier Studios"],
"version": "1.0",
"sourceGame": "custom",
"objectType": "scenery_small",
"properties": {
"price": 20,
"removalPrice": -15,
"cursor": "CURSOR_HOUSE_DOWN",
"height": 30,
"shape": "4/4",
"SMALL_SCENERY_FLAG_VOFFSET_CENTRE": true,
"requiresFlatSurface": true,
"isRotatable": true,
"isStackable": true,
"prohibitWalls": true,
"hasNoSupports": true,
"hasPrimaryColour": true
},
"images": [
{ "path": "images/0.png", "x": -32, "y": -20 },
{ "path": "images/1.png", "x": -32, "y": -34 },
{ "path": "images/2.png", "x": -32, "y": -26 },
{ "path": "images/3.png", "x": -1, "y": -34 }
],
"strings": {
"name": {
"en-GB": "Wind Sculpted Convex Wall Corner",
"fr-FR": "Coin de mur convexe façonné par le vent",
"de-DE": "Erosionsfelsenwand - Konvexe Ecke",
"es-ES": "Esquina de pared convexa esculpida por el viento",
"it-IT": "Angolo di muro convesso eroso dal vento",
"nl-NL": "Door wind gevormde Convexe Hoek Muur",
"sv-SE": "Vindformat konvext vägghörn",
"zh-CN": "风蚀造形凸面的墙转角",
"cs-CZ": "Konvexní roh větrem ošlehané stěny",
"ko-KR": "풍화된 볼록한 벽 구석",
"pl-PL": "Zerodowany narożnik wypukłej ściany",
"ru-RU": "Деталь стены",
"pt-BR": "Canto Convexo de Parede Esculpida Pelo Vento",
"ja-JP": "風で削られた 凸片な壁部分",
"eo-ZZ": "Vento-Skulptita Konveksa Murangulo",
"ca-ES": "Cantonada convexa de mur esculpit pel vent",
"fi-FI": "Tuulen muokkaaman seinän kupera kulma"
}
}
}

0 comments on commit b703c50

Please sign in to comment.