More actions
Ornamental Bush
[[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}}]]
Properties
Type
Movable
Is low
True
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_8
vegetation_ornamental_01_9
vegetation_ornamental_01_9
Tile ID(s)
180008
180009
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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": ""
}
}
}
}