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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Bird Bath

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Bird Bath
Vegetation ornamental 01 50.png
Vegetation ornamental 01 51.png
[[File:{{{icon3}}}|Bird Bath||class=pixelart}}]]
[[File:{{{icon4}}}|Bird Bath||class=pixelart}}]]
[[File:{{{icon5}}}|Bird Bath||class=pixelart}}]]
[[File:{{{icon6}}}|Bird Bath||class=pixelart}}]]
[[File:{{{icon7}}}|Bird Bath||class=pixelart}}]]
[[File:{{{icon8}}}|Bird Bath||class=pixelart}}]]
[[File:{{{icon9}}}|Bird Bath||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
15.0 (per tile)
30 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_50
vegetation_ornamental_01_51
Tile ID(s)
180050
180051

A bird bath is a movable tile.

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
{
      "vegetation_ornamental_01_50": {
          "name": "vegetation_ornamental_01_50",
          "id": 180050,
          "type": "MAX",
          "tileSheetIndex": 50,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Bird Bath",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 150
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_51": {
          "name": "vegetation_ornamental_01_51",
          "id": 180051,
          "type": "MAX",
          "tileSheetIndex": 51,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Bird Bath",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 150
              }
          }
      }
  }

See also