More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
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.
For the build 41.78.16 article, please see the old revision.
Bird Bath
[[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}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_50
vegetation_ornamental_01_51
vegetation_ornamental_01_51
Tile ID(s)
180050
180051
180051
A bird bath is a movable tile.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
}
}
}
}