Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Waterfall Painting

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Waterfall Painting
Trash walls 01 1.png
[[File:{{{icon3}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Waterfall Painting||class=pixelart}}]]
General
Category
Painting
EncumbranceMoodle Icon HeavyLoad.png
1.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_103
location_entertainment_gallery_01_33
Tile ID(s)
298103
298033

A waterfall painting is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the side of a wall.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trash_walls_01_0": {
          "name": "trash_walls_01_0",
          "id": 243000,
          "type": "MAX",
          "tileSheetIndex": 0,
          "properties": {
              "spriteFlags2": 256,
              "flags": [
                  "attachedFloor"
              ],
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Notices",
                  "Facing": "E",
                  "GroupName": "Weathered",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trash_walls_01_1": {
          "name": "trash_walls_01_1",
          "id": 243001,
          "type": "MAX",
          "tileSheetIndex": 1,
          "properties": {
              "spriteFlags2": 256,
              "flags": [
                  "attachedFloor"
              ],
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Notices",
                  "Facing": "S",
                  "GroupName": "Weathered",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also