diff --git a/changelog.txt b/changelog.txt index aba81e08..74ef8153 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/groups/rct2ww.scenery_group.scgnamrc/object.json b/groups/rct2ww.scenery_group.scgnamrc/object.json index bc21f665..8abe25d4 100644 --- a/groups/rct2ww.scenery_group.scgnamrc/object.json +++ b/groups/rct2ww.scenery_group.scgnamrc/object.json @@ -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", diff --git a/objects/namerica/fidwell.scenery_small.sbwind04/images/0.png b/objects/namerica/fidwell.scenery_small.sbwind04/images/0.png new file mode 100644 index 00000000..310fcb37 Binary files /dev/null and b/objects/namerica/fidwell.scenery_small.sbwind04/images/0.png differ diff --git a/objects/namerica/fidwell.scenery_small.sbwind04/images/1.png b/objects/namerica/fidwell.scenery_small.sbwind04/images/1.png new file mode 100644 index 00000000..5d912ed5 Binary files /dev/null and b/objects/namerica/fidwell.scenery_small.sbwind04/images/1.png differ diff --git a/objects/namerica/fidwell.scenery_small.sbwind04/images/2.png b/objects/namerica/fidwell.scenery_small.sbwind04/images/2.png new file mode 100644 index 00000000..708d69fc Binary files /dev/null and b/objects/namerica/fidwell.scenery_small.sbwind04/images/2.png differ diff --git a/objects/namerica/fidwell.scenery_small.sbwind04/images/3.png b/objects/namerica/fidwell.scenery_small.sbwind04/images/3.png new file mode 100644 index 00000000..3fd2dfa8 Binary files /dev/null and b/objects/namerica/fidwell.scenery_small.sbwind04/images/3.png differ diff --git a/objects/namerica/fidwell.scenery_small.sbwind04/object.json b/objects/namerica/fidwell.scenery_small.sbwind04/object.json new file mode 100644 index 00000000..6b4719c9 --- /dev/null +++ b/objects/namerica/fidwell.scenery_small.sbwind04/object.json @@ -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" + } + } +}