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

Ornamental Bush

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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing tile image.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Ornamental Bush
Vegetation ornamental 01 8.png
Vegetation ornamental 01 9.png
[[File:{{{icon3}}}|Ornamental Bush||class=pixelart}}]]
[[File:{{{icon4}}}|Ornamental Bush||class=pixelart}}]]
[[File:{{{icon5}}}|Ornamental Bush||class=pixelart}}]]
[[File:{{{icon6}}}|Ornamental Bush||class=pixelart}}]]
[[File:{{{icon7}}}|Ornamental Bush||class=pixelart}}]]
[[File:{{{icon8}}}|Ornamental Bush||class=pixelart}}]]
[[File:{{{icon9}}}|Ornamental Bush||class=pixelart}}]]
General
Category
Ornamental Bush
EncumbranceMoodle Icon HeavyLoad.png
3.0 (per tile)
6 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
Vegitation
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_8
vegetation_ornamental_01_9
Tile ID(s)
180008
180009

An ornamental bush is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the ground, on tiles that have sprites starting with 'blends_natural'. These tiles are mostly grasses and dirt.

Crafting

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll
Twigs 3 10

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_8": {
          "name": "vegetation_ornamental_01_8",
          "id": 180008,
          "type": "MAX",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "exterior": "",
                  "vegitation": "",
                  "BlocksPlacement": "",
                  "CustomName": "Ornamental Bush",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Natural",
                  "PickUpLevel": "1",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 30,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "CanBreak": "",
                  "Bush": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_9": {
          "name": "vegetation_ornamental_01_9",
          "id": 180009,
          "type": "MAX",
          "tileSheetIndex": 9,
          "properties": {
              "generic": {
                  "exterior": "",
                  "vegitation": "",
                  "BlocksPlacement": "",
                  "CustomName": "Ornamental Bush",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Natural",
                  "PickUpLevel": "1",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 30,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "CanBreak": "",
                  "Bush": ""
              }
          }
      }
  }

See also